| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Dec 12 '12 at 19:32 | |
| stats | profile views | 30 |
|
Jun 6 |
awarded | Popular Question |
|
Dec 12 |
answered | How can I copy files from my Mac to PC via Microsoft Remote Desktop? |
|
Dec 12 |
comment |
How can I copy files from my Mac to PC via Microsoft Remote Desktop? @Senseful I think you should clarify that you're using RDC's file sharing feature, not Mac's native "File Sharing" via SMB (in File Sharing options). RDC's file sharing sets up something that looks like an SMB share (starts with 2 backslashes). |
|
Nov 21 |
answered | iOS 6 - does it save my location? |
|
Nov 21 |
revised |
iOS 6 - does it save my location? update with article link |
|
Nov 21 |
asked | iOS 6 - does it save my location? |
|
Oct 23 |
comment |
iPhone 4s: How do I see versions of my apps? Thanks - that worked. I thought I tried that, but I might've clicked on a built-in app instead one from the Store. Built-in ones don't show the version. |
|
Oct 23 |
accepted | iPhone 4s: How do I see versions of my apps? |
|
Oct 23 |
asked | iPhone 4s: How do I see versions of my apps? |
|
Sep 21 |
awarded | Custodian |
|
May 20 |
comment |
Can I create a Desktop Shortcut/Alias to a Folder from the Terminal? I know what it was - you can't have a trailing slash! |
|
May 20 |
comment |
Can I create a Desktop Shortcut/Alias to a Folder from the Terminal? Ah, you're right. I got an error before, but I must've mistyped something. |
|
May 20 |
comment |
Can I create a Desktop Shortcut/Alias to a Folder from the Terminal? Note that the spaces/special chars problem would exist in any solution - the shell can't know that you meant to pass 1 parameter rather than 2 separate ones. |
|
May 20 |
comment |
Can I create a Desktop Shortcut/Alias to a Folder from the Terminal? I think you meant ln -s ~/Library/path/to/folder folder. One minor disadvantage to this method (ie symlinking) is that the link will be broken if the "original" (ie the target) is moved or renamed. |
|
May 20 |
comment |
Can I create a Desktop Shortcut/Alias to a Folder from the Terminal? If you're using the bash script, you should put the filename in single quotes if it has any spaces or special characters. However, this will prevent ~ from being expanded. The best thing is not to use quotes, and to tab complete the filename so bash will properly "escape" the special characters. E.g. type ~/Library/Application then press tab. If Application Support was the only match, the shell should have inserted a backslash before the space. You can also manually use a backslash to escape. |
|
May 20 |
comment |
Can I create a Desktop Shortcut/Alias to a Folder from the Terminal? I just tried using ~ and it doesn't work with the one-line osascript command. I suggest using the script file instead, because the ~ is converted automatically. |
|
May 20 |
answered | Can I create a Desktop Shortcut/Alias to a Folder from the Terminal? |
|
May 18 |
revised |
How can I adjust the apparent color temperature of my display in OS X? added 34 characters in body |
|
May 18 |
revised |
How can I adjust the apparent color temperature of my display in OS X? alternate solution |
|
May 18 |
revised |
How can I adjust the apparent color temperature of my display in OS X? added 62 characters in body |