2,867 Posted Topics
Re: [QUOTE=TheNNS;513400]Doesn't pcBSD cost money? Like netBSd and openBSD.[/QUOTE] Um, all of those are free. | |
Re: Not quite so fast. [url]http://www.nytimes.com/idg/IDG_002570DE00740E18002573E1005F6DEF.html?ref=technology[/url] | |
Re: Sorry, I think you'll have to buy a new hard drive. Don't feel too mad at yourself, though: an overnight copy session can hardly be considered disk-intensive, and a little bit of extra work was just enough to push it over the edge. The hard drive was probably on its … | |
Re: I can't say I do. I mean, what is this theme for? KDE? Gnome? <insert some random window manager>? There are literally millions of themes for various types of software that run on Linux. | |
Re: I can confirm that Leopard is not without its bugs. While I have not experienced the iSight problem you describe, I have had a number of other issues pop up that are somewhat annoying. Oh well, that's the way most new operating systems are. | |
Re: Another person who can't use Google. [url]http://en.wikipedia.org/wiki/Scripting_language[/url] [quote]A scripting language, script language or extension language, is a programming language that controls a software application. [B]"Scripts" are often treated as distinct from "programs", which execute independently from any other application.[/B][/quote] | |
Re: Hi, and welcome to DaniWeb. In the future, please post your questions in the appropriate forum. Here's a link to the virus and spyware troubleshooting forum: [url]http://www.daniweb.com/forums/forum64.html[/url] Thanks. | |
Re: Depends. What are you trying to create, and what language(s) do you intend to use? | |
Re: >There are other open-standards and open-source alternatives to DirectX, such as SDL Actually, SDL is just a wrapper library designed to abstract the details of graphics, sound, input, etc. Internally it will use DirectX or OpenGL to draw graphics, for example. | |
Re: "Hacking" and "cracking" tend to be very ambiguous, and people will often use them interchangeably. Usually, "cracking" refers to hacking with destructive purposes, whereas a "hacker" is usually referred to as someone who is breaking through a computer security system simply out of curiosity. It's quite a gray area, however. | |
Re: You need to install the appropriate locales for your system to be able to handle special characters. This varies from distro to distro; check the manual for more details. | |
Re: Maybe not the best solution, but try changing the line in [icode]/etc/yum.repos.d/dries.repo[/icode] from [code]http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/[color="red"]$basearch[/color]/dries/RPMS/[/code] to [code]http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/[COLOR="green"]i386[/COLOR]/dries/RPMS/[/code] Or perhaps you accidentally typed an extra '$'? | |
Re: I'm not much of a gamer, so I guess I'm not really qualified to answer this question, but... Second Life has a client available for Linux. I dunno if that's what you're looking for. It has a monthly fee or something as well, if I remember correctly. | |
Re: [QUOTE=TheNNS;490570]how are you a moderator? you only have 345 posts and have only solved 5 threads? what the heck? i want to be a moderator.[/QUOTE] DaniWeb staff isn't necessarily chosen based on their helpfulness in the forums. Thinking that you would make a better moderator because your post count or … | |
Re: >And how does one uninstall a kernal if they don't want it any more? With [icode]apt-get remove linux-2.4.22-14-rt --purge[/icode] (you can also use dpkg to remove a specific version, e.g. [icode]dpkg -P linux-2.4.22-14-rt[/icode]). | |
Re: "Neo... no one has done anything like this." "That's why it's going to work." (The Matrix) [QUOTE=twomers;508056]Lots of wand-words there.[/QUOTE] Reminds me of [URL="http://bash.org/?111338"]this[/URL] (a bit off-topic, but what the heck). | |
Re: Hi, and welcome to DaniWeb. It sounds like some important files have gotten corrupted. It's usually a good practice to create a backup user account when you first install your system, so that if anything goes amiss in your primary account, you can use your backup account to investigate and … | |
Re: >Why won't it resolve this dependency on its own? Because the latest version of libpango in the Feisty repositories is version 1.18.2. In other words, it's either downloading the wrong version gtkpod, and/or something is broken, because the package web page on Ubuntu for [URL="http://packages.ubuntu.com/gutsy/sound/gtkpod"]gtkpod[/URL] states the libpango dependency as … | |
Re: [QUOTE=sendres;513338]I don't know all that much about *nix, but have read that rsync is the way to go for remote backups. Would it then be best/easiest if my on-site machine were set up on *nix as well? I assume I could then SSH/rsync to that server?[/quote] To make things easiest, … | |
Re: I've never been unfortunate enough to get infected myself, but this how-to looks promising: [URL]http://apps.carleton.edu/campus/its/training/macrovirus/[/URL] | |
Re: Oh, it's available. For example: [url]http://www.amazon.com/Mac-OS-10-1-Old-Version/dp/B00005QVGV[/url] But you'd likely be able to find a more inexpensive copy at an auctioning site such as eBay. | |
Re: For mp3 playback, you need the [ICODE]gstreamer0.8-mad[/ICODE] package installed. For AAC (m4a), you'll need [icode]gstreamer0.8-faad[/icode]. Installing Flash is very simple. Download the tar.gz file from Adobe's website. If you're using Firefox, copy libflashplayer.so to your Mozilla plugins directory. If not, there is an installation script. Just make sure you close … | |
Re: [quote=Ancient Dragon;350289]that program is pure nonsense -- it will not compile.[/quote] Hmm? [code] #gcc main.c main.c:14:68: warning: backslash-newline at end of file #./a.out On the first day of Christmas my true love gave to me a partridge in a pear tree. On the second day of Christmas my true love … | |
Re: An emulator is a piece of software that gives your computer the capability to behave like another computer system (in this case the NES). Try this site; among other games, it offers a downloadable Zelda 2 ROM image for the NES, as well as a link to a freeware NES … | |
Re: [QUOTE=harish_s;512165]Hi friends, Can anybody tells, in linux, from where we can get the information of connected device (like Harddisk, Tape Drive etc) in linux machine ??[/QUOTE] Several ways: - You can find various information about devices and their connected status in [ICODE]/proc[/ICODE]. In particular, look at [ICODE]/proc/devices[/ICODE], which lists character … | |
Re: >Is there a way to set up a small LAN connection between my iPod touch and my notebook to >sync my music wirelessly? It's fairly straightforward to create an ad-hoc wireless network between your laptop and an iPod Touch. Basically, on the laptop side of things, you would do something … | |
Re: From what I can tell, the YP-U1Z is supposed to comply with the USB Mass Storage standard, which means it should automatically be recognized by your Mac. Just out of curiosity, which version of Mac OS X are you running? This can be found by clicking "About This Mac" from … | |
Re: >I can't afford to face no soundcard support, USB support, USB should work out of the box, and getting a soundcard working in Linux should, at most, require installing a driver and/or recompiling the Linux kernel. >and loss of iTunes and support for my newly purchased iPod touch. I mean, … | |
Re: I get the problem shown in Peter Budo's screenshot, although the forum topics appear normal. | |
Re: Take a look at something like the freeware program [URL="http://freespace.virgin.net/jeremy.dronfield/skoobysoft/utilities/utilities.html"]SurplusMeter[/URL]. | |
Re: Hi, and welcome to DaniWeb. [QUOTE=B. Bunch;489890]The laptop says it comes with airport wireless 802.11n. I have been reading reviews today on line of wireless routers, and most of them are much less expensive than the Apple Airport Base Station or Extreme Station. First, are there reliable wireless routers out … | |
Re: I looked for the poll option "The Dude", but it wasn't there. | |
Re: See this: [url]http://kb.adobe.com/selfservice/viewContent.do?externalId=82216d24&sliceId=2[/url] | |
Re: [QUOTE=mjdodd;505013]This may not help but I use Kubuntu (very similiar) with the KDE interface (version 7.1 is downloadable) and this does not screw up or change the grub startup loader; I have both XP and kununtu on this hard disk and a recovery partition.[/QUOTE] To my knowledge, the only functional … | |
Re: I'd recommend following this guide for cleaning up your DNS (even if you didn't get infected with this exact Trojan, it will most likely fix your problem): [url]http://www.macworld.com/article/60823/2007/10/trojanhorse.html[/url] | |
Re: You might want to double-check your IP address settings. In System Preferences->Network, select your network adapter and make sure it's static (manual). It's quite possible that your IP address was previously set as DHCP when connected to the router and now it has a self-assigned one. You might also want … | |
Re: Most likely it's got something to do with the fact that Mail sends all non-plaintext messages as richtext. If you want an image to show up in your signature, probably the best solution would be to upload the image to a webserver, and then hotlink it with HTML. This will … | |
Re: I doubt you'll run into any problems. I got PageMaker 6.5 running on my iMac which was running Mac OS X 10.4 (it was using the Classic OS 9 subsystem, granted). Any version of OS 9 will work great (and OS X should work fine as well, provided that it's … | |
Re: Have you tried repairing permissions with Disk Utility? If that doesn't work, can you try working at the terminal? Open it up (it's located in Applications/Utilities), and run the following commands: [code] $ cd Desktop $ ls -al[/code] If everything looks good in there, try typing [icode]cd "a_folder_name"[/icode], replacing a_folder_name … | |
Re: >When application is uninstalled in linux,all the values and files related to applications are >removed or remains ? Like mentioned earlier, this all depends on the application. Most Linux distributions include a package manager, this is a program that allows you to cleanly install and uninstall software from a predefined … | |
Re: They answered your question: [URL]http://forums.fedoraforum.org/showthread.php?p=851811#post851811[/URL] A bit of googling will get everything you need. If you get stuck on a particular one, feel free to ask. | |
Re: That is one hard game! I can barely keep track of 1 ball, let alone 2... I guess the moral of this game is if you can't do it for more than a few seconds please don't try driving with a cell phone. :) My best is 24.62 seconds. | |
Re: Do you mean it freezes during boot-up? Or can you make it to the login window? | |
Re: Dare I ask the reason for having a Tiger ISO image on your hard drive? :confused: If you legally bought your Mac, it should have come with any necessary installation media needed to install Tiger and related software. There should be no reason for burning a Tiger DVD. | |
Re: I use Mac OS X, Windows XP, and FreeBSD. Occasionally I will use Gentoo, Debian or Slackware. | |
Re: Hello, Does the program actually close, or just the window? If Address Book is still running, you'll see the Address Book menubar at the top of the screen and a triangle on the dock under the Address Book icon. And if that's the case, try clicking on the icon again, … | |
Re: According to Wikipedia, these are the only operating systems that conform to one of the official Unix specifications (found [URL="http://en.wikipedia.org/wiki/Single_UNIX_Specification"]here[/URL]): AIX, HP/UX, Mac OS X, SCO, Solaris, Tru64 Unix, z/OS, NCR Unix and NEC UX. Anything beyond that can be considered a clone. As far as [URL="http://en.wikipedia.org/wiki/POSIX"]POSIX[/URL] goes, Windows NT, … |
The End.