Tag
Ubuntu
3 notes.
How To Mount an AWS S3 bucket on an Ubuntu Server
To mount an AWS S3 bucket on Ubuntu, you can use a tool called "s3fs." S3fs allows you to access your AWS S3 bucket as if it were…
How To Mount a Remote hard drive on an Ubuntu server
If you want to mount a remote hard drive on an AWS Ubuntu instance, you can use the SSHFS (SSH File System) utility. SSHFS allows you to mount…
SSH/SFTP: Create and Restrict a User to his Home Directory on a Ubuntu Server
This is a step by step guide to create a new user and restrict the user to his home directory. 1. Create a new user 11203376646aae46c7642af_000011 2. Change…