• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป create

create

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:ubuntu (5)
  • tips:vpn (2)
  • tips:archlinux (1)
  • tips:blender (1)
  • tips:db (1)
  • tips:galileo (1)
  • tips:gameengine (1)
  • tips:linux (1)
  • tips:sensors (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

zfs-on-root @tips:ubuntu
17 Hits, Last modified: 8 years ago
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
zfs
15 Hits, Last modified: 3 years ago
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 partit... 9 8.0 MiB BF07 # ??? </code> <code> zpool create lxd /dev/sda4 </code> ===== docker ===== <code>
iredmail
12 Hits, Last modified: 4 years ago
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
12 Hits, Last modified: 6 years ago
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
install @tips:archlinux
10 Hits, Last modified: 3 years ago
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
postgres @tips:db
7 Hits, Last modified: 7 years ago
ianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoauth <code> CREATE USER gianoauth WITH ENCRYPTED PASSWORD 'xxx' LOGIN NOSUPERUSER INHER... TEDB NOCREATEROLE NOREPLICATION; </code> ... create database and schemas ... grant operations on sch... DATABASE giano SET search_path TO auth; </code> create superuser <admin> with password <code> createuser
proxmox
5 Hits, Last modified: 7 weeks ago
" # A descriptive name for the template itself # Create the VM with your specified hardware qm create $VMID \ --name $VM_NAME \ --memory 8192 \ --cores 2 \... template with two disks 50G size <code="bash"> # Create a temporary directory to work in mkdir /tmp/cloud... se a different size) qm resize $VMID scsi0 50G # Create a cloud-init drive # IMPORTANT: Replace 'local-lv
git
4 Hits, Last modified: 7 years ago
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
3 Hits, Last modified: 5 years ago
====== 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
3 Hits, Last modified: 11 years ago
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
ionic
2 Hits, Last modified: 8 years ago
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
2 Hits, Last modified: 13 months ago
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
keras
2 Hits, Last modified: 6 years ago
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
minikube
2 Hits, Last modified: 4 years ago
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
pyramid
2 Hits, Last modified: 10 years ago
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
rocm
2 Hits, Last modified: 4 days ago
fluid @tips:blender
2 Hits, Last modified: 11 years ago
minecraft @tips:gameengine
2 Hits, Last modified: 8 years ago
18.04 @tips:ubuntu
2 Hits, Last modified: 7 years ago
xenial @tips:ubuntu
2 Hits, Last modified: 8 years ago
openvpn @tips:vpn
2 Hits, Last modified: 8 years ago
blender
1 Hits, Last modified: 7 months ago
fail2ban
1 Hits, Last modified: 7 years ago
jibri
1 Hits, Last modified: 3 years ago
openspec
1 Hits, Last modified: 5 weeks ago
overpass
1 Hits, Last modified: 5 years ago
pcb
1 Hits, Last modified: 5 years ago
pypi
1 Hits, Last modified: 3 years ago
pypy
1 Hits, Last modified: 8 years ago
sqlite
1 Hits, Last modified: 6 years ago
ssl
1 Hits, Last modified: 3 weeks ago
telegram
1 Hits, Last modified: 4 years ago
tmux
1 Hits, Last modified: 9 years ago
video
1 Hits, Last modified: 5 years ago
checkin @tips:galileo
1 Hits, Last modified: 4 years ago
networknamespaces @tips:linux
1 Hits, Last modified: 7 years ago
kinectv2 @tips:sensors
1 Hits, Last modified: 11 years ago
17.10 @tips:ubuntu
1 Hits, Last modified: 8 years ago
locale @tips:ubuntu
1 Hits, Last modified: 8 years ago
univr @tips:vpn
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki