Search
627 results for “itguy”
-
#TechTipThursday
Printers. The final boss of Linux administration. Check your print service is running:
systemctl status cupsList available printers:
lpstat -pSend a file to the printer and pray:
lp filename.pdfLinux has conquered the cloud, the kernel, and the enterprise. Printers remain undefeated.
-
#TechTipThursday
Printers. The final boss of Linux administration. Check your print service is running:
systemctl status cupsList available printers:
lpstat -pSend a file to the printer and pray:
lp filename.pdfLinux has conquered the cloud, the kernel, and the enterprise. Printers remain undefeated.
-
New Fedora Podcast episode!! 🎙️
What does bootc actually look like when it's running in production? James Harmison joins us to talk about building custom bootc images across wildly different contexts: NVIDIA drivers, AGX Orin hardware, replacing RHCOS in OpenShift, and even a couch gaming rig.
Real world. Real use cases. No lab bubbles.🎧 podcast.fedoraproject.org
#Fedora #Linux #bootc #OpenSource #Containers #OpenShift -
New Fedora Podcast episode!! 🎙️
What does bootc actually look like when it's running in production? James Harmison joins us to talk about building custom bootc images across wildly different contexts: NVIDIA drivers, AGX Orin hardware, replacing RHCOS in OpenShift, and even a couch gaming rig.
Real world. Real use cases. No lab bubbles.🎧 podcast.fedoraproject.org
#Fedora #Linux #bootc #OpenSource #Containers #OpenShift -
New Fedora Podcast episode!! 🎙️
What does bootc actually look like when it's running in production? James Harmison joins us to talk about building custom bootc images across wildly different contexts: NVIDIA drivers, AGX Orin hardware, replacing RHCOS in OpenShift, and even a couch gaming rig.
Real world. Real use cases. No lab bubbles.🎧 podcast.fedoraproject.org
#Fedora #Linux #bootc #OpenSource #Containers #OpenShift -
New Fedora Podcast episode!! 🎙️
What does bootc actually look like when it's running in production? James Harmison joins us to talk about building custom bootc images across wildly different contexts: NVIDIA drivers, AGX Orin hardware, replacing RHCOS in OpenShift, and even a couch gaming rig.
Real world. Real use cases. No lab bubbles.🎧 podcast.fedoraproject.org
#Fedora #Linux #bootc #OpenSource #Containers #OpenShift -
New Fedora Podcast episode!! 🎙️
What does bootc actually look like when it's running in production? James Harmison joins us to talk about building custom bootc images across wildly different contexts: NVIDIA drivers, AGX Orin hardware, replacing RHCOS in OpenShift, and even a couch gaming rig.
Real world. Real use cases. No lab bubbles.🎧 podcast.fedoraproject.org
#Fedora #Linux #bootc #OpenSource #Containers #OpenShift -
I'm writing a blog post about meeting nightmares and I need your stories.
The ones that should have been an email. The ones with 40 people and no agenda. The ones where someone shared their screen for 20 minutes and couldn't find the file.
Drop them in the comments. The worse (or funnier) the better. -
I'm writing a blog post about meeting nightmares and I need your stories.
The ones that should have been an email. The ones with 40 people and no agenda. The ones where someone shared their screen for 20 minutes and couldn't find the file.
Drop them in the comments. The worse (or funnier) the better. -
I'm writing a blog post about meeting nightmares and I need your stories.
The ones that should have been an email. The ones with 40 people and no agenda. The ones where someone shared their screen for 20 minutes and couldn't find the file.
Drop them in the comments. The worse (or funnier) the better. -
I'm writing a blog post about meeting nightmares and I need your stories.
The ones that should have been an email. The ones with 40 people and no agenda. The ones where someone shared their screen for 20 minutes and couldn't find the file.
Drop them in the comments. The worse (or funnier) the better. -
I'm writing a blog post about meeting nightmares and I need your stories.
The ones that should have been an email. The ones with 40 people and no agenda. The ones where someone shared their screen for 20 minutes and couldn't find the file.
Drop them in the comments. The worse (or funnier) the better. -
Open source: free as in freedom.
Also free as in "enjoy your weekend reading the documentation." -
Heading to LinuxFest Northwest next week and genuinely can't wait.
I'll be speaking and spending time with the kind of people who get unreasonably excited about package managers and kernel arguments. My people.
If you're going to be there, come find me. Would love to connect in person.
#LinuxFest #LFNW #Linux #OpenSource #Community -
#TechTipThursday
Yes, Linux admins still configure email. No, it never gets less weird.Check if your mail service is running:
systemctl status postfixSend a test email from the command line:
echo "Test" | mail -s "Hello" [email protected]Check the mail queue:
mailqNobody gets excited about email configuration. Until something breaks and logs stop delivering. Then it's the only thing that matters.
-
#TechTipThursday
Yes, Linux admins still configure email. No, it never gets less weird.Check if your mail service is running:
systemctl status postfixSend a test email from the command line:
echo "Test" | mail -s "Hello" [email protected]Check the mail queue:
mailqNobody gets excited about email configuration. Until something breaks and logs stop delivering. Then it's the only thing that matters.
-
#TechTipThursday
Yes, Linux admins still configure email. No, it never gets less weird.Check if your mail service is running:
systemctl status postfixSend a test email from the command line:
echo "Test" | mail -s "Hello" [email protected]Check the mail queue:
mailqNobody gets excited about email configuration. Until something breaks and logs stop delivering. Then it's the only thing that matters.
-
#TechTipThursday
Yes, Linux admins still configure email. No, it never gets less weird.Check if your mail service is running:
systemctl status postfixSend a test email from the command line:
echo "Test" | mail -s "Hello" [email protected]Check the mail queue:
mailqNobody gets excited about email configuration. Until something breaks and logs stop delivering. Then it's the only thing that matters.
-
#TechTipThursday
Yes, Linux admins still configure email. No, it never gets less weird.Check if your mail service is running:
systemctl status postfixSend a test email from the command line:
echo "Test" | mail -s "Hello" [email protected]Check the mail queue:
mailqNobody gets excited about email configuration. Until something breaks and logs stop delivering. Then it's the only thing that matters.
-
"It works on my machine.
Congratulations! We'll just ship your machine." -
Check your system logs:
journalctl -xeFollow logs in real time:
journalctl -fFilter by service:
journalctl -u nginxLogs tell you everything, if you know where to look.
#SysAdmin #Linux #TechTipThursday -
Check your system logs:
journalctl -xeFollow logs in real time:
journalctl -fFilter by service:
journalctl -u nginxLogs tell you everything, if you know where to look.
#SysAdmin #Linux #TechTipThursday -
Check your system logs:
journalctl -xeFollow logs in real time:
journalctl -fFilter by service:
journalctl -u nginxLogs tell you everything, if you know where to look.
#SysAdmin #Linux #TechTipThursday -
Check your system logs:
journalctl -xeFollow logs in real time:
journalctl -fFilter by service:
journalctl -u nginxLogs tell you everything, if you know where to look.
#SysAdmin #Linux #TechTipThursday -
Check your system logs:
journalctl -xeFollow logs in real time:
journalctl -fFilter by service:
journalctl -u nginxLogs tell you everything, if you know where to look.
#SysAdmin #Linux #TechTipThursday -
Thinking about finally sitting down and knocking out my Linux+ certification.
For those of you who've been through it: what actually helped? Study guides, practice exams, specific resources you'd recommend?
Drop your tips below.
#Linux #LinuxPlus #CompTIA #SysAdmin #OpenSource -
Thinking about finally sitting down and knocking out my Linux+ certification.
For those of you who've been through it: what actually helped? Study guides, practice exams, specific resources you'd recommend?
Drop your tips below.
#Linux #LinuxPlus #CompTIA #SysAdmin #OpenSource -
Thinking about finally sitting down and knocking out my Linux+ certification.
For those of you who've been through it: what actually helped? Study guides, practice exams, specific resources you'd recommend?
Drop your tips below.
#Linux #LinuxPlus #CompTIA #SysAdmin #OpenSource -
Thinking about finally sitting down and knocking out my Linux+ certification.
For those of you who've been through it: what actually helped? Study guides, practice exams, specific resources you'd recommend?
Drop your tips below.
#Linux #LinuxPlus #CompTIA #SysAdmin #OpenSource -
Thinking about finally sitting down and knocking out my Linux+ certification.
For those of you who've been through it: what actually helped? Study guides, practice exams, specific resources you'd recommend?
Drop your tips below.
#Linux #LinuxPlus #CompTIA #SysAdmin #OpenSource