2,867 Posted Topics
Re: >Do you have to back up and restore your data and settings every time >you shutdown That would depend on how you install Crunchbang to your USB pendrive. As far as I know, Crunchbang wasn't ever designed to run on a flash drive, which means it's up to you how … | |
Re: Might want to try configuring it manually. [url]http://ubuntuforums.org/showthread.php?t=263136[/url] You'll also want to make sure you're using the correct mode; WPA/WPA2 has PSK mode for personal networks, as well as various EAP extensions for enterprise networks. Disabling encryption on your router temporarily (if that's an option) might help as well, to … | |
Re: >I am using Ubuntu 8.10 and wanted to download packages for >counterstrike and a free download manager or any other download >manager Without Wine. Counterstrike doesn't run natively on Linux. So yes, you will have to use Wine or similar technology (or an emulator) in order to run it. As … | |
Re: [QUOTE=crunchie;741856]There remains a dead link to the original Techies Lounge that needs to be fixed.[/QUOTE] You need to clear your cache. | |
Re: Hey there citizen (at least I think that's who you used to be on CBoard...). BTW, I'm the old joeprogrammer. | |
Re: >So first off, I've heard of 2 programs, emulators I think...Winetools >and Yum Neither of those are emulators. Yum is a package manager for Red Hat based Linux systems (such as Fedora), while [URL="http://www.winehq.org/"]Wine[/URL] is a Windows compatibility layer for Linux. What this basically allows you to do is run … | |
Re: Do you mean that you can't write files in directories you created with the shell? What exact permissions are the files at before you chmod them? 755 permission means read/write/execute for owner, and read/execute for everyone else, which must mean that the owner of the files/directories is the same user … | |
Re: You need to download [URL="http://www.telestream.net/flip4mac-wmv/overview.htm"]Flip4Mac[/URL]. The free trial version is adequate; as you only require decoding support. | |
Re: Did you mean 192.168.0[COLOR="Red"][B].[/B][/COLOR]7? Because 192.168.07 is not a valid IP address. | |
Re: No, the chat page is blocked for everyone (403). [url]http://www.daniweb.com/chat/[/url] Third party web-based clients can still connect fine though: [url]http://embed.mibbit.com/?userListWidth=50&server=irc.daniweb.com%3A6667&chatOutputNickWidth=80&channel=%23daniweb[/url] | |
Re: >Basically that would really bulk up the SQL query that fetches posts >each time a thread is displayed Why would you need to query each time a thread is displayed? When I click "send a private message to cscgal", I go to the following link: [url]http://www.daniweb.com/forums/private.php?do=newpm&u=1[/url] Why at that point … | |
Re: Marks, I know how you feel. I remember learning C and thinking that I knew it all. Then the Windows API programming approach comes along, and totally throws away the old procedural method with loops, callbacks, and the like. It's confusing, but eventually you get the hang of it. The … | |
Re: [url]http://www.daniweb.com/forums/thread167604.html[/url] Closed. | |
Re: If I understand your question correctly, you want a simpler method for reading files. I suppose you could write a simple function that returns all the lines of text as a vector of strings: [code=cplusplus]std::vector<std::string>* return_textfile(std::string filename) { std::vector<std::string>* data; std::ifstream textfile(filename.c_str()); std::string line; if (textfile) { data = new … | |
Re: [quote=Ancient Dragon;275044]I only have two e-mail accounts -- one at home and another at work. I rarly keep them beyond a couple days. Why keep all that junk that will never be read again?[/quote] 2 reasons: One, with Gmail accounts, there's so much space, what's even the point of deleting … | |
Re: >template <typename T> void input_cin(T variable); >doesn't work Well... you need to actually write the function, too. That's just the prototype (and you probably want it to return something, so don't use void). [code=cplusplus]template <typename T> T input_cin(T variable) { std::cin >> variable; return input; } [/code] However, I recommend … | |
Re: Have you tried running it from the command prompt? | |
Re: Well... without actually seeing any source code, it's pretty hard to tell whether the problem lies in your code or elsewhere. Try setting up an ftp server on your local workstation, test to make sure the setup works by using a proven FTP client (such as Filezilla), then test with … | |
Re: There's a lot of factors involved here. Like, what platform do you intend to develop this on, which network cards do you intend to support, and is this supposed to monitor the LAN connection between the host and its connected peers, or monitor *all* network traffic that comes in contact … | |
Re: >What would be the best way to do this? Well, if privacy/security is a concern, perhaps consider encryption? Depends what you want though. If you're just looking for functionality, why not use some of the freely available file serving software (ftp, ssh, etc.)? Or are you trying to design your … | |
| |
Re: Dani cleaned up the tutorial section a while ago, as we were getting a lot of junk and not much quality control. Now you need to submit tutorials to Davey (happygeek) for revision and approval, after which it will be posted. I think you can still submit tutorials with this … | |
Re: >ReactOS for example. ReactOS is a terrible example. It's got layers upon layers of bugs. First, you've got the ReactOS kernel which was written from scratch, then you've got the Wine layer which provides the Windows binary compatibility for its userland, and then you've got the Windows userland. While it … | |
Re: You might want to try manually downloading the updates from Apple's website. Perhaps when the system is updated Software Update will work again. | |
Re: Norton Ghost is the one of the most commonly used disk cloning tools, although you can do it yourself manually if you copy all the files over, then boot from the XP recovery console (from the XP install CD) and use 'fixmbr' to make the whole thing bootable. [QUOTE=tiger86;768931]Nick I … | |
Re: Even upgrades that are technically possible for laptops generally aren't worth it, with the exception of memory. I'd recommend adding more RAM, and the install process is simple enough that you can probably do it yourself. Anything else in the computer probably isn't worthwhile upgrading, your money would be better … | |
Re: For what they're worth, the ext2/3 filesystem drivers for Windows work fine if you only require read-only access or need to transfer one or two files (and your data is backed up). Regarding FAT32, I don't see how that would be particularly useful. We've already established that Ubuntu has read/write … | |
Re: *yaaaawn* I'm sure it will help all those people that keep asking how to upload attachments. | |
Re: I assume you're using Mac OS X Leopard. First, download and install [URL="http://tuppis.com/lingon/"]Lingon[/URL]. This is a program that makes it easy to manage scheduling for software on your computer. Now, in Lingon, create a new Launch Daemon, and since it has to be root, make sure it's a [I]Users Daemon[/I]. … | |
Re: Yeah, although you'll need to add another video card. Get a PCI video card (note that it's just PCI -- PCI Express, or PCI-E for short is a completely different interface), and make sure it has the correct output. If your monitor has a plug that looks like this: [url]http://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/DVI_Connector.jpg/762px-DVI_Connector.jpg[/url] … | |
Re: Some of my more-recent favorites (in no particular order). [URL="http://www.amazon.com/Innocent-Man-Murder-Injustice-Small/dp/0385517238"]The Innocent Man[/URL] By John Grisham ISBN: 978-0385517232 [URL="http://www.amazon.com/Speak-Laurie-Halse-Anderson/dp/014131088X"]Speak[/URL] By Laurie Halse Anderson ISBN: 978-0141310886 [URL="http://www.amazon.com/exec/obidos/ASIN/1595540229/hitchmagazine-20"]Plague Maker[/URL] By Tim Downs ISBN: 978-1595540225 | |
Re: >Is there still a remnant of vB's default Advanced Search? There's [url]http://www.daniweb.com/forums/search.php[/url], but it only searches the forums. Click on 'Site Search' without entering anything in the text box, and it'll show up. | |
Re: BitTorrent is a network protocol that can be used and abused, just like most other protocols such as HTTP, FTP, Gnutella. Whether it's abused more or less than other protocols doesn't affect the legality of the actual protocol. | |
Re: Well, the simplest way to make a blank image on your drive is to do something like this: [icode]dd if=/dev/zero of=filename.img bs=512 count=102400[/icode] That will create a 50 MB disk image with 102400 512-byte blocks (102400 blocks/2 blocks in a kB/1024 kB in a MB = 50 MB), and the … | |
Re: >You cant have more tha 5 primart partitions Actually, on a standard MBR partition table, you can't have more than 4 primary partitions. Even if you add logical partitions to your drive, one of the primary partitions has to be used as an extended partition to house all the logical … | |
Re: That's an extremely vague question at best, but some easy to use distros include Ubuntu, SUSE, Mandriva, Xandros, and Linspire. | |
Re: I'm having (some) of the same problems as Midi here, on Firefox 2.0.0.17. I can't login unless I use [url]http://www.daniweb.com/login.php[/url], and the search box is non-existent. | |
Re: Well, considering the site was freely distributing movies to watch online, I'd say that puts itself squarely in the 'online piracy' category of websites. I'd advise staying away from these types of sites, and you should probably run a virus scan on your computer just to ensure you didn't get … | |
Re: >we arent supposed to talk about that here It was meant to be [URL="http://en.wikipedia.org/wiki/Gnomes_(South_Park_episode)#Cultural_impact"]a joke[/URL]... | |
Re: Try using something like [URL="http://hem.bredband.net/catacombae/hfsx.html"]HFSExplorer[/URL] on your PC; this will allow it to read and write to Mac-formatted filesystems. | |
Re: Your first problem is easily overcome by simply turning on filesharing for Firewire in the Mac OS X System Preferences (instead of using Target Disk Mode). Your iMac should then be able to see the drives as part of your network. As for your second question, this is probably possible, … | |
Re: Um, you need root permissions to be able to edit the shadow file, otherwise its purpose would be defeated. | |
Re: I think the biggest problem right now is that the target audience of the forums and the blogs aren't really the same. From what I can tell, most of the blog traffic is generated from external sites, not from internal DaniWeb traffic. I just don't think that tech news is … | |
Re: Insert your install disk, then hold down the 'C' key while starting up to boot from the installer. Choose your language, and under the 'utilities' menu there should be an option to reset the administrator password. | |
Re: Macs are actually very safe; it's the users that are dumb. This is actually old news for the most part, a Trojan that's already been around for a year now has just been upgraded to version 2.0. You [I]still[/I] need to be surfing porn sites to even find the Trojan … | |
Re: What gives you the impression that you might have Trojans on your system? | |
Re: Firefox 2 and 3 work fine for me. | |
Re: [QUOTE=jbennet;740640]its $12,995[/QUOTE] Just curious, have you got any references for that? |
The End.