Category Archives: Shell Scripting

How to kill windows taskbar using VB.net

If you are looking to kill the taskbar in windows, or explorer.exe, the snippet of code below, when compiled, will kill the Windows explorer.exe process. This willremove your TaskBar. You can set this compiled exe file up in the windows … Continue reading

Posted in .NET, Shell Scripting, Technical Decisions, VB.net | Tagged , , , , | Leave a comment

Bash Shell Scripting Guide

Common environment variables PATH – Sets the search path for any executable command. Similar to the PATH variable in MSDOS. HOME – Home directory of the user. MAIL – Contains the path to the location where mail addressed to the … Continue reading

Posted in PHP and MySQL, Project Managment, Server Management, Shell Scripting, Web Development | Tagged , , , , , , , , , , , | 2 Comments

CRON jobs, and the automation of processes

CRON is just the name of a program which allows users of UNIX environments to execute single commands, or multiple commands within scripts. This can be done automatically at specific times and dates. The commands executed can vary from system … Continue reading

Posted in PHP and MySQL, Server Management, Shell Scripting, Web Development | Tagged , , , , , , , | Leave a comment