topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday March 22, 2026, 4:54 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 448 449 450 451 452 [453] 454 455 456 457 458 ... 470next
11301
Living Room / Re: I can haz LOLMouser plz?
« Last post by 40hz on September 29, 2008, 03:19 PM »
40hz - that's a brilliant photo! Did you take it or is a 'net find?

That's a net find, despite his close resemblance to Smudge, our senior cat. It is a priceless expression isn't it?  ;D

(I did add the text. I imagine hearing it in a thick Russian accent.)

11302
Living Room / Re: I can haz LOLMouser plz?
« Last post by 40hz on September 29, 2008, 08:08 AM »
somrdeozaan.jpg
11303
Developer's Corner / Re: Best way to sync programming projects?
« Last post by 40hz on September 28, 2008, 01:29 PM »
I see this one lately on Slashdot:
"Give a man a fire and he is warm for a day, put him on fire and he is warm his whole life."

 ;D

Which will be over in approximately 3 minutes if you do. ;D
11304
General Software Discussion / Re: Linux question - mount fs in Windows?
« Last post by 40hz on September 28, 2008, 12:45 PM »
There's a great article on how Puppy works up on the official website.

The direct link is: http://www.puppylinu...t/howpuppyworks.html

There was mention of using the explore2fs utility under Windows. Might be worth a try, although it seems to imply you might need to archive your data first.

From the Puppy website:

Updating and archiving

As you can see, Puppy consists of only 4 files. (actually, it is possible to have usr_cram.fs inside image.gz, reducing Puppy down to just 3 files -- the web download sites may have that configuration available. It is convenient for booting off a network to have just the two files vmlinuz and image.gz to worry about)

To update to the latest version of Puppy, you just need to get the latest vmlinuz, image.gz and usr_cram.fs. Updating is so very simple, but with v0.9.8 I made it even simpler by building an update option into the installation scripts. That is, boot up the latest live-CD and run the install-to-USB, install-to-Zip or install-to-hard-drive script and choose "update" rather than "new installation".

...but, it's so simple, you could do it manually if you wish.

Puppy does have a couple of archive programs, including one that I wrote that backs up only the changed files from /root each time. However, all your personal data, really, a snapshot of the entire the state of the system, is in the pup001 or pup100 file, so you can save a complete system snapshot just by making a copy of the pup001/100 file. Then compress it, like this (assuming the copy is named pup100-12dec04):

# gzip pup100-12dec04

and you will have pup100-12dec04.gz. Or use "zip" or "bzip2", Puppy has them all! Archive that anywhere you want.

You can mount an archived pup100 file at any time, and view its contents:

# losetup-FULL /dev/loop2 pup100-12dec04
# mount -t ext2 /dev/loop2 /mnt/data

You can also view the contents of pup100-12dec04 from Windows, by using the Explore2fs program. There is also a free native ext2 filesystem driver for Windows NT/XP.

http://uranus.it.swi...x/explore2fs-old.htm

11305
Living Room / Re: What Sports Do You Participate In?
« Last post by 40hz on September 28, 2008, 12:18 PM »
BTWW circle work is in there for a joke, it's the Australian country young people's hobby of driving pickups (we call them utes) in circles kicking up dust and wearing out tyres. And having fun.
(and learning valuable driving skills for when you accidentally start skidding....)

We have something similar up here in New England, except we do it at 2:00AM on a frozen lake. I know it as a Nantucket Sleigh Ride. There are probably as many names for it (besides "Stupid") as there are towns and participants. But that's New England for you. Nobody agrees about anything - and everybody has their own names for things.

An Ozzie would probably feel right at home (and fit right in) around here! ;D
11306
Living Room / Re: When you make your 100'th Post
« Last post by 40hz on September 28, 2008, 12:05 PM »
hehe.. i can't believe this! Darwin, you're posting my 3434th post on your 4646th post!. ;D
 (see attachment in previous post)

Might be a good time to buy that PowerBall Ticket. :Thmbsup:
11307
Living Room / Re: I can haz LOLMouser plz?
« Last post by 40hz on September 28, 2008, 12:00 PM »
Thank goodness. "By and by", I was afraid we were going to need to call in the services of Mr Herriman's inscrutable Mock Duck!!! ;D
11308
Developer's Corner / Re: Freelance coder wanted - I pay good.
« Last post by 40hz on September 28, 2008, 11:53 AM »
I agree with f0dder. This is your 1st post on DC.

