EZ Linux Admin random header image

Entries from June 2009

Server image magick test script

June 27th, 2009 by EZ linux · No Comments

For a working sample click here: Server Image Magick Test Script You can download the script here: Server Image Magick Test Script DWHS Inc. Server Test Script Server Test Server Information: Operating System: Linux Web Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9 Perl Information: Version: 5.8.8 Location: /usr/bin/perl Perl Modules: Image::Info Perl Module: [...]

Click to continue →

Tags: Linux Software / Scripts · Linux Tricks

Change default Linux text editor from VI to Pico

June 18th, 2009 by EZ linux · No Comments

If only for the session just run this: export EDITOR=/usr/bin/pico If you want to change it so every time it will use Pico do this: Open the server command line Run: export EDITOR=/usr/bin/pico pico ~/.bashrc Add this line at the bottom of the file: export EDITOR=/usr/bin/pico Save the file and your done. This changes the [...]

Click to continue →

Tags: Cheat Sheets · Linux Software / Scripts · Linux Tricks

Find a hostname from an ip

June 8th, 2009 by EZ linux · No Comments

Here is a great quick Telnet exim windows command run ping trick. Get the IP or Domains you want to get the hostname for. Then click run on your windows desktop and put in this code: telnet dwhs.net 25 Replace dwhs.net with the IP or Domain name. It will then give you the hostname for [...]

Click to continue →

Tags: Linux Tricks