25%
13.06.2016
for $i"
19
20 #If certs do not exist yet
21 FILE="$LECROOT/$i/cert.pem"
22 if [ ! -f "$FILE" ]
23 then
24 echo "$FILE does not exists, so lets get certificates"
25 cd /root/letsencrypt
26
25%
17.02.2015
generic-service
21 host_name ubuntusrv
22 service_description Current Users
23 check_command check_nrpe!check_users!20!50
24 }
25
26 define ... 25
25%
11.04.2016
Example
# iostat -xmt 1 /dev/sda
Linux 3.16.7-21-desktop (tweedleburg) 08/07/15 _x86_64_ (8 CPU)
08/07/15 17:25:13
avg-cpu: %user %nice %system %iowait %steal %idle
1
25%
14.03.2013
(pr->pr_path), 0);
17 [...]
18 error = copyinstr(j.hostname,
19 &pr->pr_host, sizeof(pr->pr_host), 0);
20 [...]
21 pr->pr_ip = j.ip_number;
22 pr->pr_linux = NULL;
23 pr->pr_securelevel = securelevel
25%
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
25%
04.04.2023
one OWASP Top 10 flaw (https://owasp.org/www-project-top-ten/), and more than 56 percent have at least one Common Weakness Enumeration (CWE) Top 25 flaw (https://cwe.mitre.org/top25/archive/2022/2022 ... In the news: StarlingX 8.0 Edge Platform; Synopsys Report Shows "Alarming" Increase in High-Risk Vulnerabilities; Akamai Connected Cloud; Red Hat Enterprise Linux Available on Oracle Cloud; Wine 8
25%
18.08.2021
20.04 system. I had to install some packages for the postprocessing (darshan-util
) tools to work:
texlive-latex-extralibpod-latex-perl
Different distributions may require different packages. If you
25%
22.12.2017
up a software project. The process differs from one operating system to the next, but this article describes its use on Fedora 25, which first needs a couple of packages from the unofficial repository
25%
19.05.2014
the 2010 time frame. This corresponds to about version 2.2 of SSHFS, which is from 2008. SSHFS is now up to version 2.5, which was released on January 14, 2014; however, testing I’ve done hasn’t revealed any
25%
05.08.2024
.Exit(1)
15 }
16
17 run(os.Args[1])
18 }
19
20 func row() {
21 for i := 0; i < size; i++ {
22 for j := 0; j < size; j++ {
23 array[i][j]++
24 }
25 }
26 }
27
28