Saturday, May 19, 2012

PHP – SMS Text Program

December 13, 2011 by  
Filed under Tech

SMS messages are just sent to special email addresses,
so they can be sent from server to phone with minimal effort.
Here is a form and handler, feel free to download the php program
and then modify it to your needs.
The Download link is at the bottom of the page.

From:

To:

Subj:

Carrier:

Verizon
T-Mobile
Sprint
AT&T
Virgin Mobile

Message:

Sending a text message to a cell phone [...]

Windows Recovery Console

December 6, 2011 by  
Filed under Science, Tech

The Windows Recovery Console For XP is a special boot method that you can use to fix a variety of errors including Malware that resist cleansing in safemode and regular boot mode. All Brands of windows has this installed on the Windows CD that came with your computer.
You can install this feature [...]

Mac Administrator Hack

December 6, 2011 by  
Filed under Science, Tech

So you were given a Mac, and you do not know any of the passwords.

If you have the original Mac OSX Disk that came with the computer then
Follow This link RESET ADMIN PASSWORD
Other Wise , with out a CD its a bit Harder.

Power Up The MAC , and after the first chime [...]

SSH Configuration (NO PASSWORD NEEDED)

November 21, 2011 by  
Filed under Tech

Configuring ssh is usually easy, and great to use when transfering files between machines.
Although I prefer a FTP PROGRAM to accomplish this, there comes a time when you are writing scripts
to do things, like backup files, or need to sync files between different servers.
SSH can do this, but it requires password authentication.
The Technique Below removes [...]

Centos 6 Install Notes

November 21, 2011 by  
Filed under Tech

CentOS_Install_Notes.txt
**Configure Network During Install
delldesktop.com
edit eth0
Click Start Automatically
ipv4 tab
Method manual
Click Add
IP 192.168.1.9
Mask 255.255.255.0
Gateway 192.168.1.1
DNS 192.168.1.1
search delldesktop.com
**Disk
For a New 1 [...]

Next Page »