Open the terminal in a specific size and position in Ubuntu/ Linux Mint

In Ubuntu or Linux Mint and many other distros, when you open the terminal, the window will appear at the top left corner of the desktop screen and I usually have to drag it down to the bottom left of the desktop. If you dont like the default position and size of the start up window, you can edit it easily.


There are in fact many methods to customize the start up position of the terminal, but in this article I will show you a simple way to do the task without installing anything. In Ubuntu or Linux Mint Cinnamon, just open the terminal and run the following command:

sudo gnome-desktop-item-edit /usr/share/applications/gnome-terminal.desktop

If you use MATE, the command will be

sudo mate-desktop-item-edit /usr/share/applications/mate-terminal.desktop

After you hit enter, you will see the properties window of the launcher for the terminal.
 

In the command tab, just append this option after the part "mate-terminal" (or "gnome-terminal"):
 
--geometry=100x50+800+300

 What this means:
100: the width of the terminal ( in characters)
50: the height ( in lines)
800: x position of the terminal when you open it up
300: y position


Just change the numbers into whatever values you prefer then click on the Close button and everything is done. Next time you open the terminal, the terminal window will appear at the new position instead of the top left corner of the desktop screen  


source http://www.linuxandlife.com

Easy way to download Potenza and install

Potenza was updated on Gnome-look two days ago and this icon set has been rated positively. All icons in this set have a squircular shape and the bright colors make Potenza go together with dark GTK themes very well.

Here are some screenshots of Pontenza

 This is an easy way to download and install
  • sudo wget http://mystras.cloudfactory.eu/Downloads/Potenza.deb
  • sudo dpkg -i Potenza*
  • sudo apt-get install -f

How To Setup Static DNS Servers in Ubuntu

To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to open dhclient.conf file.

sudo gedit /etc/dhcp/dhclient.conf
Then change the line highlighted to:
prepend domain-name-servers x.x.x.x, y.y.y.y;

Replace xx and yy with the primary and secondary DNS server addresses. Separate each address with a comma. Save the file and you’re done.

i COPY AND PASTE this from here for my own knowledge.

Install Razor Lightweight Desktop in Ubuntu 12.10 & 12.04

Razor-qt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and an intuitive interface. Unlike most desktop environments, Razor-qt also works fine with weak machines.

Razor-qt is a new open-source project, it works with various WMs. This simple tutorial will show you how to install Razor Desktop in Ubuntu using PPA

 Install Razor Desktop from PPA:

Hit Ctrl+Alt+T, copy and paste this command into terminal and hit enter to add the PPA. It supports Ubuntu 12.10, Ubuntu 12.04, 11.10, 11.04, and 10.04.

sudo add-apt-repository ppa:razor-qt/ppa
sudo apt-get update
sudo apt-get install razorqt


Log out and select to log in with Razor Desktop:
 

Ubuntu Builder 2.3.0 Adds Support For Ubuntu 12.10 Quantal Quetzal

Ubuntu Builder has been updated to version 2.3.0 recently which adds support for Ubuntu 12.10 Quantal Quetzal and at the same time drops support for Natty. Ubuntu Builder is a tool with GUI that allows users to build a customized version of their Ubuntu-based distributions. The tool allows to customize either i386 or amd64 OS images.

 Ubuntu Builder Installation

Open the terminal and install Ubuntu Builder 2.3.0 in Ubuntu 12.10/12.04 or Linux Mint 13 with the following commands:
 

sudo add-apt-repository ppa:f-muriana/ubuntu-builder
sudo apt-get update
sudo apt-get install ubuntu-builder 

Find Us On Facebook

Related Posts Plugin for WordPress, Blogger... Linux Directory