Entries from June 2009
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:
Not Installed ¹
File::Find Perl Module:
Installed
Fcntl Perl Module:
Installed
¹ Image::
Image Resizing Tools:
If any of the items below are [...]
Click to continue →
Tags: Linux Software / Scripts · Linux Tricks
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 server to always use Pico no matter when it’s [...]
Click to continue →
Tags: Cheat Sheets · Linux Software / Scripts · Linux Tricks
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 that server.
Click to continue →
Tags: Linux Tricks