" 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, …
Have you tried manually getting the websites with [URL="http://www.emtec.com/download.html#zocfiles"]Telnet[/URL]? [url]http://www.xoc.net/works/tips/telnet.asp[/url] When you reinstalled, did you format the hard drive first? Other than that, I don't know.
Contact Hotmail via email, and provide all the important information (that used to exist): - Email address - Alternate email address - Full name - Location - Password - Security question - Age - How long you've had the email address - The threats you've recieved - Your current email …
[QUOTE=fashzl;530431]Every time I turn on my computer I get a white screen asking me for a primary or admin password. Richard if you coud help me I would appreciate it. My computer system #CC72211-595b.[/QUOTE] Again, read the post more carefully: [quote]You can either call our technical support or you can …
That means that your monitor isn't recieving a signal from the video card. Check that the monitor cable is plugged in and that nothing is broken. Wiggling the cable is also a good idea.
[QUOTE=crunchie;513964]What would you have us do then? Send everyone who comes to Daniweb for help to another site? The idea of a public forum is so that questions can be asked and answered within the thread. That way, not only does the OP benefit, but anyone else with similar problems …
As far as I know, there isn't a way of doing this. If you've encrypted any of your data with FileLock, you should probably retrieve any that you can get based on your existing knowledge of user's passwords on the system. Once you've salvaged as much data as possible, then …
>Be careful that you get the POWERPC one NOT the Intel one. There is no universal version!!!! The only reason Tiger isn't a universal binary is because it was released before the Intel Macs came out. Thus, any Tiger disk you buy will be for PowerPC only. Tiger should run …
>I DO NOT want to share the ENTIRE hard drive The entire hard drive is not shared by default. With public privilages (no password), you can only view folders which have view permissions set to "public". So, to answer your question, simply restrict the folder permissions by choosing "Get Info" …
I like to think of myself as the very smart person, yet the chareristics described under "Tweety" don't describe me at all. I feel that the quiz is highly biased. For example, in question 7, why in the world is salad the "smartest" thing to eat? I know this quiz …
Hello, Installing Bind is not complex. First of all, you'll want to download an RPM for Bind: [url]http://penguinman.com/rh9/bind-9.2.3-1.i386.rpm[/url] Once it's finished downloading, you can install it (as root): [code]rpm -Uvh bind-9.2.3-1.i386.rpm[/code] Then you can edit [inlinecode]named.conf[/inlinecode] to configure Bind. See here for more information: [url]http://www.linuxhelp.net/guides/bind/[/url]
The End.