How to define an IP address in linux?
Tuesday, 7 Feb, 2012 – 20:49 | No Comment

The command to do all these manipulations at the level of your network card is ifconfig.
This command as root to type, is mainly used:
- Define or change the IP address of an interface,
- Change the …

Search a string in files Linux
Tuesday, 7 Feb, 2012 – 19:34 | No Comment

On linux, do you ever happen to want to find a string in a complete, ie multiple files?
Well believe me, if one day you must search an email address, an IP address, a piece of …

Create a tar.gz file archive
Tuesday, 7 Feb, 2012 – 18:59 | No Comment

To compress a tar.gz file in Linux, you can simply use the following command:
tar -czf folder.tar.gz folder
Incidentally, if you need to do the reverse, that is to say decompress a tar.gz file to recover uncompressed, …

Replace a string in multiple files Linux
Tuesday, 7 Feb, 2012 – 17:20 | No Comment

If you use Linux, you will definitely need one day to replace a string in multiple files, without having to do everything manually.
Imagine, for example, you want to replace an email address in all …

My Windows 7 32-bit or 64 bit?
Tuesday, 7 Feb, 2012 – 15:55 | No Comment

From Windows 7 (or Vista), computers can use the 64-bit to be more efficient.
Only, some running on the default 64-bit, while others run on the 32-bit.
To get this information:
1) Click the “Start” button at the …

How close a program that is not responding in Windows?
Tuesday, 7 Feb, 2012 – 14:12 | No Comment

Sometimes certain programs “plant” as it is commonly said, and therefore do not respond. You wait patiently beautiful but your program is completely blocked and in some cases can slow down completely while the operating …

Disk Cleanup in Windows Vista
Tuesday, 7 Feb, 2012 – 12:25 | No Comment

I. Introduction to the Disk Cleanup
Clean your hard drive can be very helpful for a more stable operating system and also to let you save space. It is therefore important to do regularly because many …

Configure a static IP address in Windows Vista
Tuesday, 7 Feb, 2012 – 10:48 | No Comment

I. Introduction to configuring a static IP address in Vista
It can sometimes be useful to have a fixed IP address for your computer for example to use some applications where you need to redirect ports. …

Identify if the applications are running in 32 or 64 bits
Tuesday, 7 Feb, 2012 – 9:20 | No Comment

With operating systems Windows XP, Vista or 7 64-bit versions, it is possible for the user to know which applications are running x32 or x64 mode and for that, nothing is complicated.
Down the menu of …

Dovecot SASL with Postfix
Sunday, 29 Jan, 2012 – 15:11 | No Comment

The SMTP Authentication (SMTP Auth) is an access control mechanism which does convey that authorized users, and anyone not authenticated is denied. Since version 2.3, Postfix supports SMTP AUTH through Dovecot SASL(Dovecot introduced since 1.0). …