Nux
Nux's Blog

Nux's Blog

Follow
homebadges
Tag

Linux

#linux

More content

Read more stories on Hashnode


Articles with this tag

Don't use MAC Address for VPN filtering

Sep 4, 20221 min read 88 views

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...

Don't use MAC Address for VPN filtering

Setup SSH Passwordless Login

Aug 24, 20221 min read 85 views

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...

Setup SSH  Passwordless Login

Sudo without password

Jan 22, 20202 min read 14 views

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...

Sudo without password