| bio | website | king-foo.be |
|---|---|---|
| location | Leuven, Belgium | |
| age | 33 | |
| visits | member for | 1 year, 9 months |
| seen | 8 hours ago | |
| stats | profile views | 364 |
Web Developer, Apple fanboy.
|
Apr 29 |
comment |
When installing some apps, I get an “Extras” folder, where do I put this? I would too, just quoting the readme that comes with. |
|
Apr 8 |
comment |
Where did tab completion go? Are you using the Bash shell? Tab completion is very limited by default in Mac OS X, so what is the current behavior and what do you want to accomplish? |
|
Apr 5 |
comment |
Console Mode from Desktop Restarting the windowserver kills all GUI apps. How often do you find yourself in a situation where restarting the windowserver is required? Maybe there is another problem to be solved? In those cases a reboot probably would be better. |
|
Apr 5 |
comment |
Console Mode from Desktop Do you want quick access to a terminal, or a way to kill unresponsive programs? |
|
Apr 2 |
comment |
File transfer from XBOX 360 to MBA (wifi?) I do not believe this is possible, but you can share the DVD drive of any other Mac computer with an optical drive installed, or buy a compatible external DVD drive for your MBA. |
|
Apr 1 |
comment |
Why would SetFile be unavailable after upgrading to Mountain Lion? @iconoclast, maybe you upgraded Xcode with the OS upgrade? |
|
Mar 31 |
comment |
.Trashes folder on USB won't delete Or, check this related answer :) apple.stackexchange.com/questions/66369/… |
|
Mar 30 |
comment |
Is there a way to get an Airport Extreme to coexist with a second router offering VPN? Why exactly do you want two routers installed? What are you trying to accomplish? |
|
Mar 29 |
comment |
git doesn't work anymore after moving user home to external drive Maybe a wrong configuration directive? git config -l |
|
Mar 29 |
comment |
git doesn't work anymore after moving user home to external drive What does cd ~ result to in the shell? Also why did you move your entire home directory to an external volume? That probably is a bad idea to start with. |
|
Mar 29 |
comment |
git doesn't work anymore after moving user home to external drive Did you just move the directory? |
|
Mar 29 |
comment |
iPad Mail app doesn't completely search inbox or contact This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. |
|
Mar 25 |
comment |
Should I disable wifi if I use ethernet? You can still use AirDrop over ethernet with a simple tweak: osxdaily.com/2011/09/16/… |
|
Mar 25 |
comment |
How can I debug a series of piped commands in zsh? Your question could use some work. Please clarify what you are trying to accomplish instead of just linking to an external site. |
|
Mar 25 |
comment |
How to share .bashrc files between two mac user accounts In this context, it probably is better to hardlink, so deleting one user account does not delete the .bashrc file for the remaining account as well. |
|
Mar 23 |
comment |
How to source a file in Mac Why don't you try it in the same way? |
|
Mar 19 |
comment |
Regional Screenshot Capture: Freeze Screen Before Capture? Alternatively, quickly capture the entire screen and crop afterwards? |
|
Mar 19 |
comment |
Ctrl + Alt + Delete: Mac Equivalent? Please describe what specific functionalities you are looking for. |
|
Mar 18 |
comment |
SQLite Manager 4 : unable to open database file How did you create the database file? |
|
Mar 17 |
comment |
How do I install handbrake cli? @EirNym, I'm not against using ~/bin, but it isn't described as such in FHS, and is not included in $PATH by default. |