https://github.com/karol-szymanowski/so
School projects
https://github.com/karol-szymanowski/so
school-assignment
Last synced: 9 months ago
JSON representation
School projects
- Host: GitHub
- URL: https://github.com/karol-szymanowski/so
- Owner: karol-szymanowski
- Created: 2019-05-25T11:23:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T15:55:12.000Z (about 7 years ago)
- Last Synced: 2025-09-20T22:48:51.624Z (9 months ago)
- Topics: school-assignment
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SO
School projects
## How to start
Run this commands in your terminal
```bash
# 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
```
## Scripts
- [screenshot](###screenshot)
- [uploadToFtp](###uploadToFtp)
### screenshot
Take screenshot
```bash
./scripts/screenshot.sh
```
### uploadToFtp
upload file to frp server
```bash
# required variables:
# FTP_USER
# FTP_PASSWORD
# FTP_HOST
# FTP_DIRECTORY
./scripts/uploadToFtp.sh
```
## Install scripts
- [lftp](###lftp)
- [net-tools](###net-tools)
- [sudo](###sudo)
### lftp
Install lftp (required to upload files to ftp servers)
```bash
./scripts/lftp.sh
```
### net-tools
Install net-tools (ifconfig)
```bash
./scripts/net-tools.sh
```
### sudo
install & configure sudo
```bash
./scripts/sudo.sh
```