This post is merely a breadcrumb for myself. Once I get my home network up and running (could be awhile since I will be gone a lot this summer and I am content leeching from my neighbor), I think it is imperative for Tanya and I to be able to print from any computer in [...]
So, I drafted an outline of this post a long time ago and today I finally am getting around to finishing the post.
In System Design and Analysis, IT 380, it customary for a company to give the class a project that the company will actually be implementing in the near future. For our project, General [...]
Thursday, February 21, 2008
Just got done reading about this and it sounds like a pretty cool idea. The basic premise is that Ubuntu community members can make a huge contribution by “tending” 5 bugs a day. Developers fix bugs, users triage and confirm bugs, etc. Jono explains it better.
Perhaps I will try to get involved in this. I [...]
Tuesday, January 22, 2008
Despite being very simplistic, I want to share my backup script. This will only work for you if you are running on a machine with rsync on it, which is most Linux, Unix machines.
Here is the code:
echo “Syncing ~/docs”
rsync -ave ssh local/folder user@:host:remote/folder
This is pretty much the entirety. I just choose a few different folders [...]
Tuesday, November 20, 2007
I, along with 2 friends, gave an ACM presentation on Ubuntu today. I think it went over pretty well. The presentation might have been a little too short, but was too long when they gave a similar presentation last semester. We had a few good conversations after the presentation, so it was a success in [...]