Video conversion howto.
Tuesday, July 31, 2007
Monday, July 30, 2007
Media Center - Installing Elisa On Ubuntu
Elisa is a cool Linux Application to watch your Videos, DVD's, Music, Get weather... you name it. These are directions on how to install it in Ubuntu.
Sunday, July 29, 2007
RSS in Firefox and Thunderbird
How to subscribe to RSS feed in Firefox.
How to subscribe to RSS feed by Thunderbird.
Saturday, July 28, 2007
Allowing Web Access in SELinux using chcon
If you have experienced 403 errors with a RedHat-based distro such as CentOS or Fedora, you may be encountering Type Enforcement issues. This video illustrates one way they commonly originate and how to gain access when you're being forbidden.
What happens here:
- user logs in to root (su or sudo preferred)
- creates new user to generate home directory
- creates index file in home directory
- locates httpd.conf file
- modifies VirtualHost entry to redirect requests
- restarts apache
- loads page, receives 403
- sets chmod and chown values to be less restrictive (unnecessary)
- reloads page to same 403 forbidden error
- views security context with "ls -Z"
- changes security context type with "chcon -T"
- reloads and displays index page successfully
Consult the tutorial at intarwebz.com for more specific details.
Friday, July 27, 2007
iPod Nano Plays Video Gen 2 - Step By Step Instructions.
DIY Step by step instructions on how to play videos on your iPod Nano.
Thursday, July 26, 2007
Unity in VMware Fusion for Mac OS X
Demonstration of VMware Fusion's upcoming Unity feature which allows users to interact with Windows applications on Mac OS X as if they were Mac applications.
Wednesday, July 25, 2007
Tuesday, July 24, 2007
C++ Programming Tutorial
Tutorial part 1
Tutorial part 2
Going through the use of functions, pointers, how to make fullscreen, and changing colors per line. Tutorial from RECONNETWORKS.COM.
Linux: Installing .ipk packages on MoviLinex
Thursday, July 19, 2007
Sabayon Linux introduction
Sabayon Linux is a Live CD distribution of Linux that comes with all of the drivers and utilities you need to enjoy the Beryl 3D Linux desktop.
Wednesday, July 18, 2007
Getting Windows passwords
This is tutorial on cracking the sam key using Linux Ubuntu and Sam Inside.
Tuesday, July 17, 2007
Getting Started With Compiz Fusion
Some people who are new to Compiz Fusion might like to watch this video to get to know the basic commands and to have a better Compiz Fusion experience.
Monday, July 16, 2007
Linux: Using HyperGet
This video shows how to use HyperGet version 0.1 to download packages for an offline Debian-based Linux distribution.
Linux: GUI Programming with Ruby
Howto (mostly) visually code GUI application on Linux using Ruby and Glade.
If you're a Visual xxxxx programmer, this might make Linux look a bit more approachable.