16%
09.01.2013
/one/oned.conf
01 VM_HOOK = [
02 name = "vm_switchon",
03 on = "RUNNING",
04 command = "account.sh",
05 arguments = "on $ID" ]
06
07 VM_HOOK = [
08 name = "vm_switchoff",
09
16%
26.01.2025
Name .. .. }
03
04 resource devcenterGallery 'Microsoft.DevCenter/devcenters/galleries@2024-02-01' = {
05 name: galleryName
06 parent: devcenter
07 ...
08 dependsOn: [
09 readGalleryRole
10
16%
09.10.2017
dir=os.path.dirname(path)
07 if dir and not os.path.exists(dir):
08 os.makedirs(dir)
09 if os.path.basename(path):
10 bucket.download_file(path,path)
11
12 bname='prosnapshot'
13
16%
28.11.2021
edit podman.socket
08 mkdir -p /etc/systemd/system/podman.socket.d
09 cat >/etc/systemd/system/podman.socket.d/override.conf
10 [Socket]
11 SocketMode=0660
12 SocketUser=root
13 Socket
16%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17
16%
16.10.2012
to the screen (STDOUT; line 15).
Listing 1: SSH Script
01 #!/usr/bin/php
02
03
04 $ssh = ssh2_connect('192.168.1.85', 22);
05 ssh2_auth_password($ssh, 'khess', 'password');
06 $stream = ssh2_exec
16%
05.02.2019
|
+----+-----------+---------------------+
| 10 | Some data | 2018-09-10 17:19:13 |
+----+-----------+---------------------+
The form well known from Oracle,
SELECT demo_seq.nextval;
only works if MariaDB has been switched to Oracle mode
16%
22.12.2017
.linux-magazin.de;
04
05 root /var/www/www.linux-magazin.de;
06 index index.html index.htm;
07
08 # Let's Encrypt Challenge
09 #
10 location ~ /.well-known {
11 allow all;
12 }
13
14
16%
11.10.2016
psutil module - this is needed for this application.";
09 print "Exiting..."
10 sys.exit();
11 # end if
12
13
14 try:
15 import matplotlib.pyplot as plt; # Needed for plots
16 except:
17
16%
16.05.2013
** ** ** ** ** **$apache_package_name = 'apache2'
04 ** ** ** **}
05 ** ** ** **/(RedHat|CentOS|Fedora)/: {
06 ** ** ** ** ** **$apache_package_name = 'httpd'
07 ** ** ** **}
08 ** **}
09
10 package { $webserver