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 …
* Copy to Desktop
* Copy to Download
* Copy [...]
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 information about the error discovered.
If [...]
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 ground floor (risk of flooding [...]
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 tool :Fdupes
Backtrack : TestDisk ( Digital forensics ,forensics analysis)
LINUX [...]
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 : Enable Cisco Password Encryption ?
Cisco’s offers borderless security
Cisco [...]
$ cp kartook.conf.backup kartook.conf
$ cp stuff stuff.bak
Note: The cp command will overwrite files with the same name without warning. To be prompted before overwriting, use the -i flag, like so:
$ cp -i kartook.conf.backup foldername/kartook.conf
cp: over kartook.conf.backup foldername/kartook.conf (y/n)?
Renaming Files
Use the mv command to rename a file or move it to another directory, like so:
$ mv stuff [...]
I was facing a problem to login the ESX through winSCP client then i found the solution ..
Go to the service console on the physical server & login
vi /etc/ssh/sshd_config
Change the line that says PermitRootLogin from “no” to “yes”
do service sshd restart
And my problem was solved…
I don’t have any problems with SFTP or SCP using WinSCP 3.0.
Make [...]
Step 1:
Close all programs. This will keep the computer from slowing down or freezing when removing the RPM package. It allows the computer to focus on this one task and allow it to finish quickly and accurately. This is a technique you should use whenever removing or installing any programs.
Step 2:
Open a terminal window. Type rpm [...]
Script used to fwd ips from squid proxy server
iptables -t nat -A POSTROUTING -s 192.168.0.2(client machine ip address) -j MASQUERADE
Possibly Related Posts:
Linux tool :Fdupes
Backtrack : TestDisk ( Digital forensics ,forensics analysis)
LINUX : Control users loggin /etc/passwd file
How ot install Tweetdeck on ubuntu 10.04 64bit
VMware : How to setup Windows Active Directory authentication on [...]