You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Random Passwords Anyone ?

Author (Read 12569 times)

0 Members and 3 Guests are viewing this topic.

Re: Random Passwords Anyone ?
« Reply #17 on: February 05, 2018, 06:17:24 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello ian_r_h,

you are Welcome  :)



 

Re: Random Passwords Anyone ?
« Reply #16 on: February 05, 2018, 06:07:35 AM »
 

ian_r_h

  • Merchandise Supporter
  • Forum Regular
  • *****
  • 103
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile
Thank you.

I'm pretty much now all-Linux Lite, as I haven't dared update my Windows 7 desktop for over a year (if it goes wrong, it's pretty much a 40 mile taxi round-trip to the local shop); and Windows 10 is getting more and more of a Prima Donna over updates.  And this forced updates thing is a complete nuisance - especially since the "Pro" version doesn't defer them properly on mine any more.

LL is just so much more flexible.  Plus already I can usually either fix any issues without help; or with the friendly help here!  :)
Don't worry about artificial intelligence.  Worry about natural stupidity.  :)
 

Re: Random Passwords Anyone ?
« Reply #15 on: February 03, 2018, 10:03:08 AM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello ian_r_h,

with learning it is always best to do what works well for you, being settled/comfortable seems to me to be  a very big part of learning :)

LL is the only distro I use every day, I no longer use Windows, which is just since January, but it was a big step to take for me, it has taken me 3 years to get to take that step lol.

The @username thing , if a member has email notifications set up in their profile, it sends them an email saying they were "mentioned in a post"
Also in your forum profile, you can click a menu on the left side, that is named "Mentions", to find any posts where you were mentioned this way.
It's useful because the forum is a very busy place.
 

Re: Random Passwords Anyone ?
« Reply #14 on: February 03, 2018, 07:21:47 AM »
 

ian_r_h

  • Merchandise Supporter
  • Forum Regular
  • *****
  • 103
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile
I'm just working through the book without working through the examples, at the moment.  That's kind of how I learn - an initial read and a break, so my mind consolidates things.

LL is my only distro at this time.  I guess I'm still at the "getting a feel for" stage with Linux.  But so far I really like Linux!

BTW, what's the @username thing in the forum??
Don't worry about artificial intelligence.  Worry about natural stupidity.  :)
 

Re: Random Passwords Anyone ?
« Reply #13 on: February 02, 2018, 03:47:37 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hold down Ctrl and Alt keys and press t (Ctrl Alt + t)
Copy/paste (or type) in to your terminal -

Code: [Select]
dd if=/dev/urandom bs=1 count=32 2>/dev/null | base64 -w 0 | rev | cut -b 2- | rev
An example

 

Re: Random Passwords Anyone ?
« Reply #12 on: February 02, 2018, 03:42:17 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hold down Ctrl and Alt keys and press t (Ctrl Alt + t)
Copy/paste (or type) in to your terminal -

Code: [Select]
strings /dev/urandom | grep -o '[[:alnum:]]' | head -n 30 | tr -d '\n'; echo
An example

 

Re: Random Passwords Anyone ?
« Reply #11 on: February 02, 2018, 08:46:20 AM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello @ian_r_h ,

thank you for the answer about KeypassX  :)

Are you using the Linux Bible with RHEL, Fedora, or Ubuntu Gnome, as its wrote for these, or another distro ?
I didn't get far with it, Chapter 2 Gnome Extensions, it kept asking for the root password and wouldn't accept it, unsure what mistake I made, so I have removed it from VirtualBox and have not gotten around to putting it back to try again yet.

Update -
I have reinstalled Fedora27 workstation, in VirtualBox on Linux Lite this morning, and have found where I went wrong on the install.
So have managed to get the browser and install working on Fedora and the Gnome extensions is working, and I've added some menus, top and bottom panel, and changed the workspace switcher, as in the book.
Not in the book also done 1366 updates, including the kernel and headers.
The book sort of misses out all of this, and skips to using the Gnome extensions.