Who are you:

Company?
Product(s)?
Where located?
Website?
Real e-mail address?
11309
Living Room / Re: Should I Stay Or Should I Go -- A Social Networking Dilemma
« Last post by 40hz on September 27, 2008, 11:20 AM »
I agree with Deozaan, I have a Facebook which says "see my MySpace" and a Bebo which says the same, and if any of my friend are on another network, I'll register and say the same thing....

Inspired!

Hmmm.....now you've got me thinking.... 8)
11310
Living Room / Re: What Sports Do You Participate In?
« Last post by 40hz on September 27, 2008, 11:13 AM »
And horse riding? The proper kind, just a bridle, and going wild across the paddocks.....

Definition:

equitation - (noun) the practice of going from no place special, to no place in particular, at great personal expense and inconvenience - on horseback.

And just a bridle? No riding helmet? You obviously have much better medical insurance than I do. ;)

(BTW: my Lady is a lifelong "horse person" and a certified riding instructor. Can you guess that from the above?) ;D
11311
General Software Discussion / Re: What are your opinions on fan-editing?
« Last post by 40hz on September 26, 2008, 06:30 PM »
I've thought for many years that this is going to be the future of movie making.  In the next decade i predict that when a new movie is released i theatres, the complete unedited raw footage of the shooting of the movie (hundreds of hours of different takes, etc.) will be available on the web for people to reassemble and re-edit.

Logical. First there was self service gas pumps. Then there was self checkout registers in stores. Why not self-edit movies? Think of all the cost efficiencies the motion picture industry could gain from doing that.  ;D
11312
General Software Discussion / Re: Linux question - mount fs in Windows?
« Last post by 40hz on September 26, 2008, 06:09 PM »
I'm not the world's greatest authority on Puppy (I mainly use it as a rescue OS for a non-bootable system) but I would guess it is unique to that distro.

Your best bet would be to go up on the forums and ask the real pros. Link for the main forum page can be found here:

http://www.murga-lin.../puppy/index.php?f=4

This thread might be of interest if you just want to boot from the USB but keep your files on a specific PC:

http://www.murga-lin...search_id=1413374969

BTW: Welcome to Linux! :Thmbsup:


11313
General Software Discussion / Re: Linux question - mount fs in Windows?
« Last post by 40hz on September 26, 2008, 01:22 PM »
Hi:

The short answer is - you can't.  :(

You can't mount the Puppy file system because it doesn't exist in the same manner as it would if Puppy were installed on a real drive partition. It's being emulated by QEMU. The Linux 'drives' you're trying to mount don't 'exist' as Linux partitions unless QEMU-Puppy is running. The rest of the time they're just part of the data file used by QEMU.

The QEMU-Puppy website has a better writeup than I'm giving you. You might have missed it, so I'm quoting it below:

2.2. QEMU

From the site: "QEMU emulates a full system (for example a PC), including a processor and various peripherals. It can be used to launch different Operating Systems without rebooting the PC or to debug system code."

In other words: QEMU is a virtual machine. A virtual machine is a program that acts like computer hardware. In such a virtual machine, you can install an OS (Linux, Windows, BSD, whatever). This OS "sees" a processor, which is the real processor (I'm lying...), "sees" a hard drive, which is a big file on the host machine, "sees" a network card, which is emulated by QEMU, and so on. After shutting down the virtual machine, all that's left on the host (or USB memory stick) is just one big file: the virtual hard disk.

From the point of view of the host OS, QEMU is just a simple program which allocates a lot of memory, eats a lot of CPU cycles and opens and closes a couple of files. That's it.

When you think about it, you've answered your own question:

the file system I want to mount is not a partition - it's just a file!

Yup. That's exactly right. :)
11314
Living Room / Re: How many countries represented here on DC ?
« Last post by 40hz on September 26, 2008, 08:55 AM »
where are our japanese and russian brothers and sisters!!!  :huh:

You mean our Japanese Otaku and Russian Comrades? ;)

More like our Japanese Otaku and Russian friends: "Российские друзья " 

'Comrad' went out with Leonid Brezhnev ;D

