Posted: July 25, 2009 at 3:42 pm | Tags: autocomplete , Komodo , php editor I've Been searching for a PHP editor works on Linux and That Provides the functions That Were used on Rapid PHP (the editor I used on Ms.). I tried Eclipse, Bluefish, Kate, NetBeans and still a couple, But neither is the editor I need.
I used gedit for a long time, the only problem is It does have autocomplete. Now I found Komodo: HAS autocomplete, Is Not using Many Continue Reading




(22 votes, average: 4.82 out of 5)
Loading ...
Posted: July 21, 2009 at 7:44 pm | Tags: lxsplit install , join files , lxsplit , split files Below I DESCRIBE how to split the file into larger Several small files. This is Useful When You Want to copy the file on the stick is Bigger Than the Stick's capacity.
The file used is this example is a 75 MB. Mkv.
I Will use for splitting and joining the lxsplit. Mkv file. So, i need to install lxsplit:
wget http://sourceforge.net/projects/lxsplit/files/lxsplit/lxsplit-0.2.4.tar.gz/download
Decompression: Continue Reading




(17 votes, average: 5.00 out of 5)
Loading ...
Posted: July 14, 2009 at 10:32 pm | Tags: . exe in linux , wine , wine install Installing for Wine:
apt-get install wine
After install, in the Applications menu, Wine option will be avaible, as illustrated in the picture below:
Continue Reading




(15 votes, average: 5.00 out of 5)
Loading ...
Posted: July 13, 2009 at 2:31 pm | Tags: alerts , configure , Linux , Nagios , Ubuntu Nagios is a good open source tool for monitoring network components and services. It Can be configured to send alerts by e-mail
That given the new version (3) Can be found in repositories, installation is much easier now, using apt-get:
sudo apt-get install nagios3
Checking the installation:
nagios3 sudo-v nagios.cfg
This is how the testing should look like:
Nagios 3.0.6
Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org) Continue Reading




(19 votes, average: 5.00 out of 5)
Loading ...
Posted: July 11, 2009 at 10:16 pm | Tags: apache , lamp , mysql , php , phpmyadmin LAMP stands for Linux Apache MySQL PHP (or Perl, Python). There is Also Called the Windows version is WAMP.
Installing LAMP on Ubuntu is relatively easy. First to install Apache:
sudo apt-get install apache2
To test the installation You Can Access: http://127.0.0.1. There is a default Apache page.
The next step is installing PHP5:
Continue Reading




(16 votes, average: 5.00 out of 5)
Loading ...
Posted: July 11, 2009 at 8:04 pm | Tags: Linux , network , samba , smb , tcp / ip , wins Samba is an open source, which allows Unix-based operating systems to "see" the network with Windows PCs. Samba is actually implementing several protocols in one software able to communicate simultaneously with these protocols: SMB, TCP / IP, NetBIOS (protocol implemented in Windows Network Neighborhood), WINS and Active Directory (this should be set for Kerberos ).
First, to successfully set Samba to be the machine that runs Linux to have a static IP. Otherwise, it will not use WINS ...
Install Samba:
# Sudo apt-get install samba
Continue Reading




(15 votes, average: 4.87 out of 5)
Loading ...
Posted: July 11, 2009 at 6:51 pm | Tags: install xmms , Ubuntu , linux winamp , xmms Here I describe the XMMS player installed on a system running Ubuntu 9.04. Follow the same steps for installing the previous versions.
XMMS is a simple player, not a music organizer. Closely resembles Winamp. More about XMMS can be found on official site.
First must be downloaded packages we need for the compilation of XMMS. After executing the following command, the system will be ready for installation of XMMS. To execute the commands that start with "sudo" should know the root password.
# sudo apt-get install autotools-dev automake1.9 libtool gettext libasound2-dev libaudiofile-dev \libgl1-mesa-dev libglib1.2-dev libgtk1.2-dev libesd0-dev libice-dev libmikmod2-dev libogg-dev \ libsm-dev libvorbis-dev libxxf86vm-dev libxml-dev libssl-dev build-essential make
Can you ever find something like this:
Continue Reading




(15 votes, average: 5.00 out of 5)
Loading ...