SrinathBugz
by Srinath Gamage
Monday, January 25, 2021
SVN commands compared to GIT
›
CHECKOUT (git clone) >svn checkout http://x.x.x.x.:18080/svn/branch Revert to specific revision >svn up -rxxx
When you are stuck loading eclipse
›
you have tried even restarting the PC and still doesn't work ? Do following form command line, it works >>eclipse -console -cons...
Saturday, January 9, 2021
Change mysql/mariadb root password
›
> mysqladmin --user=root --password=oldpassword password "newpassword" Change password for remote login as following 1. First ...
Adding ssh key to ssh-agent so everytime you don't have to enter pass phrase for the rsa key
›
Start ssh-agent if not started: $ eval `ssh-agent -s` Add your private key using ssh-add $ ssh-add ~/.ssh/id_rsa_key Enter passph...
Usefull commands to manage Docker
›
Checking Unix process > htop Docker container resource usage > docker stats Running containers > docker ps Clean all unused contain...
›
Home
View web version