Tag Archives: Ubuntu

How to Make Your Ubuntu Desktop Look Like the One of Mac OS

If you are a fan of the design proposed by Apple for most of its operating systems, particularly Mac OS X, then there are a couple of things that you should take into consideration and some simple steps to follow. Therefore, you are advised to read the following information carefully in order to achieve the expected outcome in the shortest time.

There are two free pieces of software that can transform your Ubuntu desktop into one that looks identical to the one of Mac OS in no time. The Ubuntu version is called Macbuntu. First of all, you will need to install this program onto your local hard drive. Here is what you need to do for this step:

– If you are using Ubuntu 10.4 Lucid Lynx, you will need to open a new terminal and type the following lines into it:

$wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.2/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz
$tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp
$cd /tmp/Macbuntu-10.04/
$./install.sh

– On the other hand, if Ubuntu 10.10 Maverik Meerkat or a similar version is installed in your system, you will need to use a different version of Macbuntu, which can be accessed by typing the following:

$wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.10/v2.3/Macbuntu-10.10.tar.gz -O /tmp/Macbuntu-10.10.tar.gz
$tar xzvf /tmp/Macbuntu-10.10.tar.gz -C /tmp
$cd /tmp/Macbuntu-10.10/
$./install.sh

During the install process, you will be provided with the chance of choosing between different options. These are usually dependent on the different ways you wish your desktop to look like. Most of the choices will be based on your visual tastes, so make sure you choose according to them.

Finally, whenever you need to uninstall this special package for some reason you can follow the same procedure described above, with just an exception. Instead ./install.sh you will need to use the ./uninstall.sh command. AddThis

How To Install and Configure Conky by DarkJediHacker

AddThis

Install Conky system monitor for Linux and configure it in few basic steps

Conky is one of the most powerful and versatile system monitors for Linux desktops. It allows you to monitor and display all the information about your hardware, top processes, network, emails and more. At the moment more than 300 different feature has been built for Conky and searching on the web you always find the perfect feature already developed by someone.

– Installation on Ubuntu:

in Terminal run: sudo apt-get install conky

– Configuration:

In Terminal run: sudo nautilus

Go to File System: /etc/conky/conky.conf

Save a copy of the original conky.conf in another location and open the original file with Gedit Text Editor

First of all change: own_window yes to own_window no

Choose your preferred alignment (some samples below…):
alignment top_right
or
alignment middle_right
or
alignment bottom_right

Play with: update_interval 1.0
and change the interval value till you find the right ratio to obtain the best speed for you (in my case it was 0.80).

Add this line to eliminate any flickering:
double_buffer yes
but, on some computers, all the icon on your desktop will be hidden and you need to use (move) the mouse to discover them if you will not add this parameter: own_window_type normal

Add, as last line (or in other position if you prefer):
${color red} ${cpugraph} to have a clear graph about cpu (obviously you can choose the color you prefer)

For automatic start of Conky at startup, please follow the following instructions:
Run Startup Applications in System –> Preferences
Click on Add and save after updating the following instructions
Name: Conky
Command: /usr/bin/conky

Restart Ubuntu to check your new Conky “applet”

Link to Conky: http://conky.sourceforge.net/

For more info about Conky’s variables: http://conky.sourceforge.net/variables.html

Find online some pre-compiled Conky configuration files, searching, for example, on: http://gnome-look.org
AddThis

How to install “old” add-ons on Firefox 5. The easy way!

Firefox add-onsI usually update my Firefox as soon as possible but often, especially after installing the new version 5 on a Ubuntu 11.04 platform, I had to lose many add-ons that I previously selected and used daily. To avoid this problem I found some tips on the web and I tested all of them with different results.

Solution 1
– download the .xpi file from its official Firefox add-on webpage using the right mouse button (Save Link As) on

– unzip the .xpi file with Archive Manager and open install.rdf using a Text Editor;

– find this line: em:maxVersion and change the value from e.g. 4.0.* to 5.0.*;

