It's clear a non-trivial amount of effort went into making that. Opening and closing reminded me of some Karlheinz Stockhausen music I heard during undergrad.

Posts
-
RE: OUR NEW VIDEO IS LIVE!!!!
-
RE: What Are You Doing Right Now
Practicing Ansible Automation Platform installation scenarios.
-
RE: Blocking of sites based on geographical location
@CCWTech A friend of mine posted on Facebook asking everyone about an issue her son is having with connecting to his school's portal to do summer school work while he's abroad. The issue she described sounded like textbook network geoblocking.
-
RE: What Are You Doing Right Now
Red Hat Exam EX374 review. Test is in three weeks.
-
RE: What Are You Doing Right Now
Reading about Ansible execution environments
-
RE: Vulnerability Assessment and Alerting Solutions
@dbeato I do not touch our Qualys instance as often as I probably should, but the team members that do touch it often generally complain about remediated vulnerabilities still being detected. However, I really the think the problem lies with how queries are built for the dashboards (done by another team).
I can say Ansible-izing the installation of the agent for Linux servers was a bit of a challenge (I can take a look back at the playbook tasks on Monday to see what I had to do).
-
RE: Vulnerability Assessment and Alerting Solutions
Just say "no" to Qualys.
-
RE: What Are You Doing Right Now
Finished recording some review session videos, and back to practice labs before sleep.
-
RE: SFTP upload issue
You might need to specify binary mode for your FTP software.
-
RE: Miscellaneous Tech News
Alas
"The Final Release"
https://hexchat.github.io/news/2.16.2.html -
RE: What Are You Doing Right Now
Mapped out my RHCA path. Going to be busy between now and mid November.
-
RE: What Are You Doing Right Now
Red Hat container labs before the Super Bowl.
-
RE: What Are You Doing Right Now
Tasks finally complete for the evening. Now for some Red Hat traning.
-
RE: SUDO - Coming to a Windows Server near you.
Ha! That's the thing though, I am curious if sudo will be (at least partially derived) from the sudo we know and love, or will it be Microsoft's own thing that happens to use a command named sudo.
-
RE: Powershell: Manager Report with Direct Reports
@gjacobse You should consider publishing this and others (sanitizing of course) to GitLab or GitHub. It can serve as a reference for you as well as a bit of a portfolio. I know for a fact my GitLab stuff had a positive effect with helping me land my current gig.
-
RE: SUDO - Coming to a Windows Server near you.
I wonder if it the application will behave the same. Meaning there will be an equivalent to
/etc/sudoers
,/etc/sudoers.d/
and such. -
RE: TMUX: hype or function
@stacksofplates said in TMUX: hype or function:
Once really nice thing about tmux is you can keep jobs running in the session after disconnecting from SSH. So if you have a long running job (like a large rsync) you can just disconnect from the session on the server but let it keep running.
I often use
nohup
for this.