test

sfdsfsfsdfsdfs

Read more »
mysql-troubleshooting

MySQL Basic Troubleshooting Guide | MySQL common Issues

PLEASE NOTE: I am currently reviewing this Article. How to check the mysql file location: > which mysql > locate mysql Check mysqld process is started or not? > service…

Read more »
team-building

Useful Tips to Make Team Building Exercises Effective and Successful

Hi, I am prabhakar, i have read an article about Team Building and i would like to share it with you.All successful businesses and organizations know that teamwork and team…

Read more »
about-scmgalaxy

Know About scmGalaxy – Introduction

scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and improve productivity…

Read more »
java-system-properties

How to access all Java system properties directly?

You could access all Java system properties directly via ${name}, e.g. ${user.name}, ${user.dir}, ${user.home}, … You could read environment properties and use them   <properties environment=”env”/>   ${env.ENVIRONMENT_VARIABLE} e.g.  …

Read more »
winzip-command-line

WinZip commands Web References & Cheatsheet

The default action is to add or replace zipfile entries from list, which can include the special name – to compress standard input. If zipfile and list are omitted, zip…

Read more »
freeware-software

Click & Download TOP useful Freeware software

Click & Download TOP useful Freeware software Office OpenOffice – office suite PC Suite 602 – office suite AbiWord – text editor Atlantis Nova – text editor Microsoft PowerPoint Viewer  – power…

Read more »
remote-desktop-console-using-command-line

How to run Remote Desktop Console by using command line?

How to run Remote Desktop Console using command line If you may want to run Desktop Console from a batch file, for example RDC over VPN, you can use mstsc…

Read more »
batch-program-to-shutdown-restart-computer

Batch Program to Shutdown and restart the computer.

Batch Program to Shutdown and restart the computer.  Restart echo off D:\Temp\tmp\SHUTDOWN.EXE /L /R /Y /C pause   Shutdown echo offd:\tmp\SHUTDOWN.EXE /L /Y /C pause

Read more »
dos-tutorial

DOS TUTORIAL : THE BASICS | MS-DOS Learning Resources

DOS TUTORIAL : THE BASICS Compilation by Lisa Lemieux, UC Call Center Table of Contents I. Lesson 1   A. Hardware and Software differences. B. What is DOS?   C….

Read more »