2,867 Posted Topics

Member Avatar for TheBeast32

>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 …

Member Avatar for TheBeast32
0
191
Member Avatar for lil_panda

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 …

Member Avatar for John A
0
145
Member Avatar for nagar.gaurav

>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 …

Member Avatar for John A
0
68
Member Avatar for vilavalachi7
Member Avatar for Dani

[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.

Member Avatar for William Hemsworth
0
866
Member Avatar for whiteflags

Hey there citizen (at least I think that's who you used to be on CBoard...). BTW, I'm the old joeprogrammer.

Member Avatar for whiteflags
0
83
Member Avatar for PcPro12

>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 …

Member Avatar for jbennet
0
151
Member Avatar for =IceBurn=

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 …

Member Avatar for =IceBurn=
0
220
Member Avatar for Kaya

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.

Member Avatar for redage
0
129
Member Avatar for welsbywrites

Did you mean 192.168.0[COLOR="Red"][B].[/B][/COLOR]7? Because 192.168.07 is not a valid IP address.

Member Avatar for redage
0
335
Member Avatar for Dave Sinkula

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]

Member Avatar for jbennet
0
263
Member Avatar for Salem

>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 …

Member Avatar for John A
0
179
Member Avatar for Marks256

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 …

Member Avatar for massivefermion
0
180
Member Avatar for tomtetlaw
Member Avatar for John A
0
77
Member Avatar for Phil++

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 …

Member Avatar for Phil++
0
152
Member Avatar for roryt

[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 …

Member Avatar for roryt
0
264
Member Avatar for Phil++

>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 …

Member Avatar for minas1
0
118
Member Avatar for learning_prog
Member Avatar for Phil++

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 …

Member Avatar for Murtan
0
301
Member Avatar for am_valentin

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 …

Member Avatar for am_valentin
0
68
Member Avatar for Phil++

>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 …

Member Avatar for ithelp
0
90
Member Avatar for tomtetlaw
Member Avatar for John A
0
98
Member Avatar for Comatose

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 …

Member Avatar for Comatose
0
216
Member Avatar for cppnewb
Member Avatar for achevchenko

>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 …

Member Avatar for jbennet
0
225
Member Avatar for Amy M.

You might want to try manually downloading the updates from Apple's website. Perhaps when the system is updated Software Update will work again.

Member Avatar for John A
0
205
Member Avatar for korento

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 …

Member Avatar for caperjack
0
154
Member Avatar for Roger Moore

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 …

Member Avatar for John A
0
112
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for John A
0
152
Member Avatar for jbennet

*yaaaawn* I'm sure it will help all those people that keep asking how to upload attachments.

Member Avatar for WaltP
0
157
Member Avatar for veryunforgiven

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]. …

Member Avatar for veryunforgiven
0
173
Member Avatar for Amy M.

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] …

Member Avatar for Amy M.
0
220
Member Avatar for mayo_tech11

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

Member Avatar for techbound
0
2K
Member Avatar for Ancient Dragon

>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.

Member Avatar for Dave Sinkula
1
300
Member Avatar for forumdude123

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.

Member Avatar for Tach
0
212
Member Avatar for riahc3

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 …

Member Avatar for riahc3
0
268
Member Avatar for abhishek.com

>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 …

Member Avatar for Selwyn
0
124
Member Avatar for ibi001

That's an extremely vague question at best, but some easy to use distros include Ubuntu, SUSE, Mandriva, Xandros, and Linspire.

Member Avatar for Selwyn
0
216
Member Avatar for MidiMagic

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.

Member Avatar for MidiMagic
0
320
Member Avatar for EricaMae999

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 …

Member Avatar for John A
0
98
Member Avatar for jimbil208

>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]...

Member Avatar for jbennet
0
106
Member Avatar for peterblaise

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.

Member Avatar for John A
0
180
Member Avatar for TWF

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, …

Member Avatar for John A
0
233
Member Avatar for Don Gino

Um, you need root permissions to be able to edit the shadow file, otherwise its purpose would be defeated.

Member Avatar for jbennet
0
129
Member Avatar for Dani

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 …

Member Avatar for Dave Sinkula
0
140
Member Avatar for torlane

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.

Member Avatar for andyjc
0
252
Member Avatar for The Dude

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 …

Member Avatar for jbennet
0
194
Member Avatar for tiger86
Member Avatar for jbennet
0
160
Member Avatar for MidiMagic
Member Avatar for hbmichael

[QUOTE=jbennet;740640]its $12,995[/QUOTE] Just curious, have you got any references for that?

Member Avatar for hbmichael
0
199

The End.