#linux
Read more stories on Hashnode
Articles with this tag
A little background story. I forgot to bring my laptop that have been registered to connect to the office network (through VPN). But, there's flaws in...
1. Create ssh-keygen keys $ ssh-keygen -t rsa 2. Copy the ssh key using ssh-copy-id command $ ssh-copy-id user@192.168.10.10 3. If there's a prompt...
How to run sudo command without prompting password: Create backup of /etc/sudoers: $ sudo cp /etc/sudoers /etc/sudoers.bak Then, using nano/vi to...