HOWTO mount ISO and DD Image Files
Occasionally, I’ll download an image file and want to see what is on it, or make a few changes to it before burning it to… Read More »HOWTO mount ISO and DD Image Files
Occasionally, I’ll download an image file and want to see what is on it, or make a few changes to it before burning it to… Read More »HOWTO mount ISO and DD Image Files
# rm filename (removes a single file)# rm filename? (matches single character. e.g. filename1, filename2,filename3)# rm filename[1-5] (matches filename1 thru filename5)# rm filename* (removes everything that matches filename. e.g.filename122, filename222, filename.backup) # rm -rf /home/esofthub/directoryname (the -r… Read More »HOWTO Remove a File or Directory Recursively
The following command help you to find the disk space used by different packages in ubuntu open a terminal window and run the commanddpkg-query –show… Read More »Howto find Disk usage of Packages in ubuntu
Hello linixians,Failed to access internet through your bsnl clarity phone….Here is an easy way 1. Just download this executable…..bsnlclarity and save it to your home… Read More »Howto Install BSNL wll clarity phone in Ubuntu
You can create and Modify ISO9660 files (iso images) graphicaly in ubuntu by using an open source Linux application ISO Master Features: 1. Create an… Read More »How to Create and Modify ISO Images in Ubuntu