Adding Swap Memory to Linux

You can add swap memory if you don’t have swap partition, especially low on physical memory. sudo dd if=/dev/zero of=/var/swapfile bs=1M count=2048 && sudo chmod 600 /var/swapfile && sudo mkswap /var/swapfile && echo /var/swapfile none swap defaults 0 0 | sudo tee -a /etc/fstab && sudo swapon -a

Instability after memory upgrade on MacBook Pro

If you happen found instability after upgrading memory on your MacBook Pro, I hope this trick will save you from a lot of frustations and data loss like I did. Simple, try to changing the slot. After switching with 4 GB a piece RAM, random lock up was haunting me at worst 10 times a [...]

A day with Google Chrome

What a big surprise that Google launch his Chrome into the heated war of browser. You might think that the water is saturated enough and any new players won’t be able to stir it up, but not in this case. Google came with a revolutionary and completely different approach although it’s main rendering engine based [...]