Unlock the Power of Windows Keyboard Shortcuts: The Ultimate Cheatsheet

  • 25 April 2023
  • ADM

Discover the most useful Windows keyboard shortcuts to save time and boost productivity. Master system, text editing, and web browsing shortcuts with this comprehensive guide.


Tomcat default administrator password

  • 04 April 2018
  • ADM

How to activate the default tomcat manager application administrator password. This setting is for Tomcat 7 and newer.


How to automatically backup files and directories in Linux

  • 10 February 2017
  • ADM

How to automatically backup files and directories in Linux using tar to archive and cron jobs.


Copy and Paste is not working on Remote Desktop Connection

  • 06 February 2017
  • ADM

Copy and Paste is not working on Remote Desktop Connection. The simple solution is to restart the rdpclip application.


Windows basics commands and tools for developers

  • 23 May 2016
  • ADM

Windows command prompt basics commands like ping, telnet, dir, cd, ipconfig and tools like Task Manager, Services, Registry.


How to create threads in Java

  • 05 April 2016
  • ADM

How to create threads in Java using Runnable interface and Thread class. Comparison between these two implementations.