-
Recent Posts
Recent Comments
Categories
Meta
VirtualBox is great, until you realise your missing the a key snapshot, or your original image and you only have the lastest snapshot on your backups. A while back I had the task of rebuilding a windows server for someone … Continue reading
A lot of different things can cause voice quality issues. When using SIP a variety of things could be to blame, and not at all easy to track down. Causes of poor sip voice quality can be one of the … Continue reading
This mini howto explain how to create more loop device on your operating system.You need to create more loop device in some case like encrypted file system or HVM xen virtualization. By default there are 7 devices available, named /dev/loop0 … Continue reading
I have a 1.5TB external hard drive(with its own power adapter) and three computers at home, it was not convenient if I want to get the files or save them to the external storage. So I planned to make my … Continue reading
.fullpost{display:inline;} When Slax auto detect External hard drives or USB keys but it permission defaulted to read only. Slax will not allow you to change the file permission. You will not be able to copy important files to the external … Continue reading
source:http://www.freelabs.com/~whitis/USB_VID_PID.xhtml Linux users can, of course, just use lsusb or usbview. Run as root because on some systems, this doesn’t show all the information otherwise. lsusb (short form) $ sudo lsusb Bus 002 Device 049: ID eb1a:1760 eMPIA Technology, Inc. … Continue reading
To compress a file or folder do this command: in this example, I want to tar my test directory: Command: tar -pczf test.tar.gz test/ Now to untar: Command: tar xvfz test.tar.gz
THE DD COMMAND The dd command copies an amount of data block by block. The most basic syntax is: Format# dd if=xxxxx of=yyyyy bs=zzzzzz( Where if=xxxxx is the source, of=yyyyy is the target and bs= both read and write zzzzz … Continue reading
This article suits for both Windows 7 and Windows 2008 R2(tested on 17/10/2010): To join the domain for Windows 7 make sure you do the following steps: First you need to be running Samba v3.3.4 or later. Earlier versions have … Continue reading
Linux permissions help 1. What are file permissions 2. File permissions notation 2.1. Textual representation like “-rwxr–r–” 2.1.1. Examples 2.2. Numeric (octal) representation like “644″ 2.2.1. Examples 2.2.2. Why there is a leading zero? 2.2.3. Four meaningful digits like “4755″ … Continue reading