– click on   icon in the Firefox Add-ons Manager, select “Install Add-on From File…” and follow the visual instructions.

Unfortunately this solution didn’t work always during my tests

Solution 2
– open a new Tab on Firefox and type: about:config;

– agree to the warning message;

– search all the lines with the string extensions.checkCompatibility and set the values to false

– restart Firefox and enable or install your “old” add-ons.

Solution 3 – The easy one!
– open a new Tab on Firefox and click on Tools –> Add-ons;

– search for the Add-on Compatibility Reporter and install it;

– restart Firefox and you will be able to install all the old add-ons.

Sometimes you will discover that installing “old” add-ons doesn’t mean that they really run on Firefox 5 but, in my experience, more than the 70% of them will be good for the new version. Have fun!! AddThis

Technorati Tags: , , , , ,

How to Install Sopcast for free live TV in Ubuntu

Sopcast represents one of the most popular technologies for live TV streaming, being based on the famous p2p system. However, until recently, there was no version of this software for Ubuntu and Linux in general. But now every single user can enjoy live TV right on their desktop or laptop computer with this absolutely amazing program.

In order to install Sopcast on your machine, here is what you need to do:

1. Open a new terminal. This is a classic step and is used in most of the installation processes you will encounter in Ubuntu.

2. In order to add Sopcast to Synaptic (the package administrator software integrated into Ubuntu) you will need to type the following command:
sudo add-apt-repository ppa:jason-scheunemann/ppa

3. The next step is related to the update of the sources list. This can be done with the following command, which needs to be typed into the same terminal in order to achieve the right effects:
sudo apt-get update

4. Now you will need to run Synaptic in order to finalize the process. This is usually done through the System menu (System -> Administration -> Synaptic). Alternatively, you can use the following simple command:
sudo synaptic

5.  Look for the Sopcast package and install it. A very important step at this point is to not forget about all its dependencies. If you do not install everything, then Sopcast will not run correctly or not at all.

This is basically all you need to know if you want to install Sopcast on your machine. Whenever you need to run the player you can find it in the Application menu -> Multimedia -> Sopcast. You will surely enjoy the great variety of the channels available for every user through this system.

AddThis

How to Boot Ubuntu from USB

When it comes to the most recent generation of computers, there is an option to start an operating system right from a USB stick, without an actual installation process. This may be an option to use or test a different operating system without affecting in any way the one that is already installed.

Starting from version 8.10, Ubuntu can be installed on a USB stick in a more easy way by every single user, regardless of their knowledge in Linux. To perform the installation, the user must have a version of 8.10 or later on CD and a USB stick with a capacity of at least 700 MB free space available, but this can vary according to the version of Ubuntu that you want to use for this process.

To install Ubuntu on the USB stick, you can simply boot the Live CD mode of Ubuntu or alternatively, if already installed on your on your system, you can follow the following simple procedure to do this, which is described in some basic steps below.

First of all, you need to access the Ubuntu menu bar, via System> Administration, choose Create a USB startup disk.

At this point, you will be asked to specify the source disk image of Ubuntu. If you have the Ubuntu CD in optical drive, it should appear in the list and will be selected. Otherwise, click Other and specify the location of the image. The .iso format will do it, but other versions may work as well.

When completed, you can use the stick on any computer that can boot from such units. Just tell the computer’s BIOS to use this option and restart the respective machine. The same procedure can be applied for the any distribution of Linux, so this is a helpful tutorial for everyone. AddThis

CD Burning Applications for Ubuntu

There are not many applications for recording optical media under Linux. On the other hand, applications for Windows that allows a user to write a CD or DVD are numerous, but the most important difference is that those available on Linux are free and / or open source, with some exceptions. But all have basically the same purpose – to write or copy a disk.

In the world of Linux, the most common applications for burning optical media are usually pre-installed with the operating system chosen by the user. If not, they can be downloaded and installed easily on almost any platform.

