Code University

      "Where tuition is free!"

News | Images | Contact     
  • Home
  • Coding KC
  • Scripts
  • Software
  • Templates
  • Tutorials
  • About
 

Coding Knowledge Center

Mac OS X


Page Contents
[X] CLOSE

Browse Box

  • Browse Box

Browser

  • Browser (Change Default)

Desktop

  • Desktop (Zoom)

Dock

  • Dock (un-3d)

Effects

  • Effects (Negative Image)

Expose

  • Expose (Cycle Backwards)
  • Expose (Cycle Forward)

Files

  • Files (Show hidden files)

Grammar

  • Grammar (Word Suggestions)

Keys

  • Keys (Windows Style Delete Key)

MAMP

  • MAMP (reboot manually)

Networking

  • Networking (DNS)

PDF

  • PDF (Create)

Screen Capture

  • Screen Capture (Select between)
  • Screen Capture (Selection)
  • Screen Capture (Whole)

Shutdown

  • Shutdown

Snippets

  • Snippets (yes)

VPN

  • VPN (Reboot)

WiFi

  • WiFi (WEP Keys)

Window

  • Window (Slow Minimize)
Toggle Page Contents
Browse BoxCopy  To New Window  Top ^
CONTROL + SHIFT + G
Pops up a "Go to the folder:" dialog box that lets you specify a directory to browse to in Finder. May need to minimize other applications first. Works great for those system directories that can be hard to browse to like /usr/local.



Browser (Change Default)Copy  To New Window  Top ^
Safari => Preferences => General => Default web browser
Change the default browser setting.



Desktop (Zoom)Copy  To New Window  Top ^
CONTROL + TRACKPAD/MOUSE SCROLL up/down
Allows the user to zoom in and out on their desktop.



Dock (un-3d)Copy  To New Window  Top ^
defaults write com.apple.dock no-glass -boolean YES; killall Dock
This takes away the 3d affect on the dock. I do this in an attempt to speed up my desktop.



Effects (Negative Image)Copy  To New Window  Top ^
CONTROL + OPTION + COMMAND + 8
Creates a negative image effect on the desktop



Expose (Cycle Backwards)Copy  To New Window  Top ^
COMMAND + `
Cycle's the current program selection backward in Expose.



Expose (Cycle Forward)Copy  To New Window  Top ^
COMMAND + TAB
Cycle's the current program selection forward in Expose.



Files (Show hidden files)Copy  To New Window  Top ^
defaults write com.apple.Finder AppleShowAllFiles YES defaults write com.apple.Finder AppleShowAllFiles NO
Turn on hidden directory viewing in Finder. I got sick of not being able to access /usr, /tmp, /etc view the Finder so I found this snippet. The YES at the end turns it on, the NO turns it off. *Note: DO NOT RUN AS "sudo".



Grammar (Word Suggestions)Copy  To New Window  Top ^
ESC while typing
Pops up a list of word suggestions for the unfinished word



Keys (Windows Style Delete Key)Copy  To New Window  Top ^
FN + DELETE
Turn's the Mac Delete key into a typical delete key which deletes the character in front of it.



MAMP (reboot manually)Copy  To New Window  Top ^
sudo /Applications/MAMP/bin/start.sh sudo /Applications/MAMP/bin/stop.sh sudo /Applications/MAMP/bin/start.sh OR use GUI
This will shutdown MySQL and Apache services via MAMP. I had to do this once because my laptop lost power and MAMP would not function properly.



Networking (DNS)Copy  To New Window  Top ^
dscacheutil -flushcache
Clears the local dns cache on machine.



PDF (Create)Copy  To New Window  Top ^
print => preview => save as PDF
Allows you to save a document in PDF format.



Screen Capture (Select between)Copy  To New Window  Top ^
+ SPACE
Allows you to switch between both selection screen shot selection modes.



Screen Capture (Selection)Copy  To New Window  Top ^
COMMAND + SHIFT + 4
Snaps a screen shot of the current selected area.



Screen Capture (Whole)Copy  To New Window  Top ^
COMMAND + SHIFT + 3
Snaps a screen shot of the entire screen.



ShutdownCopy  To New Window  Top ^
COMMAND + OPTION + CONTROL + F12
Shutdown the system



Snippets (yes)Copy  To New Window  Top ^
yes please
Outputs "please" to the terminal in an endless loop.



VPN (Reboot)Copy  To New Window  Top ^
sudo ifconfig en1 down sudo ifconfig en1 up sudo /System/Library/StartupItems/CiscoVPN/CiscoVPN restart
Restarts the network interface card and reboots the vpn client. I have had to do this before because sometimes I get the following error message when starting it: "Error 51: Unable to communicate with the VPN subsystem"



WiFi (WEP Keys)Copy  To New Window  Top ^
System Preferences => Network => Configure => Select network name => Edit => Password => $[WEP Key] (Example: $00000000)
Set wep keys of router.



Window (Slow Minimize)Copy  To New Window  Top ^
Minimize + SHIFT
Window slowly minimizes into dock station.
Technologies
  • Introduction
  • Awk
  • Bash
  • Cron
  • CSH
  • CSS
  • CVS
  • FTP
  • FTPS
  • HTML
  • JavaScript
  • KSH
  • Linux
  • Linux (Debian)
  • Linux (LPIC 101-102)
  • Linux/Unix
  • Mac OS X
  • MySQL
  • Oracle
  • Perl
  • PGP
  • PHP
  • Sed
  • SQLite
  • SSH/SCP/SFTP
  • Telnet
  • UNIX
  • Windows
Resources
  • CodeIgniter - MVC Framework
  • HowtoForge - Linux Tutorials
  • Linux Today - Linux News
  • Lxer - Linux News Feed
  • Monsterb - Linux, Podcasting
  • MySQL - Databasing
  • Perl - Programming
  • PHP - Programming
  • Systhread - Admin & Programming
  • W3Schools - Web Tutorials
About

Code University contains a wealth of technical information aimed at the computer sciences.


 
Home | Coding KC | Scripts | Software | Templates | Tutorials | About
Top ^
 
© 2007-2012 Code University| Disclaimer
Website template by Arcsin