How to setup FTP server in Ubuntu using vsftpd. $sudo apt-get install vsftpd Ok now that we have it installed its only using default settings which allow anyone with a system account to connect and download files .Upload is not allowed by default . So next lets change a line in the config to allow […]
Category Archives: Unix
Run gconf-editor from the terminal or go to the GNOME menu bar -> Applications -> System Tools -> Configuration Editor Disable just those icons: navigate to /apps/nautilus/desktop uncheck computer_icon_visible uncheck home_icon_visible uncheck network_icon_visible uncheck trash_icon_visible uncheck Disable […]
I try to install skype got error message and found some solutions to fix this issue in easy way . simple installation guide on installing Skype for Linux in Ubuntu 12.04 64-bit Step : 1 First install the dependencies by this command in a terminal window $sudo apt-get install lsb-core ia32-libs libqt4-dbus libqt4-network libqt4-xml libasound2 […]
Top things to do after installing Ubuntu 12.04 LTS Precise Pangolin 1. First install updates and upgrades sudo apt-get update && sudo apt-get upgrade 2. Install Synaptic Package Manager Synaptic Package Manager, which was dropped with the release of Oneiric 11.10. Both of these, however, are still the first choice for me over the […]
How to install Qemu , Qemu patch and qemu-system-sparc on ubuntu 12.04 Step : 1 Install required Ubuntu packages for Qemu compilation kartook@Lap:~/Downloads$sudo apt-get install libncurses5-dev zlib1g-dev libsdl-dev libpcap-dev Step : 2 Download Qemu Package and install : kartook@Lap:~/Downloads$wget http://mirror.veriportal.com/savannah/qemu/qemu-0.14.1.tar.gz kartook@Lap:~/Downloads$tar xvzf qemu-0.14.1.tar.gz kartook@Lap:~/Downloads$ kartook@Lap:~/Downloads$cd qemu-0.14.1 kartook@Lap:~/Downloads/qemu-0.14.1$./configure –target-list=i386-softmmu kartook@Lap:~/Downloads/qemu-0.14.1$make kartook@Lap:~/Downloads/qemu-0.14.1$sudo make install kartook@Lap:~/Downloads/qemu-0.14.1$ Download […]
Note : Make a note of all changes you made in custom templates & delete it. As older templates will be replaced with newer version. How To : rm -rf /var/www/html/template/en/custom/* Download Bugzilla cd /root/ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-4.2.tar.gz Backup Existing html folder (or bugzilla folder) cd /var/www/ tar zcvf bugzilla-40.tar.gz html/ Take MySql Backup cd […]
Flash fullscreen doesn’t work on Ubuntu 10.10 Reason : The problem has something to do with flash having hardware acceleration enabled Solution : Open a terminal and type the following: sudo mkdir /etc/adobe sudo su sudo echo “OverrideGPUValidation = 1” >> /etc/adobe/mms.cfg After executing the code above, we haven’t had a problem viewing flash videos […]
I am using in this LAB for all are trail version applications . Few application will work for 180 days few less than 3 months . Software Collection : Operating Systems : Windows 7 64 bit Virtual layer […]
You can simply use that commands to find your DNS servers on a Linux/Unix/BSD based OS by usign: # cat /etc/resolv.conf or using: # less /etc/resolv.conf