Skip to content

Instantly share code, notes, and snippets.

View linuxbandit's full-sized avatar

linuxbandit

  • Sofia
View GitHub Profile
@linuxbandit
linuxbandit / desktop_organizer.sh
Created August 2, 2021 13:18 — forked from mauromarano/desktop_organizer.sh
Script per tenere organizzato il desktop
#!/bin/bash
###########################################################################
# AUTHOR: Mauro Marano
# SITE: mauromarano.it/com
# Questo script serve per tenere organizzato il desktop
# Una volta impostate le variabili lui andrà a creare delle cartelle
# Per ogni tipo di file specificato.
# La cosa migliore è farlo girare con un cronjob.
# crontab -e
@linuxbandit
linuxbandit / aegee-homestead-install.sh
Last active November 19, 2016 01:04
This is the file we should use to bootstrap our environment when working on OMS
#!/bin/bash
# This script is for having a standardised developer environment
# It is composed of homestead adapted to AEGEE's needs, and the
# smaller modules of which the platform is consisted.
## PLEASE RUN FROM THE FOLDER YOU WANT TO SET AS ROOT
function install-oms {