Re: Free software games for babies

2016-02-16 Thread Joshua Judson Rosen
On 02/16/2016 07:00 PM, Lori Nagel wrote:
> Hi, I have a just turned 2 year old and I would like to find some
> simple press any key game geared for babies and young toddlers that
> are free (as in freedom) software. I tried a web search but I've only
> seen things geared for older children. My son likes to press keys and
> see what happens but some of the other stuff is just a bit to
> advanced for him yet.

I don't know about software for babies, per se. But, as I was
reading bedtime stories to my son the other night, it occurred
to me that my own first exposure to some of the basic ideas
that I associate with free software was probably when my parents
read me "Harold and the Purple Crayon".

So I'm really quite pleased that it's still in publication,
and that I could get a copy to read to my own child.

-- 
"Don't be afraid to ask (λf.((λx.xx) (λr.f(rr."
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Free software games for babies

2016-02-16 Thread Steven C. Peterson
This one is for Mac on source forge. 

I have used it for my nieces

http://alphababy.sourceforge.net

Steven Peterson

Sent from my iPhone please excuse my brevity and spelling 

> On Feb 16, 2016, at 19:05, Lori Nagel  wrote:
> 
> Hi, I have a just turned 2 year old and I would like to find some simple 
> press any key game geared for babies and young toddlers that are free (as in 
> freedom) software.  I tried a web search but I've only seen things geared for 
> older children.  My son likes to press keys and see what happens but some of 
> the other stuff is just a bit to advanced for him yet. 
> 
> ___
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


smime.p7s
Description: S/MIME cryptographic signature
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Boston Linux Meeting reminder tomorrow, Wednesday, February 17, 2015 - RISC-V update

2016-02-16 Thread Jerry Feldman
When:  February 17, 2015 7PM (6:30PM for Q)
Topic: RISC-V update
Moderator: Arun Thomas
Location: MIT Building E-51, Room 315
### Please note that room has changed from last month

Summary
An overview of the current RISC-V hardware and software landscape
Details to follow.

Abstract
RISC-V is an open instruction set architecture from the University of
California, Berkeley.

http://www.eetimes.com/document.asp?doc_id=1328620


For further information and directions please consult the BLU Web site
http://www.blu.org
Please note that there is usually plenty of free parking in the E-51
parking lot at 2 Amherst St, or directly on Amherst St.

After the meeting we will adjourn to the official after meeting meeting
location at The Cambridge Brewing Company
http://www.cambridgebrewingcompany.com/

-- 
Jerry Feldman 
Boston Linux and Unix
PGP key id:3BC1EB90
PGP Key fingerprint: 49E2 C52A FC5A A31F 8D66  C0AF 7CEA 30FC 3BC1 EB90
























































signature.asc
Description: OpenPGP digital signature
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Data recovery

2016-02-16 Thread Dan Garthwaite
dd if=/dev/sda2 | gzip > /mnt/external/mydrive.img.gz

Or my pref:
apt-get install pv
pv -peat -B 10240 /dev/sda2 | gzip > /mnt/external/mydrive.img.gz

On Tue, Feb 16, 2016 at 11:46 AM, Matt Minuti  wrote:

