Search
You can find the results of your search below.
Fulltext results:
- zfs
- tils-linux </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD''' pool <code> sudo zfs create LXD/lab sudo zfs set mountpoint=/lab LXD/lab </co... > <code> sudo zfs destroy LXD/lab </code> ===== create pool ===== Pool can be created on disk or partition. In case of partition this is an example <code> Numb
- zfs-on-root @tips:ubuntu
- itramfs </code> ===== Disk ===== Reset disk and create GPT partition schema <code> DISK=/dev/disk/by-id/... K sgdisk -n1:0:0 -t1:BF01 $DISK </code> Create pool or ... <code bash> zpool create -o ashift=12 \ -O atime=off -O canmount=off -O compression=lz4... ubfolders zfs mount rpool/ROOT/ubuntu </code> or create raidz pool <code bash> zpool create -O atime=off
- iredmail
- ocker-compose install * zfs install on docker create volumes <code> docker volume create iredmail_backup # Backup copies docker volume create iredmail_mailboxes # All users' mailboxes docker volume create iredmail_mlmmj # mailing list data doc
- lxd
- de> apt remove lxd lxd-client snap install lxd # create zfs dataset on pool rpool zfs create rpool/lxd # create lxd storage called zfspool using previous defined dataset lxc storage create zfspool zfs source=rpool/lxd # define default st
- postgres @tips:db
- ianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoauth <code> CREATE USER gianoauth WITH ENCRYPTED PASSWORD 'xxx' LOGIN NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICATION; </code> ... create database and schemas ... grant operations on schem
- install @tips:archlinux
- fs/master/init | bash </code> ===== ext4 ===== create partition <code> DISK=ata-SSDPR-CX400-256-G2_GY30... installation_guide ==== ZFS ==== Reset disk and create GPT partition schema <code> DISK=/dev/disk/by-id/... K sgdisk -n1:0:0 -t1:BF01 $DISK </code> Create pool or ... <code bash> zpool create -o ashift=12 \ -O atime=off -O canmount=off -O normalization=f
- git
- sh --set-upstream origin master </code> ===== create branch with current changes ===== <code> git che... == [[https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches|reference]] create locally <code> git branch [name_of_your_new_branc... ] git checkout [name_of_your_new_branch] </code> create or update remotly <code> git push --set-upstream
- borg
- ====== Borg Backup ====== create new repository for backup on empty folder <code> REPO=nero mkdir -p /ru... a/scipio/backup/$TARGET borg --verbose --progress create --stats --exclude "*.old" ./::$TAG-$(date --iso-8... a/scipio/backup/$TARGET borg --verbose --progress create --stats ./::$TAG-$(date --iso-8601)-$TAG /home/sc
- cordova
- date -g </code> ===== Install Android SDK ===== Create /etc/etc/profile.d/android.sh or add in .bash_pro... latform-tools </code> ===== Project ===== ==== Create project ==== <code> cordova create /lab/peper-memory org.csgalileo.peper.memory PeperMemory </code> Add
- keras
- port tensorflow as tf K.set_learning_phase(0) # create model and load weights or ... # model = create_model() # model.load_weights(args.input) # ... load h5 mo... e_graph: %s" % model.output.op.name) print("Model created in: %s" % args.output) </code> result <code> /t
- ionic
- ython-pip sudo pip install nodeenv </code> ===== Create library ===== <code bash> LIB=<some-path> nodeen... ub.com/Cloudoki/ImageDetectionCordovaPlugin.git # create pacakge.json in ImageDetectionCordovaPlugin cd te
- k0s
- o mkdir -p /etc/k0s ubuntu@k0s-ctrl:~$ k0s config create | sudo tee /etc/k0s/k0s.yaml ubuntu@k0s-ctrl:~$ s... u file) <code> ubuntu@k0s-ctrl:~$ sudo k0s token create --role=worker --expiry=100h </code> Sul candida
- minikube
- nd Pgadmin on minikube ==== **Deploy Postgres** Create configuration file (.yaml) <code yaml postgres-co... prisedb.com/blog/how-deploy-pgadmin-kubernetes]] Create configuration file (.yaml) <code yaml pgadmin-con
- overpass
- ody; >; out skel qt; </code> export data in OSM create db <code> spatialite_osm_net -o fes.osm -d fes.sqlite -T roads echo 'SELECT CreateSpatialIndex('roads', 'geometry');' | spatialite
- pyramid
- ivate </code> start project **ztlbrain** <code> pcreate --scaffold alchemy ztlbrain cd ztlbrain python se... ivate </code> start project **ztlbrain** <code> pcreate --scaffold aio_websocket ztlbrain cd ztlbrain pyt