Displaying posts published in

March 2009

Set the default terminal window size in Ubuntu (Linux)

The gnome-terminal uses a termcap file for its basic settings. To change these:Code:sudo gedit /usr/share/vte/termcap/xtermNow look for a line about 1/3 of the way down the file that looks like this:Code: :co#80:it#8:li#24:\To change the number of columns, change the co# number, in this case 80.To change the number of rows, change the li# number, in […]