<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.slashdev.ca/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.slashdev.ca/feed.php">
        <title>Slashdev Wiki notes</title>
        <description></description>
        <link>https://wiki.slashdev.ca/</link>
        <image rdf:resource="https://wiki.slashdev.ca/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-12T02:34:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:arcadevga?rev=1274969083&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:crux?rev=1274969109&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:flip-disc?rev=1274969128&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:git?rev=1292527185&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:hackintosh?rev=1365224586&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:mediacenter?rev=1274969142&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:mingw-opengl?rev=1303334500&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:postgres?rev=1439820319&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:proxy?rev=1292613746&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:rapc?rev=1274969165&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:udp?rev=1341427614&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.slashdev.ca/notes:wificards?rev=1274969183&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.slashdev.ca/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Slashdev Wiki</title>
        <link>https://wiki.slashdev.ca/</link>
        <url>https://wiki.slashdev.ca/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.slashdev.ca/notes:arcadevga?rev=1274969083&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T14:04:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:arcadevga</title>
        <link>https://wiki.slashdev.ca/notes:arcadevga?rev=1274969083&amp;do=diff</link>
        <description>Reference

	*  Modeline generator
	*  All about timing
	*  All about modelines
	*  fb.modes manpage
	*  custom res on intel graphics
	*  power strip
	*  get edid data

&quot;Supposedly&quot; supported by arcadevga
240 	240 	15Khz 	60Hz256 	240 	15Khz 	60Hz256 	256 	15Khz 	60Hz256 	264 	15Khz 	58Hz288 	240 	15Khz 	60Hz296 	240 	15Khz 	60Hz304 	240 	15Khz 	60Hz320 	200 	15Khz 	60Hz</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:crux?rev=1274969109&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T14:05:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:crux</title>
        <link>https://wiki.slashdev.ca/notes:crux?rev=1274969109&amp;do=diff</link>
        <description>Activated repositories

	*  Official Crux repos
		*  core, opt, xorg, gnome, contrib

	*  &lt;http://ryo-saeba.de/crux/index.html&gt; (obconf)
	*  &lt;http://crux.nu/portdb/?a=repo&amp;q=vico&gt; (gtk-engines-rezlooks)

Installed packages

	*  openbox
	*  obconf (gtk,libglade,startup-notification)
	*  gtk-chtheme, gtk-engines
	*  feh (change desktop bg)</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:flip-disc?rev=1274969128&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T14:05:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:flip-disc</title>
        <link>https://wiki.slashdev.ca/notes:flip-disc?rev=1274969128&amp;do=diff</link>
        <description>Parts

The 74HC595 shift register has a maximum sink current of aprox 25mA which is too small.  Another choice might be the HEF4794 which is know as an 8-stage shift-and-store register LED driver, however, this also seems to have a relatively low maximum sink current.</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:git?rev=1292527185&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-16T19:19:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:git</title>
        <link>https://wiki.slashdev.ca/notes:git?rev=1292527185&amp;do=diff</link>
        <description>export CVSEDITOR=vim
export CVSROOT=&quot;:pserver:kropf@sourcehost.i.echoworx.com:/cvsroot&quot;

