Why choose virtual private server

Posted: Jun 04

Many experts have said that the best environment for E-commerce sites are those which used a dedicated server. Dedicated servers have become quite popular because they offer uses a great deal of security and the ability to customize their settings. The whole server if yours, and you can do whatever you want with it. However, [...]

List all installed rpm packages and it’s size

Posted: Jun 03

Virtual Private Server disk space are usually limited so it’s always good to know how much space on the hard drive takes some rpm package. You can delete it later – you will save your disk space and of course some bandwidth if updates are released later on. rpm -qa –qf ‘%10{SIZE}\t%{NAME}\n’ | sort -k1,1n [...]