Richard Bronosky | 1 Aug 2010 02:18

Re: duplicity guru

Okay, I get it Duplicity is a program. http://duplicity.nongnu.org/
Sorry, never mind. I don't know anything about it.

On Fri, Jul 30, 2010 at 8:18 PM, Robert L. Harris
<robert.l.harris@...> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> I am converting from a homegrown script my boss wrote to duplicity I
> think.  I'm curious about how to do somethings such as restore a file
> from 3 days ago, or from a specific date such as Jun 20, 2010.  I
> think I've worked out most of the rest.
>
> Robert
>
>
> On 7/30/10 5:32 PM, Richard Bronosky wrote:
>> Can you give a little more description of the task/need?
>>
>> On 7/30/10, Robert L. Harris <robert.l.harris@...> wrote:
>>>
>>
>> Any duplicity guru I can do some Q&A with offline?
>>
>> Robert
>>
>>>
> _______________________________________________
(Continue reading)

Scott Castaline | 1 Aug 2010 03:19
Picon

Re: Thunderbird won't display email



On Sat, Jul 31, 2010 at 4:28 PM, Paul Cartwright <ale <at> pcartwright.com> wrote:
On Sat July 31 2010, Scott Castaline wrote:
>  close thunderbird, delete the index files, *.msf ? and try again..
>
>
> No Joy

did you delete ALL the .msf files??

--
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459
http://usdebtclock.org/
_______________________________________________
Ale mailing list
Ale-S6NtOCTnm14@public.gmane.org
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Yep. All it did was download over 80000 messages from my gmail accountand create new index files.
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Paul Cartwright | 1 Aug 2010 13:00

Re: Thunderbird won't display email

On Sat July 31 2010, Scott Castaline wrote:
>  did you delete ALL the .msf files??
> 
>
> Yep. All it did was download over 80000 messages from my gmail accountand
> create new index files.

so, what messages are you missing? what kind of account? mbox folder? maildir 
folder? IMAP main folder?

--

-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459
http://usdebtclock.org/
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Greg Freemyer | 1 Aug 2010 14:22
Picon
Gravatar

Re: Running stuff as root == bad, was Re: FC13 question

kdesu works in kde.

I use it from time to time.

Greg

