| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | May 20 at 20:28 | |
| stats | profile views | 95 |
Always learning, always growing.
|
May 7 |
comment |
Download Manager for Mac OS X This should probably be a comment since your answer is the same as nanda. Also, I think you mean bash not batch script. |
|
May 6 |
comment |
Saving .htacess passwords on iPad Also note that using this method would mean you are sending your username and password in plaintext so anyone on your network could potentially see this. If you're not connected to your home wifi, then this is not a good idea. |
|
May 6 |
comment |
Get a DVD onto my iPhone @Vaccano I don't have a lot of experience using HandBrake since I don't own DVDs, but a lot of people on the EiC forum swear by it. Maybe a tutorial will help? everythingicafe.com/forum/threads/… |
|
May 6 |
comment |
Is it possible to run commands from spotlight? +1 for DTerm. A lot of people don't know about it, yet it works so well. Also note it is in the Mac App Store itunes.apple.com/us/app/dterm/id415520058?mt=12 |
|
May 6 |
answered | Get a DVD onto my iPhone |
|
May 5 |
comment |
Please share your hidden OS X features or tips and tricks You just blew my mind. There have been times where I wished something like that opiton-drag thing worked but I figured no one would ever implement it. Now I need to remember what I would use this for :) |
|
May 5 |
comment |
Please share your hidden OS X features or tips and tricks This is such a good feature. I remember when I first got my Mac and I was like, FINALLY scrolling that makes sense. Especially when you have dual screens and you don't want to have to click to activate a window just to scroll down a couple ticks. |
|
May 5 |
awarded | Commentator |
|
May 5 |
comment |
Git: command not found during Git installation (Mac OSX 10.6) @politicus If /usr/local/git/bin:/usr/local/git/bin:/usr/local/git/binis the only thing in your PATH then you probably manually changed your path and removed everything that was on there before. You were supposed to APPEND /usr/local/git/bin to your PATH if it wasn't already there. Terminal commands are really just tiny programs and bash needs to know where to locate those programs so it uses your PATH. |
|
Apr 29 |
comment |
How do I burn a single ( > 7GB) file to multiple DVDs? Is your friend using another Unix-y system? Or are they one Windows? Because that might change the answer. |
|
Apr 29 |
answered | Early 2011 MacBook Pro Memory Upgrade - What are the SO-DIMM memory specs? |
|
Apr 26 |
comment |
Access localhost on iPad @hmthr I looked up WebLogic again and I confused it for a web server when it is in fact an application server which I know nothing about. This question should probably be migrated to StackOverflow. |
|
Apr 25 |
comment |
Access localhost on iPad @hmthr Try disabling VPN. Just run the web server and host some arbitrary index.html page. Visit windows-pc-name-here and it should work on any machine connected to your local network, correct? |
|
Apr 23 |
comment |
Access localhost on iPad I have not used weblogic before but can you configure it to use the VPN without configuring your whole machine to use VPN? |
|
Apr 23 |
answered | Access localhost on iPad |
|
Apr 23 |
awarded | Supporter |
|
Apr 23 |
awarded | Teacher |
|
Apr 23 |
answered | how can i get mp4 from the internet onto my ipod touch |
|
Apr 23 |
answered | No bootable device — insert boot disk and press any key |
|
Mar 11 |
comment |
How to correctly pipe output into “say” in terminal Thanks that worked. I'm guessing read line reads each line of an input and then you just echo the line so you can pipe it to say? |