Archive for July, 2012
Friday, July 27th, 2012
This article will show how to install Flash Player on Ubuntu amd64 (64bit) First of all, and to see if you have installed Ubuntu 64bit or 32bit Ubuntu, run in a terminal: uname -m The terminal will respond: x86_64 (meaning it is 64bit) or i686 (then it is 32bit) The flash version that is installed […]
Posted in Ubuntu | No Comments
Friday, July 27th, 2012
By default, Ubuntu comes with everything that is necessary for everyday use, but as each user has different preferences, this article will describe some things that can be done after installation. For the first part of this article you might want to check out: http://www.electronsonline.com/Things-to-do-after-installing-ubuntu-1204.html SYSTEM CONFIGURATION It is advisable to take a walk […]
Posted in Ubuntu | No Comments
Monday, July 23rd, 2012
In this article on the shell Bash, we will try to explain in a simple way how to configure, operate and program in Bash. There are other command interpreters that are fully functional and powerful, but we will focus on Bash as it is the most used. Every UNIX system administrator in general and Linux […]
Posted in Ubuntu | No Comments
Saturday, July 21st, 2012
First of all, I would like to point out that most of the times audio problems are due to misconfiguration. Since Ubuntu 9.10, there is a default configuration tool called “Pulseaudio” with a new interface that we can configure to match our sound preferences. Right click on the speaker icon next to the […]
Posted in Ubuntu | Comment (1)
Thursday, July 19th, 2012
With Ubuntu versions prior to 10.02, video files we watched on our browsers by using the flash plugin could easily be found in the /tmp/ folder. Giving the found file a human name and moving it to our home folder would make it all the way to enjoying those videos offline. But after the Flash […]
Posted in Ubuntu | No Comments
Tuesday, July 17th, 2012
Checking the temperature of your hardware (processor, graphics card, hard drive …) is important to know how our computer is doing and if you have problems with high temperatures, either by degradation of the materials in contact with the micro or simply by a fan that stopped working. To prevent any of these problems, […]
Posted in Ubuntu | No Comments
Sunday, July 15th, 2012
Remote Desktop allows us to see and even control the desktop of another computer from your PC. For example, we have a shop and want to view and control some video security cameras that are connected to a computer from another point in our house. Warning This can be done by means […]
Posted in Ubuntu | Comment (1)
Friday, July 13th, 2012
There are two ways to manage users and groups in Ubuntu: 1. Graphical -> The simplest way. 2. Command line text -> More technical but more powerful, several things can be done at once. THE GRAPHICAL WAY IN UBUNTU With Ubuntu 4.12, graphical user interface is now called “user accounts” and some options […]
Posted in Ubuntu | No Comments
Wednesday, July 11th, 2012
Evolution is the default mail client installed in Ubuntu. More than just an mail client, it’s a complete groupware tool that allows the user to manage contacts, tasks, notes and calendars. Evolution can be started in three different ways: Click on the (envelope) icon in the top panel. Go to Applications menu -> Internet -> […]
Posted in Ubuntu | Comment (1)
Monday, July 9th, 2012
Iptables is the default firewall in Ubuntu and is a very powerful tool. The problem is that when it comes to perform administration tasks, the syntax is complicated and difficult to understand. For this reason, Gufw and Firestarter were created (it is a server level firewall for “humans”), which is simpler. GUFW FIREWALL Gufw […]
Posted in Ubuntu | No Comments