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
In cryptography, MD5 (Message-Digest algorithm 5) is a widely-used cryptographic hash function with a 128-bit hash value. MD5 was designed by Ronald Rivest in 1991 to replace an earlier hash function, MD4. As an Internet standard, MD5 has been employed in a wide variety of security applications, and is also commonly used to check the […]
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 […]
I want to uninstall the Vmware workstation on my laptop . Oprating System : Ubuntu 9.04 -64bit .. Just following the comments … kartook@moon:~$ vmware-installer -l Product Name Product Version ====================== ==================== vmware-workstation 7.0.0.203739 kartook@moon:~$ sudo vmware-installer -u vmware-workstation […]
I want to disable the username in the GDM Login screen . Step 1 . Logout of your current session and return to the GDM Step 2. Switch to the tty command line prompt using Ctrl-Alt-F1 Step 3. Login using your normal login/password Step 4. at the command line prompt type: export DISPLAY=:0.0 […]
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