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

| Subscribe to RSS

Photoshop brushes butterflies (butterflies)

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

Photoshop brushes butterflies (butterflies)

Photoshop brushes butterfly (butterfly) (667)

More »


Tags: , , , , , ,

Install Webmin in Ubuntu

| Postat in Linux de admin September 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 in Ubuntu 5.1

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

I searched a long time editor for PHP that will run on Linux and to provide features that I used was from Rapid PHP. I tried Eclipse, Bluefish, Kate, NetBeans and another couple, but none is editor that I need.

I used gedit long time, the only problem is that it has autocomplete. Now I found Komodo: autocomplete is not used much 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 split a file larger than in many small files. This can be useful when the file you want to copy on a stick is greater than the capacity stick.

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

Split and join lxsplit will make. So, install lxsplit:

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

Decompression following: More »


Tags: , , ,

Install Wine 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 menu option Applications Wine is created, as in the picture 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 be accessed: http://127.0.0.1. Here is a page from the Apache default.

The next step is installing 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 the implementation of several protocols in one software able to communicate simultaneously with these protocols: SMB, TCP / IP, NetBIOS (protocol implemented in the Network Neighborhood in Windows), WINS and Active Directory (this should be set for Kerberos ).

First, to successfully set Samba to be the car that runs on Linux to have static IP. Otherwise, it will not be able to use WINS ...

Install Samba:

# 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 describe the XMMS player installed 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. Closely resembles Winamp. More details 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 commands that begin with "sudo" need to know your 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:

More »


Tags: , , ,