Tech Journal
I have a horrible memory, and as such I need to keep notes about what I learn.
Mrs. Woodward, my Networks professor for the spring of 2004, encouraged her students
to keep tech journals. Well, I think it is a pretty smart idea, so here is my
collection of tech notes.
Languages
C# | PHP | Python | C++ | Lua - World of Warcraft
Other useful things:
Languages
C# | PHP | Python | C++ | Lua - World of Warcraft
Other useful things:
rxvt-unicode Sometimes gnome-terminal just doesn't cut it. Well, rxvt-unicode makes a nice replacement. Here's a nice way to set it up:
urxvt -bg black -fg gray -fn "xft:Luxi Mono:pixelsize=18" -sl 10000 -vb -si -sw -sk
Httpd on Core 3:
When trying to configure virtual hosts,
I had to take into consideration that SELinux disallows httpd to access un-labeled files.
This warrants a journal entry, seeing that it took me a while to find where the problem
was originating..
chcon -R system_u:object_r:httpd_sys_content_t /home/www