Spam

Stopping Overseas Fax Spam? 439

iotashan asks: "Likely for most businesses, unsolicited faxes have become quite a problem. They needlessly use up toner and paper, and are usually just scams anyway. Specifically, we are receiving faxes from a company called Flamingo Travel. Now, they appear to bug business across the US, and some innocent parties are falling victim. I have used their automated system for having my fax number removed, to no avail. Is my only weapon having a bunch of friends call this 800 number to make the company's overseas toll-free phone bill unbearable?"
Data Storage

Transfer Digital Pictures from Flashcard to CD? 56

chimpo13 writes "I'm riding a 40-year-old, Italian made 250cc motorcycle round the world and doing a journal with pictures (avoiding the 'blog' word). Small bike, not much room, and I'm doing this on the cheap. There is no laptop because you can't trickle charge one. I'm looking for a flashcard to CD burner so I can post digital pictures. I need reliability, battery power, and hopefully someone makes one with an option to 'save for web' to speed up uploads in Internet cafés. Unless someone else has a better idea. I leave from Sydney Australia in 4 months if anyone world wide wants to give me a tour of their town, email me."

Practical File System Design with the Be File System 258

erikharrison writes "Dominic Giampaolo's Practical File System Design with the Be Filesystem has been around since 1999 - not exactly a new book. The book has been out of print for a time now, however, so Dominic made the book available in PDF form on his website. With this public release of the book, and the BeOS rising to join the ranks of OSs that won't die (hi Amiga!) it makes sense to take a look at what the book has to offer us today." Read on for the rest of Harrison's review below to see just what that is -- it covers a surprisingly broad range.
Operating Systems

Dealing with Directory Dilemmas? 44

Bardaris asks: "In my work environment, I maintain a large number of Novell, and Windows servers. Although Novell is the dominant OS, vendor applications are increasingly making the change from Novell based apps, to single NT4/Win 2k servers. This has put a strain on my PDC. Currently the MS boxes are outnumbering my Novell 30 to 22, with more Win 2k servers in the coming months, as each application vendor has found it cheaper to dictate a sole Win server for their app, rather than sharing nicely on Novell. Now I've been tasked with assessing what to do with the Windows environment. My preference leans to eDirectory and dirXML to contain and maintain the Microsoft proliferation, but what of my NT4 PDC. Should I upgrade to Active Directory (if so, how)? Leave it as is until the last possible moment, whatever that may be? Is there a better way? I highly doubt I can sell a Linux/Samba solution, given the current state of the server environment and political climate here in my company, so that's not one of my options. I'm wondering if other Slashdot readers have ran across similar problems and how they tackled this issue."
Mozilla

Mozilla - From Browser to Desktop Environment? 68

An anonymous reader asks: "A while ago OEone released a thingy called Penzilla which was basically a Mozilla desktop environment like GNOME or KDE. Everything was written in either DHTML or XUL and ran within the Gecko engine. Recently a new project, Robin was released that is basically a desktop running within Mozilla using XUL as well. There is NetWindows that attempts something similar for more interactive web applications. What advantages would a 100% Mozilla engine desktop hold and what are the disadvantages compared to much more complex environments such as GNOME or KDE? Is a Mozilla desktop possibly more elegant or efficient for the typical user? Is the XUL runtime environment more robust than troublesome C/C++ widgets? It seems like most applications could make the transition as the growing collection of Firebird extensions like ChatZilla and Gnusto and have shown."
Education

Building A Museum Listening Station? 251

Anonymous Coward writes "I am building a museum exhibit which requires the use of 10 listening stations. These should be able to play back a few minutes of audio, should have an obvious Play button (and no other buttons: less confusion for the elderly and less to break for the kids), and should be able to work with an absolute minimum of supervision for three months of constant use. There are fancy ready-made solutions to this problem, but at $350, it would be too expensive to buy 10 of them. Similarly, there are cheap solutions ($20 CD player + $15 headphones), but this is probably not reliable or user friendly enough for this exhibit. Does the Slashdot community have any suggestions for how to build a reasonably inexpensive museum listening station?"
Security

Free Software Tracking a Stolen Computer? 137

JeffTL asks: "By necessity, I carry around an Apple iBook running OS X Panther. In the event of its theft, I would like to have the thing send me its IP address, not only for the benefit of law enforcement but also so I could SSH in and trash my personal data with srm, while doing an SFTP backup of anything I forgot to back up. I am not really wanting a subscription, so I am looking for a free-as-in-beer (and if anything beyond a shell script is involved, free-as-in-speech would be much preferred to make sure that no one else is getting anything). Currently, I have a bash script that can create a report, and I am thinking about sending it using either e-mail or FTP. I am considering setting it up to where it only starts barraging me if a specific code is posted to an HTML document of my choice. Is there already something like this in existence somewhere for free? If not, does anyone have any pointers on how this can be done?"
Operating Systems

