Using virtual machines, containers or, in general, templates for deploying server systems, often make you lose the ability to customize Linux servers at install time because of deployment wizards. A script above the wizard Alternative for sudo users, a little script for configuring the server in a minute. After the server is deployed, just log…
Tag Archives: Script
Create a launcher script for Linux desktop
Using i3wm, I’m very pleased with the fact that at startup I can found all my everyday applications opened and placed on the relative workspaces. Anyway, sometimes I need different configuration (especially on the netbook) and I fit better with a manual launch of the programs. Bash, bin and nohup to make an easy starter…