Supervisor: A Process Control System - supervisor 3.1a1-dev documentation - 1 views
-
Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as "process id 1". Instead it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time.
Halloween Bash Profile Generator - 1 views
服务器批量执行工具 PSSH | vpsee.com - 0 views
NetHogs - 監看每支程式頻寬使用情形 - 0 views
tmux @ Tanky Woo's Wiki - 0 views
Open Source Monitoring › Icinga - 0 views
Sysdig | Home - 0 views
Writing a Bootloader | Blog of Osanda - 1 views
-
"A bootloader is a special program that is executed each time a bootable device is initialized by the computer during its power on or reset that will load the kernel image into the memory. This application is very close to hardware and to the architecture of the CPU. All x86 PCs boot in Real Mode. In this mode you have only 16-bit instructions. Our bootloader runs in Real Mode and our bootloader is a 16-bit program."
The TTY demystified - 0 views
jq - 0 views
netboot.xyz - 0 views
-
"The DHCP bootloaders will automatically get a network address if you have DHCP on your network while the static bootloaders will prompt you for network information. SHA256 checksums are generated during each build of iPXE and are located here. You can also view the scripts that are embedded into the images here. "
Tails - Privacy for anyone anywhere - 1 views
迷途工程師: Makefile的賦值運算符(=, :=, +=, ?=) - 0 views
-
= 是最基本的賦值 := 會覆蓋變數之前的值 ?= 變數為空時才給值,不然則維持之前的值 += 將值附加到變數的後面
-
= 在執行時擴展(values within it are recursively expanded when the variable is used, not when it's declared) := 在定義時擴展(values within it are expanded at declaration time)
GNU make: Special Variables - 0 views
-
include inc.mk
-
.DEFAULT_GOAL
-
assigning more than one target name to .DEFAULT_GOAL is invalid and will result in an error.
- ...6 more annotations...
Makefiles - Best practices and suggestions | MDN - 0 views
-
hardcoded values - avoid them like the plague
-
For classes of hardware (unix/windows) place your makefile in a subdirectory, unix/Makefile.in
-
Initial make call should always be the workhorse: build, generate, deploy, install, etc.
- ...6 more annotations...
« First
‹ Previous
61 - 80 of 102
Next ›
Last »
Showing 20▼ items per page