<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://benhall.com/doku/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="http://benhall.com/doku/feed.php">
        <title>..., etc. unix</title>
        <description></description>
        <link>http://benhall.com/doku/</link>
        <image rdf:resource="http://benhall.com/doku/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-29T18:21:04-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:bash&amp;rev=1300222610&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:gdb&amp;rev=1266845266&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:kodi&amp;rev=1481738938&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:networking&amp;rev=1398849890&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:openlinksys&amp;rev=1369209212&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:rdp_through_ssh&amp;rev=1267858203&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:readynas&amp;rev=1372412560&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:stora&amp;rev=1392828815&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:sudo&amp;rev=1363683273&amp;do=diff"/>
                <rdf:li rdf:resource="http://benhall.com/doku/doku.php?id=unix:unix&amp;rev=1481715855&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://benhall.com/doku/lib/tpl/dokuwiki/images/favicon.ico">
        <title>..., etc.</title>
        <link>http://benhall.com/doku/</link>
        <url>http://benhall.com/doku/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:bash&amp;rev=1300222610&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-15T16:56:50-04:00</dc:date>
        <title>unix:bash</title>
        <link>http://benhall.com/doku/doku.php?id=unix:bash&amp;rev=1300222610&amp;do=diff</link>
        <description>Bash Notes

Some simple math with file sizes

an attempt at an rss reader for a specific purpose</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:gdb&amp;rev=1266845266&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-22T08:27:46-04:00</dc:date>
        <title>unix:gdb</title>
        <link>http://benhall.com/doku/doku.php?id=unix:gdb&amp;rev=1266845266&amp;do=diff</link>
        <description>backtrace = bt

breakpoint *0x0000000 or b *0x0000000 

step or next to step forward one line of code

stepi or nexti to step one instruction

Enter to step one or maybe repeat last command.

x/10i addr (no *) to examine assembly code at an address</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:kodi&amp;rev=1481738938&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-12-14T13:08:58-04:00</dc:date>
        <title>unix:kodi</title>
        <link>http://benhall.com/doku/doku.php?id=unix:kodi&amp;rev=1481738938&amp;do=diff</link>
        <description>Customized keymaps file for OpenElec with HDMI-CEC remote control:

File lives in /storage/.xbmc/userdata/keymaps/keymaps.xml.  The changes can be determined by diff'ing with /usr/share/kodi/system/keymaps/remote.xml

Getting custom Confluence window names can be done by</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:networking&amp;rev=1398849890&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-04-30T05:24:50-04:00</dc:date>
        <title>unix:networking</title>
        <link>http://benhall.com/doku/doku.php?id=unix:networking&amp;rev=1398849890&amp;do=diff</link>
        <description>Networking notes

Split VPN routing with OpenWRT/Tomato: For routing specific LAN client traffic through specific interfaces with multiple routing tables</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:openlinksys&amp;rev=1369209212&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-22T03:53:32-04:00</dc:date>
        <title>unix:openlinksys</title>
        <link>http://benhall.com/doku/doku.php?id=unix:openlinksys&amp;rev=1369209212&amp;do=diff</link>
        <description>firewall rules to be placed in administration-&gt;scripts-&gt;firewall:


iptables -I INPUT -p tcp -m tcp --dport 1194 -s scope1/32 -j ACCEPT
iptables -I INPUT -p tcp -m tcp --dport 1194 -s scope2/16 -j ACCEPT
iptables -I INPUT -p udp -m udp --dport 1194 -s scope1/32 -j ACCEPT
iptables -I INPUT -p udp -m udp --dport 1194 -s scope2/16 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 1194 -j REJECT
iptables -A INPUT -p udp -m udp --dport 1194 -j REJECT
iptables -I FORWARD -j ACCEPT</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:rdp_through_ssh&amp;rev=1267858203&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-06T01:50:03-04:00</dc:date>
        <title>unix:rdp_through_ssh</title>
        <link>http://benhall.com/doku/doku.php?id=unix:rdp_through_ssh&amp;rev=1267858203&amp;do=diff</link>
        <description>RDP via SSH tunnels created on the fly

This is pretty basic, and I gave up on the system eventually in favor of OpenVPN, which works beautifully.

The script takes a remote host, the server you will ssh to, username, domain (I think “.” works for local?), a local port number to start with (this allows you to open another set of servers not on the same range of local ports), and finally all the hostnames you want to log into with rdesktop.  This all assumes you have ssh working, and that you hav…</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:readynas&amp;rev=1372412560&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-28T05:42:40-04:00</dc:date>
        <title>unix:readynas</title>
        <link>http://benhall.com/doku/doku.php?id=unix:readynas&amp;rev=1372412560&amp;do=diff</link>
        <description>Notes on ReadyNas Duo v2

	*  Firmware updates kill /etc/cron.d links
	*  disabling services: /etc/default/services</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:stora&amp;rev=1392828815&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-19T11:53:35-04:00</dc:date>
        <title>unix:stora</title>
        <link>http://benhall.com/doku/doku.php?id=unix:stora&amp;rev=1392828815&amp;do=diff</link>
        <description>Open Port via iptables - 1

To open arbitrary ports on a NetGear Stora (if you don't like UPnP), edit /etc/init.d/iptables and add a variable near the top of the file called TCP_OPEN_PORTS_EXT.


export TCP_OPEN_PORTS_EXT=29101


Then issue a restart via</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:sudo&amp;rev=1363683273&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-03-19T04:54:33-04:00</dc:date>
        <title>unix:sudo</title>
        <link>http://benhall.com/doku/doku.php?id=unix:sudo&amp;rev=1363683273&amp;do=diff</link>
        <description>Sudo without password for only some commands:


# User privilege specification
root    ALL=(ALL) ALL
%admin  ALL=(ALL) ALL
ben     ALL=(ALL) NOPASSWD: /opt/local/sbin/blah, /sbin/blah</description>
    </item>
    <item rdf:about="http://benhall.com/doku/doku.php?id=unix:unix&amp;rev=1481715855&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-12-14T06:44:15-04:00</dc:date>
        <title>unix:unix</title>
        <link>http://benhall.com/doku/doku.php?id=unix:unix&amp;rev=1481715855&amp;do=diff</link>
        <description>Unix

General *nix notes

Bash Notes

Oddball notes on gdb

Firestats with iWeb - using sed

Firestats Plugin for Dokuwiki

Reminder on how to configure sudo

Tunnel Remote Desktop through SSH, scripted This one is like old and stuff.

OS X

Offsite Encrypted Backup via Rsync

Rdesktop with Keychain password storage 

Automator Service to send to spam

OpenVPN on OS X

LIRC on a Mac

Run multiple Skype accounts on a Mac

Skype 5 on a mac with custom window size using gdb

Office 2008 beta notes …</description>
    </item>
</rdf:RDF>
