To get files from a remote machine to your local machine:
scp user@remote:/path/to/file/file.ext /local/path/file.ext
To push files with Secure Copy:
scp /local/path/to/file.ext user@remote:/path/where/you/want/it/file.ext
Though experience is an asset, the more our knowledge-base grows, the less our capacity to recall the details of some of our more dissonant troubleshooting conquests, thus the need to document these for our own purposes. Selfless giants we are, we offer these for any—nay—for ALL pilgrims seeking to bask in the warmth of this digital beacon. G-Files normally resides at it's official site (spectrumnetworking.com) but parking here while webhost & I address a few back-end issues.
Sunday, September 28, 2008
Thursday, July 10, 2008
How to change the default format for screenshots
In past OS versions, Apple has chosen to use different formats for the screenshots that are generated by typing “Command-Shift-3” or “Command-Shift-4”, such as .pict, .jpg, and .pdf. Since Tiger, they seem pretty content to stick .png.
If you had workflows in place that used the previous formats, one quick ‘n dirty method to address this on the front end, is to change the format from the command-line, by doing the following:
defaults write com.apple.screencapture type pdf — (or jpg or tif or pict or whatever format you want, as long as it's supported by Preview.app)
Next time you take a screenshot, verify that the global change (to the machine you did this on) took effect by:
If you had workflows in place that used the previous formats, one quick ‘n dirty method to address this on the front end, is to change the format from the command-line, by doing the following:
- Open the Terminal application (/Applications/Utilities/Terminal.app).
- Type (or paste in from below):
defaults write com.apple.screencapture type pdf — (or jpg or tif or pict or whatever format you want, as long as it's supported by Preview.app)
Next time you take a screenshot, verify that the global change (to the machine you did this on) took effect by:
- Single-clicking on the icon of the screenshot (which will appear on your Desktop with a filename that starts with the word, “Picture...”.
- Get Info by selecting “File > Get Info”, or using the shortcut “Command-i”
Labels:
unix
Subscribe to:
Comments (Atom)
Followers
g-file past archives...
about me
- Mike
- 10 Years in Advertising (Account Exec), and 14 Years in I.T./System Administration (multi-platform, but specializing on the Mac platform).