12%
14.08.2017
api.raml
01 #%Raml 0.8
02 title: Contacts
03 version: 0.1
04 #baseUri: http://www.rve.com/contactshelf
05 baseUri: https://mocksvc.mulesoft.com/mocks/d4c4356f-0508-4277-9060-00ab6dd36e9b
12%
05.12.2018
, dialog
has been rolled into a Python library named, aptly enough, pythondialog
that allows you to use dialog boxes and other constructs from the dialog
library in your Python code
12%
02.03.2024
/diskstats | grep 'sda ' | awk '{print $4+$8}')
sleep 1
curr=$(cat /proc/diskstats | grep 'sda ' | awk '{print $4+$8}')
iops=$((curr-prev))
echo "IOPS: $iops"
done
The admin tools you can code in Bash is really
12%
05.08.2024
manual: http://valgrind.org/docs/manual/cg-manual.html
tee (1) man page: https://manpages.ubuntu.com/manpages/noble/en/man1/tee.1.html
The Author
Federico Lucifredi (@0xf2
12%
30.11.2025
on Fedora to work. If you have Red Hat Enterprise Linux or CentOS, you'll need to set up the EPEL repository:
# cobbler repo add --name=el-5-x86_64-epel --mirror=http://download.fedora.redhat.com/pub/epel/5
12%
01.06.2024
...
to discover your node names (I only have one in the cluster). Now you can use the debug command [7] to access the node:
$ kubectl debug node/aks-nodepool1-39945963-vmss000000-it --image=mcr.microsoft.com
12%
25.03.2020
cannot be installed on domain controllers.
During the install, you specify a port and the certificate that secures the connection by SSL (Figure 1). If you do not specify a certificate during installation
12%
05.12.2014
Enterprise Linux Server (SLES) 12 [1], including the plugins for high availability. The test team had the chance for a first look at what SUSE has been up to, and we discovered they want to keep enterprise
12%
04.04.2023
's architecture (Figure 1), derived directly from Portainer's documentation [1], will help. Accordingly, the solution comprises two components at its core. A central server provides the graphical user interface
12%
30.11.2025
INTO Friend VALUES (Name ='Peter', Age = 52)", SonesGQLConstants.GQL);
C# users can also build a request with special features, but this quickly leads to unintelligible spaghetti code, even for simple queries