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 »
© 2008 - 2009, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.
――
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 »
© 2008 - 2009, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.
――
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 »
© 2008 - 2009, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.
――
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 »
© 2008 - 2010, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.
――
12 Aug, 2008
Still using that plain old black and white Terminal? how boring!
Follow these steps if you want your terminal to be more colorful!
Read the rest of this entry »
© 2008 - 2009, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.
――
12 Aug, 2008
On widescreen LCDs, gnome-terminal looks so tiny. Aren't you sick of resizing it everytime you do a ls -al ?
Here's a good solution to this, and will work with any shortcut icon you may use to start Terminal.
Read the rest of this entry »
© 2008 - 2009, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.
――
12 Aug, 2008
If you are totally sure to trust every one who can access your computer, you can follow this tip to remove the login prompt / activate the automatic login.
This might only work for Ubuntu/Gnome.
- Go to System > Administration > Login screen setup.
- Click on the Security tab.
- Check the Enable Automatic Login box.
- Choose/Type the user that you want.
- Close the window.
© 2008 - 2009, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.
――