function cvs-git-import {
   if [ $# -ne 2 ]; then
      echo &quot;usage: cvs-git-import [dir] [module]&quot;
      return
   fi
   
   dir=$1
   module=$2
   
   git cvsimport -d ${CVSROOT} -C ${dir} -r cvs -k ${module}
   cd ${dir}
   
   git config cvsimport.module ${module}
   #git config cvsimport.r cvs
   git config cvsimport.d ${CVSROOT}
   
   cvs checkout -d upstream ${module}
}

function cvs-git-update {
  …</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:hackintosh?rev=1365224586&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-06T05:03:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:hackintosh</title>
        <link>https://wiki.slashdev.ca/notes:hackintosh?rev=1365224586&amp;do=diff</link>
        <description>MacBookPro9,2

Using Mac disk utility makes Win8 sad since it contains a hybrid GPT/MBR partition. Windows will flat out refuse to install with MBR present so use Linux gdisk command to create partition table from scratch. It will say disk has protected MBR but that doesn't seem to be a problem.</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:mediacenter?rev=1274969142&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T14:05:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:mediacenter</title>
        <link>https://wiki.slashdev.ca/notes:mediacenter?rev=1274969142&amp;do=diff</link>
        <description>Headless install

Write image to USB key


dd if=archlinux-2008.06-ftp-i686.img of=/dev/sdc


Mount the USB key


mount /dev/sdc1 /mnt/usb


Edit /mnt/usb/boot/grub/menu.lst

Extract squashfs image


unsquashfs -d /tmp/arch /mnt/usb/archlive.sqfs


Edit</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:mingw-opengl?rev=1303334500&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-20T21:21:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:mingw-opengl</title>
        <link>https://wiki.slashdev.ca/notes:mingw-opengl?rev=1303334500&amp;do=diff</link>
        <description>*  install freeglut and glew
	*  alternate mingw</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:postgres?rev=1439820319&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-17T14:05:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:postgres</title>
        <link>https://wiki.slashdev.ca/notes:postgres?rev=1439820319&amp;do=diff</link>
        <description>-- basic access by nix user
create role josh with login;
create database edc owner josh;



bcp &quot;[Event]&quot; out Event.data -S (localdb)\Projects -T -d EDC -c -t 0xfe -r 0xf7 -C RAW -k



#!/bin/bash

for f in *.data; do
	echo $f
	cat $f | \
		sed 's/\xf7/|\n|/g' | \
		# remove extra at end of file
		sed '$ s/.$//' | \
		# add missing at start of file
		sed '1 s/^/|/' | \
		sed 's/&quot;/&quot;&quot;/g' | \
		sed 's/^|\||$/&quot;/g' | \
		sed 's/\xfe/&quot;,&quot;/g' | \
		sed 's/,&quot;&quot;,/,,/g' | \
		sed 's/,&quot;&quot;,/,,/g' | \
		sed 's/…</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:proxy?rev=1292613746&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-17T19:22:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:proxy</title>
        <link>https://wiki.slashdev.ca/notes:proxy?rev=1292613746&amp;do=diff</link>
        <description>Simple tunneling

Configure app to use localhost:8080 as a socks5 proxy.

Then run command:


ssh -C2qTnN -D 8080 username@hostname


Reference</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:rapc?rev=1274969165&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T14:06:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:rapc</title>
        <link>https://wiki.slashdev.ca/notes:rapc?rev=1274969165&amp;do=diff</link>
        <description>rapc.exe import=..\Java\JDE4.2.1\lib\net_rim_api.jar
         codename=ca_slashdev_poo ca_slashdev_poo.rapc
         poo.java poo.png -midlet -quiet

MIDlet-Name: poo
MIDlet-Version: 1.0
MIDlet-Vendor: Poo vendor
MIDlet-Description: Poo description
MIDlet-Jar-URL: poo.jar
MIDlet-Jar-Size: 0
MicroEdition-Profile: MIDP-2.0
MicroEdition-Configuration: CLDC-1.1

# title,icon,main args
MIDlet-1: Poo title,poo.png,arg1 arg2

# title,icon,midlet class
MIDlet-1: Poo title,poo.png,ca.slashdev.Midlet

# 0…</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:udp?rev=1341427614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-07-04T18:46:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:udp</title>
        <link>https://wiki.slashdev.ca/notes:udp?rev=1341427614&amp;do=diff</link>
        <description>Listening


# gnu-netcat
nc -lu -p 9999

# all other netcat's
nc -lu 9999


Broadcasting


echo poo | socat - UDP-DATAGRAM:192.168.1.255:9999,broadcast


Unicast


echo poo | nc -u 192.168.1.18 9999</description>
    </item>
    <item rdf:about="https://wiki.slashdev.ca/notes:wificards?rev=1274969183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-27T14:06:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes:wificards</title>
        <link>https://wiki.slashdev.ca/notes:wificards?rev=1274969183&amp;do=diff</link>
        <description>Manufacturer Model     Revision Chipset                    D-Link       DWL-AG132          Atheros                    D-Link       DWL-G122  A1, A2   Prism                      D-Link       DWL-G122  B        Ralink RT2500USB           D-Link       DWL-G122</description>
    </item>
</rdf:RDF>
