admin on January 22nd, 2010

Trivial File Transfer Protocol (TFTP) is a file transfer protocol, with the functionality of a very basic form of File Transfer Protocol (FTP). It was first defined in 1980 and it is used for operations like firmware upgrade on network devices. This post won’t be the history lesson . To install tftp server on RH [...]

Continue reading about tftp server on CentOS/RHEL/Fedora

admin on January 4th, 2010

It is useful to know how to check the size of a folder. All you need to do is to run next command: # du -hs /dir/location/ For example: [root@myserver /]# du -hs /mail/mydomain.com/ 837M /mail/mydomain.com/ In this case, the size is shown in MBs.

Continue reading about Check dir size howto