172 reputation
5
bio website
location
age 20
visits member for 1 year, 4 months
seen Apr 22 at 3:53
stats profile views 22

simple coder


Feb
13
awarded  Caucus
Jan
13
comment getting error Resource temporarily unavailable
try this sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock and then execute your command
Jan
10
answered What's the function of wget's -O -?
Jan
9
comment Accidently deleted wireless connection from edit connection, not able to connect to the wifi
try sudo ifconfig wlan0 up and post the output of ifconfig
Jan
9
comment Is there any Linux alternative for Rainmeter?
Can you try running conky from your terminal, and give us the output when it crashes?
Jan
9
comment How do I get SSH server to work with putty client?
check whether you have sshd:ALL in /etc/hosts.allow please give the contents of /etc/ssh/sshd_config.
Jan
9
awarded  Supporter
Jan
9
comment apt-get install git-core failed
try sudo dpkg --configure -a from your terminal
Jan
8
comment Still updater problem
see this askubuntu.com/questions/51692/…
Jan
7
answered Is there any Linux alternative for Rainmeter?
Jan
7
comment Is there any Linux alternative for Rainmeter?
try conky install using sudo apt-get install conky
Jan
5
comment How can I run Sublime as a normal user?
actually I found the same question being asked under different article name askubuntu.com/questions/172698/how-do-i-install-sublime-text-2 ;-)
Jan
5
comment How can I run Sublime as a normal user?
In ~/.config folder check the permissions of sublime-text-2 folder. If it is root root change it to your username.
Jan
2
comment How do I fix a “Previous installation hasn't been completed.” error in Software Center?
try sudo dpkg --configure -a from your terminal
Dec
31
awarded  Commentator
Dec
31
comment Ubuntu 11.04 Bumblebee package not found
I am user15936 :)
Dec
31
comment Ubuntu 11.04 Bumblebee package not found
can you show which all ppa that show as 404 on an update??
Dec
31
comment Ubuntu 11.04 Bumblebee package not found
@WhileHungryEatSandwich did you try Rodrigo Martins solution??
Dec
31
comment Ubuntu 11.04 Bumblebee package not found
post your /etc/apt/sources.list
Dec
31
comment Ubuntu 11.04 Bumblebee package not found
one solution is open your sources.list using gksudo gedit /etc/apt/sources.list remove the lines containing PPA like deb http://ppa.launchpad.net natty/main Sources deb-src http://ppa.launchpad.net natty/main Sources and then run sudo apt-get update && sudo apt-get upgrade