Nautilus Scripts Pack -ubuntu 9.04

Here is a collection of many scripts installable from a deb package. Some are very useful, others less but they might come in handy sometime.

The scripts included here are: * Auto Thumbnail * Browse as root * Convert image to GIF * Convert image to JPG * Convert image to PNG * Copy to [...]

How to test the Apache configuration file?

How to test the Apache configuration file httpd.conf

After making changes to the Apache configuration file, it is a good practice to test the configuration before implementing it.

To test the Apache configuration file for errors:

apachectl configtest

If the configuration file is fine, this command will return Syntax Ok. Otherwise, it will return detailed [...]

The perfect server room?

Hi i got a chance to think about Data center design .But i searched and i got few notes to make good data center . kindly update the details more about perfect data center Enough space for expansion Plenty of network ports Sufficient network bandwidth Plenty of dedicated power sockets Should not be on the [...]

How Do I Search for Files on linux ?

How Do I Search for Files on linux ?

find / -name “kartook” -print

This command tells find to start looking in the root directory of the filesystem.

(/) for files named (-name) kartook and then to print (-print) the full name of each file it finds.

Possibly Related Posts:

Linux local privilege escalation [...]

How to change the enable password on a Cisco router ?

To change or set the enable password to P@s5wo61):

config t

enable secret p@s5w061

The enable pasword P@s5wo61) command will also set the enable password, but will leave the password in plain text and visible in the router configuration. This is not affected by the service password-encryption setting.

Possibly Related Posts:

CisCo : Installing [...]