File: //proc/self/root/home/kbdhpghp/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
echo -e " \e[94m
██╗ ██╗██████╗ ███╗ ██╗███████╗████████╗██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗
╚██╗██╔╝╚════██╗ ████╗ ██║██╔════╝╚══██╔══╝██║ ██║██╔═══██╗██╔══██╗██║ ██╔╝
╚███╔╝ █████╔╝ ██╔██╗ ██║█████╗ ██║ ██║ █╗ ██║██║ ██║██████╔╝█████╔╝
██╔██╗ ██╔═══╝ ██║╚██╗██║██╔══╝ ██║ ██║███╗██║██║ ██║██╔══██╗██╔═██╗
██╔╝ ██╗███████╗██╗██║ ╚████║███████╗ ██║ ╚███╔███╔╝╚██████╔╝██║ ██║██║ ██╗
╚═╝ ╚═╝╚══════╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
enterprise hosting
CLUSTER: \e[97m`hostname`
- \e[92mMySQL\e[97m: MariaDB (InnoDB) (endereço do MySQL Farm: \e[33mmysql-farm.x2.network\e[39m)
- \e[92mCache\e[97m: Memcached / Redis \e[33m(cache de objetos)\e[39m\e[97m + X2 Network High Traffic webServer \e[33m(cache de servidor\e[39m)
\e[2m → Para gerenciar o sistema de otimização e cache, acesse o seu \e[35mcPanel\e[39m > \e[43m\e[30mCache\e[39m\e[49m\e[0m
\e[2m → Para contratar cache de objetos entre em contato com nosso suporte\e[0m
- \e[92mServidor Web\e[97m: LiteSpeed \e[91m(porta :83)\e[39m + Apache \e[91m(porta :82)\e[39m \e[2m(Dual WebServer)\e[0m
- \e[92mSeguranca\e[97m: Verificação Anti-Vírus Diária (\e[96mClamAV\e[39m + \e[96mMaldet\e[39m + \e[96mImunifyAV\e[39m)
\e[2m → Para contratar o serviço de anti-vírus entre em contato com nosso suporte\e[0m
- \e[92mEstrutura\e[97m: AlmaLinux | \e[34mCloudLinux\e[39m | \e[36mVMware Cloud Foundation (VCF)\e[39m
- \e[92mEstrutura de Servidor Web\e[97m:
\e[2m → Backend: LiteSpeed Enterprise + PHP Selector \e[0m
\e[2m → Proxy: X2 Network High Traffic webServer \e[0m
\e[2m → CDN: Varnish Cache + NginX \e[0m
- \e[92mMódulos de Proteção (D)DoS ativos\e[97m:
\e[2m → Layer 7: GET, HEAD, POST, XMLRPC, WAF (Web Application Firewall) \e[0m
\e[2m → Layer 4: SYN_FLOOD, SNMP, SSDP, DNS, CHARGEN, NTP, SSYN, ACK, NGSSYN, ICMP, ATCP \e[0m\e[39m
- \e[92mInformações Adicionais:\e[97m:
\e[2m → Página de Monitoramento e Compliance: https://compliance.x2.network/\e[0m
\e[2m → Atendimento 24/7: https://x2.network/painel/\e[0m
\e[2m → Monitore o seu tráfego em tempo real através do comando \e[93mlogs\e[39m\e[0m
\e[2m → Comandos Úteis: \e[93mrsync\e[39m, \e[93mwp\e[39m \e[93mhtop\e[39m, \e[93mtop -c\e[39m, \e[93mlogs\e[39m, \e[93mcurl\e[39m, \e[93mzip\e[39m, \e[93mtar\e[39m, \e[93mzstd\e[39m, \e[93mscp\e[39m\e[0m
"
export EDITOR=nano
alias logs='bash "$HOME/logs/logs-de-acesso/logs.sh"'
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color) color_prompt=yes;;
esac
force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
PS1='${debian_chroot:+($debian_chroot)}┌ \e[01;32m\u@\h\e[m (\e[01;34m\w\e[m)\n└ $ '
unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac