Tech Tips
Shell enhancements or other tweaks for Windows 2000/XP/2003?
There are quite a few. I'll try to add them to this page as time permits.
Send to Toys v2.3
One of my favorite tools, one that I usually install right after finishing setting up any new system.
Send To Toys is an enhancement of the Send To system menu. It has many nice features including:
Send To Toys Control Panel Applet allows you to manage the Send To system menu content, and configure Send To Toys settings.
"Add to Send To menu" and "Remove from Send To menu" allows you to personalize the Send To system menu for drives, folders, and programs.
Secure your /tmp !
The /tmp partition is one the common places for script kiddies and crackers alike to place trojans or scripts. Because of that you should have the /tmp partition mounted noexec. First we need to check if your /tmp is secure.
-----command-----
df -h |grep tmp
-----command-----
If that displays nothing then go below to create a tmp partition. If you do have a tmp partition you need to see if it mounted with noexec.
-----command-----
cat /etc/fstab |grep tmp
-----command-----
If there is a line that includes /tmp and noexec then it is already mounted as non-executable. You will also want to check if /var/tmp is linked to /tmp.
-----command-----
ls -alh /var/ |grep tmp
-----command-----
A Beginner's Guide to Securing Your Server Part 2 of 3 (with SSH access)
There's sort of an un-written rule of thumb regarding the SSH console. If a hacker gains access to an SSH prompt, it's already too late. While that of course is not entirely true, you should take every step necessary to restrict access to the SSH console. I know some of you probably have clients that use SSH, and may have even signed up with you because you offer it. However if you offer shared hosting SSH access should in my opinion never be granted to any of your users. It's just not worth the risk.
These are measures that can be taken to secure your server, with SSH access.
-
Udate OS, Apache and CPanel to the latest stable versions.
This can be done from WHM/CPanel.
-
Restrict SSH Access
To restrict and secure SSH access, bind sshd to a single IP that is different than the main IP to the server, and on a different port than port 22.
SSH into server and login as root.
Note: You can download Putty by Clicking Here. It's a clean running application that will not require installation on Windows-boxes.
At command prompt type: pico /etc/ssh/sshd_config
Scroll down to the section of the file that looks like this:
Beginner's Guide to Securing Your Server Part 1 of 3 (Security Inside WHM/CPanel)
Many web server owners don't realize that most of the problems they encounter are due to lack of good server security. What they also don't realize is how little effort is required to block 90% of the most common and automated attacks.
This 3 part guide will show you the basic steps you should take to properly secure your server, and in the same stride reduce the amount of issues that your server faces.
In the first part of this three part series, we look at the simpliest but crtical measure that should be taken ASAP. Fortuantly they're all done via WHM which makes our first task very easy.
Gettings Modules to show
http://lakercs.com/home/?q=article?q=modulename
Server Performance Advisor V1.0
Overview
Service Performance Advisor is a server performance diagnostic tool developed to diagnose root causes of performance problems in a Microsoft® Windows Server™ 2003 operating system, particularly performance problems for Internet Information Services (IIS) 6.0 and the Active Directory® directory service. Server Performance Advisor measures the performance and use of resources by your computer to report on the parts that are stressed under workload.

Recent comments
1 hour 42 min ago
2 hours 58 sec ago
2 hours 18 min ago
2 hours 35 min ago
2 hours 53 min ago
3 hours 10 min ago
3 hours 28 min ago
3 hours 45 min ago
4 hours 3 min ago
4 hours 20 min ago