17%
30.11.2025
tcsh\r"
06 expect "#"
07 send "cp .ssh/authorized_keys ~root/.ssh\r"
08 expect "#"
09 send "cd /etc/ssh; cp sshd_config{,.0}\r"
10 expect "#"
11 send "cat sshd_config.0 | sed -e 's
17%
21.08.2014
the situation without investing in expensive mobile device management software.
In this article, we show how you can use tools from the Android SDK [3] to retrieve information about the state of the device. You
17%
04.06.2014
protocol as well as Amazon’s Simple Storage Service (S3). At the Ceph level, admins can achieve similar behavior by additionally deploying the Ceph Gateway. It provides almost the same functions as the Swift
17%
23.03.2022
: It’s just the data about the data (i.e., metadata), such as the file and group owner, permissions, and several file timestamps.
Some filesystems (e.g., ext3 and ext4) create all the inodes at the time
17%
10.04.2015
/Router %s, %s is not reachable. Please check." \
$HOST "$DESC" | mail -s "Check AP/Router" recp1@samplemail.org \
recp2@samplemail.org recp3@samplemail.org
echo $( date +%s
17%
30.11.2025
. Current enterprise solutions for the virtualization of servers and desktops [3] are all based on KVM.
Setup and Software
The example discussed in this article uses two physical nodes: host1
and host2
17%
01.08.2019
source JIT compiler that translates a subset of Python and NumPy [2] code into fast machine code at run time; hence, the "JIT" designation. Numba uses the LLVM [3] compiler library for ultimately compiling
17%
30.11.2025
Users$
07 ^%(__prefix_line)sauthentication failure; logname=\S* uid=\S* euid=\S* tty=\S* ruser=\S* rhost=(?:\s+user=.*)?\s*$
08 ^%(__prefix_line)srefused connect from \S+ \(\)\s
17%
04.08.2020
{name: 'reviewed'}]-(product1)
06 MERGE (reviewer3:Reviewer {name:'reviewer3'})
07 MERGE (reviewer3)-[:Reviewed {name: 'reviewed'}]-(product1)
08 MERGE (reviewer7:Reviewer {name:'reviewer7'})
09 MERGE
17%
03.12.2024
used Python 3.8.10 – and a specific Python environment built for testing, which I’ll discuss. I don’t recommend using your base environment, although I’ve been known to do that. (It’s simple enough