Skip to content

Instantly share code, notes, and snippets.

View ridlo's full-sized avatar
🎯
Focusing

Ridlo W. Wibowo ridlo

🎯
Focusing
  • Atmospheric and Planetary Sciences, ITERA
  • Indonesia
View GitHub Profile
import sys
import math
filename = 'lalapo.txt'
param = math.pi
while (len(sys.argv) > 1):
option = sys.argv[1]; del sys.argv[1]
if option == '-f':
filename = sys.argv[1]; del sys.argv[1]
#!/bin/bash
# Post installing script for Ubuntu 14.04 Trusty Tahr Desktop
# First, check your internet connection (e.g. proxy)
#
# Check for updates
sudo apt-get -y update
# Upgrade Packages
sudo apt-get -y upgrade
# Major Upgrades
sudo apt-get -y dist-upgrade