Skip to content

Instantly share code, notes, and snippets.

View somat's full-sized avatar
🏠
Working from home

Akhmat Safrudin somat

🏠
Working from home
View GitHub Profile
network:
ethernets:
ens3:
addresses:
- 10.0.0.5/24
routes:
- to: default
via: 10.0.0.1
nameservers:
addresses:
#!/bin/bash
# Array of target directories to backup
TARGETS=("/path/to/first_folder" "/path/to/second_folder" "/path/to/third_folder")
# Destination directory to store the backup
DESTINATION="/path/to/backup_folder"
# Retention period in days
RETENTION_DAYS=7

pip install pandas numpy matplotlib seaborn jupyter sqlalchemy pymysql