Tag Archives | Linux
IPhone on Linux

iPhone, iPod Touch, iPad and Apple TV on Linux

Many people have claimed that the only thing keeping them attached to Windows is iTunes, so this is for all those people. While researching the steps for jail-breaking an iOS device I stumbled upon what is the equivalent to iTunes for a Linux system. The software seems pretty solid and it runs well from my own trials, [...]

Read full story · Comments { 0 }
Gnome 3 - Desktop

Windows Managers and Desktop Environments in Linux

Gnome, KDE, XFCE or LXDE. What is the best? That is a very broad question, so let me try to whittle it down a bit. If you’re coming to Linux for the first time from Windows or Mac, you’re not familiar with the very concept of having different desktops to choose from! The only thing [...]

Read full story · Comments { 0 }

How to resize the Unity 2D launcher.

It’s a pretty simple process, just need to edit three files. For those who don’t know Unity-2D uses qt to draw it. So all we need to do is change a few values in the qml files. Unity-2D lives here: /usr/share/unity-2d. The three files we are going to edit are: /usr/share/unity-2d/shell/Shell.qml /usr/share/unity-2d/shell/common/IconTile.qml /usr/share/unity-2d/shell/launcher/LauncherList.qml Shell.qml Find [...]

Read full story · Comments { 1 }

Howto for Bash

Bash scripting is one of the best ways to fully unlock the power of a unix/linux computer. Bash scripting gives you the opportunity to combine many commands into one script and even allows for some programming. Below is a collection of the very best Bash Scripting Tutorials on the net. 1. LinuxConfig.org Bash Script Tutorial [...]

Read full story · Comments { 0 }

Mozilla Firefox 7 Final

Reviewing the mozilla ftp servers, I found the final version of firefox 7, in this version is reduced by up to 60% memory consumption, being that the navigation is smooth. This version also brings improved performance as Direct2D Azure, in which the HTML5 work better, improved synchronization service, Firefox Sync, which also accelerates the process [...]

Read full story · Comments { 0 }
ubuntu logo

Install Ubuntu 11.04

The Ubuntu 11.04 “Natty Narwhal” released. You can download a CD version from ubuntu.com. The biggest change from ubuntu’s previous releases is Unity, a modern desktop developed by ubuntu team exclusively for ubuntu. Also Ubunty 11.04 is not including the Gnome 3.0. Unity is supported byCompiz Fusion, the 3D desktop of linux. Gnome 3.0 is not using compiz [...]

Read full story · Comments { 0 }

New Ubuntu 11.04 is similar to the philosophy of MacOSX

I was writing and capturing screens when I decided to find notes on Youtube. So you better watch this video.

Read full story · Comments { 0 }

Ubuntu 11 Beta 1 is now available for download

Those who can not wait for the arrival of the final version of Ubuntu 11 announced for the last days of April, probably on the 28th, you can download the first official beta. At the launch is not expected any surprises, just the Beta 1 will arrive with the usual package upgrades: Linux kernel 2.6.1938, [...]

Read full story · Comments { 0 }

Enabling and disabling services during start up in Linux

In any Linux distribution, some services are enabled to start at boot up by default. For example, on my machine, I have pcmcia, cron daemon, postfix mail transport agent … just to name a few, which start during boot up. Usually, it is prudent to disable all services that are not needed as they are [...]

Read full story · Comments { 2 }

10 Tips to reinstall software on linux

Installing software in Linux is nothing like it used to be, but there are still some pitfalls to watch out for. If you follow this little guide, your Linux life will be made simpler and safer. #1: Installing from source when your system is primarily an .rpm or .deb system Many new Linux users don’t [...]

Read full story · Comments { 3 }

openSUSE 11.2: Best Linux distro

First things first, let me once again tell you I’ve become a huge fan of openSUSE. it’s absolutely everything I look for in OS. Now I’m gonna write my experience down. A few slight quirks, which was not SUSE’s fault but since I’m new to it [ well I used it a year ago, but [...]

Read full story · Comments { 0 }

Perl : search and replaced

There are many times when we need to search and replace certain words from files. Doing it manually will be very time consuming. One way to do it is using VI ( my favorite editor !) search n’ replace. The better option is using perl command line search and replace option. The syntax is the [...]

Read full story · Comments { 0 }

Reset root mysql password

By default, MySQL Server will be installed with root superuser without any password. You can connect to MySQL server as root without requiring password or by keying in blank password. However, if you have set the password for root and forget or unable to recall the password, then you will need to reset the root [...]

Read full story · Comments { 4 }

Reset root password in Linux

Consider the case you forgot the root password of your Linux machine. Don’t panic ! You can reset it easily entering single user mode . Following are the run levels in linux. Runlevel 0: Halt System – To shutdown the system Runlevel 1: Single user mode Runlevel 2: Basic multi user mode without NFS Runlevel [...]

Read full story · Comments { 0 }