Forum: Networking Hardware Configuration Nov 25th, 2006 |
| Replies: 3 Views: 1,296 windows isn't my thing so i won't be of much help with the specifics, but the info is out there if you google it. you could accomplish this with a batch file or with windows script host. check out... |
Forum: Networking Hardware Configuration Nov 21st, 2006 |
| Replies: 1 Views: 1,209 is there a dhcp server in your network? where do the pcs get IP addresses from? is the pc that works set up with a static IP, or does it receive its IP via DHCP? look at the tcp/ip settings of the pc... |
Forum: Networking Hardware Configuration Nov 21st, 2006 |
| Replies: 3 Views: 1,296 that should be a fairly simple task with a shell script. what platform is this?
most of these are for unix, but can give you some ideas: http://www.zazzybob.com/bin.html
see 'pinglan' on that... |
Forum: Networking Hardware Configuration Nov 20th, 2006 |
| Replies: 0 Views: 1,954 hello.
i've got an ubuntu box behind a PIX 501 that i want to ssh to from my mac.
i basically want to route traffic from port 2222 (i have to use a non-standard port) on the outside IP to... |
Forum: OS X May 12th, 2006 |
| Replies: 6 Views: 1,720 or a usb key drive would work, too. |
Forum: OS X May 12th, 2006 |
| Replies: 6 Views: 1,720 hmmm... when this happens, it's usually a file system corruption. but you say you've tried fsck (typing /sbin/fsck -y ) and it reports no problems? that then usually means the single user mode flag... |
Forum: Apple Hardware May 11th, 2006 |
| Replies: 5 Views: 2,967 having used both for music production, as well as providing support to various studios on both platforms, the mac is much smoother for the simple fact that audio and midi is integrated into the os.
... |
Forum: Apple Hardware May 11th, 2006 |
| Replies: 2 Views: 3,792 reset the ipod:
1. toggle hold switch on and off
2. press and hold menu and select until the apple appears
or, connect it to your machine and run the ipod updater
as a last resort you can... |
Forum: OS X May 11th, 2006 |
| Replies: 6 Views: 1,720 sorry, just to clarify, type exit
not "exit from single user mode". |
Forum: OS X May 11th, 2006 |
| Replies: 6 Views: 1,720 you can try typing exit from single user mode
or, alternately, try typing reboot
reset pram and nvram:
Shut down the computer.
Locate the following keys on the keyboard: Command, Option,... |
Forum: Mac Software May 11th, 2006 |
| Replies: 3 Views: 30,115 drag and drop the dmg file on disk utility, located in applications/utilities/disk utility, and it will mount.
alternately, toast will mount a dmg file, even some that disk utility reports as... |
Forum: OS X May 11th, 2006 |
| Replies: 3 Views: 8,633 well, technically, sharing your friends music would be illegal. but lets assume that it's all public domain...
your friend will not be able to delete your music. she will also not be able to copy... |
Forum: OS X May 11th, 2006 |
| Replies: 2 Views: 2,899 i used to get the same error message in 10.3.x with my dlink router, however, when i checked connectivity i WAS actually connected and had network access despite the error. it's gone away since... |
Forum: OS X May 11th, 2006 |
| Replies: 3 Views: 1,088 picture package is only for a windows pc. your mac's iphoto, imovie and idvd software can do all the things pp can. |
Forum: MySQL May 10th, 2006 |
| Replies: 3 Views: 2,222 entering info in-store isn't an issue, you could just go to your own website to do it! one major component is how you plan on accepting online payments. you'll need a merchant account and an online... |
Forum: MySQL May 10th, 2006 |
| Replies: 2 Views: 35,092 in my experience, myisam is better for high read volumes, innodb for high update volumes due to table vs row locking.
innodb is journaled, and can recover from crashes where myisam can't, much... |