Common Control Panel Applets The follow are some common Control Panel Applets that are located in the windowssystem32 directory. If you find yourself using any of these frequently, then you can simply make shortcuts to them on your desktop. appwiz.cpl >>Add/Remove Programs desk.cpl >> Display Properties firewall.cpl >> Firewall Settings inetcpl.cpl >> Internet Options mmsys.cpl […]
Category Archives: Applications
linux to convert from PDF to DJVU you can use pdf2djvu sudo apt-get install pdf2djvu then type pdf2djvu -o output.djvu imput.pdf useful options are –monochrome –lossy -d XXX (where XXX is the desired page resolution) To convert from DJVU to PDF you can use djview4 sudo apt-get install djview4 then in menu File -> Export […]
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
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 […]
How to install/uninstall .deb files? To install .deb file sudo dpkg -i package_file.deb To uninstall .deb file sudo dpkg -r package_name
he VNC client bundled with Ubuntu, Vinagre, works half the time. Fortunately, we can also VNC with the installed “Terminal Server Client” The “VNC” option with the default installation of Terminal Server Client is disabled or grayed-out. To enable it you need to install the xtightvncviewer package in Synaptic or with the following command on […]