Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Infoscreen Template</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/template.css" />
<style type="text/css">
@font-face{
UniWork/
Subject1/
files/...
Subject2/
files/...
ProgrammingSubject1/
labwork/
lab1/
files/...
lab2/
<!-- Content to be pasted into Joomla article
---- To set up go into raw mode in joomla editor
---- and paste in the following code
-->
<div id="content-text">
<img src="images/portfolio-header.jpg" alt=""><br><br>
Photoshoots with Paradox Management<br>
"Cats" - Gosford Musical Society - October 2009<br>
@portablejim
portablejim / Makefile format
Created January 27, 2011 06:43
The basic format of makefile rules
target: dependencies
system command
@portablejim
portablejim / makefile
Created January 27, 2011 06:55
An example makefile
a.out: a.o b.o c.o
g++ a.o b.o c.o
a.o: a.h a.cpp
g++ -c a.cpp
b.o: b.h b.cpp
g++ -c b.cpp
c.o: c.h c.cpp
@portablejim
portablejim / interfaces
Created December 30, 2011 10:41
Network setup (/etc/network/interfaces) for Dreamplug, with bridged wireless and ethernet and WPA2 Includes scripts to start and stop wireless network. eth0 goes to the internet, eth1 to the network, uap0 is wireless. Both eth0 and uap0 are bridged togeth
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.1.1.33
netmask 255.255.255.0
gateway 10.1.1.1
auto eth1
iface eth1 inet manual
@portablejim
portablejim / Ip addresses
Created January 13, 2012 01:58
Looking at ipv4 vs ipv6 address selection
Ip addresses are in 2001::/16
@portablejim
portablejim / NetTester.py
Created March 6, 2012 11:06
Network tester that is not working
#!/usr/bin/python
import netifaces
import os
import requests
from subprocess import Popen, PIPE
DEVICE = 'eth0'
TEST_URL = 'http://uow.edu.au'
TEST_DNS = 'uow.edu.au' # DNS record to test
@portablejim
portablejim / instructions.txt
Created November 10, 2012 12:24
Save start.sh (see "raw") in the same directory as the launcher (Desktop/FTB/FTBBetaAServer/). In Terminal execute the instructions below (instructions.txt)
cd ~/Desktop/FTB/FTBBetaAServer/
chmod +x start.sh
./start.sh
@portablejim
portablejim / batpacks.conf
Created November 13, 2012 21:13
Backpack config v3.ftbba.103.rev1
# Configuration file
# Generated on 14/11/12 3:58 AM
####################
# backpacks.adventurer.items
####################
backpacks.adventurer.items {
# add blocks and items for the adventurer's backpack here in the format id:meta. separate blocks and items using ';'
general=