hi! is it possible to map a dhcp ip to my localhost /etc/hosts file? i keep on ssh'ing like user@192.168.1.xx -vvv where numbers are changing everyday
Hi! How can i add a ssh user such that its only access is /var/www/html? What i did: added a user "ftpaccess" with group www-data, the home dir set to /var/www/html and cre...
um, this is not my router (my uncle told me not to change anything, its his) and im using ssh for local only. is it possible?
chown www-data:www-data /var/www/html chmod g+w /var/www/html i was saving a file under userA with www-data as its group. everytime i save file, userA is the owner instead of...
Have a separate server block for www and non-www? Then point www to that separate block where non-www lives.
Offtopic question: do you know any channels where i could ask about terraform? Or is it okay here? Just super newb question
hi! how can i start a tmux session without keeping its history? something like ephemeral session
Just abit offtopic: do i really need to down and up docker-compose everytime i change something in docker-compose.yml?