Pointers for Developing x86 Virtualization? 41

josh asks: "For my next project, I've decided I want to do something related to x86 virtualization (the way VMware does it or Plex86 not Xen/Bochs/etc.) but I really don't know where to start. Googling hasn't been helpful (just look at the results if you don't believe me). Are there any resources for learning about this kind of x86 virtualization? I know virtual 8086 mode wouldn't work, but without that what advantage does something like VMware have over something like Bochs? Are there any F/OSS projects aimed at something along the lines of my thinking? Please enlighten me with any references and resources you might have. Thanks!"
Businesses

Well Documented Open Source Business Case? 21

PeteQC asks: "I'm currently working on a project and I need solid and well documented case studies about actual implementation of open source in an enterprise (failure or success). My goal is to use the grounded theory to build a scientific model on Open Source adoption. I've searched through the web, but the only good case I found was the Beaumont Hospital Case. (Which was also published in IEEE Software, January/February edition). I'd like to know if Slashdot knows of other well-documented case studies which I may use? I'm looking for a link to a web site or a reference to a specialized publication, but all assistance will be welcomed."
Data Storage

What Makes a Good CD/DVD Duplicator? 195

zachjb asks: "With all of the recent articles and buzz in the technology community regarding recordable/pressed optical disks being an unreliable medium to backup your data on, I figured the best way to keep my data alive is to duplicate my CDs/DVDs every few years. I've searched Froogle for CD/DVD duplicators, but I have no idea what I should be looking for. Does anyone in the Slashdot community have a lot experience with this type of equipment? Is this a reasonable solution to the problem or is there a more cost effective one?"
Books

Learning C++ for Java Programmers? 99

The Real Joe Faith asks: "The O'Reilly book 'Java in a Nutshell' used to include a really handy introduction to Java specifically aimed at C++ programmers. It meant an experienced programmer could re-use their knowledge and get up to speed quickly. But what about going the other way? I know a fair amount of Java but, for my sins, have always avoided C++. Now I need to learn it. Fast. Not just the syntax, but also about the various standard libraries out there. Now that Java is the standard language on most computer science courses I guess there will be a few people in the same boat. Can anyone recommend a good book (or any other information source)?" For those Java programmers among us who have gone this route, what books did you use to assist you in the transition to C++? How well did these books work for you?
Programming

Designing Websites for Disabled / Elderly? 58

dangerz asks: "I'm in a class right now that gives you a client and you must design a site for them for free. My class was split up into a group, and I am the Project Manager / Lead Programmer in the group. Our client is a group for Disabled and Elderly People. Basically, what we need to do is create a site for them to sell their art work. We had a meeting with the board of the organization today where we explained the basics of a website and what we'd need from them to move on. They learned pretty quick, but there are some things they want that we think aren't aesthetically pleasing. Has anyone ever had to do a site where the target audience was elderly or disabled people, and if so, what steps did you take to make sure everything was simple and accessible?"

RIAA Forgets to Make Royalty Payments 341

theodp writes "NY Attorney General Eliot Spitzer agreed with the RIAA on one point - artists WERE being deprived of money that was rightfully theirs. But Spitzer managed to find $50 million for performers without shaking down grandmothers. Spitzer's culprits? A Who's Who of the nation's top recording companies - members of the RIAA - who failed to maintain contact with artists and stopped making required royalty payments."
Portables

Best PDA To Read e-Texts On? 390

GabrielStrange writes "I've been thinking for a while now that I'd like to own some sort of portable device on which I could read e-Texts. This device should be able to read both simple text files (i.e. Project Gutenberg e-Texts) and more complex formats, like Plucker, Acrobat or Microsoft Reader. It should have a fairly high-res display with a backlight that would be easy on the eyes... but doesn't particularly need to be a color display. I'd like it to work with at least one (if not both) of the machines on my desktop, which run Linux 2.6 and MacOS X Panther... And to use a USB port. And I'd like it to have a built in, rechargeable battery, because I already have enough devices to worry about batteries for. And, of course, I don't want to pay very much for it. Anyone got any recommendations for such a device? It's proving to be almost impossible to even obtain an actual list of devices that have these features."
Displays

Does a DVI KVM Solution Exist? 103

clichekiller asks: "I'm looking for a way to share my Apple 23" LCD between my Dual-G4 and my Athlon PC. I know that I'll need to upgrade my PC video card to one that has a DVI connector on it, but I haven't found a DVI Switch yet. Is there a simple way to share an LCD between two computers? Has anyone managed this between a Mac and a PC? I'd really like to ditch my behemoth 70 lbs. 19" monitor."

Slashdot Top Deals