On 7/31/10, Richard Bronosky <Richard@...> wrote:
> While I agree with the sentiments of this message, the subject is just
> plain wrong. Running *stuff* as root *is not* bad. Running
> *everything* as root *is* bad. That is exactly what happens when you
> log into GUI [display manager|window manager|desktop
> environment|whatever] (I don't know anything about the X.org stack. I
> don't use GUIs) you run *everything* as yourself. You don't want that
> _yourself_ to be root. I could have sworn that back when I was doing
> MythTV I used xfce or rat poison and I used a utility called Xsudo,
> sudoX, or GnomeSudo. That was good for running the occational app as
> sudo. I found that MythTV being graphical by nature forced me to do
> this.
>
>
> On 7/30/10, scott mcbrien <smcbrien@...> wrote:
>> One of the big problems with other OS'es is that users log in as an
>> account with administrative privileges.  On those OS'es, when an
>> application, being run by the user, runs amok (perhaps a web browser
>> executing badness from flash or java script?), that application runs
>> amok with administrative rights.  So when the application tries to
>> mangle system files, libraries, etc. it can because administrators
>> could also modify said files. That's one example of why you don't want
>> to log in as root, but there are many more, mostly because desktop
>> environments like gnome run many many many processes and helper
>> applications each of which, when logged in as root, is given full
>> administrative permission to do whatever they want on a system.
>>
>> -Scott
>>
>> On Fri, Jul 30, 2010 at 7:05 PM, William Fragakis <william@...>
>> wrote:
>>> Nautilus, for one ;-)
>>>
>>> GParted can do some interesting things, too, I'd gather but I've never
>>> tried (to do "interesting things"). Gedit can make your day exciting as
>>> well. Personally, I can easily do as much damage from the CLI if not
>>> more.
>>>
>>> I do find it easy sometimes to actually have a root Desktop although, on
>>> this esteemed list, I'm probably in a distinct minority.
>>>
>>> If something bad happens, I was never here.
>>> regards,
>>> William
>>>
>>> On Fri, 2010-07-30 at 18:49 -0400, Drifter wrote:
>>>> Thanks, this seems to work.
>>>> But you have to admire the warning label that pops up before the GUI
>>>> actually appears on the screen:
>>>>
>>>> "You are currently trying to run as Root super user. The superuser is a
>>>> specialized account that is not designed to run a normal user session.
>>>> Various programs will not function properly and actions performed under
>>>> this account can cause unrecoverable damage to the operating system."
>>>>
>>>> No hint, of course, as to what sorts of programs can cause the damage.
>>>>
>>>> Sean
>>>>
>>>> On Friday, July 30, 2010 06:13:33 pm William Fragakis wrote:
>>>> > http://blog.ask4itsolutions.com/2010/04/23/login-as-a-root-from-gui-fed
>>>> > ora-13/
>>>> >
>>>> > Did this a couple of days ago.
>>>> >
>>>> > Use at your own risk, owner assumes all liabilites, etc. etc.
>>>> >
>>>> > On Fri, 2010-07-30 at 17:32 -0400, Drifter wrote:
>>>> > > There are times when I need to to things as root that are -- for me
>>>> > > -- much easier to do using the GUI aps rather than the command line.
>>>> > > Years ago on a Red Hat install, root actually had a directory in
>>>> > > /home and I could log into the system as root and have the GUI.
>>>> > >
>>>> > > This FC13 install doesn't provide that feature. I can create, as
>>>> > > root, a directory in /home. That's easy enough.  But what do I have
>>>> > > to do so that I can log in as root directly just as I log into my
>>>> > > regular user account? If I try to log in as root now, the system
>>>> > > just laughs at me.
>>>> > >
>>>> > > Clearly I am missing several steps in the process.
>>>> > >
>>>> > > Sean
>>>> > > _______________________________________________
>>>> > > Ale mailing list
>>>> > > Ale@...
>>>> > > http://mail.ale.org/mailman/listinfo/ale
>>>> > > See JOBS, ANNOUNCE and SCHOOLS lists at
>>>> > > http://mail.ale.org/mailman/listinfo
>>>> >
>>>> > _______________________________________________
>>>> > Ale mailing list
>>>> > Ale@...
>>>> > http://mail.ale.org/mailman/listinfo/ale
>>>> > See JOBS, ANNOUNCE and SCHOOLS lists at
>>>> > http://mail.ale.org/mailman/listinfo
>>>> _______________________________________________
>>>> Ale mailing list
>>>> Ale@...
>>>> http://mail.ale.org/mailman/listinfo/ale
>>>> See JOBS, ANNOUNCE and SCHOOLS lists at
>>>> http://mail.ale.org/mailman/listinfo
>>>
>>>
>>> _______________________________________________
>>> Ale mailing list
>>> Ale@...
>>> http://mail.ale.org/mailman/listinfo/ale
>>> See JOBS, ANNOUNCE and SCHOOLS lists at
>>> http://mail.ale.org/mailman/listinfo
>>>
>>
>> _______________________________________________
>> Ale mailing list
>> Ale@...
>> http://mail.ale.org/mailman/listinfo/ale
>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> http://mail.ale.org/mailman/listinfo
>>
>
> --
> Sent from my mobile device
>
> .!# RichardBronosky #!.
>
> _______________________________________________
> Ale mailing list
> Ale@...
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>

-- 
Sent from my mobile device

Greg Freemyer
Head of EDD Tape Extraction and Processing team
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer
CNN/TruTV Aired Forensic Imaging Demo -
   http://insession.blogs.cnn.com/2010/03/23/how-computer-evidence-gets-retrieved/

The Norcross Group
The Intersection of Evidence & Technology
http://www.norcrossgroup.com

_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

William Fragakis | 1 Aug 2010 16:29

Re: Running stuff as root == bad, was Re: FC13 question

Since I invited this flame-fest....

Let's define "bad", to borrow from my wife, is this "cross the double
yellow line" bad or "I'm driving across the mall parking lot without my
seatbelt" bad?

Both, violate rules of safety. One will get you killed in about 2
minutes, the other, probably not.

Most things we do in life involve inherent risks. A ride down the
interstate and seeing the crosses and flowers on the side is a ready
reminder.

