blog.michaelkelly.org
Halting Problem: Eclipse with android dev tools freezes on startup
http://blog.michaelkelly.org/2014/03/eclipse-with-android-dev-tools-freezes.html
A conspiracy of cartographers, v4.0. Friday, March 14, 2014. Eclipse with android dev tools freezes on startup. I've just installed the eclipse android dev tools bundle, x86 64, version 20131030. I've noticed that, after a few sessions, eclipse will freeze when trying to load a workspace. The workaround is to start. Argument, which I found on this StackOverflow page. Subscribe to: Post Comments (Atom). Eclipse with android dev tools freezes on startup. Simple theme. Powered by Blogger.
blog.michaelkelly.org
Halting Problem: March 2014
http://blog.michaelkelly.org/2014_03_01_archive.html
A conspiracy of cartographers, v4.0. Friday, March 14, 2014. Eclipse with android dev tools freezes on startup. I've just installed the eclipse android dev tools bundle, x86 64, version 20131030. I've noticed that, after a few sessions, eclipse will freeze when trying to load a workspace. The workaround is to start. Argument, which I found on this StackOverflow page. Subscribe to: Posts (Atom). Eclipse with android dev tools freezes on startup. Simple theme. Powered by Blogger.
blog.michaelkelly.org
Halting Problem: November 2013
http://blog.michaelkelly.org/2013_11_01_archive.html
A conspiracy of cartographers, v4.0. Friday, November 15, 2013. Checking the directory port on a Tor relay. SITUATION: You have a tor relay. You say to yourself, "self, is my directory server working? SOLUTION: Check this URL:. Is the, uh, address of your tor relay. Remember the directory port number. The default is 9030. Also, reference: https:/ gitweb.torproject.org/torspec.git? A=blob plain;hb=HEAD;f=dir-spec-v2.txt. Subscribe to: Posts (Atom). Checking the directory port on a Tor relay.
blog.michaelkelly.org
Halting Problem: Using a Custom Window Manager in Ubuntu 14.04
http://blog.michaelkelly.org/2014/04/using-custom-window-manager-in-ubuntu.html
A conspiracy of cartographers, v4.0. Friday, April 25, 2014. Using a Custom Window Manager in Ubuntu 14.04. I just installed Ubuntu 12.04 on my Thinkpad X1 carbon (laptop). These are my notes about using a custom window manager via .xsession files; perhaps they'll be useful to someone else, too. (Notably, this is assuming you already know everything about configuring your WM and just want to know how to do it in the latest Ubuntu.). To use a custom .xsession file, create a file. So they don't block!
blog.michaelkelly.org
Halting Problem: September 2013
http://blog.michaelkelly.org/2013_09_01_archive.html
A conspiracy of cartographers, v4.0. Friday, September 6, 2013. Using GNU screen for serial terminal connections. Has a serial port which has the following settings, according to the manual [ PDF. The connected ANSI/VT100 terminal or terminal emulator should be set for 19200 baud, 8 databits, no parity, 1 stop bit, no flow control. To use these settings in GNU. Screen /dev/ttyUSB0 19200 8N1. Ranting below, ignore - -]. Thursday, September 5, 2013. Managing devices with the ip(1) command. Mtu 1500 qdisc m...
blog.michaelkelly.org
Halting Problem: April 2013
http://blog.michaelkelly.org/2013_04_01_archive.html
A conspiracy of cartographers, v4.0. Saturday, April 6, 2013. Ubuntu 12.04 LTS on a Thinkpad X1 Carbon. Very uninteresting install because everything just works by default, with no configuration: USB-to-ethernet dongle, wireless, audio, webcam, microphone, etc. Specific machine is the i7/8GB RAM X1 Carbon:. Sudo dmidecode -s system-version. Sudo dmidecode -s system-product-name. PalmMinWidth and PalmMinZ are cargo-culted from previous configs. They may not be necessary at all.). This part is just a rant:.
blog.michaelkelly.org
Halting Problem: October 2014
http://blog.michaelkelly.org/2014_10_01_archive.html
A conspiracy of cartographers, v4.0. Sunday, October 26, 2014. Compiling Tor on CentOS 6.5. Yum groupinstall "Development Tools". Yum install libevent-devel openssl-devel. That's it. I actually started writing this when I thought it would be more complicated. It looks like the RPM for CentOS doesn't work with NTor (the new, faster) handshakes. There's some discussion on tor-relays@ about this here. Tuesday, October 14, 2014. CrashPlan doesn't load on Ubuntu 14.04. These instructions from CrashPlan.
blog.michaelkelly.org
Halting Problem: October 2013
http://blog.michaelkelly.org/2013_10_01_archive.html
A conspiracy of cartographers, v4.0. Thursday, October 10, 2013. TLS Authentication for Munin with easy-rsa. Is cool. However, by default, it sends everything in plaintext, and relies on silly schemes like subnet whitelisting for authentication. However, it can use TLS. Most of the info is here: http:/ munin-monitoring.org/wiki/MuninTLSSetup. The munin wiki assumes you know how to make openssl certs, though, which I don't. Here's the cheat-sheet for that (this all assumes you are using. For debugging a s...
blog.michaelkelly.org
Halting Problem: Compiling openssl 1.0.1g with Perl 5.18, the terrible way
http://blog.michaelkelly.org/2014/06/compiling-openssl-101g-with-perl-518.html
A conspiracy of cartographers, v4.0. Saturday, June 7, 2014. Compiling openssl 1.0.1g with Perl 5.18, the terrible way. Edit: 2014-12-28: Newer versions of pod2man don't have this problem, apparently. The openssl issue. Has been closed, and this works for me now without the workaround below.]. That openssl 1.0.1g doesn't compile with Perl 5.18 because the 5.18 of pod2man is stricter than previous versions, resulting in lots of errors like this:. There are patches ( [1]. Subscribe to: Post Comments (Atom).