So i was just monitoring a deep update and figured i should just post what it looks like. Click to enlarge Top left : sudo emerge -uDNvt @world –with-bdeps=y –changed-deps –keep-going –verbose-conflicts Bottom left : ttyload Top center : htop Top right : atop Middle {center, right} && Bottom {center, right} : ttysys
So before we begin this article assumes a wiped drive. So not using parallels or virtualization but a full install with no dual booting. This article is not going to go through installation. There are plenty of posts across the internet explaining that. -= Kernel .config =- At time of writing i was using gentoo-sources-4.11.3 … Read More
Sup all, Sorry for the delay in posting any new articles but life caught up with me. This article involves the inverse path usb armory and how to not only ssh into it, but be able to reach the outside world from it while connected to my gentoo machine. As of the time of writing: … Read More
sup all, happy holidays and all that good stuff. so lately i have been working on an irc bot written only in bash. i know, sounds like a fucking nightmare and it would have been easier in python but this is fun and it works. you can grab it here i will write an article … Read More
sup i decided to write this command line bar graph (with portions taken from here) that shows graphs based on the amount of files and extensions in a dir (recursive or non-recursive). need came about due to not wanting to grep, sort and uniq certain folders at the time for what i was doing. here … Read More
Sup all so i finally decided to have a command run every time my terminal goes idle. after some searching, here is what i have come up with: lock-after-time && lock-command from the man pages: lock-after-time number Lock the session (like the lock-session command) after number seconds of inactivity. The default is not to lock … Read More
now that i am back in i have decided to post an updated screenshot of the status page for no real reason. Click to enlarge
sup all so i’ve been working with a fortiswitch 224d-poe at home for a while when the thing went bat shit on me. When i tried to access the admin console i realized that i had forgotten the password. Below are the steps i used for wiping switch back to factory default with latest (as … Read More
hello all just returned from hacker summer camp and have acquired a couple of new yubikeys specifically the four and the four nano and have been configuring them in my gentoo install just for login. below are the steps to set this up in gentoo and pam for required authentication. this article assumes that you … Read More
Sup all I have been working on an easy way to enable my local laptop to have 2FA using the google authenticator and it turned out to be easier. All these steps were done on Gentoo installs, but should translate easily to non-gentoo ditro’s This is the google-authenticator module that we are installing: % eix … Read More