Lyca Mobile Shortcuts
Lyca Mobile Shortcuts To check the balance – *101# | To check the data balance – *136# Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and…
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…
Getting root password using Hydra command
Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked…
What Is The Dark Web?
Check video bottom of the page…. Rajesh KumarI’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and…
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…
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…
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…
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”/> …
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…
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 Rajesh KumarI’m Rajesh…