Those of us who feel the need/convenience to 'that which can not be
said', aren't doing so we can log into our facebook accounts with
ies4linux. Some things can be done completely from the CLI, somethings
by su/sudo and some things for us who've been using a mouse-based GUI
for 24 years are much easier for the 15-20 minutes we need it if we can
get to a full-blown desktop. 

Mind you, I'm not the systems admin for a Fortune 500 company. I just
have a couple boxes in the basement. My skill set is at a basement level
as well.

Say, I'm messing about setting up a separate drive for my VMs, creating
the VMs, messing about with samba, editing a few .confs etc. and - God
forbid - having to consult Google when I hit a roadblock. For me, it's a
heck of a lot easier to fire up a desktop for root so I don't have to
deal with su'ing 5 different programs. The automatic response is "you
shouldn't, you should do each one, separately." To those of us who've
somehow used a desktop for decades with admin privileges without
incident, that response is a bit Jobsian ("learn to hold your phone
differently, it's not the phone's fault"). 

Could I get hacked or attacked or pooch my system in those 20 minutes?
Sure. But, in 20 minutes on the road, I could easily have a serious auto
crash. It's much more probable that 20 minutes on any Atlanta interstate
could involve me in a serious crash (during the school year, I'm on the
Connector everyday, so I don't feel like I'm overstating the odds) than
having my system get borked in the same amount of time.

I'd even go further to say that if having a root graphical interface is
inherently something that should never be done, then the graphical stack
is too fragile. 

Just for fun, I looked up X11 and Xorg security advisories.  I realize
that there are more elements to a GUI than that but the list isn't
unsettling for my usage.
<http://www.x.org/wiki/Development/Security?action=show&redirect=SecurityPage>

Again, I get that if I'm running the system of something where if things
go bad people lose their jobs or die, I need to be really, really
careful and not log in as root. But let's be somewhat realistic on what
"bad" is. <begin playful sarcasm>Otherwise, I fully expect that should I
see you driving about town that you'll be using your HANS head restraint
device and have environmentally safe foam peanuts up to your
windows.</bps>

And, <more bps>considering how many Liberterians there are on this list
who haven't risen to the defense of my doing something stupid being my
own concern, I'm shocked.  ;-) </more bps>

Now, let me go get my Nomex suit before the responses come hurtling in. 

regards,
William

Message sent from my reinforced concrete bunker from an account that
barely had enough privileges to even use the keyboard.

On Sun, 2010-08-01 at 08:22 -0400, Greg Freemyer wrote:
> kdesu works in kde.
> 
> I use it from time to time.
> 
> Greg
> 
> On 7/31/10, Richard Bronosky <Richard@...> wrote:
> > While I agree with the sentiments of this message, the subject is just
> > plain wrong. Running *stuff* as root *is not* bad. Running
> > *everything* as root *is* bad. That is exactly what happens when you
> > log into GUI [display manager|window manager|desktop
> > environment|whatever] (I don't know anything about the X.org stack. I
> > don't use GUIs) you run *everything* as yourself. You don't want that
> > _yourself_ to be root. I could have sworn that back when I was doing
> > MythTV I used xfce or rat poison and I used a utility called Xsudo,
> > sudoX, or GnomeSudo. That was good for running the occational app as
> > sudo. I found that MythTV being graphical by nature forced me to do
> > this.
> >
> >
> > On 7/30/10, scott mcbrien <smcbrien@...> wrote:
> >> One of the big problems with other OS'es is that users log in as an
> >> account with administrative privileges.  On those OS'es, when an
> >> application, being run by the user, runs amok (perhaps a web browser
> >> executing badness from flash or java script?), that application runs
> >> amok with administrative rights.  So when the application tries to
> >> mangle system files, libraries, etc. it can because administrators
> >> could also modify said files. That's one example of why you don't want
> >> to log in as root, but there are many more, mostly because desktop
> >> environments like gnome run many many many processes and helper
> >> applications each of which, when logged in as root, is given full
> >> administrative permission to do whatever they want on a system.
> >>
> >> -Scott
> >>
> >> On Fri, Jul 30, 2010 at 7:05 PM, William Fragakis <william@...>
> >> wrote:
> >>> Nautilus, for one ;-)
> >>>
> >>> GParted can do some interesting things, too, I'd gather but I've never
> >>> tried (to do "interesting things"). Gedit can make your day exciting as
> >>> well. Personally, I can easily do as much damage from the CLI if not
> >>> more.
> >>>
> >>> I do find it easy sometimes to actually have a root Desktop although, on
> >>> this esteemed list, I'm probably in a distinct minority.
> >>>
> >>> If something bad happens, I was never here.
> >>> regards,
> >>> William
> >>>
> >>> On Fri, 2010-07-30 at 18:49 -0400, Drifter wrote:
> >>>> Thanks, this seems to work.
> >>>> But you have to admire the warning label that pops up before the GUI
> >>>> actually appears on the screen:
> >>>>
> >>>> "You are currently trying to run as Root super user. The superuser is a
> >>>> specialized account that is not designed to run a normal user session.
> >>>> Various programs will not function properly and actions performed under
> >>>> this account can cause unrecoverable damage to the operating system."
> >>>>
> >>>> No hint, of course, as to what sorts of programs can cause the damage.
> >>>>
> >>>> Sean
> >>>>
> >>>> On Friday, July 30, 2010 06:13:33 pm William Fragakis wrote:
> >>>> > http://blog.ask4itsolutions.com/2010/04/23/login-as-a-root-from-gui-fed
> >>>> > ora-13/
> >>>> >
> >>>> > Did this a couple of days ago.
> >>>> >
> >>>> > Use at your own risk, owner assumes all liabilites, etc. etc.
> >>>> >
> >>>> > On Fri, 2010-07-30 at 17:32 -0400, Drifter wrote:
> >>>> > > There are times when I need to to things as root that are -- for me
> >>>> > > -- much easier to do using the GUI aps rather than the command line.
> >>>> > > Years ago on a Red Hat install, root actually had a directory in
> >>>> > > /home and I could log into the system as root and have the GUI.
> >>>> > >
> >>>> > > This FC13 install doesn't provide that feature. I can create, as
> >>>> > > root, a directory in /home. That's easy enough.  But what do I have
> >>>> > > to do so that I can log in as root directly just as I log into my
> >>>> > > regular user account? If I try to log in as root now, the system
> >>>> > > just laughs at me.
> >>>> > >
> >>>> > > Clearly I am missing several steps in the process.
> >>>> > >
> >>>> > > Sean
> >>>> > > _______________________________________________
> >>>> > > Ale mailing list
> >>>> > > Ale@...
> >>>> > > http://mail.ale.org/mailman/listinfo/ale
> >>>> > > See JOBS, ANNOUNCE and SCHOOLS lists at
> >>>> > > http://mail.ale.org/mailman/listinfo
> >>>> >
> >>>> > _______________________________________________
> >>>> > Ale mailing list
> >>>> > Ale@...
> >>>> > http://mail.ale.org/mailman/listinfo/ale
> >>>> > See JOBS, ANNOUNCE and SCHOOLS lists at
> >>>> > http://mail.ale.org/mailman/listinfo
> >>>> _______________________________________________
> >>>> Ale mailing list
> >>>> Ale@...
> >>>> http://mail.ale.org/mailman/listinfo/ale
> >>>> See JOBS, ANNOUNCE and SCHOOLS lists at
> >>>> http://mail.ale.org/mailman/listinfo
> >>>
> >>>
> >>> _______________________________________________
> >>> Ale mailing list
> >>> Ale@...
> >>> http://mail.ale.org/mailman/listinfo/ale
> >>> See JOBS, ANNOUNCE and SCHOOLS lists at
> >>> http://mail.ale.org/mailman/listinfo
> >>>
> >>
> >> _______________________________________________
> >> Ale mailing list
> >> Ale@...
> >> http://mail.ale.org/mailman/listinfo/ale
> >> See JOBS, ANNOUNCE and SCHOOLS lists at
> >> http://mail.ale.org/mailman/listinfo
> >>
> >
> > --
> > Sent from my mobile device
> >
> > .!# RichardBronosky #!.
> >
> > _______________________________________________
> > Ale mailing list
> > Ale@...
> > http://mail.ale.org/mailman/listinfo/ale
> > See JOBS, ANNOUNCE and SCHOOLS lists at
> > http://mail.ale.org/mailman/listinfo
> >
> 

_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Charles Shapiro | 1 Aug 2010 16:37
Picon

Re: Running stuff as root == bad, was Re: FC13 question

Uh, on most of my systems <ctrl><alt><f${1,2,3,4,5,6} will get you to
a different console.  I've even successfully run two separate and
complete desktops on different consoles.

Just sayin'.

-- CHS

On Sun, Aug 1, 2010 at 10:29 AM, William Fragakis <william@...> wrote:
> Since I invited this flame-fest....
>
> Let's define "bad", to borrow from my wife, is this "cross the double
> yellow line" bad or "I'm driving across the mall parking lot without my
> seatbelt" bad?
>
> Both, violate rules of safety. One will get you killed in about 2
> minutes, the other, probably not.
>
> Most things we do in life involve inherent risks. A ride down the
> interstate and seeing the crosses and flowers on the side is a ready
> reminder.
>
> Those of us who feel the need/convenience to 'that which can not be
> said', aren't doing so we can log into our facebook accounts with
> ies4linux. Some things can be done completely from the CLI, somethings
> by su/sudo and some things for us who've been using a mouse-based GUI
> for 24 years are much easier for the 15-20 minutes we need it if we can
> get to a full-blown desktop.
>
> Mind you, I'm not the systems admin for a Fortune 500 company. I just
> have a couple boxes in the basement. My skill set is at a basement level
> as well.
>
> Say, I'm messing about setting up a separate drive for my VMs, creating
> the VMs, messing about with samba, editing a few .confs etc. and - God
> forbid - having to consult Google when I hit a roadblock. For me, it's a
> heck of a lot easier to fire up a desktop for root so I don't have to
> deal with su'ing 5 different programs. The automatic response is "you
> shouldn't, you should do each one, separately." To those of us who've
> somehow used a desktop for decades with admin privileges without
> incident, that response is a bit Jobsian ("learn to hold your phone
> differently, it's not the phone's fault").
>
> Could I get hacked or attacked or pooch my system in those 20 minutes?
> Sure. But, in 20 minutes on the road, I could easily have a serious auto
> crash. It's much more probable that 20 minutes on any Atlanta interstate
> could involve me in a serious crash (during the school year, I'm on the
> Connector everyday, so I don't feel like I'm overstating the odds) than
> having my system get borked in the same amount of time.
>
> I'd even go further to say that if having a root graphical interface is
> inherently something that should never be done, then the graphical stack
> is too fragile.
>
> Just for fun, I looked up X11 and Xorg security advisories.  I realize
> that there are more elements to a GUI than that but the list isn't
> unsettling for my usage.
> <http://www.x.org/wiki/Development/Security?action=show&redirect=SecurityPage>
>
> Again, I get that if I'm running the system of something where if things
> go bad people lose their jobs or die, I need to be really, really
> careful and not log in as root. But let's be somewhat realistic on what
> "bad" is. <begin playful sarcasm>Otherwise, I fully expect that should I
> see you driving about town that you'll be using your HANS head restraint
> device and have environmentally safe foam peanuts up to your
> windows.</bps>
>
> And, <more bps>considering how many Liberterians there are on this list
> who haven't risen to the defense of my doing something stupid being my
> own concern, I'm shocked.  ;-) </more bps>
>
> Now, let me go get my Nomex suit before the responses come hurtling in.
>
> regards,
> William
>
> Message sent from my reinforced concrete bunker from an account that
> barely had enough privileges to even use the keyboard.
>
>
>
> On Sun, 2010-08-01 at 08:22 -0400, Greg Freemyer wrote:
>> kdesu works in kde.
>>
>> I use it from time to time.
>>
>> Greg
>>
>> On 7/31/10, Richard Bronosky <Richard@...> wrote:
>> > While I agree with the sentiments of this message, the subject is just
>> > plain wrong. Running *stuff* as root *is not* bad. Running
>> > *everything* as root *is* bad. That is exactly what happens when you
>> > log into GUI [display manager|window manager|desktop
>> > environment|whatever] (I don't know anything about the X.org stack. I
>> > don't use GUIs) you run *everything* as yourself. You don't want that
>> > _yourself_ to be root. I could have sworn that back when I was doing
>> > MythTV I used xfce or rat poison and I used a utility called Xsudo,
>> > sudoX, or GnomeSudo. That was good for running the occational app as
>> > sudo. I found that MythTV being graphical by nature forced me to do
>> > this.
>> >
>> >
>> > On 7/30/10, scott mcbrien <smcbrien@...> wrote:
>> >> One of the big problems with other OS'es is that users log in as an
>> >> account with administrative privileges.  On those OS'es, when an
>> >> application, being run by the user, runs amok (perhaps a web browser
>> >> executing badness from flash or java script?), that application runs
>> >> amok with administrative rights.  So when the application tries to
>> >> mangle system files, libraries, etc. it can because administrators
>> >> could also modify said files. That's one example of why you don't want
>> >> to log in as root, but there are many more, mostly because desktop
>> >> environments like gnome run many many many processes and helper
>> >> applications each of which, when logged in as root, is given full
>> >> administrative permission to do whatever they want on a system.
>> >>
>> >> -Scott
>> >>
>> >> On Fri, Jul 30, 2010 at 7:05 PM, William Fragakis <william@...>
>> >> wrote:
>> >>> Nautilus, for one ;-)
>> >>>
>> >>> GParted can do some interesting things, too, I'd gather but I've never
>> >>> tried (to do "interesting things"). Gedit can make your day exciting as
>> >>> well. Personally, I can easily do as much damage from the CLI if not
>> >>> more.
>> >>>
>> >>> I do find it easy sometimes to actually have a root Desktop although, on
>> >>> this esteemed list, I'm probably in a distinct minority.
>> >>>
>> >>> If something bad happens, I was never here.
>> >>> regards,
>> >>> William
>> >>>
>> >>> On Fri, 2010-07-30 at 18:49 -0400, Drifter wrote:
>> >>>> Thanks, this seems to work.
>> >>>> But you have to admire the warning label that pops up before the GUI
>> >>>> actually appears on the screen:
>> >>>>
>> >>>> "You are currently trying to run as Root super user. The superuser is a
>> >>>> specialized account that is not designed to run a normal user session.
>> >>>> Various programs will not function properly and actions performed under
>> >>>> this account can cause unrecoverable damage to the operating system."
>> >>>>
>> >>>> No hint, of course, as to what sorts of programs can cause the damage.
>> >>>>
>> >>>> Sean
>> >>>>
>> >>>> On Friday, July 30, 2010 06:13:33 pm William Fragakis wrote:
>> >>>> > http://blog.ask4itsolutions.com/2010/04/23/login-as-a-root-from-gui-fed
>> >>>> > ora-13/
>> >>>> >
>> >>>> > Did this a couple of days ago.
>> >>>> >
>> >>>> > Use at your own risk, owner assumes all liabilites, etc. etc.
>> >>>> >
>> >>>> > On Fri, 2010-07-30 at 17:32 -0400, Drifter wrote:
>> >>>> > > There are times when I need to to things as root that are -- for me
>> >>>> > > -- much easier to do using the GUI aps rather than the command line.
>> >>>> > > Years ago on a Red Hat install, root actually had a directory in
>> >>>> > > /home and I could log into the system as root and have the GUI.
>> >>>> > >
>> >>>> > > This FC13 install doesn't provide that feature. I can create, as
>> >>>> > > root, a directory in /home. That's easy enough.  But what do I have
>> >>>> > > to do so that I can log in as root directly just as I log into my
>> >>>> > > regular user account? If I try to log in as root now, the system
>> >>>> > > just laughs at me.
>> >>>> > >
>> >>>> > > Clearly I am missing several steps in the process.
>> >>>> > >
>> >>>> > > Sean
>> >>>> > > _______________________________________________
>> >>>> > > Ale mailing list
>> >>>> > > Ale@...
>> >>>> > > http://mail.ale.org/mailman/listinfo/ale
>> >>>> > > See JOBS, ANNOUNCE and SCHOOLS lists at
>> >>>> > > http://mail.ale.org/mailman/listinfo
>> >>>> >
>> >>>> > _______________________________________________
>> >>>> > Ale mailing list
>> >>>> > Ale@...
>> >>>> > http://mail.ale.org/mailman/listinfo/ale
>> >>>> > See JOBS, ANNOUNCE and SCHOOLS lists at
>> >>>> > http://mail.ale.org/mailman/listinfo
>> >>>> _______________________________________________
>> >>>> Ale mailing list
>> >>>> Ale@...
>> >>>> http://mail.ale.org/mailman/listinfo/ale
>> >>>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> >>>> http://mail.ale.org/mailman/listinfo
>> >>>
>> >>>
>> >>> _______________________________________________
>> >>> Ale mailing list
>> >>> Ale@...
>> >>> http://mail.ale.org/mailman/listinfo/ale
>> >>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> >>> http://mail.ale.org/mailman/listinfo
>> >>>
>> >>
>> >> _______________________________________________
>> >> Ale mailing list
>> >> Ale@...
>> >> http://mail.ale.org/mailman/listinfo/ale
>> >> See JOBS, ANNOUNCE and SCHOOLS lists at
>> >> http://mail.ale.org/mailman/listinfo
>> >>
>> >
>> > --
>> > Sent from my mobile device
>> >
>> > .!# RichardBronosky #!.
>> >
>> > _______________________________________________
>> > Ale mailing list
>> > Ale@...
>> > http://mail.ale.org/mailman/listinfo/ale
>> > See JOBS, ANNOUNCE and SCHOOLS lists at
>> > http://mail.ale.org/mailman/listinfo
>> >
>>
>
>
> _______________________________________________
> Ale mailing list
> Ale@...
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Michael B. Trausch | 1 Aug 2010 17:15
Picon
Gravatar

Re: 100 million Facebook pages leaked on torrent site

On Fri, 2010-07-30 at 11:55 -0400, Jim Philips wrote:
> I saw a report today that major corporations are already downloading
> the file through BitTorrent. A free goldmine of information for them!

I have already downloaded it myself, just to take a look at what's
actually in the whole thing.

There is a *lot* of data, mostly names, but also URLs to profile pages
for each of those names.  It's about 17GB worth of data, enough to burn
to a BD-R for storage.  It's not indexed, just plain-text, along with
counts for various names which could be used to determine popularity, as
an example.

I can see some of this data taking the place of 1930 Census Data in
terms of storage of proper names, such that businesses that use the aid
of data to parse free-form documents would benefit.

Here are the ten most listed first names (with frequency of occurrence):

 977014 michael
 963693 john
 924816 david
 819879 chris
 640957 mike
 602088 james
 584438 mark
 515686 jason
 503658 robert
 484403 jessica

And the ten most listed last names (also with frequency of occurrence):

 913465 smith
 571819 johnson
 512312 jones
 503266 williams
 471390 brown
 386764 lee
 360010 khan
 355639 singh
 343220 kumar
 324972 miller

I guess "Michael Smith" would be the most generic name possible if you
look at those numbers. :-)

I'm not sure what there really is in terms of useful data that companies
could use, other than having a large pool of names to be able to pick
from for things like random name generators, or parsers that look for
proper names in freeform documents, or other fairly specific things such
as that.  Perhaps it's possible to use it for more than I envison, as
well.

It seems (at least from where I sit) that the Web site that is supposed
to have more information about the whole thing is unreachable; I get 17
hops before my packets to the thing enter some form of black hole on the
Internet in Canada.  Oops.

Anyway, it's interesting, though of only limited use, I think; I don't
know that it contains enough information (by itself) to be harmful,
though I suppose that if you could combine it with other databases that
have additional data, it could be potentially detrimental.

One thing that I had expected to see based on all the chatter about it
was some form of relationship graph, say, showing who has friended who
on Facebook.  That would be something that I could see companies easily
(ab)using for things like debt collection purposes.  However, that sort
of data doesn't seem to be present, which I would consider to be a good
thing.

	--- Mike

_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Michael B. Trausch | 1 Aug 2010 17:17
Picon
Gravatar

Re: Central Mtg. Presentations for Aug., Sept., Oct.

On Fri, 2010-07-30 at 12:25 -0400, Aaron Ruscetta wrote:
> PS:  One standing request from a couple of members is for
> someone knowledgeable to talk about GRUB 2 and help
> us grep the changes it introduced.

What sort of information is being sought after on GRUB 2?  I might be
able to help with that, though I'm not exactly a developer on the
project.  I just use it on all my systems.  :-)

	--- Mike