Here are some of the most common such programs for Ubuntu:

Applications for Gnome / GTK

Brasero

Brasero is one of the most popular tools in the world of burning CDs. It usually comes pre-installed in most distributions that use Gnome. Brasero provides the user with a very friendly and simple interface while keeping all the important features needed by a user. Brasero is an application that requires minimal resources, providing maximum functionality, all integrated in one intuitive interface.

GnomeBaker

GnomeBaker is another GTK application with the same functionality as Brasero, but with a different interface. GnomeBaker gives the user an interface similar to Nero and K3B. The difference in use depends on the visual tastes.

X-CD-Roast

X-CD-Roast is an application to burn discs with its basic functions, but comes with a relatively primitive interface. Many users might find its interface as hard to use.

KDE Applications

K3B

K3B is probably one of the most popular programs available in the Linux world. It has many advanced features and options that would satisfy most users of such a program. It is available for both KDE and Gnome. Generally, K3B is regarded as the Nero of Linux.

AddThis Flattr this

Including a Ubuntu Machine into a Windows Domain

One of the great problems of interoperability between Linux and Windows has been the impossibility of Linux systems for joining a Microsoft Windows network. Subsequently, several standards to achieve this were developed over the years (see Samba), but they were far from offering normal user the chance to achieve this easily.
The infrastructure of many companies around the world, of all sizes, also relies on the use of a Windows domain. In all companies, one priority always stands out. That is to reduce information costs and expenses. Because of this, many of them have opted for the use of computers with Linux operating systems. But in many cases their integration into Active Directory environments was a problem.
Recently, a new tool was created to facilitate the full integration of a Linux system in an AD environment. And as far as today, it seems very promising. Thanks to likewise-Open5 (http://www.likewiseopen.org/), the difficulty of integration is almost null.

The following lines will illustrate the inclusion of Ubuntu in a Windows domain via likewise-Open5.

Installation

Likewise-Open5 Installation process is very simple. It can be done both through the graphical environment and command line. We will use the second variant. Therefore, a new terminal window must be open, in which you specify the following command:

sudo apt-get install likewise-open5

This command should resolve all the dependencies necessary to prepare the machine to be integrated in the Windows domain.

Adding a new machine

To actually add the machine, specify the following command in the terminal window:

sudo domainjoin-cli join domain used

Where DOMAIN is the area used for integrating the machine, and USER is the username that has the corresponding rights. You will be asked for your user password, and once successfully logged in, you are officially added the desired machine. AddThis Flattr this

How to open PDF files (and other formats) through Mozplugger on Ubuntu

This article comes as a useful help for all Linux (Ubuntu) users, which will be presented with a new way of opening PDF files in the browsers compatible with this operating system. First of all, most of you probably know that Google Chrome is capable of doing this by default, without the user being required to make a particular setting.

However, Firefox does not currently have this built in feature, so it needs some help (usually in the form of a plugin) in order to open the PDF files you download or see online. In addition to the official plugin from Adobe (which contains numerous bugs and can sometimes be really annoying because if its way of loading PDFs), there is the option known under the name of Mozplugger. This is actually a plugin that allows the integration of different applications with the Firefox browser so that it can open some files not recognized automatically by default. If you want to install Mozplugger, the following simple steps are required and can be done by anyone.

After installing Mozzplugger, the following text muse be written in mozpluggerrc:

application / pdf: pdf: PDF file
application / x-pdf: pdf: PDF file
text / pdf: pdf: PDF file
text / x-pdf: pdf: PDF file
application / x-postscript: ps: PostScript file
application / postscript: ps: PostScript file
repeat noisy swallow (Evince) fill: Evince “$ file”

After making these changes, a restart is totally recommended. If you do not restart your browser right after that, changes might not take the desired effects. You will surely enjoy everything this great plugin has to offer. Not only will you be able to read PDFs directly in your browser, but there will also be some extra formats that you never thought they could be read directly from Firefox. AddThis