Архив рубрики: Centos
Поиск текста в файлах Centos
grep -r «my_txt» /etc/asterisk/
1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
Edit the my.ini file, add skip-grant-tables under mysqld, and add this to restart the mysql server to log in without a password
Get root password for Google Cloud Engine VM
user@server[~]# sudo passwd Changing password for user root. New password: Retype new password: passwd: all authentication tokens updated successfully.
Как удалить из fail2ban заблокированный ip
Как удалить из fail2ban заблокированный ip iptables -L -n iptables -D f2b-ASTERISK -s XXX.XXX.XXX.XXX -j REJECT
centos7 iptables stop/start
systemctl start iptables.service systemctl stop iptables.service
Reload fstab
mount -a
Centos узнать Внешний IP адрес
curl ifconfig.me curl smart-ip.net/myip
Centos блокирует отправку почты.
setsebool -P httpd_can_sendmail 1 setsebool -P httpd_can_network_connect 1
Как восстановить удаленные файлы в centos
yum install scalpel scalpel -c scalpel.conf -o recovered_folder /dev/sda1
