Yesterday, Google officially announced their new Chrome OS and explained what it will be when it’s released. They also published the source code to allow developers and other interested parties to take a peek. I’m one of those “other interested parties.”
Read more…
copyright
Categories: Operating Systems Tags: Chrome OS, First Impressions, Google, Google Chrome, Operating System, Programming, Review, Source code, Virtual machine, VirtualBox, VMwareaddress
Problem:
You’ve chosen the most simple, solid Linux server – Ubuntu 8.04 LTS, and you want to run the most simple, solid XMPP server – ejabberd. BUT, the version of ejabberd in Hardy’s repositories is the really old (Sep 03, 2007!) 1.1.4 release.
Solution:
You could of course build ejabberd from source, but that’s not why you chose the “It Just WorksTM” Ubuntu server, is it? Have no fear. A simple and (mostly) painless solution awaits!
Read more…
Categories: Programming Tags: Administration, Ejabberd, Installation, Instructions, Jabber, Programming, Server, Tutorial, Ubuntu, Walkthrough, XMPP
Nerd alert: This post contains off-the-charts geek humor. You’ve been warned.
Thanks to my friend who sent me this.
Uber-geeks will recognize “RFC” (yet another TLA) as short for “Request For Comments.” But those with lives normal folks might need an explanation.
The Internet Engineering Task Force (IETF) has created RFC as a standard for documentation of Internet-related subjects. There is an RFC for just about everything, including:
A lot of RFC’s are standards, but the vast majority of them are not. Almost all of them, though, are painfully dry reads. That said, there are some glaring exceptions.
Read more…
Recap
In case you missed Part 1, I briefly summarized 4 different strategies for programmatically determining the current Operating System in C#. The code I posted there utilizes the System.Environment class. It works great and is sufficient for most uses, but sometimes you want need to know everything about the OS, including the edition (i.e. “XP Pro” vs. “XP Home”).
Summary
For that, Microsoft gives us the lovely Windows Management Instrumentation (WMI) Interface. You can do a lot of really powerful and interesting things with WMI and WQL, but for this purpose, all we care about is getting some information from it.
Read more…
Whenever I have limited experience with something or just need to do some research, I go straight to StackOverflow.com – a computer programming question and answer site. Out of the 24 questions I’ve asked on the site, only one has gone unanswered to date, and I’ve gleaned countless other answers from questions others have already asked. In case you haven’t already guessed, I really like the site.
Not long ago, I needed to convert uploaded video files for a project in PHP. FFMPEG was a clear and obvious choice for the job, but I had never used it before, so I turned to my favorite resource. Sure enough, I got enough information in the answers to build a fully working solution. I posted that solution as an answer to my own question in case anyone else could use it.
Unfortunately, StackOverflow seems to be having trouble displaying my answer, so I’ve reposted it here for anyone who needs it.
Read more…
Recent Comments