Category Archives: Short tips

installing-fonts-in-ubuntu-9,4

There are a number of very common fonts, which you can install through APT/Synaptic, including the Microsoft TrueType core fonts (e.g. Arial Black, Times New Roman).

Before installing, make sure you enable the extra repositories, (If your not sure how to do this please see: Repositories/Ubuntu).

Read more »

How Set your Default Gateway using Route | terminal

You want to quickly set the route for your machine from the terminal.

Frankly this problem faced me yesterday with my laptop and its drives me crazy untill this helped me

Start by opening up a terminal window, and type the following, just make sure you have the ip address of your gateway to do so.

  route add default gw IP ADDRESS eth0

We can see our changes by typing:

route -n

[tweetme]