(via hayday)
With both hands tied behind my back
My memory is starting to fade so I need a place to put stuff that I might need later on. Later, someone will be able to take the contents of this blog and write a script to replace me.
-
2012-12-09
Source: BECAME-FRAGILE
-
2012-05-27
Source: jhnmyr
-
2012-03-15
I want to say thank you, from the bottom of my heart, for the love and kindness you’ve shown me over the last week. It was such a wonderful and moving show of support that at times I almost felt embarrassed by it. (I don’t like taking up too much of the overall field of view.)
I also want you to know that I’m cool with things. Transitioning from bummed to inspired, and getting excited for you to hear this upcoming album while I dive deeper into another one.
Thanks again for the love.
John
Source: jhnmyr
-
2012-02-28
Source: jhnmyr
-
2011-12-20
Source: 13thwitness
-
2011-06-16
Anonymous asked: <p>if you didnt have eyes what would you do?</p>
I’d make music.
Source: 13thwitness
-
2011-04-26
(via blv77)
-
2010-07-07
-
2010-06-03
Missing lsof functionality
cd /proc
pfiles * |grep [whatever-you-were-looking-for] -
2010-05-27
tftp and solaris 10
Problem: TFTP throws an error “Error code 2: Access violation” Everything else looks fine.
Solution:
Add line to /etc/inetd.conf
tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s
/tftpbootRemove corrupt xml file for tftp:
rm /var/svc/manifest/network/tftp-udp6.xmlRun:
inetconvFile gets regenerated:
inetconv: Notice: Service manifest for 100235/1 already generated as /var/svc/manifest/network/rpc/100235_1-rpc_ticotsord.xml, skipped
tftp -> /var/svc/manifest/network/tftp-udp6.xmlEnable tftp:
inetadm -e svc:/network/tftp/udp6or Disable it:
inetadm -d svc:/network/tftp/udp6Don’t use the SUN docs.




