Skip to content

Instantly share code, notes, and snippets.

View fredgalvao's full-sized avatar

Frederico Galvão fredgalvao

View GitHub Profile

Sample service script for debianoids

Look at LSB init scripts for more information.

Usage

Copy to /etc/init.d:

# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)
@fredgalvao
fredgalvao / install.sh
Last active December 13, 2019 07:20
Linux All-Installer-Configurator
#!/bin/bash
set -e
INITIALPWD=`pwd`
#Greatly based on http://debianhelp.wordpress.com/2013/11/19/to-do-list-after-installing-ubuntu-13-10-aka-saucy-salamander-os-2/
#libGL issues on 64bit solved through this http://askubuntu.com/questions/257897/error-loading-libgl-so-1
#=============================================================================================
#:::After installing the operating system:::
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get -y autoclean && sudo apt-get -y autoremove
@fredgalvao
fredgalvao / about.md
Created September 21, 2011 03:14 — forked from blaix/about.md
Programming Achievements: How to Level Up as a Developer

Programming Achievements: How to Level Up as a Developer

  1. Select a particular experience to pursue.
  2. Pursue that experience to completion. (Achievement unlocked!)
  3. Reflect on that experience. Really soak it in. Maybe a blog post would be in order?
  4. Return to Step 1, this time selecting a new experience.

This gist is a fork of the gist from this blog post.