Tweaking Windows Server LargeSystemCache
LargeSystemCache determines whether Windows 2000 Server should maintains a standard size or a large size file system cache, and influences how often the system writes changed pages back to hard...
View ArticleFine Tuning Nagios Performance
These optimization tips are suggested by Nagios official documentation. It might be useful to fine tune Nagios for optimum performance and effective monitoring service.Enabling aggregated status...
View ArticleRestart Disabled Windows Services
What could be done besides rebooting Windows server when a particular Windows service become unavailable to start, stop, pause, resume, or restart?Restarting a Windows service, particular a poorly...
View ArticleShell Scripts Monitoring Disk Space Utilization
Nothing special. Just a simple shell scripts, could be served as an introduction of Unix Shell scripts programming, written to check disk space utilization of Linux (applicable to Unix too) filesystems...
View ArticleTweaking Windows Recovery Console
The Windows Recovery Console is designed to help system administrators recover Windows-based computer that fails to start up properly. It is available only in command prompt. Hence the name "Console"...
View ArticleInternet Explorer Turns FTP Browser
FTP is a legacy file transfer protocol that has been widely used since the day of networked computing.Other than using the serious typing of command line FTP client, such as the standard FTP client...
View ArticleSystem And Network Monitoring Freeware
Nagios is the answer!It is licensed under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.Nagios is a powerful system and network monitoring...
View ArticleRedhat Enterprise Linux System File Permission
Redhat Enterprise Linux device file permission could not be changed simply by using the chmod command. Instead, the device file permission is set by udev hotplug subsystem which is included in almost...
View ArticleUnderstand And Configure Linux Printer System
Starting Redhat 7.3, Redhat Linux support two type of printing system known. These two subsystem are known as LPRng and CUPS respectively.LPRng printing system, Redhat default printer subsystem,...
View ArticleFile Command Guess Linux File Type
By convention, Windows system using 3 alphanumeric characters to serve as file extension. File extension telling Windows OS how to deal with the file, what program to manipulate the file, and to...
View ArticleMicrosoft Freeware Visual Studio Express
Yes! Effective 19 April 2006, all Visual Studio 2005 Express Editions are free permanently!Microsoft Express Edition includes a wide range of Microsoft flagship development tools such as MS SQL Server...
View ArticleUsing ls Command By Examples
The ls command is a Linux command that is used to list directory contents. In fact, it is a standard shell command that exists in all Unix/Linux variants.Using ls command by examplesTo list all files...
View ArticleInstall Recover Console To Boot Menu
Recover Console is not install to local hard disk by default during Windows installation.In order to access to Recovery Console, normally practice is to boot up the system from the appropriate Windows...
View ArticleMD5 Shell Scripts Find Duplicate Files
The shell scripts wrap the default md5sum program found on most Linux system to prepare a report of unique and duplicate files in a given directory.The lengthy source code could be shorten if removing...
View ArticleRestart VNC Remotely
Opsss! Can't VNC over to remote hosts!Might need to restart the VNC server, but how?Restart Windows-based (Windows 2000 and above) VNC serverRight-click the My Computer icon on DesktopClick the Manage...
View ArticleSending Windows Console Message
Windows Me or 9x comes with one handy network chatting program called Winpopup. Simple GUI allows user at one computer to chat over the network with counterparts sitting at another networked...
View ArticleRepair Corrupted Windows Boot.ini
Boot up to Windows Recovery Console and execute command bootcfg to repair corrupted or recreate missing Windows boot.ini file.The bootcfg command able to scan hard disks for installation of Windows NT...
View Articlelsof Identify Resource Locked Process
Samba server comes with a handy utility called smbstatus to report users who are holding the shared resources.Utilities used to find out processes that are locking system resources are among the most...
View ArticleRepair Corrupted Outlook PST OST File
PST, known as Microsoft Outlook personal folder file or email archive file, used to archive emails out from the mail box at server side to a local storage or network drive.OST, known as Microsoft...
View ArticleBooting Thin Client Diskless Workstation
Bootp, shorts for Bootstrap Protocol, is an UDP network protocol which is originally defined in RFC 951 to assign IP address for network clients. Bootp is well suitable to apply in diskless...
View Articlealias Shorten Long Linux Command
Tired of typing Linux command because of long list of command option switches? Try to use the command alias to relieve tired of typing long Linux command then.As the command name suggests, the Linux...
View ArticleWhich Command Is Linux Refer
Opss! Executing ls command at keith login account displaying directories in blue color, executable file in green color, and plain text file in white color, etc.But, when executing the same simple ls...
View ArticleDisable Linux Reboot On CTRL+ALT+DEL
Don't ever press CTRL+ALT+DEL key combination in a Linux server!Windows guys used to press CTRL+ALT+DEL key combination follow by ENTER key to immediately lock the server running on Windows 2000 or...
View ArticleChecklist To Tune DB2 Performance
DBA suggests few of the recommended database performance tuning tips for IBM DB2 database engine that is running on Linux server.Linux kernel parameters tuning that applicable to DB2 version 8.1 and...
View ArticleLinux Command To Confirm Bad Sector
Hard disk being one of the vital components in computer system. Unfortunately, hard disk is also being one of the most high risk and sensitive components that is prone to failures, owed to the fact of...
View Article