25 Aug, 2008
That's amazing everything you can do under linux, you don't even need to open your internet browser to download a file. Well, when you are connected to your dedicated or private server through ssh, you don't have any desktop.
wget will provide you functions to do almost any kind of HTTP/FTP downloads.
Read the rest of this entry »
――
14 Aug, 2008
This tutorial will show you several ways on how to redirect an URL without any www at the beginning.
For example, you go to:
You'll be redirected to:
I'll show you how to do this using .htaccess file, and then using conf files.
Read the rest of this entry »
――
13 Aug, 2008
Getting bored under Linux? How's that even possible? You can do almost anything under Linux. But if you need to have some fun, try these things!
In this tip, I'll show you: cowsay, cowthink, star wars using Telnet, the fun man pages, cmatrix, bb, aafire, pacman4console.
Read the rest of this entry »
――
12 Aug, 2008
This tutorial will help you learn how to find files, or find files containing a given text using the terminal. We will use commonly "built-in" commands, such as : find and grep.
Read the rest of this entry »
――