DynamicDisplay — this ASUS exclusive technology automatically adjusts the PadFone’s display layout when it is placed into the PadFone Station to enable you to view and enjoy more. The intelligent DynamicDisplay technology will also ensure that the app remembers where you stopped so that you can immediately continue playing that new game without having to […]
Author Archives: kartook
Latest reviews of GOTD on the Net“Giveaway of the Day” gives you the chance to try out new software without spending money to find out if it is any good.Every 24Hours will get one new application .Keep eye on it and your required software popup one day 😛 Here is the Link
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 […]
Creating an uplink port profile for VM-GUESTS on Nexus 1KV On the CLI create the port profile VM-Guests by typing the shown configuration commands Nexus1000V# conf t Nexus1000V(config)# port-profile VM-Guests Nexus1000V(config-port-prof)# vmware port-group Nexus1000V(config-port-prof)# switchport mode access Nexus1000V(config-port-prof)# switchport access vlan 11 Nexus1000V(config-port-prof)# no shutdown Nexus1000V(config-port-prof)# state enabled Nexus1000V(config-port-prof)# exit
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 […]
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
Full credit goes to our good community friend “dmz” from 7200emu.hacki forum. He was able to write a patch that automates the process of extracting the kernel and initrd of version 8.4(2). This really saves us all from the burden of finding the right offset location of the header not mentioning all the necessary patches […]