" data-bs-original-title="" title="">
If you open the Terminal (located in Applications/Utilities) and run [inlinecode]ls /Volumes[/inlinecode], does the name of the hard drive show up in the listing? What happens if you go into the Finder, choose Go->Go to Folder... and type in "/Volumes" as the destination folder?
>i dont know it is correct or not It's not. Why don't you test out thing on your compiler first before posting them? To concatenate a string, remember that strings are basically arrays of characters. This means that you can loop through the arrays (or strings) and copy letters into …
Firewire can be finicky... I often have problems where nothing shows up after I plug a camcorder into my computer(s). What I usually do: 1. Turn off computer and camcorder 2. Connect computer to camcorder via Firewire 3. Turn on camcorder, make sure it's working 4. Lastly, start up the …
The problem that you're experiencing is that getchar() only grabs a single character from the input buffer. This would be fine, except that there's still a newline left in the input buffer that resulted from hitting 'enter' after your input. fgets() is next in your loop, and all it gets …
http://www.cyberciti.biz/faq/linux-disable-modprobe-loading-of-usb-storage-driver/
$ telnet irc.daniweb.com 6667 Trying 74.53.219.225... telnet: Unable to connect to remote host: Connection refused $ telnet irc.daniweb.com 6697 Trying 74.53.219.225... telnet: Unable to connect to remote host: Connection refused Down since yesterday. Any chance this could be fired up again? On a related note, what happened to the old …
[URL="http://www.deviantart.com/deviation/40255643/"]Line Rider[/URL] is an extremely addictive web game. (Try playing it, and see when you can stop.) Now a lot of programmers would rather play that than work on their project. But actually, if you program right, you can actually make it fun instead of being a dreary bug-fixing experience. …
What have you got in the /etc/apt/sources.list file? Have you run 'sudo apt-get update' before trying to install build-essential?
[quote=blud;287444]WoW and EQ2 suck, FFXI is the way to go[/quote] Nah, all the games mentioned so far suck. I don't think [I]anything[/I] can even begin to rival [URL="http://www.puzzlepirates.com/"]Puzzle Pirates[/URL] :mrgreen:.
Yep, the terminal comes in handy sometimes. Open it (/Applications/Utilities), and run the following command: [code]sudo chflags -R nouchg ~/Music[/code] Enter your password, and it will remove the lock flag on any file inside your Music directory.
Hello, What you've got here is your Mac is trying to load what's called a "kernel extension". In this case, it's ACPI, which is a power management driver. Either the permissions are corrupted, or the file itself is. What I would suggest at this point is to insert the OS …
[QUOTE=david hasselhof;516471]got another question. do i have to pay for the software by downloading one of this files?[/QUOTE] If you're referring to VersionTracker, then it depends on what software you want to download. Some will be commercial software, in which case you'll be downloading a demo. If you're downloading freeware, …
The End.