School projects
Run this commands in your terminal
# Run this commands as a root user
wget https://raw.githubusercontent.com/tetrash/SO/master/init.sh -P /tmp && \
chmod +x /tmp/init.sh && \
/tmp/init.sh
Take screenshot
./scripts/screenshot.sh <filename>
upload file to frp server
# required variables:
# FTP_USER
# FTP_PASSWORD
# FTP_HOST
# FTP_DIRECTORY
./scripts/uploadToFtp.sh <filename>
Install lftp (required to upload files to ftp servers)
./scripts/lftp.sh
Install net-tools (ifconfig)
./scripts/net-tools.sh
install & configure sudo
./scripts/sudo.sh