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 […]
Category Archives: Linux
VMware Workstation version 8.0.2 build-591240 and the vmmon module compiles, but the vmnet module fails.. Virtual Network Device unable to load/compile-VM Player 4.0.2 in Ubuntu 12.04 Here ins the steps to solve this issue Download and install – VMware Workstation version 8.0.2 build-591240.bundle from Vmware site kartook@kartook:~/Downloads$ wget http://communities.vmware.com/servlet/JiveServlet/download/1902218-80055/vmware802fixlinux320.tar.gz kartook@kartook:~/Downloads$ ls […]
I spend a lot of time to make sure this all working fine . i googled and make this is possible to know all . may be anyone can installGNS3 through this . Step : 1 Installing dependencies four-20@Pre-420:~/Desktop$ su Password: root@Pre-420:/home/four-20/Desktop# cd / root@Pre-420:/# root@Pre-420:/#apt-get update root@Pre-420:/#apt-get install python root@Pre-420:/#apt-get install qt4-dev-tools root@Pre-420:/#apt-get […]
Ubuntu 11.10 does not include tsclient any more and the alternatives are unusable, i tried different methods to workout . Download tsclient 0.150 from sourceforge. root@Pre-420:/home/four-20/Downloads/tsclient-0.150# sudo apt-get install libxml-parser-perl gtk+2-dev root@Pre-420:/home/four-20/Downloads/tsclient-0.150#./configure –disable-gnome root@Pre-420:/home/four-20/Downloads/tsclient-0.150#make install
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 […]
According to CVE-2012-0056, linux kernel 2.6.39 and later versions is vulnerable to local privilege escalation by any local users due to the mem_write function does not properly check for permissions when writing to /proc/<pid>/mem, when ASLR is disabled. Please take a look at this demonstration to see how it works. Reference: 1. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0056 2. http://blog.zx2c4.com/749 […]
I want to uninstall the Vmware workstation v 8.0.0.471780 on my laptop . Oprating System:Ubuntu 10.10 -64bit .. kartook@Kartook:~/Downloads$ vmware-installer -l Product Name Product Version ==================== ==================== vmware-workstation 8.0.0.471780 kartook@Kartook:~/Downloads$ sudo vmware-installer -u vmware-workstation 8.0.0.471780 kartook@Kartook:~/Downloads$
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 […]
VCP Home Lab- Part 3 Physical HDD partitioning : HDD 1 – 1 TB Operating System : 100 GB ( C : ) VCP LAB Images Machines : 200 GB ( D : […]