Re:emerge [gentoo-user] logging output

2018-05-22 Thread Lucas Ramage
Use less, emerge --ask --update --deep --newuse @world | less Or screen, screen emerge --ask --update --deep --newuse @world # then Ctrl+A Esc to go into copy mode which can be navigated with up and down arrow keys Or output to file, emerge --update --deep --newuse @world >

Re: [gentoo-user] mutt, with USE="gpg", can't open a signed message

2018-04-20 Thread Lucas Ramage
I recently had some troubles with mutt and gpg. I eventually switched to neomutt with gpgme. On April 20, 2018 6:18:57 PM UTC, Walter Dnes wrote: >mutt couldn't handle the message from Klaus Ethgen, listed in menu >as... > >Apr 19 Klaus Ethgen (1.5K) [gentoo-user] emerge

[gentoo-user] Enable SSH Logging with Sysklogd

2018-03-02 Thread Lucas Ramage
no ChallengeResponseAuthentication no UsePAM no PrintMotd no PrintLastLog no Subsystem sftp/usr/lib64/misc/sftp-server AcceptEnv LANG LC_* That's the whole thing. Thanks, -- [image: Visit online journal] <https://lramage94.github.io> *Lucas Ramage* / Software Engineer ramage.lu...@openmailbox.org / (94

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-31 Thread Lucas Ramage
Oh excellent! I will drop those in my dotfiles. I am going to try and write some of this down in the Gentoo Wiki since there isn't really that much on the existing page. https://wiki.gentoo.org/wiki/Mutt There isn't even a page for NeoMutt.

Re: [gentoo-user] NeoMutt and GnuPG

2018-01-31 Thread Lucas Ramage
Hello again, I feel really stupid. So I had set imap_user/pass, but not smtp_url so I was receiving emails fine, but then instead of sending them, it was just encrypting them and saving them via `set record = "+[Gmail]/Sent Mail"`. ** face palm ** Thanks for your help!

[gentoo-user] NeoMutt and GnuPG

2018-01-29 Thread Lucas Ramage
Visit online journal] <https://lramage94.github.io> *Lucas Ramage* / Software Engineer ramage.lu...@openmailbox.org / (941) 404-6794 *PGP Fingerprint* / Learn More <https://emailselfdefense.fsf.org/en/> EAE7 45DF 818D 4948 DDA7 0F44 F52A 5A96 7B9B 6FB7 <https://pgp.mit.

Re: [gentoo-user] dhcpcd: disable zerconf

2018-01-22 Thread Lucas Ramage
lping me do the right thing by giving > the rich my little pile of cash. After all, the rich know what to do with > money. > > > 22. Jan 2018 11:14 by gentoo-u...@c-14.de: > > > Holle, > On 18-01-22 at 12:49, Lucas Ramage wrote: > > Hello, > > How does one d

Re: [gentoo-user] dhcpcd: disable zerconf

2018-01-22 Thread Lucas Ramage
Ah yes! Thank you! On Mon, Jan 22, 2018 at 1:14 PM, Simon Thelen <gentoo-u...@c-14.de> wrote: > Holle, > On 18-01-22 at 12:49, Lucas Ramage wrote: > > Hello, > > > > How does one disable zerconf for dhcpcd or at all in Gentoo for that > matter? > Do y

[gentoo-user] dhcpcd: disable zerconf

2018-01-22 Thread Lucas Ramage
# or no (either answer will disable the “ZEROCONF route”) And here again it's the same thing (Fedora). [Disable the zeroconf route]( https://linuxstgo.wordpress.com/fedora-16/disable-the-zeroconf-route/) Thanks, -- [image: Visit online journal] <https://lramage94.github.io> *Lucas Ramage* / So

Re: [gentoo-user] Where can I find "recent" qemu out-of-tree ebuild

2017-10-25 Thread Lucas Ramage
gap, and where can I find more > recent out-of-tree ebuilds? > > -- > Walter Dnes <waltd...@waltdnes.org> > I don't run "desktop environments"; I run useful applications > > -- Regards, [image: Visit online journal] <https://lramage94.github.io/>

Re: [gentoo-user] Key reinstallation attack on WPA2 - new vulnerability discovered

2017-10-19 Thread Lucas Ramage
> Ugh, I can hear people asking me questions about this already. > > Having a CVE on pretty much every wifi device in existence... Wow. > > Dan > > -- Regards, [image: Visit online journal] <https://lramage94.github.io/> *Lucas Ramage* / Software Engineer ramage.lu..

Re: [gentoo-user] Re: Mutt not displaying encrypted attachments

2017-10-19 Thread Lucas Ramage
Oh that's odd. I wonder if it's an issue with gpg? On Thu, Oct 19, 2017 at 2:45 PM, Mick <michaelkintz...@gmail.com> wrote: > On Thursday, 19 October 2017 19:21:43 BST Lucas Ramage wrote: > > I just used 'set crypt_use_gpgme' > > Interesting! I better look into my set up

Re: [gentoo-user] Re: Mutt not displaying encrypted attachments

2017-10-19 Thread Lucas Ramage
I just used 'set crypt_use_gpgme' On Thu, Oct 19, 2017 at 2:17 PM, Mick <michaelkintz...@gmail.com> wrote: > On Thursday, 19 October 2017 14:51:00 BST Lucas Ramage wrote: > > That worked!!! Thanks a ton!! > > Cool, but which suggestion worked? > > Setting

Re: [gentoo-user] Re: Mutt not displaying encrypted attachments

2017-10-19 Thread Lucas Ramage
That worked!!! Thanks a ton!! On Oct 17, 2017 1:00 PM, Mick wrote: > > On Tuesday, 17 October 2017 17:13:19 BST Ian Zimmerman wrote: > > On 2017-10-17 11:49, Mick wrote: > > > Lucas may want to try these settings which seem to work here, but I am > > > > > no mutt

[gentoo-user] Mutt not displaying encrypted attachments

2017-10-12 Thread Lucas Ramage
Hello all, I have been having an issue with mutt not displaying encrypted attachments. My configs are on github, https://github.com/lramage94/dotfiles/{.mutt,.gnupg} -- Regards, [image: Visit online journal] <https://lramage94.github.io/> *Lucas Ramage* / Software Engineer ram

Re: [gentoo-user] [OT] Block multiple IP addresses; iptables or route...reject?

2017-10-04 Thread Lucas Ramage
s on FreeBSD. Get yourself a spare > machine, load pfsense on it (it's an appliance like wrt) and drop the > traffic from all offensive addresses. Drop, not reject. > > You could in theory do the same thing with iptables, but the ruleset > will quickly drive you nuts. Perhaps the ipset plugin wou