Category Archives: Everything Else

Xbox: Westinghouse LCD TV and Xbox 360 Universal Remote

Use Sony Xbox Remote Codes: 0123 Also, if PC input sound fails, toggle the mute on the LCD TV.

Posted in Everything Else | Leave a comment

Subversion: svn undo delete before commit

svn revert file [file] [file] …

Posted in Everything Else | Leave a comment

Apache: Redirect All Queries From HTTP to HTTPS

RedirectMatch (.*) https://host.example.com$1

Posted in Everything Else | Leave a comment

Linux: MySQL Set Root Password

For Windows, do this: shell> mysql -u root mysql> SET PASSWORD FOR ‘root’@'localhost’ = PASSWORD(‘newpwd’); mysql> SET PASSWORD FOR ‘root’@’127.0.0.1′ = PASSWORD(‘newpwd’); mysql> SET PASSWORD FOR ‘root’@'%’ = PASSWORD(‘newpwd’); The last statement is unnecessary if the mysql.user table has no … Continue reading

Posted in Everything Else | Leave a comment

Subversion: How To Fix “format: permission denied”

# chmod 775 /abspath/to/svnroot

Posted in Everything Else | Leave a comment

Ubuntu: How To Fix “WARNING: The following packages cannot be authenticated!”

apt-get update

Posted in Everything Else | Leave a comment

Linux: How To Partition and Mount a Second Drive

If your Linux server is configured with two hard disks, and you want to partition your second drive, you must: Partition the secondary hard disk. Create a file system for the new partition. Mount the partition to make it accessible. … Continue reading

Posted in Everything Else | Leave a comment

Linux: Apache FancyIndexing

IndexOptions FancyIndexing FoldersFirst VersionSort HTMLTable \ NameWidth=* DescriptionWidth=* Charset=UTF-8

Posted in Everything Else | Leave a comment

Failure: The Secret to Success

Posted in Everything Else | Leave a comment

How to Get Free Engineering Course Material Online

http://ocw.mit.edu http://see.stanford.edu

Posted in Everything Else | 1 Comment