I am using ubuntu 64 bit most of the time i can get only 32bit versions . googled got some thing you have to use the ia32 compatibility libraries. in a terminal type: sudo apt-get install ia32-libs then sudo dpkg -i –force-architecture your-package.deb
Category Archives: Linux
Install VMWare Workstation 6.5 on Ubuntu 9.10 I was able to get everything installed by skipping the installation of the modules on the inital install. Then when I tried to open the application it installed the modules without any more problems. Seems for at least Ubuntu 9.10 the fix ?? # chmod +x VMware-Workstation-6.5.3-185404.x86_64.bundle # […]
How to list partition table on ubuntu ? our ubuntu hard disks can be divided into one or more logical disks called partitions. This division is described in the partition table found in sector 0 of the disk. To list your disk partition table you just need to use command fdisk in your ubuntu terminal. […]
The lsb_release command provides certain LSB (Linux Standard Base) and distribution-specific information. lsb_release -a Below is an example of the output of command lsb_release kartook@Nilas:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.04 Release: 9.04 Codename: jaunty kartook@Nilas:~$
Compiz issue:No window borders today I met a issue of Compiz,the symptom is there is no windows borders of Compiz Well actually, I think there are a too many possibilities for why this happened, but everytime it happens to me I can fix it with this command. Run it with alt+f2: emerald –replace & Ok, […]
I need to remove the compiz settings completely from my laptop .Reason behind was its not giving proper effect what i need .i thought some settings is there .So need to search and clean what i the command i need just try below 🙂 kartook@Nilas:~$ kartook@Nilas:~$ kartook@Nilas:~$ sudo apt-get –purge remove compiz*; sudo apt-get –purge […]
How to install AdobeAIRInstaller.bin on ubuntu 9.04 kartook@Nilas:~$ wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin –2009-11-12 17:58:52– http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin Resolving airdownload.adobe.com… 213.155.157.48, 213.155.157.24 Connecting to airdownload.adobe.com|213.155.157.48|:80… connected. HTTP request sent, awaiting response… 200 OK Length: 13745012 (13M) [application/x-macbinary] Saving to: `AdobeAIRInstaller.bin’ 100%[======================================>] 13,745,012 43.6K/s in 2m 6s 2009-11-12 18:00:59 (106 KB/s) – `AdobeAIRInstaller.bin’ saved [13745012/13745012] kartook@Nilas:~$ chmod […]
Yahoo changed the chat servers a lot .Pidgin users are facing lof trouble to login . finally found the solution .No need to add any thing on host or ipaddress nothing just do it like change the Encoding UTF-8 its working like charm
I want to install same packages on my desktop currently what i have in my laptop .But insternetwas not working also i dont want to wait for online download and all . Googled i got this application ..Wawwwww this is the one what i need 🙂 Thanks to developers … What is APTonCD? APTonCD […]