Lyca Mobile Shortcuts
Lyca Mobile Shortcuts To check the balance – *101# | To check the data balance – *136#
Read more »Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id
Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id Step 1: Generate the keys > ssh-keygen or > ssh-keygen -t rsa Step 2: Copy the public key to…
Read more »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 »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 »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 »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 »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 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 »