Author Archives: kartook

Asus PadFone Expand Your World

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 […]

ubuntu : Top things to do after installing Ubuntu 12.04 LTS Precise Pangolin

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 […]

Nexus : Creating an uplink port profile for VM-GUESTS on Nexus 1KV

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

Ubuntu : How to install Qemu , Qemu patch and qemu-system-sparc on ubuntu 12.04

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 : Virtual Network Device unable to load/compile-VM Player 4.0.2 in Ubuntu 12.04

  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 […]

How to Install and Configure GNS3 v0.8.2 ubuntu 11.10 x64

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 – Compile tsclient 0.150 on Ubuntu 11.10

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