Ramdisk is very good to have if you want something to stay in memory. Files in memory makes it so you can access them with out having to access hard drive all the time. Perfect candidates would be things which do not change eg. web images or downloadable files, etc. If you have Linux Kernel [...]
Read the full article...
Code revision control is very crucial part of development. It ensures you know who has changed which files and you are able to rollback to older versions in case new changes are breaking your website page or entire project. There are few options for you if you are looking into setting up code revision control. My preferred [...]
Read the full article...
Rsync is a great tool which can be used to do many tasks which involved copying/moving data. If privacy/security is of concern, which it always should be, you can use rsync to do all the copying/moving of data over SSH. Read through “man rsync” to get deeper understanding of rsync. Here is [...]
Read the full article...
Installing mcache, previously known as msession, on CentOS 32 bit system.
If you are on 64 bit system, you will get errors, lots of them. I went through and fixed “some” errors by modifying code but it was just taking too much time so I decided not to go 64 bit route. But below are the [...]
Read the full article...
Setting up Samba “can” be complicated at times. Especially if you are looking for instructions online where there are WAY too many tutorials which go in to details about what configuration does what, etc. Well, this post is nothing like that. Here I just show you quick and easy way to install [...]
Read the full article...