Cannot get the run script to work for the guest additions, as it says it needs to be installed in Fedora guest not on the host machine, so its next one to work on. This is also not covered in the book.
It means I have managed to get .......... 2 pages further in Chapter 2 of the book now :) , not much but I'm still happy for the movement, I am where it says to jump to Chapter 10 for installing some stuff. :o
(Maybe guest additions is covered there)

Update 2 -
have got the guest additions installed now. :)
done the clone, and some installs. Moving forward a tiny bit quicker now.
 
« Last Edit: February 03, 2018, 02:28:15 PM by bitsnpcs »
 

Re: Random Passwords Anyone ?
« Reply #10 on: February 02, 2018, 07:22:41 AM »
 

ian_r_h

  • Merchandise Supporter
  • Forum Regular
  • *****
  • 103
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile
To answer the question I missed that you posed, KeypassX is available in the Lite Software list I believe - I use that myself as a password store.

My plan for this year is to continue working through the Linux Bible, and then move onto learning the depths of the terminal from Beginning the Linux Command Line.  (Both references below, should anyone want to explore the two books.)

Thanks to everyone here for LL - I've fallen in love with computing again.  Assuming use of the term "computing" doesn't betray my age!  Trying to convince friends and family to give LL a go, now that they are finding Windows 10 hard-going!   ;D

Negus, Christopher.  2015.  Linux Bible (9th Ed.)  Wiley.  ISBN 978-1-118-99987-5.
Van Vugt, Sander.  2009.  Beginning the Linux Command Line.  Apress.  ISBN 978-1-4302-1889-0.
(New versions of each may be available.)
Don't worry about artificial intelligence.  Worry about natural stupidity.  :)
 

Re: Random Passwords Anyone ?
« Reply #9 on: February 01, 2018, 02:58:23 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hold down Ctrl and Alt keys and press t (Ctrl Alt + t)
Copy/paste (or type) in to your terminal -

Code: [Select]
date +%s | sha256sum | base64 | head -c 32 ; echo
An example

« Last Edit: February 01, 2018, 03:00:48 PM by bitsnpcs »
 

Re: Random Passwords Anyone ?
« Reply #8 on: February 01, 2018, 02:52:35 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hold down Ctrl and Alt keys and press t (Ctrl Alt + t)
Copy/paste (or type) in to your terminal -

Code: [Select]
openssl rand -base64 32
An example

« Last Edit: February 01, 2018, 03:06:23 PM by bitsnpcs »
 

Re: Random Passwords Anyone ?
« Reply #7 on: February 01, 2018, 12:43:54 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
You know, I am beginning to love the terminal...!  :D
:)

I'll add a couple more, and then some other fun ones in another thread soon.
« Last Edit: February 01, 2018, 03:07:02 PM by bitsnpcs »
 

Re: Random Passwords Anyone ?
« Reply #6 on: February 01, 2018, 07:45:41 AM »
 

ian_r_h

  • Merchandise Supporter
  • Forum Regular
  • *****
  • 103
    Posts
  • Reputation: 10
  • Linux Lite Member
    • View Profile
You know, I am beginning to love the terminal...!  :D
Don't worry about artificial intelligence.  Worry about natural stupidity.  :)
 

Re: Random Passwords Anyone ?
« Reply #5 on: January 31, 2018, 02:27:51 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Another simple way to make a password is to type in to your terminal the command -

Code: [Select]
rev
Now type in some text and hit enter, this will reverse the text, it may give some ideas for passwords.

To exit the command hold down Ctrl Key and press Z key to return to your prompt.

Hope they were fun, interesting and of use for someone. :)
« Last Edit: January 31, 2018, 03:33:00 PM by bitsnpcs »
 

Re: Random Passwords Anyone ?
« Reply #4 on: January 31, 2018, 02:08:28 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Just need it quick -

Code: [Select]
date | md5sum
An example

 

Re: Random Passwords Anyone ?
« Reply #3 on: January 31, 2018, 02:04:37 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
We may want to add the randomness to our username -

Code: [Select]
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c6
Copy/paste (or type it in to your terminal) hit enter -

An example

 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section