Feeds:
Posts
Comments

Archive for the ‘Operating System’ Category

These steps I follow to overcome this problem in mac
1) Download the mysql-connector-java-5.0.8 file
2) copy mysql-connector-java-5.0.8.jar file to /Library/Java/Extensions/

Read Full Post »

Startup
“Press X during startup” = Force Mac OS X startup
“Press Option-Command-Shift-Delete during startup” = Bypass primary startup volume and seek a different startup volume (such as a CD or external disk)
“Press C during startup” = Start up from a CD that has a system folder
“Press N during startup” = Attempt [...]

Read Full Post »

Unix Commands

File Commands
ls – directory listing
ls -al – formatted listing with hidden files
cd dir – change directory to dir
cd – change to home
pwd – show current directory
mkdir dir – create a directory dir
rm file – delete file
rm -r dir – delete directory dir
rm -f file – force remove file
rm -rf dir – force remove directory dir [...]

Read Full Post »