Remove unused old scripts

This commit is contained in:
Luca Pellegrini 2023-05-06 08:50:56 +02:00
parent 0483e53b1d
commit a8fdf1ce9a
2 changed files with 0 additions and 87 deletions

View file

@ -1,24 +0,0 @@
# Post installazione di una distro linux (basata su Debian/Ubuntu)
# Installa e configura il firewall, installa aggiornamenti software
sudo apt update
# Installa il firewall UFW (se non già installati)
sudo apt install ufw
# Imposta regole UFW
sudo ufw limit 22/tcp
#sudo ufw allow 80/tcp
#sudo ufw allow 443/tcp
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw enable
# Install and enable fail2ban
#sudo apt install fail2ban
#sudo systemctl enable fail2ban
#sudo systemctl start fail2ban
# Aggiornamenti software di sistema
sudo apt upgrade -y

View file

@ -1,63 +0,0 @@
# Post installazione di una distro Linux basata su Ubuntu (es. Linux Mint)
# Installa pacchetti software aggiuntivi
# Aggiorna lista dei pacchetti disponibili
sudo apt update
# Installa pacchetti aggiuntivi (dai repository della distribuzione)
sudo apt install akregator audacious chromium -y
sudo apt install ffmpeg gajim gimp -y
sudo apt install git gparted gramps -y
sudo apt install k3b pdfarranger python3-pip -y
sudo apt install scrcpy testdisk vlc xclip -y
sudo apt install steam:i386 -y
# Strawberry music player
sudo add-apt-repository ppa:jonaski/strawberry -y
sudo apt update
sudo apt install strawberry -y
# OBS Studio
sudo add-apt-repository ppa:obsproject/obs-studio -y
sudo apt update
sudo apt install obs-studio -y
# Clean downloaded archives
sudo apt clean
# yt-dlp
sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
sudo chmod a+rx /usr/local/bin/yt-dlp
# Per aggiornare yt-dlp: sudo yt-dlp -U
# Flatpak
# flatpak install flathub com.usebottles.bottles -y
flatpak install flathub fr.handbrake.ghb -y
flatpak install flathub im.riot.Riot -y
# flatpak install flathub net.lutris.Lutris -y
flatpak install flathub org.freac.freac -y
# flatpak install flathub org.geogebra.GeoGebra -y
# flatpak install flathub org.gnome.Chess -y
# flatpak install flathub org.gnome.Mahjongg -y
# flatpak install flathub org.gnome.Mines -y
# flatpak install flathub org.gpodder.gpodder -y
# flatpak install flathub org.kde.kalzium -y
# flatpak install flathub org.kde.kasts -y
# flatpak install flathub org.kde.kdenlive -y
# flatpak install flathub org.kde.kgeography -y
# flatpak install flathub org.kde.kpat -y
# flatpak install flathub org.kde.kstars -y
# flatpak install flathub org.kde.ktouch -y
flatpak install flathub org.musicbrainz.Picard -y
flatpak install flathub org.onlyoffice.desktopeditors -y
# flatpak install flathub org.openttd.OpenTTD -y
flatpak install flathub org.remmina.Remmina -y
# flatpak install flathub org.supertuxproject.SuperTux -y
flatpak install flathub us.zoom.Zoom -y
# Additional backgrounds
# sudo apt install mint-backgrounds-maya mint-backgrounds-nadia mint-backgrounds-olivia mint-backgrounds-petra mint-backgrounds-qiana mint-backgrounds-rafaela mint-backgrounds-rebecca mint-backgrounds-retro mint-backgrounds-rosa mint-backgrounds-sarah mint-backgrounds-serena mint-backgrounds-sonya mint-backgrounds-sylvia mint-backgrounds-tara mint-backgrounds-tessa mint-backgrounds-tina mint-backgrounds-tricia mint-backgrounds-ulyana mint-backgrounds-ulyssa mint-backgrounds-uma mint-backgrounds-una -y
# sudo apt clean