Jalan-Jalan di Singapura dengan Puak Kultus


Lambat update..eheh...ni beberapa gambar yang aku ambik semasa aku pi jejalan ke singapura.. bulan lepas. ..


Lambat update..eheh...ni beberapa gambar yang aku ambik semasa aku pi jejalan ke singapura.. bulan lepas. ..
To stop the firewall, issue the command:
# /etc/rc.d/ipfw stop
To disable firewall remove following line from /etc/rc.conf file: firewall_enable="YES"
OR set it as follows:firewall_enable="NO"
vi /etc/php.ini
max_execution_time = 30max_input_time = 30memory_limit = 40Mpost_max_size = 8Mupload_max_filesize = 2Mfile_uploads = Off (Turn off if it really not use.)cgi.force_redirect = 0allow_url_fopen = Offsql.safe_mode = Off
server httpd reload
/etc/init.d/httpd reload

Filed under Assignment, Kerja Rumah, Mengarut
tar -zxvf namebench-1.0.5.tgz
cd namebench-1.0.5/
python setup.py install
./namebench.py
Happen on my old freaking old server this afternoon....i unable to SSH into server at all...and need to physical access and here what i got after plugged the monitor...
ip_conntrack: table full, dropping packet
cat /proc/sys/net/ipv4/ip_conntrack_max
cat /proc/sys/net/ipv4/netfilter/ip_conntrack_count
echo 191072 > /proc/sys/net/ipv4/ip_conntrack_max
vi /etc/sysctl.conf
net.ipv4.ip_conntrack_max=191072
sysctl -p
Filed under BSD, Kernel, Linux, Troubleshoot, Web
Edit this file .bashrc at your home dir.
sudo vi /home/harith/.bashrc
genpasswd() {Open your terminal and run this command to generate random password
local l=$1
[ "$l" == "" ] && l=20
tr -dc A-Za-z0-9_ < /dev/urandom | head -c ${l} | xargs }
genpasswd 16
harith@thinkmachine:~$ genpasswd 16
Br1WleFsmhJ4Dkwb
harith@thinkmachine:~$

This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License
© 1997 - 2010 Harith Dawi | encik[spam]harithdawi.com