Adding swap to Linux

| 0 Comments | 0 TrackBacks
dd if=/dev/zero of=/var/swapfile bs=1024 count=2048000 sync mkswap /var/swapfile swapon /var/swapfile swapon -s echo "/var/swapfile swap swap defaults 0 0" >> /etc/fstab 

No TrackBacks

TrackBack URL: http://baldwinsung.com/cgi-bin/mt-tb.cgi/5

Leave a comment

Recent Entries

Toasters Mailing List
There is a very cool unofficial NetApp Mailing list, its called toasters. Subscribe by sending an email to lists@mathworks.com. Be…
Updating the password for a MovableType user from MySQL
# mysql -u root -p SOMETHING Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL…
Cable Modem Diagnostic Page
Recently discovered a interested diagnostics page for my cable modem. http://192.168.100.1…