> I did the same thing for the first time last spring and actually managed
> to save everything! Spinning platter, ext4. Here's the process I used, for
> everyone's future reference. Hopefully it helps, good luck!
>
>
>
> First thing I did was boot up a live usb and dd the partition to an image
> on an external hard drive (good practice to not mess with the original any
> more than necessary). `dd if=/dev/sda2 of=/mnt/external/mydrive.img`
>
> Next I used ext4magic (https://sourceforge.net/projects/ext4magic/ with
> usage scenarios stuff at http://ext4magic.sourceforge.net/howto_en.html),
> which is based on ext4undelete but seemed better to me, probably because
> you can easily recover only files deleted within a certain timeframe, so
> you don't have a ton of junk dredged up.
>
> Example:
> Files deleted roughly 2 days ago, recovering everything after 3 days ago
> and before 1 day ago, recovering from the backup image.
> ext4magic -R -a $(date -d "-3day" +%s) -b $(date -d "-1day" +%s) -d
> /mnt/external/recovered_files_here/ /mnt/external/mydrive.img
>
> Afterwards, I used fslint to search for duplicates and help me figure out
> which copy of the file to keep. Partly because fslint is really awesome,
> partly because I was really low on space at this point...
>
>
> On Tue, Feb 16, 2016 at 9:40 AM, Susan Cragin 
> wrote:
>
>>
>> It is an ssd but I'm going to try. What the heck. My favorite files are a
>> cluster of small txt and org files. And I haven't used the machine since
>> then.
>>
>>
>>
>>
>>
>> -Original Message-
>> >From: Joshua Judson Rosen 
>> >Sent: Feb 16, 2016 9:31 AM
>> >To: Susan Cragin , GNHLUG-discussion <
>> gnhlug-discuss@mail.gnhlug.org>
>> >Subject: Re: Data recovery
>> >
>> >On 02/16/2016 09:22 AM, Susan Cragin wrote:
>> >>
>> >> I recursively deleted my home folder, "susan."
>> >> I have days-old backup but want to try data recovery.
>> >
>> >Is this on a spinning-platter HDD, or on one of those
>> >new-fangled SSDs?
>> >
>> >As far as I understand it, you're unlikely to be able
>> >to recover any data from an SSD as they're so aggressive
>> >about remapping logical/physical blocks.
>> >
>> >
>> >--
>> >"Don't be afraid to ask (λf.((λx.xx) (λr.f(rr."
>>
>>
>> ___
>> gnhlug-discuss mailing list
>> gnhlug-discuss@mail.gnhlug.org
>> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>>
>
>
> ___
> gnhlug-discuss mailing list
> gnhlug-discuss@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>
>
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Data recovery

2016-02-16 Thread Susan Cragin

It is an ssd but I'm going to try. What the heck. My favorite files are a 
cluster of small txt and org files. And I haven't used the machine since then.





-Original Message-
>From: Joshua Judson Rosen 
>Sent: Feb 16, 2016 9:31 AM
>To: Susan Cragin , GNHLUG-discussion 
>
>Subject: Re: Data recovery
>
>On 02/16/2016 09:22 AM, Susan Cragin wrote:
>> 
>> I recursively deleted my home folder, "susan."
>> I have days-old backup but want to try data recovery.
>
>Is this on a spinning-platter HDD, or on one of those
>new-fangled SSDs?
>
>As far as I understand it, you're unlikely to be able
>to recover any data from an SSD as they're so aggressive
>about remapping logical/physical blocks.
>
>
>-- 
>"Don't be afraid to ask (λf.((λx.xx) (λr.f(rr."


___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Data recovery

2016-02-16 Thread Joshua Judson Rosen
On 02/16/2016 09:22 AM, Susan Cragin wrote:
> 
> I recursively deleted my home folder, "susan."
> I have days-old backup but want to try data recovery.

Is this on a spinning-platter HDD, or on one of those
new-fangled SSDs?

As far as I understand it, you're unlikely to be able
to recover any data from an SSD as they're so aggressive
about remapping logical/physical blocks.


-- 
"Don't be afraid to ask (λf.((λx.xx) (λr.f(rr."
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Data recovery

2016-02-16 Thread Susan Cragin

I recursively deleted my home folder, "susan."
I have days-old backup but want to try data recovery.
Best Linux-on-a-stick for data recovery? Or just use my usb Debian lxde with 
extundelete?


___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: iptables confusion.

2016-02-16 Thread Dan Garthwaite
There is a place for webmin - especially when you need to hand over a
system to users as a contractor.

For iptables everything got easier when I started using iptables -S which
displays the existing rules in the same manner that you specify them
instead of the constant mental context switching.

iptables -S -t nat
iptables -S

  -dan
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/