Skip to content

Instantly share code, notes, and snippets.

View xorgnak's full-sized avatar
👋
FOR HIRE

Max Catman xorgnak

👋
FOR HIRE
View GitHub Profile
#!/bin/sh
nick="tircsh"
channel=testchan
server=irc.freenode.net
config=/tmp/irclog
[ -n "$1" ] && channel=$1
[ -n "$2" ] && server=$2
config="${config}_${channel}"
echo "Hello, World."
@xorgnak
xorgnak / gist:5a8418e4a75c63a4f927
Created February 20, 2015 21:29
Nomadic-Linux build program
apt-get install xorriso live-build syslinux squashfs-tools
mkdir ~/livework && cd ~/livework
debootstrap --arch=amd64 wheezy chroot
cd ~/livework
chroot chroot
export PACKAGES="screen netcat nmap wicd wicd-curses ruby-full emacs xinit xorg xterm dwm git openssh-server vim emacs-goodies-el vlc alsa-base alsa-utils wpasupplicant slashem mednafen bsdgames transmission-cli"
mount none -t proc /proc
@xorgnak
xorgnak / ii.sh
Last active September 27, 2022 02:12
A simple irc bot for suckless' ii irc client. Enjoy.
#!/usr/bin/env bash
#-------------------------------------------------------------------------------#
# FUNNELBOT!!! - a whole bunch of fun in a terminal.
#---------------------------------------+---------------------------------------#
############################################################# #
######################################### #
##################### #
########### #
##### (C)2013 xorgnak@gmail.com (cc) by E. Leonard #