Useful Linux Link
SLES 11: Where is my beloved htop?
Useful Linux Link Read Moreส่วนตัวครับ
SLES 11: Where is my beloved htop?
Useful Linux Link Read More<IfModule mod_rewrite.c> RewriteEngine On ## turn off the Rewrite if in HTTPS Mode RewriteCond %{HTTPS} off ## exclude some URL from the Rewrite Rule RewriteCond %{REQUEST_URI} !/th/counterservice_order_receive\.php # First …
Apache .htaccess Trick Read MoreControl-Alt-Delete is a combination key which initiates the soft reboot of servers; this must be disabled to avoid the un expected and unwanted reboot. In CentOS 6, Ctrl+Alt+Del was handled …
Disable Ctrl + Alt + Del on CentOS 7 / RHEL 7 Read MoreStep 1: Do you meet the system requirements? – Clean OS install: check install.php to ensure you’ve got a supported OS– At least one external IP address (IP Requirements)– …
DirectAdmin Installation Guide Read MoreThere is no excerpt because this is a protected post.
Protected: DNS Brute-force Detection Read Moreiptables Firewall cat >/root/firewall.sh #!/bin/sh # iptables script generated 2014-02-05 # http://www.mista.nu/iptables IPT=”/sbin/iptables” modprobe ip_conntrack_ftp # Flush old rules, old custom tables $IPT –flush $IPT –delete-chain # Set default policies …
Linux Firewall for Basic Deployment Read MoreLinux Base Package echo “PS1=’\033[1;33m\t \033[1;33m[\u@\H] \033[1;35m\w\033[0;0m\n#'” >> /root/.bashrc . .bashrc rm -f anaconda-ks.cfg export http_proxy=http://111.223.53.1:8080 export https_proxy=http://111.223.53.1:38080 sed -i ‘/keepcache=0/c keepcache=1’ /etc/yum.conf yum -y install epel-release # centos 6 …
Linux CentOS7 CentOS6 Base Package and Environment Read MoreNetwork Bonding is the aggregation of multiple lan cards(eth0 & eth1) into a single interface called bond interface. Network Bonding is a kernel feature and also known as NIC teaming. …
Configure Network Bonding on CentOS 6 / RHEL 6 Read MoreDetect New NIC CentOS7 ls -l /sys/class/net/ interfaceid= cat /sys/class/net/$interfaceid/address make a file in /etc/sysconfig/network-scripts vim /etc/sysconfig/network-scripts/ifcfg-$interfaceid TYPE=Ethernet BOOTPROTO=none NAME= DEVICE= HWADDR=MACADDRESS ONBOOT=yes IPADDR= NETMASK= then interface up ifup …
Vmware Detect new NIC and HDD Read MoreTemporary storage directories such as /tmp, /var/tmp and /dev/shm provide storage space for malicious executables. Crackers and hackers store executables in /tmp. Malicious users can use temporary storage directories to …
Mount /tmp With nodev, nosuid, and noexec Options Read More