This project aims to make Linux workstation setup faster, but also more secure for both home and and education usage
- One-click installation, Just copy-paste command on Terminal
- Automates installation of daily-usage apps and Microsoft fonts
- Adding App Shortcut to Desktop for easy access
- Enable Firewall
- Enable zram
- Setup DNS over TLS with systemd-resolved, using Cloudflare and Google DNS
- Google Chrome
- OnlyOffice as Microsoft Office replacement, but you can still access Office Online or Google Workspaces via web browser
- VLC Media Player
- Spotify Linux Client
- GNOME Cheese/Kamoso (Camera App)
- GNOME Clocks/KClock (Clock App)
- Microsoft Corefonts (with
ttf-mscorefonts-installerpackages)
Just copy-paste the commands to your terminal and execute. The script will automatically downloaded and executed
-
Linux Mint Cinnamon, Linux Mint MATE, and Linux Mint Debian Edition
curl -fssL https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/linuxmint/cinnamon.sh | bash -
Linux Mint XFCE
curl -fssL https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/linuxmint/xfce.sh | bash
-
Kubuntu
curl -fssL https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/ubuntu/kubuntu.sh | bash
-
Debian KDE
curl -fssL https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/debian/debian-kde.sh | bash
Works on:
-
All Ubuntu and Debian flavor and desktop
-
Zorin OS
-
Pop! OS
-
Linux Lite
-
MX Linux Enable systemd first!
-
Elementary OS
-
KDE Neon
-
AnduinOS
-
Q4OS
-
And many more!
curl -fssL https://raw.githubusercontent.com/arfshl/linuxmint-postinstall/refs/heads/main/debian/debian.sh | bash
sudo fallocate -l 4G /swapfile1 && sudo chmod 600 /swapfile1 && sudo mkswap /swapfile1 && sudo swapon /swapfile1 && echo '/swapfile1 none swap sw 0 0' | sudo tee -a /etc/fstab
If you installing on VMware, use this command to install the drivers
sudo apt install open-vm-tools-desktop -y
I also post my own setup script here