78%
28.11.2023
such as Logstash can retrieve all the messages in the group and forward them to a database such as Elasticsearch for archiving.
In this example, the Filebeat [7] tool first runs as a log shipper on the servers
78%
02.08.2021
brings about some challenges to the underlying network, and the oCIS developers have chosen the Traefik framework [7] to tackle those. Traefik automatically load balances between the different instances
78%
17.09.2013
two EDAC components, mc
(memory controllers), for this system.
Peering into mc0
shows the following:
login2$ ls -s /sys/devices/system/edac/mc/mc0
total 0
0 ce_count 0 csrow1 0 csrow4 0 csrow7 0
78%
14.08.2018
Given "sslyze" is installed # gauntlt-1.0.13/lib/gauntlt/attack_adapters/sslyze.rb:1
sslyze.py not installed or $SSLYZE_PATH not set!
1. Download sslyze from: https://github.com
78%
25.03.2021
://files.tuxhelp.org/hiawatha/
Anku directory: http://anku.ecualinux.com/7/x86_64/repoview/
The Author
Martin Gerhard Loschwitz is a Cloud Platform Architect at Drei Austria, where he works on topics such as Open
78%
27.09.2021
from Gmail, Yahoo, and Outlook.com at the push of a button. For other providers, you enter the access data manually in a separate dialog. Geary only integrates IMAP accounts and does not support POP3
78%
22.12.2017
filesystem as though the filesystem were local (i.e., shared) storage. It uses SSH as the underlying protocol and SFTP [7] as the transfer protocol, so it's as secure as SFTP.
SSHFS can be very handy when
78%
20.03.2014
:
cd /
curl -k http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/bootstrap-2013Q3-x86_64.tar.gz | gzcat | tar-xf -
To rebuild the package database and update it, enter:
pkg_admin rebuild
pkgin -y up
78%
16.08.2018
[6] lists other modules that can be built as part of pdsh, which currently includes:
rcmd/rsh
rcmd/ssh
rcmd/mrsh (uses munge [7] authentication)
rcmd/xcpu
misc/genders (node selection
77%
07.07.2021
in we can clear everything in /tmp and /scratch
if [ ! -d $DIR -o `find $DIR -name 'uid_*' | wc -l` -eq 0 ] ; then
find /scratch -path '/scratch/.com' -prune -or -path '/scratch/.usertmp/' -prune -or -delete
find