8%
05.12.2019
a shared object (.so) suitable for Python to import:
$ ls -s
total 120
112 secretcode.cpython-37m-x86_64-linux-gnu.so 4 secret.f90 4 secret.pyf
To test the code, run python3 (Listing 4). Remember
8%
20.03.2014
13 respawn
14 respawn limit 10 5
15
16 pre-start script
17 $DAEMON -t
18 if [ $? -ne 0 ]
19 then exit $?
20 fi
21 end script
22
23 exec $DAEMON
Listing
8%
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
8%
30.11.2025
(0x0000003c0d200000)
11 libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f086f4d5000)
12 libc.so.6 => /lib64/libc.so.6 (0x0000003c0ca00000)
13 /lib64/ld-linux-x86-64.so.2 (0x0000003c0c600000
8%
05.10.2018
info ruby # Needs to be v2.2+
$ curl -sSL https://rvm.io/mpapis.asc | gpg --import - # From here see https://tecadmin.net/install-ruby-latest-stable-centos
$ curl -L get.rvm.io | bash -s stable
$ source
8%
02.08.2021
When a Kubernetes laboratory environment is required, the excellent localized Minikube and the tiny production-ready k3s distributions are fantastic. They permit a level of interaction
8%
30.11.2025
:31:40: [6694] DEBUG: (lifebyte = 0:0)
04 2011-01-28 17:31:40: [6694] DEBUG: enctype = 7:7
05 2011-01-28 17:31:40: [6694] DEBUG: (encklen = 128:128)
06 2011-01-28 17:31:40: [6694] DEBUG: hashtype = SHA:SHA
07
8%
10.06.2015
that at an online MCrypt man page [22]. Using mcrypt is very similar to the other Crypt replacement tools (Listing 11).
Listing 11
Using MCrypt
$ ls -s
total 7288
196 hpc_001.html 7092 MFS2007.pdf
8%
03.08.2023
store the backup in cloud storage services like Amazon S3, Google Cloud Storage, or Azure Blob Storage. For example, to store the backup in an S3 bucket, you would use a command like
BACKUP DATABASE mydb
8%
02.07.2014
using GNU’s autoconfigure before. The steps are quite easy:
./configure --with-ssh --without-rsh
make
make install
This puts the binaries into /usr/local/
, which is fine for testing purposes