Difference between revisions of "Idiot's Guide to Basic UNIX Commands"
(made the page nicer by adding heatings and TOC) |
|||
Line 1: | Line 1: | ||
− | + | ==IDIOTS GUIDE TO ATV COMMNADS== | |
− | + | ===HOW TO KILL FINDER=== | |
ps ax | grep finder | ps ax | grep finder | ||
Line 16: | Line 16: | ||
− | + | ===HOW TO MOUNT AND UNMOUNT DMG=== | |
Example: | Example: | ||
Line 28: | Line 28: | ||
− | + | ===HOW TO MOVE FILES AROUND=== | |
First run | First run | ||
Line 46: | Line 46: | ||
− | + | ===TO START SHLIGHT=== | |
Example | Example | ||
Line 59: | Line 59: | ||
1**.***.1.100 PCNAME | 1**.***.1.100 PCNAME | ||
− | + | ||
+ | ===TO GET A SCREEN CAPTURE OF YOUR ATV=== | ||
screencapture -s filename.png | screencapture -s filename.png | ||
− | + | ||
+ | ===TO ACTIVATE PHP COVER ART=== | ||
php d:\yadashare\covergrabber.php d:\yadashare All | php d:\yadashare\covergrabber.php d:\yadashare All |
Revision as of 16:16, 14 May 2007
Contents
IDIOTS GUIDE TO ATV COMMNADS
HOW TO KILL FINDER
ps ax | grep finder
Example: Look for the /System/Library/CoreServices/Finder.app/Contents/Mac0 should have a number like 500
Kill 500
via script kill `ps ax|grep [F]inder|cut -b 2-5`
HOW TO MOUNT AND UNMOUNT DMG
Example: UNMOUNT COMMAND
-bash-2.05b$ hdiutil detach /Volumes/yadafile\ with yada space
MOUNT COMMAND
hdiutil mount yadaimage.dmg
HOW TO MOVE FILES AROUND
First run sudo mount -uw /
Then sudo mv /current location /future location
Example to move:
sudo mv /Users/frontrow/A52Codec.component /Library/Audio/Plug-Ins/Components/
sudo mv /Users/frontrow/AC3MovieImport.component /Library/QuickTime/
sudo mv /Users/frontrow/Perian.component /Library/QuickTime/
sudo mv /Users/frontrow/ATVFiles.component /System/Library/CoreServices/Finder.app/Contents/PlugIns
TO START SHLIGHT
Example /usr/sbin/shlight //***.**.1.100/atv /Users/frontrow/Movies/yadashare
***make sure the /etc host file has the pc name correct***
Host f##
yada yada add your info at the bottom like this
1**.***.1.100 PCNAME
TO GET A SCREEN CAPTURE OF YOUR ATV
screencapture -s filename.png
TO ACTIVATE PHP COVER ART
php d:\yadashare\covergrabber.php d:\yadashare All