Just another trying-to-be-a-geek's blog
Posts tagged linux
SSH: Tips And Tricks You Need
Aug 24th
SSH is one of the most widely used protocols for connecting to remote shells. While there are numerous SSH clients the most-used still remains OpenSSH’s ssh. There is a plethora of tips and tricks that can be used to make your experience even better than it already is. Read on to discover some of the best tweaks to your favorite SSH client.
Adding A Keep-Alive A keep-alive is a small piece of data transmitted between a client and a server to ensure that the connection is still open or to keep the connection open. Many protocols implement this as a way of cleaning More >
Five Ubuntu Features You Didn’t Know About
Feb 15th
The quest to discover something new and fresh about Ubuntu, which is arguably the world’s most popular and best documented Linux distribution, is an almost ridiculous one to accept and an almost impossible one to fulfill. I felt like the Mission Impossible character, Jim Phelps, as I read the request from my editor. I expected to see the words, “This is your mission, Ken, should you choose to accept it. This email will self-destruct in five seconds” at the end of that message.
Rinetd: Redirect TCP connections from one IP address and port to another
Jan 19th
I have came across such a situation a million times where we move a machine from one IP to another (mostly when policy audits occur) and things stop working even though we modify DNS to reflect changes, just because some *beep* people still fiddle around with the old IP or some software were configured with IP instead of DNS (why? never got the answer, even though everyone knows DNS is here and hostnames are so much intuitive like a webserver having web.domain.com, an irc having irc.domain.com or in some cases chat.domain.com when we run multiple chat related tools like irc More >
Why wouldn’t you use google chromium os?
Jan 17th
I experimented with google chromium last night for a bit and kindda like it. I am thinking of some ideas that i would like to implement in google chromium based on the response i get on this post. So everyone please answer the following questions to help me.
Why wouldn’t you use google chromium os? Or more specifically what is it that you miss in google chromium? What features would you like to be implemented? Have you used Google Wave? Do you like the idea of dashboard/showcase applications? Have your used WebOS? What do you feel about their future? Do you More >
Packaging software with RPM, Part 1: Building and distributing packages
Jan 15th
The principal benefit of open source software is, as its name implies, access to the inner workings of an application. Given the source, you can study how an application works; change, improve, and extend its operation; borrow and repurpose code (per the limits of the application’s license); and port the application to novel and emergent platforms.