My First 10 Minutes On a Server - Primer for Securing Ubuntu - 0 views
-
"My First 5 Minutes on a Server, by Bryan Kennedy, is an excellent intro into securing a server against most attacks. We have a few modifications to his approach that we wanted to document as part of our efforts of externalizing our processes and best practices. We also wanted to spend a bit more time explaining a few things that younger engineers may benefit from."
How To Create a Kubernetes Cluster Using Kubeadm on Ubuntu 18.04 | DigitalOcean - 0 views
-
A pod is an atomic unit that runs one or more containers.
-
Pods are the basic unit of scheduling in Kubernetes: all containers in a pod are guaranteed to run on the same node that the pod is scheduled on.
-
Each pod has its own IP address, and a pod on one node should be able to access a pod on another node using the pod's IP.
- ...12 more annotations...
Baseimage-docker: A minimal Ubuntu base image modified for Docker-friendliness - 0 views
-
We encourage you to use multiple processes.
-
Baseimage-docker is a special Docker image that is configured for correct use within Docker containers.
-
When your Docker container starts, only the CMD command is run.
- ...16 more annotations...
Why I Will Never Use Alpine Linux Ever Again | Martin Heinz | Personal Website & Blog - 2 views
-
musl is an implementation of C standard library. It is more lightweight, faster and simpler than glibc used by other Linux distros, such as Ubuntu.
-
Some of it stems from how musl (and therefore also Alpine) handles DNS (it's always DNS), more specifically, musl (by design) doesn't support DNS-over-TCP.
-
By using Alpine, you're getting "free" chaos engineering for you cluster.
- ...2 more annotations...
Moving away from Alpine - DEV Community - 0 views
-
it’s a lot of work to get packages that are not readily available in Alpine repository.
-
things compiled in Alpine won’t be usable on Ubuntu, for example, and vice versa.
-
the difficulty in pinning package versions in Alpine.
- ...2 more annotations...
Security Onion - 0 views
-
"Security Onion is a Linux distro for intrusion detection, network security monitoring, and log management. It's based on Ubuntu and contains Snort, Suricata, Bro, OSSEC, Sguil, Squert, ELSA, Xplico, NetworkMiner, and many other security tools. The easy-to-use Setup wizard allows you to build an army of distributed sensors for your enterprise in minutes!"
How To Benchmark HTTP Latency with wrk on Ubuntu 14.04 | DigitalOcean - 0 views
-
wrk, which measures the latency of your HTTP services at high loads.
-
Latency refers to the time interval between the moment the request was made (by wrk) and the moment the response was received (from the service).
-
Tests can't be compared to real users, but they should give you a good estimate of expected latency
phusion/baseimage-docker - 1 views
-
-
docker exec
-
Through SSH
- ...57 more annotations...
Pre-Built CircleCI Docker Images - CircleCI - 0 views
-
typically extensions of official Docker images and include tools especially useful for CI/CD.
-
Convenience images are based on the most recently built versions of upstream images, so it is best practice to use the most specific image possible.
-
add -jessie or -stretch to the end of each of those containers to ensure you’re only using that version of the Debian base OS.
- ...12 more annotations...
如何在 Ubuntu 18.04 下正确配置网络 - 运维之美 - 0 views
-
renderer: networkd
-
/run/systemd/network/
-
sudo netplan generate
- ...2 more annotations...
How to Set Up Squid Proxy for Private Connections on Ubuntu 20.04 | DigitalOcean - 0 views
-
it’s a good idea to keep the deny all rule at the bottom of this configuration block.
Getting Started with Docker - Servers for Hackers - 0 views
-
Docker is an isolated portion of the host computer, sharing the host kernel (OS) and even its bin/libraries if appropriate.
-
the Docker Container contains the parts that make Ubuntu different from CoreOS.
-
A Docker container only stays alive as long as there is an active process being run in it.
- ...10 more annotations...
How To Install and Use Docker: Getting Started | DigitalOcean - 0 views
-
docker as a project offers you the complete set of higher-level tools to carry everything that forms an application across systems and machines - virtual or physical - and brings along loads more of great benefits with it
-
docker daemon: used to manage docker (LXC) containers on the host it runs
-
docker CLI: used to command and communicate with the docker daemon
- ...20 more annotations...
一位开发者的 Linux 容器之旅 - 51CTO.COM - 0 views
-
容器是一个 Linux 进程,Linux 认为它只是一个运行中的进程。该进程只知道它被告知的东西。
-
容器进程也分配了它自己的 IP 地址
-
和典型虚拟机的静态方式不同。所有这些资源的共享都由容器管理器来管理。
- ...26 more annotations...
一位开发者的 Linux 容器之旅-技术 ◆ 学习|Linux.中国-开源社区 - 1 views
-
容器是一个 Linux 进程,Linux 认为它只是一个运行中的进程。该进程只知道它被告知的东西。
-
容器进程也分配了它自己的 IP 地址。
-
在容器化方面,容器进程有它自己的 IP 地址。一旦给予了一个 IP 地址,该进程就是宿主网络中可识别的资源
- ...20 more annotations...
鳥哥的 Linux 私房菜 -- 第一章、Linux是什麼與如何學習 - 0 views
-
Linux就是核心與系統呼叫介面那兩層
-
核心與硬體的關係非常的強烈
-
Linux提供了一個完整的作業系統當中最底層的硬體控制與資源管理的完整架構, 這個架構是沿襲Unix良好的傳統來的,所以相當的穩定而功能強大
- ...31 more annotations...
Understanding GitHub Actions - GitHub Docs - 0 views
-
A job is a set of steps that execute on the same runner. By default, a workflow with multiple jobs will run those jobs in parallel.
-
Workflows are made up of one or more jobs and can be scheduled or triggered by an event
-
An event is a specific activity that triggers a workflow.
- ...8 more annotations...
phusion/passenger-docker: Docker base images for Ruby, Python, Node.js and Meteor web apps - 0 views
-
Ubuntu 20.04 LTS as base system
-
2.7.5 is configured as the default.
-
Python 3.8
- ...23 more annotations...
1 - 19 of 19
Showing 20▼ items per page