Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Firefox – Browser of Choice

Firefox – Browser of Choice

Hey, people prefer using Firefox to get connected online. What you use? 78.5% of users accessing my blog use Firefox as of today. It has been my choice for almost 8 years now. Firefox is conducting a survey to understand what you look for in any browser. Attend it and...
Linus Torvalds on Simple talk

Linus Torvalds on Simple talk

Morning all, Looks like all of you are sipping your morning coffee. I would like to share an interesting link with all of you. Hope you all will enjoy reading it while getting ready for the day. We are all always curious to see what Geeks who designed technology...

Could not connect to localhost:4001 (127.0.0.1)

I was greeted with errors when I started installing few new packages on my laptop last night. Didn’t get to fix them until this morning. # aptitude update Errhttps://security.ubuntu.com dapper-security Release.gpg Could not connect to localhost:4001 (127.0.0.1)....

Unable to access VPS via SSH – CentOS5 on OpenVZ

To trouble shoot this issue, first get into the server from the Hardware node so that you can quickly resolve this issue as a VPS Administrator. You might face few issues which I have reported in my earlier posts : Unable to open pty: No such file or directory tty...

Unable to open pty: No such file or directory

Unable to access the VPS via SSH? Are you getting the following error? # vzctl enter 1022 enter into VE 1022 failed Unable to open pty: No such file or directory Fix: # vzctl exec 1022 /sbin/MAKEDEV pty # vzctl exec 1022 /sbin/MAKEDEV tty # vzctl enter 1022 To Fix...