Here’s an interesting tidbit for linux developers: If you want documentation to most C++ functions, run the following command.
[cc_bash]sudo apt-get install gcc-doc manpages-dev manpages-posix-dev[/cc_bash]
Now, try running “info printf” or “info pthread_create” in your console. Pretty neat!
I got home for the holidays last Friday (Dec 15th). I decided to force myself to use Kubuntu 7.10 on my laptop, since I have time now to overcome any problems it throws at me. So far I’ve been pretty successful, the only thing I haven’t been able to get working is compiz/emerald, but that wouldn’t work on my desktop either so I’ve just given up now.
Samba threw me into a loop for a while, I was trying to setup shares similar to windows, read-only and no password required. I thought I had it setup great, but it kept giving me “path cannot be found” when accessing the share from another machine. I eventually found the samba logs, saw that it said access was denied. I played around with permissions for a while, never getting the user “nobody” to be able to read from that folder. Finally I realized the external hard drive the folder was on was mounted with umask=007, meaning that other users and groups could never have permission to read from it. I removed the umask, set the permissions on the folder, and now it works great. This might be one of those things that I want to punch myself in the face for later down the road when I learn more about this type of stuff, but for now I’m the only user on this laptop so changing that can’t be too terrible.
The new website is coming along. I have a general design idea and I’m playing around with the CSS right now. I’m going with a dark theme, lighter text on a darker background. Not sure what I’ll do with the blog on there… guess I’ll find out when it’s done!
So I decide to redo this site… I’d like to see it become more like a collection of various helpful things than just this blog that no one cares about. It should also be something I can put on my resume that will empress employers. Below are the sites I’m using for inspiration:
I haven’t nailed down exactly all that I want out of the site… but it should at the very least be a hub to all my public online works. Of course, I can’t promise this won’t just become another project that gets buried, but hey, that’s life!
In other news, it’s four days until I get to go home to see my family, friends, and cats. It seems that the closer the day to return comes, the longer the days are. Blargh!
A commentary on culture, theology, and programming