86%
07.04.2022
Hub page:
wget https://github.com/mikefarah/yq/releases/download/v4.14.1/yq_linux_amd64 -O ~/bin/yq
chmod u+x ~/bin/yq
On macOS, you can also import the software with the Homebrew package manager
86%
02.08.2021
increases that AWS is using CloudFormation (IaC, native to AWS) to create some of the services in the background, courtesy of eksctl. Incidentally, EKS v1.19 is offered as the cluster comes online, even
86%
05.02.2023
ransomware variant on the ESXi server and how you can at least prepare for recovery, if you can't protect yourself reliably.
Infos
Linux Cheerscrypt ransomware: https://www.trendmicro.com
86%
11.10.2016
/giampaolo/psutil
top.py psutil script: https://github.com/giampaolo/psutil/blob/master/scripts/top.py
psutil documentation: http://pythonhosted.org/psutil/
NPB v3.1.1: https://www
86%
05.12.2014
CellStyle(sheetTitle[[1,1]], csTitle)
46
47 # Sheet subtitle
48 rows <- createRow(sheet,rowIndex=2)
49 sheetSubTitle <- createCell(rows,colIndex=2)
50 setCellValue(sheetSubTitle[[1,1]], "vFeed to XLSX")
51 set
86%
16.01.2013
openmpi
# rpm --import https://www.redhat.com/security/fd431d51.txt
# yum-builddep openmpi-1.5.4-1.el6.src.rpm
# rpm -ivh openmpi-1.5.4-1.el6.src.rpm
# rpmbuild -bb --define 'configure_options --with
86%
15.08.2016
Most OpenFlow test and lab environments are built by admins and researchers using the Open vSwitch virtual switch [1]. Another common tool for test labs is the Mininet environment [2], which
86%
22.12.2017
system provided to the containers running on the host. Here is an example of incorporating a data volume in a Docker container:
# docker run -d -P --name web -v /data:/www/webapp fedora/httpd python app
86%
20.06.2022
class: https://github.com/josephwright/beamer/
S5: https://meyerweb.com/eric/tools/s5/
DZSlides: http://paulrouget.com/dzslides/
Slidy: https://www.w3.org/Talks/Tools/Slidy2/#(1)
Slideous
86%
05.08.2024
_GCPCPSTST
FROM alpine:3.19 AS dockerize
ENV DOCKERIZE_VERSION v0.7.0
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar