Enabling multicast DNS (mDNS) on a server allows other hosts on the local network to address the server as <hostname>.local.
mDNS is disabled by default in Ubuntu Server:
$ resolvectl mdns
Global: no
Link 2 (eno1): noEnabling multicast DNS (mDNS) on a server allows other hosts on the local network to address the server as <hostname>.local.
mDNS is disabled by default in Ubuntu Server:
$ resolvectl mdns
Global: no
Link 2 (eno1): no| dtrace -qn ' | |
| /* Result is a CSV with three columns: | |
| 1) path, | |
| 2) count of open(s) without matching close(s) | |
| 3) number of times opened*/ | |
| int self fd[int]; | |
| string self path; | |
| BEGIN { | |
| start = timestamp; | |
| } |
| apiVersion: v1 | |
| kind: PersistentVolume | |
| metadata: | |
| name: logs-volume | |
| labels: | |
| type: local | |
| spec: | |
| storageClassName: manual | |
| capacity: | |
| storage: 10Gi |
| test: | |
| date | |
| develop: | |
| find . | entr -d ${MAKE} test || expr "$$?" : "[012]" >/dev/null 2>&1 && ${MAKE} develop |
| test: | |
| date | |
| develop: | |
| find . | entr -d ${MAKE} test || expr "$$?" : "[012]" >/dev/null 2>&1 && ${MAKE} develop |
| #! /usr/bin/env python | |
| """ Convert values between RGB hex codes and xterm-256 color codes. | |
| Nice long listing of all 256 colors and their codes. Useful for | |
| developing console color themes, or even script output schemes. | |
| Resources: | |
| * http://en.wikipedia.org/wiki/8-bit_color | |
| * http://en.wikipedia.org/wiki/ANSI_escape_code |
| # basefile.txt - The file where we want to put the content of the | |
| # injectedfile.txt. | |
| # injectedfile.txt - The file we want to inject into the basefile.txt. | |
| # -n disables automatic line printing. | |
| sed -n \ | |
| # Set up a label to jump to. | |
| # It's called 'head' because we use it to print lines before the first empty | |
| # line. | |
| -e ':head' \ |
| var request = require('request'); | |
| var readline = require('readline'); | |
| var colors = require('colors'); | |
| var _ = require('underscore'); | |
| var links = []; | |
| var visited = {}; | |
| var exitLink = ""; | |
| var winningLink = ""; |
I hereby claim:
To claim this, I am signing this object: