Tag Archives: Linux

Install NFS Client on Windows Server 2008 R2

Steps: 1. Launch the “Server Manager”   2. Click Role, Click “Add Roles” in the right panel   3. Click Next, Select the checkbox of “File Services”, Click Next.   4. When the “Select Role Services” appears, select the checkbox … Continue reading

Posted in Windows | Tagged , , , , , , , | Leave a comment

Convert CD-quality WAV to 8bit mono WAV using ffmpeg

Today I needed to record something in a WAV file that shouldn’t exceed 100 KB, when I used the standard “Sound Recorder” in Ubuntu, it recorded using the default CD-quality recording (resulting in a 280 KB file, so I used … Continue reading

Tagged , , | 4 Comments

Backup and Restore ext4 filesystem using fsarchiver

Important Note: Until the time of writing this article, “partimage” DOESN’T SUPPORT EXT4, it detects ext4 as ext3 and then displays an error message saying “can’t read bitmap block 0 from image“, so if you use something like the bootable … Continue reading

Tagged , , , | Leave a comment

UNetbootin: Burn any ISO or image files to USB Disk on Linux

Go to the following URL: http://unetbootin.sourceforge.net/ and download the file Make the file executable (chmod +x file_name) This step is specific for Ubuntu: If you receive the message “7z not found ….”, open a terminal and run “sudo apt-get install … Continue reading

Tagged , , , | Leave a comment

Network Manager 0.7 Multiple Simultaneous Connections!

Four network connections active at the same time: 3G connection (etisalat USB modem) 2 wireless networks with 2 different wireless cards (the internal card and another external one) 1 wired connection This is EXTREMELY useful and I gained a lot … Continue reading

Tagged , , | Leave a comment