You are here> Home / Archive by category 'Linux'

| Subscribe to RSS

Photoshop Brushuri butterflies (butterflies)

| Postat in Linux , Photoshop Brushes de Alina October 22nd, 2009 | No Comments | Posted in Linux , Photoshop Brushes by Alina

Photoshop Brushuri butterflies (butterflies)

Photoshop Brushuri butterfly (butterfly) (270)

More »


Tags: , , , , , ,

Install webmin in Ubuntu

| Postat in Linux de admin October 20th, 2009 | No Comments | Posted in Linux by admin

This tutorial is about Installing Webmin in Ubuntu.

First, get the webmin package from sourceforge.net. WE Need For Installing Ubuntu on the debian package:

wget http://garr.dl.sourceforge.net/sourceforge/webadmin/webmin_1.441_all.deb

More »


Tags: ,

Komodo Editor 5.1 on Ubuntu

| Postat in Linux de admin July 25th, 2009 | No Comments | Posted in Linux by admin

I searched a long time editor for PHP to run on Linux and that I provide functions that were used from Rapid PHP. I tried Eclipse, Bluefish, Kate, NetBeans and another couple, but neither is the editor I need.

I used gedit for a long time, the only problem is that no autocomplete. Now I found Komodo: autocomplete is not used more More »


Tags: , ,

Split and join files in Ubuntu with lxsplit

| Postat in Linux de admin July 21st, 2009 | 3 Comments | Posted in Linux by admin

Below will describe how to divide a larger file into several small files. This is useful when the file you want to copy on a stick is bigger than the capacity stick.

The file is a file that will work. Mkv 75 MB.

Split and join you do with lxsplit. So be installed lxsplit:

wget http://sourceforge.net/projects/lxsplit/files/lxsplit/lxsplit-0.2.4.tar.gz/download

Decompression following: More »


Tags: , , ,

Wine installation in Ubuntu 9.04

| Postat in Linux de admin July 14th, 2009 | 2 Comments | Posted in Linux by admin

For installation of Wine:

apt-get install wine

After installation, the Applications menu option to create Wine, as shown below:

wine-menu

More »


Tags: , ,

Installing LAMP on Ubuntu

| Postat in Linux de admin July 11th, 2009 | No Comments | Posted in Linux by admin

LAMP stands for Linux Apache MySQL PHP (or Perl, Python). There is also a Windows version is called WAMP.

Installing LAMP on Ubuntu is relatively easy. First to install Apache:

sudo apt-get install apache2

To test the installation can visit: http://127.0.0.1. There is a default page from Apache.

The next step is to install PHP5:

More »


Tags: , , , , ,

Installing and configuring Samba

| Postat in Linux de admin July 11th, 2009 | No Comments | Posted in Linux by admin

Samba is an open source software that 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 static IP. Otherwise, it will not be using WINS ...

Samba is installed:

# Sudo apt-get install samba

More »


Tags: , , , , ,

Install XMMS

| Postat in Linux de admin July 11th, 2009 | No Comments | Posted in Linux by admin

Here I will describe installing XMMS player on a system running Ubuntu 9.04. Follow the same steps for installing the previous versions.

asa arata xmms

XMMS is a simple player, not a music organizer. Looks very well with Winamp. More details about XMMS can be found on the official site.

First must be downloaded packages that we need to compile XMMS's. After execution of next 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

It can happen to defend something like this:

More »


Tags: , , ,