utorak, 24. siječnja 2012.

Three Ways to Tweak Ubuntu Linux's Unity Desktop




The most traditional--and most complicated--approach to tweaking Ubuntu is to use the CompizConfig Settings Manager, which is available in the Ubuntu Software Center. This tool includes an Ubuntu Unity Plugin among its Desktop options, and that plugin can be used to configure various aspects of Unity. There are actually step-by-step instructions for doing it this way on How-To Geek. Be warned, though, that it's not always a straightforward process, especially for the beginner. Easier approaches are now available, such as via the following two tools.


Late last month the Ubuntu Tweak development team announced the release of version 0.6.0 of its popular open source tool for customizing Ubuntu. Targeting Ubuntu 11.10, or “Oneiric Ocelot,” the latest version of this application lets users tweak their installations via desktop and system options that Unity doesn't provide. Twelve key areas of Oneiric Ocelot can be customized using Ubuntu Tweak 0.6.0, and Unity Settings are included for the first time, giving users an easy way to change the behavior and size of the desktop's Launcher, for example, as well as the Dash size and even blur type. The software is now available for free download from the Ubuntu Tweak project site.


The Ubuntu Tweak tool has been around for a while, but a newer alternative recently emerged in the form of MyUnity. This tool gives you another way to modify Unity's Dash, Launcher, and Panel, as well as font settings and Dash blur, among other features. Starting with Ubuntu 12.04, “Precise Pangolin,” MyUnity will reportedly be included in the Ubuntu Software Center. In the meantime, instructions for downloading and installing it are available from the software's Italian developer (scroll down on that page for the English version).



Source: 
http://www.pcworld.com/businesscenter/article/248475/three_ways_to_tweak_ubuntu_linuxs_unity_desktop.html

Show all listening and established ports

----------------------------------

Show all listening and established ports TCP and UDP together with the PID of the associated process.

open CLI, Terminal, Terminator;

$ netstat -plantu

----------------------------------

ponedjeljak, 23. siječnja 2012.

mounting local directory to a remote directory with sshfs

sshfs usage
you can use this command for mounting local directory to a remote directory..

open CLI, terminal, terminator;

first install sshfs

$ sudo apt-get install sshfs
$ sshfs -o nonempty /home/user/Desktop/mountdirectory -p 22 root@remotehost:/home/user/Desktop/

nedjelja, 22. siječnja 2012.

Solved problem with Xubuntu Weather plugin

Xubuntu xfce4 Weather plugin
Xfce (Xubuntu 11.10)

open CLI, terminal, terminator;

$ sudo add-apt-repository ppa:lordnightcon/xfce4.8-weather-plugin
$ sudo apt-get update
$ sudo apt-get install xfce4.8-weather-plugin


or you can go to this site, download plugin, and install;
https://launchpad.net/ubuntu/+archive/primary/+files/xfce4-weather-plugin_0.7.4-3_i386.deb


https://launchpad.net/ubuntu/+source/xfce4-weather-plugin

nedjelja, 25. prosinca 2011.

Check your battery and system temperature in Terminal CLI...

Check your battery and system temperature in Terminal CLI...

First install acpi
open CLI, Terminal, Terminator or Konsole;

$ sudo apt-get install acpi

$ sudo acpi -V

my example;
Battery 0: Charging, 90%, 02:26:34 until charged
Battery 0: design capacity 4400 mAh, last full capacity 2061 mAh = 46%
Adapter 0: on-line
Thermal 0: ok, 40.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 82.0 degrees C
Thermal 1: ok, 45.0 degrees C
Thermal 1: trip point 0 switches to mode critical at temperature 85.0 degrees C
Cooling 0: Processor 0 of 3
Cooling 1: Processor 0 of 3

subota, 24. prosinca 2011.

To install the latest Firefox on Ubuntu 11.04/11.10/12.04, you can use this PPA...

To install the latest Firefox on Ubuntu 11.04/11.10/12.04, you can use this PPA...

First open CLI, Terminator or Terminal, and put the lines in it;

$ sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
$ sudo apt-get update
$ sudo apt-get install firefox

petak, 23. prosinca 2011.

Window Manager is not available and Workspaces are also ineffective

In xfce4 (Xubuntu) when the Window Manager is not available and Workspaces are not active, type this command in CLI (Terminator or Terminal);

$ xfwm4 --replace &