_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Drifter | 1 Aug 2010 18:31

Re: Running stuff as root == bad, was Re: FC13 question

Keeping in mind that no >TRUE< Libertarian would ever "carry a card,"
I am probably the only member of this list who not only claims to be a 
Libertarian, but also constructed and lived in a "bunker," self-defined as 
a structure made completely of concrete, including the roof. It was a 
3,600 sq.ft. bunker, so no one felt cramped for space. :)

Only problem was the lack of an attic!

Sean

On Sunday, August 01, 2010 10:29:00 am William Fragakis wrote:
> Since I invited this flame-fest....
> 
> Let's define "bad", to borrow from my wife, is this "cross the double
> yellow line" bad or "I'm driving across the mall parking lot without my
> seatbelt" bad?
> 
> Both, violate rules of safety. One will get you killed in about 2
> minutes, the other, probably not.
> 

     <STUFF SNIPPED FOR BREVITY>

> 
> Again, I get that if I'm running the system of something where if
> things go bad people lose their jobs or die, I need to be really,
> really careful and not log in as root. But let's be somewhat realistic
> on what "bad" is. <begin playful sarcasm>Otherwise, I fully expect
> that should I see you driving about town that you'll be using your
> HANS head restraint device and have environmentally safe foam peanuts
> up to your
> windows.</bps>
> 
> And, <more bps>considering how many Liberterians there are on this list
> who haven't risen to the defense of my doing something stupid being my
> own concern, I'm shocked.  ;-) </more bps>
> 
> Now, let me go get my Nomex suit before the responses come hurtling in.
> 
> regards,
> William
> 
> Message sent from my reinforced concrete bunker from an account that
> barely had enough privileges to even use the keyboard.
> 
> On Sun, 2010-08-01 at 08:22 -0400, Greg Freemyer wrote:
> > kdesu works in kde.
> > 
> > I use it from time to time.
> > 

  <REMAINDER SNIPPED>

