Skip to content

Instantly share code, notes, and snippets.

View pajju's full-sized avatar

Prajwal Suhas P pajju

View GitHub Profile
@pajju
pajju / list.txt
Created January 26, 2013 13:07 — forked from roxlu/list.txt
armv5te-android-gcc armv5te-linux-rvct armv5te-linux-gcc
armv5te-none-rvct
armv6-darwin-gcc armv6-linux-rvct armv6-linux-gcc
armv6-none-rvct
armv7-android-gcc armv7-darwin-gcc armv7-linux-rvct
armv7-linux-gcc armv7-none-rvct
mips32-linux-gcc
ppc32-darwin8-gcc ppc32-darwin9-gcc ppc32-linux-gcc
ppc64-darwin8-gcc ppc64-darwin9-gcc ppc64-linux-gcc
sparc-solaris-gcc
try:
from settings_local import *
except ImportError:
pass
@pajju
pajju / README.md
Created December 16, 2012 18:27 — forked from mrrooijen/README.md

Setting up XEN on a Hetzner Dedicated Server (EX-series)

Author: Michael van Rooijen (@meskyanichi)

DISCLAIMER: I am a programmer, not a sysadmin in my day-to-day life. I provide this guide simply as a self-reference, and as a way to contribute to the community of developers. The main motivation for writing this guide is because of the lack of properly written guides/tutorials. They were either out-dated, inaccurate, in a non-English language or simply too vague to understand (at least for me, as a programmer and not a sysadmin).

I hope this guide helps getting you up and running with your own collection of VPS's on your own Dedicated Server over at Hetzner.de.

Requirements:

@pajju
pajju / learning_resources.textile
Created September 3, 2012 15:13 — forked from mnazim/learning_resources.markdown
Open Source Web Development Learning Resources For Beginners and Freshers

Open Source Web Development Learning Resources For Beginners and Freshers

This place is a dump for learning online/offline resources. Aim is to create a curated list of resources.

Tools and Infrastructure

Basic Linux

Unix Tutorial for Beginners
Linux Fundamentals, Part 1