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.shTake 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.shInstall net-tools (ifconfig)
./scripts/net-tools.shinstall & configure sudo
./scripts/sudo.sh