System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
NGINXConfig | DigitalOcean
NGINXConfig | DigitalOcean
NGINXConfig - The easiest way to configure a performant, secure, and stable nginx server.
·digitalocean.com·
NGINXConfig | DigitalOcean
Kubernetes - mount container stdout stderr logs
Kubernetes - mount container stdout stderr logs
I use "chentex/random-logger" image, which write stdout/stderr to the container. I want to make deployment yaml, which run the chentex's image, and put it's logs in file inside shared volume. Can I...
·stackoverflow.com·
Kubernetes - mount container stdout stderr logs
How to “Live Tail” Kubernetes Logs - Papertrail
How to “Live Tail” Kubernetes Logs - Papertrail
DevOps engineers wishing to troubleshoot Kubernetes applications can turn to log messages to spot error causes & their impact on the rest of the cluster.
·papertrail.com·
How to “Live Tail” Kubernetes Logs - Papertrail
Ansible : Private/Public Keys and SSH Agent setup
Ansible : Private/Public Keys and SSH Agent setup
Ansible is an agentless architecture based automation tool . Only it needs ssh authentication using Ansible Control Machine private/public…
·medium.com·
Ansible : Private/Public Keys and SSH Agent setup
Running Ansible with SSH Agent Forwarding
Running Ansible with SSH Agent Forwarding
Ansible is used to automate the process of installation and configuration of applications or execute scripts remotely on Hosts. Ansible…
·medium.com·
Running Ansible with SSH Agent Forwarding
Bash functions are better than I thought
Bash functions are better than I thought
I've been using Bash functions quite liberally over the past couple years, but last week I discovered that they can be much better than I thought. In this post, I'll explain how I thought they worked, why I was wrong, and how that makes them better.Function syntax
·cuddly-octo-palm-tree.com·
Bash functions are better than I thought
What you need to know about Kubernetes NetworkPolicy
What you need to know about Kubernetes NetworkPolicy
With a growing number of cloud-native applications going to production through Kubernetes adoption, security is an important checkpoint that you must consider early in the process. When designing a cloud-native application, it is very important to embed a security strategy up front. Failure to do so leads to lingering security issues that can cause project delays and ultimately cost you unnecessary stress and money.
·opensource.com·
What you need to know about Kubernetes NetworkPolicy
Ansible failed to connect to the host via ssh - Quick solution
Ansible failed to connect to the host via ssh - Quick solution
Looking for how to fix Ansible error failed to connect to the host via ssh? We can help you. Ansible saves time by automation of server tasks. However, improper host entry in the Ansible Inventory file or bad SSH configuration can create connection errors too. At Bobcares, we get requests to fix Ansible errors as […]
·bobcares.com·
Ansible failed to connect to the host via ssh - Quick solution
Why Observability and Monitoring Matter to SREs
Why Observability and Monitoring Matter to SREs
There are some key differences between observability and monitoring especially with regard to what both practices mean for SREs.
·devops.com·
Why Observability and Monitoring Matter to SREs
How to Set or Change System Hostname in Linux
How to Set or Change System Hostname in Linux
In this article, we will show you how to set system hostname or domain name permanently in Linux using hostname and hostnamectl command.
·tecmint.com·
How to Set or Change System Hostname in Linux
Rethinking Your Approach to Ops Governance
Rethinking Your Approach to Ops Governance
Every organization has the ability to attain a "trust and verify” governance approach and meet the needs of both dev and ops.
·devops.com·
Rethinking Your Approach to Ops Governance
Top 5 Must-Haves for IaC Automation Tools
Top 5 Must-Haves for IaC Automation Tools
Here are the the top five must-haves for any infrastructure-as-code (IaC) automation platform you're considering for your organization.
·devops.com·
Top 5 Must-Haves for IaC Automation Tools
How to automatically start tmux on SSH session?
How to automatically start tmux on SSH session?
I have ten or so servers that I connect to with SSH on a regular basis. Each has an entry in my local computer's ~/.ssh/config file. To avoid losing control of my running process when my Internet
·stackoverflow.com·
How to automatically start tmux on SSH session?
How to Rsync Files Between Two Linux Servers Automatically
How to Rsync Files Between Two Linux Servers Automatically
Setting up a backup server to take over a primary server’s operations when it becomes a victim of server downtime issues is a skill set that most users need.
·linuxshelltips.com·
How to Rsync Files Between Two Linux Servers Automatically