11315
I gave up on those long ago (use NOD32 now).
-Carol Haynes (May 17, 2008, 04:10 PM)

I ran into some problems with NOD32 when I bought a copy a few years ago after it was recommended by Gizmo Richards up on TSA.

I'm tempted to give it another try. Have you been happy with NOD on your machine?

11316
General Software Discussion / Re: Unlocker 1.8.7 released - 01/05/2008
« Last post by 40hz on September 24, 2008, 06:09 PM »
This seems pretty standard to me, actually. Check out the program files folder for any program that offers to install a toolbar - particularly Yahoo! toolbar - and you'll probably find the installer for the toolbar lurking there, even if you opted not to install it. AFAICT, un-checking the "eBay Shortcuts" option does stop the installer from running, but it does dump the exe file into the unlocker directory under Program Files.

That behavior is probably part of the deal Unlocker has with eBay. Unlocker has to install something, even if it doesn't get activated, to benefit from the affiliate arrangement.

Plus - eBay's installer is always just a click away should you ever change your mind.
(I'm joking! Hold the flames. ;))
11317
Living Room / Re: I can haz LOLMouser plz?
« Last post by 40hz on September 24, 2008, 01:21 PM »
bugrepawtz.jpg
11318
General Software Discussion / Use this modified version of Chrome for more privacy
« Last post by 40hz on September 24, 2008, 01:01 PM »
Once again Download Squad finds something useful:

From Downloadsquad: http://www.downloads...or-privacy-fanatics/

Iron: Chrome for privacy fanatics

Posted Sep 24th 2008 1:00PM by Christina Warren

If you want to use Google Chrome but are concerned or have questions about Google's policies for collecting usage data, you might want to give Iron a try.

Iron, developed by German software company SRWare is Chrome stripped of all the user ID information that gave the German government cause for concern.

I don't speak German, but the guys at the Incomplete-News Project have helpfully published an English translation. According to them, Iron is essentially the Chromium source code, with the following modifications:

    * No unique user-ID
    * No user-specific information is sent to Google
    * No alternative error messages
    * Crash information is not sent to Google
    * No Google updater

11319
Living Room / Re: What Sports Do You Participate In?
« Last post by 40hz on September 24, 2008, 09:49 AM »
I'm for petanque... not too much traditional "sport" but trust me, you'll need to be in nice fit to be able to play long tournaments etc...


Especially if you start hitting the Pernod a little too early in the match!  ;D

Fitness is important. But from my experience with pentanque, you'll also need to be a 'Master of the Gentle Art of Debate.'

It's not always about how well you throw. Sometimes it's also how well you argue about which boule (calipers be damned!) is really closer to the jack. ;D
11320
Living Room / Re: I can haz LOLMouser plz?
« Last post by 40hz on September 24, 2008, 09:33 AM »
Shouldn't that be "all your case are belong to us"? I get the quote, but it would be funnier...

i can second that haha

Hey! I postz em az I findz em. ;D
11321
The Getting Organized Experiment of 2007 / Re: New Getting Organized Experiment?
« Last post by 40hz on September 24, 2008, 08:57 AM »

I'm in. Let's do it.
11322
General Software Discussion / Re: Excellent RSS reader
« Last post by 40hz on September 24, 2008, 08:30 AM »
It won't be soon before you, like most of us, switch to Google Reader.

Possibly. But only when we, like most of you, are willing to live with what Google is offering. One size does not fit all, no matter what the Googles and Microsofts of the world would have us believe. 8)

BTW:Who exactly is "most of us"? Is that a new hip-hop group?  ;D
11323
General Software Discussion / Re: New Windows boot manager available
« Last post by 40hz on September 23, 2008, 03:26 PM »
Downloaded it... might play with it next weekend.... Thanks for the analysis 40hz.  :Thmbsup:

You're welcome.

BTW: if anyone is using this with Vista, please post about your experience here?

Thx 8)
11324
General Software Discussion / Re: [How To] Control your computer by voice commands
« Last post by 40hz on September 23, 2008, 09:24 AM »
Might be interesting to use in conjunction with FARR... 8)
11325
Living Room / Re: I can haz LOLMouser plz?
« Last post by 40hz on September 22, 2008, 08:36 PM »
base.jpg
Pages: prev1 ... 448 449 450 451 452 [453] 454 455 456 457 458 ... 470next