Skip to main content
Home
Paul's Linux Box

Main navigation

  • Home
  • Contact
  • Privacy Policy
User account menu
  • Log in
By Paulus, 28 June, 2008

Disabling iSight Built in Mac Web Cam

I've never been a fan of Web Cams, but my Mac Book Pro did not come with the option of not having one. Since I'm a bit on the paranoid I want a way to disable the camera.

The easist way, but not the best way is to move or rename a file. The file that we're looking for is the QuickTimeUSBVDCDIgitizer.component file. This file is located in the /System/Library/QuickTime folder.

What I did to disable my iSight was move the file up a directory. When any application tries to access the camera, it will say it's in use.

  • Read more about Disabling iSight Built in Mac Web Cam
By Paulus, 26 June, 2008

Search Engine Marketing Notes

A few months a go I took a position at a company where my job was to help Account Managers with optimizing their clients web sites. I've been doing web pages for years, and have been working with PHP for the last four years. Just last year I started working with ASP.NET 2.0. I must say that I do like ASP for the sole reason that it's extremely easy to pound out a good looking web site in little time. My skills as a PHP and ASP programmer have helped out a lot.

  • Read more about Search Engine Marketing Notes
By Paulus, 10 April, 2008

SimpleTest

.code { border-width: thin; border-style: dotted; border-color: red; size: 12pt; background: black; color: lime; } .output { border-width: thin; border-style: solid; border-color: red; size: 12pt; background: black; color: cyan; } div.indent { margin-left: 1.5em; width: 100%; }

A while back I was working on a site, and as I was writing the back end and making sure that it works properly I thought to myself "If .NET has nunit, and Java has junit, does PHP have phpunit, or something similar?" After some digging I found the answer. The answer I found was yes!

  • Read more about SimpleTest
By Paulus, 10 April, 2008

Eclipse, PHP, and XDebug

.code { border-width: thin; border-style: dotted; border-color: red; size: 12pt; background: black; color: lime; } .output { border-width: thin; border-style: solid; border-color: red; size: 12pt; background: black; color: cyan; } div.indent { margin-left: 1.5em; width: 100%; }

In the past I've written how to use Eclipse with phpdbg and ZendDebugger. The phpdbg was short lived as it was replaced with xdebug. According to Zend's website, they say that there are no serious limitations of xdebug.

  • Read more about Eclipse, PHP, and XDebug
By Paulus, 3 April, 2008

Java Doc

Documentation is key when programming. There is the documentation in the code itself such as what the heck you're trying to do there. There is also the documentation that describes the functions and objects and how to use them. Luckily there is a tool that helps the programmer create nice HTML documentation based on the comments within the code. This knocks out two birds with one stone. Javadoc is the tool to use for this task. There is also PHPdoc as well for, you guessed it PHP.

For this entry we'll only be concerned about Javadoc.

  • Read more about Java Doc
By Paulus, 23 February, 2008

Creating Commands with xargs

.code { border-width: thin; border-style: dotted; border-color: red; size: 12pt; background: black; color: lime; } .output { border-width: thin; border-style: solid; border-color: red; size: 12pt; background: black; color: cyan; } div.indent { margin-left: 1.5em; width: 100%; }

I have a couple of folders with a ton of compressed files in them. I'm not talking about 10 or 20. No I'm talking about a couple thousand.

  • Read more about Creating Commands with xargs
By Paulus, 31 January, 2008

Recovering iTunes Music

f.code { border-width: thin; border-style: dotted; border-color: red; size: 12pt; background: black; color: lime; } .output { border-width: thin; border-style: solid; border-color: red; size: 12pt; background: black; color: cyan; } div.indent { margin-left: 1.5em; width: 100%; }

Occasionally I will get a customer in my store whose library has been corrupt or lost but their music is still on their iPod. The way that apple designed iTunes is that if the library gets messed up, you run a high risk of losing your music. Fortunately there is a way around that.

  • Read more about Recovering iTunes Music
By Paulus, 31 January, 2008

PHP User Authentication

.code { border-width: thin; border-style: dotted; border-color: red; size: 12pt; background: black; color: lime; } .output { border-width: thin; border-style: solid; border-color: red; size: 12pt; background: black; color: cyan; } div.indent { margin-left: 1.5em; width: 100%; }

The Tables

First we're going to need a table to hold the user information. I've done a very basic table, you can expand this table to include the user's name, e-mail address, street address, etc.

  • Read more about PHP User Authentication
By Paulus, 29 December, 2007

Unit Testing PHP

PHP Unit Testing .code { border-width: thin; border-style: dotted; border-color: red; size: 12pt; background: black; color: lime; } .output { border-width: thin; border-style: solid; border-color: red; size: 12pt; background: black; color: cyan; } div.indent { margin-left: 1.5em; width: 100%; }
  • Read more about Unit Testing PHP
By Paulus, 22 December, 2007

Enabling Auto Login in Windows XP and Vista

Some people don't like to enter a user name or password to use their computer. For others it's pointless as they are the only one using the computer. To disable the Login Prompt follow the steps below.

  1. Start->Run

  • Read more about Enabling Auto Login in Windows XP and Vista

Pagination

  • First page
  • Previous page
  • …
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Current page 12
  • Page 13
  • Page 14
  • Page 15
  • Next page
  • Last page

Recent content

  • ZFS - Part 1
    1 year ago
  • Upgrading Debian
    1 year ago
  • SMART Alerts with msmtp and curl
    1 year ago
  • Debugging Laravel Apps with Laradock and XDebug
    1 year 11 months ago
  • Sending HTTP Requests Through a Proxy in Laravel
    1 year 11 months ago
  • Setting up a Kubernetes Cluster
    2 years 3 months ago
  • Mounting Raw Disk Images
    2 years 7 months ago
  • Updating Gentoo
    2 years 7 months ago
  • Consuming Web Services
    3 years ago
  • Borg Backup
    3 years 10 months ago
RSS feed
Powered by Drupal