Live Chat!

Why linux live cd are important? How useful is it?

2 votos Vota!!

April 4th, 2007 mysurface

There a plenty of linux live cd, check out frozentech.com, scroll down the list and you will see this line:
Currently displaying 315 LiveCD/DVDs
With various tools such as Kadischi, linux live script, Ubuntu Customization Kit etc, you can easily come out your own live cd. What you required is just the matter of time to fine [...]

Posted in Misc, df, fdisk, ls, scp | Hits: 28299 | 12 Comments »

checking disk space using df and du

1 votos Vota!!

August 31st, 2006 mysurface

The common way to check for all partition disk space, how much is still remain, you can simple use
df -h
Usually I will put -h to make it size human readable.
Another good tools to check the disk space for directories, we use du. You may realized that when you type ls -l, the size of every [...]

Posted in Common, df, du | Hits: 25104 | 3 Comments »