I cant use USB in my Virtual Box Guest OS, when ever i clicked over USB from Virtual Box it shows to add the current user to vboxusers. But i was unsure how to do this. After a comprehensive search i found a easy command to add my user to vboxusers group. The command is…
Posts Tagged
ubuntu
Enable root user in Ubuntu 12.04 LTS
You may have noticed by now you can’t access root account or login to the root account and also that in Ubuntu you never set a root password during installation, fixing this is actually pretty easy but I really recommend against doing this if you are new to Linux as its easy to mess up…
How to : Install zoom ultra AC2726 modem
1. lsusb in terminal to view whether the usb modem is connected or not. 2. sudo wvdialconf to configure the modem with your system. 3. Edit /etc/wvdial.conf and give the following text as it is, [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Stupid Mode = 1 Modem Type =…
Creating Virtual Host on Apache/Ubuntu
This days i am running for Zend Framework. Also feels a nice love for Linux. So i am trying to coup up with zend. Here i need to create a virtual host in my local environment. Ubuntu is my only OS. As i am newbee of linux and this is my first virtual host configuration,…