14%
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
14%
11.09.2018
:
Figure 2: You can learn a few useful things about Kubernetes by rummaging around the dashboard in Minikube.
$ minikube dashboard
The dashboard is intended for commands that don't require root
14%
30.11.2025
"creating" $vmname
09
10 virsh suspend rhstorage
11 virt-clone -o rhstorage -n $vmname -f /var/lib/libvirt/images/$vmname.qcow
12 virsh resume rhstorage
13
14 oldmac="52:54:00:B4:DF:EB"
15 newmac
14%
02.08.2022
rid of local accounts altogether in favor of root on their SSH-only machines. Instead, a password for root worked everywhere in the setup and – with a little luck – was encrypted for storage
14%
20.05.2014
.get('/', root);
12
13 var server = http.createServer(app);
14 server.listen(app.get('port'), function() {
15 console.log('Express server listening on port ' + app.get('port'));
16
14%
02.06.2020
the production of salad greens.
Two categories of soilless farming techniques are used in vertical farming:
In systems that use the hydroponic nutrient film technique (NFT), the roots of greens
14%
03.12.2015
and choose the following layout in manual partitioning:
Root partition
Swap partition
Dedicated partition to provide storage space with virtual machines
Mark the dedicated partition
14%
11.04.2016
a password for root account and MySQL root account
Choose whether or not to use TurnKey backup
Turn on automatic updating of security patches
You'll want to install the security updates right away
14%
30.11.2025
(in days)
05 export CA_EXPIRE=3650
06
07 # Certificate validity (in days)
08 export KEY_EXPIRE=3650
09
10 # Predefined certificate values
11 export KEY_COUNTRY="DE"
12 export KEY_PROVINCE="BY"
13 export
14%
02.10.2017
to the snap’s source code. Also note the options listed under the commands
section, which lists the possible parameters you can send to the snap.
Listing 2: Getting wifi-ap
Snap Information
root