Many of my traditional blog post live on this site, but a great majority of my social-style posts can be found on my much-busier microbloging site at updates.passthejoe.net. It's busier because my BlogPoster "microblogging" script generates short, Twitter-style posts from the Linux or Windows (or anywhere you can run Ruby with too many Gems) command line, uploads them to the web server and send them out on my Twitter and Mastodon feeds.
I used to post to this blog via scripts and Unix/Linux utilities (curl and Unison) that helped me mirror the files locally and on the server. Since this site recently moved hosts, none of that is set up. I'm just using SFTP and SSH to write posts and manage the site.
Disqus comments are not live just yet because I'm not sure about what I'm going to do for the domain on this site. I'll probably restore the old domain at first just to have some continuity, but for now I like using the "free" domain from this site's new host, NearlyFreeSpeech.net.
After months spent pondering the installation of a post-2.6.38 kernel that's actually being patched when needed for my Debian Squeeze system, I finally figured out how to add the Debian Backports 2.6.39 kernel without the operation removing every other kernel in the process.
That's what threatened to happen every time I used Synaptic or Aptitude to attempt to add the newer kernel from Backports. Since the 3.1 kernel from Liquorix panics in this machine, I was loathe to add a new kernel from Backports and not have my older kernels to fall back on if that should panic as well.
It didn't. Now I have 2.6.39 from Debian Backports, 2.6.38 from Liquorix and the original 2.6.32 Squeeze kernel to choose from.
And presumably the Backports kernel will be patched if/when needed.
When I did my initial tests on this Debian Squeeze installation back in 2010, I had trouble with OpenJDK. I only use Java for two web-based things, and one of those -- GoToMyPC.com -- wouldn't successfully open up a Java client window.
So I replaced openjdk-6 with sun-java6, found everything working and left it at that.
Now that Oracle is changing the license for Java that restricts the ability of Linux distributions -- including Debian and Ubuntu -- to redistribute the Oracle-created binaries to users, distributions are removing Sun Java from their archives and only offering OpenJDK.
I was worried. It had been many months since my last tests. What if either OpenJDK itself, or the sites I'm dealing with that use Java, fixed things so the open-source IcedTea Java browser package suddenly worked?
I didn't want to delete Sun Java, install OpenJDK, run into trouble and not be able to re-install Sun Java.