79%
16.10.2012
($ssh, '/sbin/ifconfig');
07 stream_set_blocking($stream, true);
08
09 $response = '';
10 while($buffer = fread($stream, 4096)) {
11 $response .= $buffer;
12 }
13
14 fclose($stream);
15 echo $response;
16
17
79%
23.07.2012
for brevity]
8 10.59 so-4-2-0.mpr3.pao1.us.above.net (64.125.28.142)
9 11.00 metro0.sv.svcolo.com (208.185.168.173)
10 9.93 scanme.nmap.org (64.13.134.52)
Nmap
79%
07.06.2019
statistics: https://developer.joomla.org/about/stats.html
"Charting the forthcoming PHPocalypse in 2019" by Bob Rudis. Rapid7 blog, December 17, 2018: https://blog.rapid7.com/2018/12/17/charting
79%
26.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that's 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
79%
18.02.2018
on the current Ubuntu 17.04, where the Foreman tool crashes reproducibly when creating the init scripts. In the end, Huginn only ran smoothly on Ubuntu 14.04 and Debian 8 (Jessie).
Package Services
In Debian
79%
20.06.2022
fork (Figure 1).
Figure 1: Video, chat, notes, tasks: Grommunio's original name derives from the claim "groupware and much, much more." © grommunio.com
79%
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
79%
17.02.2015
, find the line that begins with email, and replace icinga@localhost
with your email address:
email @.com
By default, notifications in Icinga are not enabled. To do this, you can edit
79%
21.08.2014
.password = mypass
13 source.checksum = 4867
14 source.tags = Server
15
16 ### MAPPER ###
17 ## Run the default mapper for computers
18 mapper.ocs.url = http://ocs-server.mydomain.com
19 mapper = ocs.computers
20
79%
11.04.2016
. It can access a virtualized block device such as /dev/dm-0 or a physical block device such as /dev/sda.
iops is written in Python and is quickly installed:
cd /usr/local/bin
curl -O https://raw.githubusercontent.com