Generate simple java maven project
#generate simple java maven projectmvn archetype:generate -DgroupId=com.yourcompany -DartifactId=myproject -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
#generate simple java maven projectmvn archetype:generate -DgroupId=com.yourcompany -DartifactId=myproject -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
Windows: Start a local Administrator PowerShell and run the following commands: # Make sure you're running as an AdministratorSet-Service ssh-agent -StartupType AutomaticStart-Service ssh-agentGet-Service ssh-agent Linux:… Read More »Start SSH Agent on Windows/Linux
Make sure the Keyboard backlit option is enabled in the BIOS. With the computer completely off, press the power button.Immediately start pressing the F2 key once… Read More »How to turn on/off Dell laptop Keyboard backlit
On Windows you should add a .gitattributes file to your project to force consistent line endingshttps://code.visualstudio.com/docs/remote/troubleshooting#_resolving-git-line-ending-issues-in-wsl-resulting-in-many-modified-files
The rsync command can be installed using Linux package managers (for example sudo apt install rsync on Debian/Ubuntu). For Windows, you'll need to either use WSL… Read More »rsync to sync Remote files
Reusing a key generated in PuTTYGenIf you used PuTTYGen to set up SSH public key authentication for the host you are connecting to, you need… Read More »Convert your PuTTYGen keys
GCLI wants command lines to be discoverable and beautiful in addition to being fast and powerful. GCLI commands are just JavaScript so it is easy… Read More »GCLI is a Graphical Command Line Interface.
Only invest in what you do understand.Invest in yourself if you have confidence in yourself. Otherwise invest in somebody else who you trust. (adsbygoogle =… Read More »Never Invest In What You Don’t Understand
Some versions of the Samsung Galaxy Tab don’t have the Google Play Store (Android Market) included with it. Here is a way to do it… Read More »Samsung Galaxy Tab: Install Google Play Store (Android Market) Via APK
netstat has been deprecated in favor of ss For example:$ sudo ss -a | grep nfstcp LISTEN 0 64 … Read More »How to solve: netstat: command not found