Found 2502 bookmarks
Newest
Build your own container on Linux
Build your own container on Linux
Containers are run in the cloud. That's because container technology allows websites and web apps to spawn fresh copies of themselves as demand increases. They're the reason hundreds of millions of people can use popular sites without those sites buckling under the pressure of global traffic. Containers are a Linux technology, meaning that they rely on code (specifically cgroups and namespaces) unique to the Linux kernel, so when you run a container, you're running Linux.
·opensource.com·
Build your own container on Linux
NMState: A Declarative Networking Configuration Tool
NMState: A Declarative Networking Configuration Tool
NMState is a declarative network manager for configuring networking on Linux. It’s a library that provides a command-line tool that manages network settings.
·tecmint.com·
NMState: A Declarative Networking Configuration Tool
Batfish Behaviour TL;DR - Impact Analysis and Named References
Batfish Behaviour TL;DR - Impact Analysis and Named References
Today I want to share with you some behaviour that I learnt the other day that you might find helpful when working with Batfish. This behaviour is based upon the following: When working with impact analysis and using layer1 topologies in Batfish. Don't use named references within your reachability questions.
·packetcoders.io·
Batfish Behaviour TL;DR - Impact Analysis and Named References
How to Create and Use MacVLAN Network in Docker
How to Create and Use MacVLAN Network in Docker
In this post, we will learn how to create and use macvlan network in docker. Macvlan network allows containers to interact with physical nic of docker host.
·linuxtechi.com·
How to Create and Use MacVLAN Network in Docker
Observing HTTP/2 Traffic is Hard, but eBPF Can Help
Observing HTTP/2 Traffic is Hard, but eBPF Can Help
In today's world full of microservices, gaining observability into the messages sent between services is critical to understanding and troubleshooting issues…
·blog.px.dev·
Observing HTTP/2 Traffic is Hard, but eBPF Can Help
My Terminal Has SUPER Powers!
My Terminal Has SUPER Powers!
I found a new terminal plugin called Fig.io that gives me super powers! It has full autocomplete and IntelliSense just like inside of VS Code. This plugin is completely free (Mac only though), so you can head to the website now to download and instal...
·jamesqquick.hashnode.dev·
My Terminal Has SUPER Powers!
How to Use Terraform's 'for_each', with Examples - The New Stack
How to Use Terraform's 'for_each', with Examples - The New Stack
Terraform is one of the most popular infrastructure as code (IaC) tools. With Terraform, you can write code that defines the infrastructure components you want and the configuration for them. You then execute that code, and Terraform will make sure that your infrastructure is set up the way you defined it. This means either creating […]
·thenewstack.io·
How to Use Terraform's 'for_each', with Examples - The New Stack
Setting up SSH Keys on the Raspberry Pi #piday #raspberrypi @Raspberry_Pi
Setting up SSH Keys on the Raspberry Pi #piday #raspberrypi @Raspberry_Pi
via Raspberry Pi-Spy Setting up SSH keys on a Raspberry Pi is relatively easy and can make connecting to one over a network more convenient. In this tutorial we’ll explain how to create and configu…
·blog.adafruit.com·
Setting up SSH Keys on the Raspberry Pi #piday #raspberrypi @Raspberry_Pi
How to Use SSH Config File [Beginner's Guide]
How to Use SSH Config File [Beginner's Guide]
Using SSH profiles can help you in cases where you regularly connect to various servers. No need to remember the IP address and other such details for SSH connection.
·linuxhandbook.com·
How to Use SSH Config File [Beginner's Guide]
How to Organize Your Digital Files
How to Organize Your Digital Files
With the right setup of folders and file names, you’ll always be able to find what you need on your computer.
·nytimes.com·
How to Organize Your Digital Files
Text Aesthetics: Command Line UI/UX
Text Aesthetics: Command Line UI/UX
Beautifying and modernizing your command line experience. A tour of emulators, text options, and prompt styling.
·blog.mikecordell.com·
Text Aesthetics: Command Line UI/UX
15 ways to advance your Kubernetes journey in 2022
15 ways to advance your Kubernetes journey in 2022
2021 has been an exciting year for Kubernetes, and these articles prove it. From fun interfaces to homelabs to development environments, check out my favorite articles from 2021, K8s style.
·opensource.com·
15 ways to advance your Kubernetes journey in 2022
Make ping audible
Make ping audible
Sysadmin trick of the day – if a server is down and you don't know when it will be back up, use `ping -a` to hear when it comes back up. The `-a` flag enables audio alert.
·catonmat.net·
Make ping audible
How to configure a Nessus Vulnerability Scan Policy
How to configure a Nessus Vulnerability Scan Policy
In this guide we will explore how to configure a scan policy on Nessus, later we will also use this policy to create a scan. We will then select a tar...
·howtoforge.com·
How to configure a Nessus Vulnerability Scan Policy
Arpwatch Tool to Monitor Ethernet Activity in Linux
Arpwatch Tool to Monitor Ethernet Activity in Linux
Arpwatch is an open source computer software program that helps you to monitor Ethernet traffic activity (like Changing IP and MAC Addresses) on your network.
·tecmint.com·
Arpwatch Tool to Monitor Ethernet Activity in Linux