_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Damon L. Chesser | 1 Aug 2010 18:45

Re: Running stuff as root == bad, was Re: FC13 question

On Sun, 2010-08-01 at 12:31 -0400, Drifter wrote:
> Keeping in mind that no >TRUE< Libertarian would ever "carry a card,"
> I am probably the only member of this list who not only claims to be a 
> Libertarian, but also constructed and lived in a "bunker," self-defined as 
> a structure made completely of concrete, including the roof. It was a 
> 3,600 sq.ft. bunker, so no one felt cramped for space. :)

More info on the bunker, pics, plans, cost, benefits ?
> 
> Only problem was the lack of an attic!
> 
> Sean
> 
> 
> 
> On Sunday, August 01, 2010 10:29:00 am William Fragakis wrote:
> > Since I invited this flame-fest....
> > 
> > Let's define "bad", to borrow from my wife, is this "cross the double
> > yellow line" bad or "I'm driving across the mall parking lot without my
> > seatbelt" bad?
> > 
> > Both, violate rules of safety. One will get you killed in about 2
> > minutes, the other, probably not.
> > 
> 
>      <STUFF SNIPPED FOR BREVITY>
> 
> > 
> > Again, I get that if I'm running the system of something where if
> > things go bad people lose their jobs or die, I need to be really,
> > really careful and not log in as root. But let's be somewhat realistic
> > on what "bad" is. <begin playful sarcasm>Otherwise, I fully expect
> > that should I see you driving about town that you'll be using your
> > HANS head restraint device and have environmentally safe foam peanuts
> > up to your
> > windows.</bps>
> > 
> > And, <more bps>considering how many Liberterians there are on this list
> > who haven't risen to the defense of my doing something stupid being my
> > own concern, I'm shocked.  ;-) </more bps>
> > 
> > Now, let me go get my Nomex suit before the responses come hurtling in.
> > 
> > regards,
> > William
> > 
> > Message sent from my reinforced concrete bunker from an account that
> > barely had enough privileges to even use the keyboard.
> > 
> > On Sun, 2010-08-01 at 08:22 -0400, Greg Freemyer wrote:
> > > kdesu works in kde.
> > > 
> > > I use it from time to time.
> > > 
> 
>   <REMAINDER SNIPPED>
> 
> _______________________________________________
> Ale mailing list
> Ale@...
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo

--

-- 
Damon
damon@...

_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo


Gmane