Archive for August, 2008

How to download under Terminal or ssh, using wget

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.

by-sa
――

How to redirect a URL without www to a normal URL

This tutorial will show you several ways on how to redirect an URL without any www at the beginning.
For example, you go to:

mywebsite.com

You'll be redirected to:

www.mywebsite.com

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.

by-sa
――

Funny Things to do under Linux Terminal

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.

by-sa
――

Learn how to find files using Terminal, Find and Grep

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.

by-sa
――

Use .bashrc to activate colors and aliases in terminal

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.

by-sa
――

How to change the gnome-terminal default size (ubuntu)

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.

by-sa
――

How to remove the login prompt at start up (Ubuntu)

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.

  1. Go to System > Administration > Login screen setup.
  2. Click on the Security tab.
  3. Check the Enable Automatic Login box.
  4. Choose/Type the user that you want.
  5. Close the window.

© 2008 - 2009, Arnaud Soyez. Texts and illustrations found in this post are under the preceding copyright, unless specified otherwise.

by-sa
――