skytechguyver
Wednesday, March 14, 2018
Linux command
To set new password for root in Ubuntu
> sudo passwd root
To locate a file
find / -name 'pg_hba.conf' 2>/dev/null
To add new user
> sudo adduser --home /home/demo --shell /bin/bash demo
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
free online comma separating tool
https://delim.co/#
Reset Visual Paradigm - Hacker way!
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
Jasper Server in Docker
One of the functionality in our system is can able to generate a report using Jasper report. We have a Jasper server setup in another ip ad...
How to Install NVM
https://www.liquidweb.com/kb/how-to-install-nvm-node-version-manager-for-node-js-on-ubuntu-12-04-lts/
No comments:
Post a Comment