• 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.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (43)
  • projects (18)
  • wiki (3)
  • kubernetes (2)
  • madmax (1)
  • playground (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

zfs @tips
17 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 partition. In case of partition this is an example <code> Numb
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
docker @projects:zibaldone:linux
13 Hits, Last modified: 3 years ago
===== get a docker-compose.yml file and edit it create and run in background <code> docker-compose up -d... restore/ rsync -av $SOURCE $TARGET </code> ===== create image ===== * https://dockerlabs.collabnix.com/... , alpine for example <code> docker pull alpine # create a new container on alpine image docker run -dit a... id docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 3fdbad8aa
iredmail @tips
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 @tips
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
9 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
mdm @projects
8 Hits, Last modified: 4 years ago
ase === <code> # su - postgres $ psql postgres=# CREATE USER hmdm WITH PASSWORD 'password'; postgres=# CREATE DATABASE hmdm WITH OWNER=hmdm; postgres=# \q </code... ======= Make sure you've installed PostgreSQL and created the database: # CREATE USER hmdm WITH PASSWORD 'topsecret'; # CREATE DATABASE hmdm WITH OWNER=hmdm; Pos
syntax @wiki
8 Hits, Last modified: 5 years ago
s <del>deleted</del> as well. **Paragraphs** are created from blank lines. If you want to **force a newli... zed, too. ==== Internal ==== Internal links are created by using square brackets. You can either just gi... nal [[pagename|link text]]. Internal links are created by using square brackets. You can either just gi... ki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enable
iotaiuto_skill @projects:internetofthings
7 Hits, Last modified: 5 years ago
com/iam/home?region=eu-west-1#security_credential|create security credential]] * Alexa developer consol... com/alexa/console/ask|amazon alexa console]]: * create skill with name, default language and smart home ... console]] * open services -> IAM * roles -> create role -> AWS service and Lambda -> Next: permissio... iuto * open services -> lambda -> [Ireland] * create function from scratch with: * function name '
proxmox @tips
6 Hits, Last modified: 4 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
plate @projects
5 Hits, Last modified: 3 years ago
be used for the test set percentage_test = 10; # Create and/or truncate train.txt and test.txt file_train... </code> Write 001 inside Image Dir box and load Create a label for each image After that, exit and create a new directory inside Label <code> mkdir output </co... convert.py <code> python convert.py </code> Now create test.txt and train.txt with process.py <code> pyt
googlehome @projects:internetofthings
5 Hits, Last modified: 8 years ago
====== GOOGLE HOME ====== * Create a new project in the [[https://console.cloud.google.com/home/dashbo... internetofthings:migrazione.png?nolink&400|}} * Create a new project in the developer console.[[https://... /Import project, give it a name (The same project created by the Google Cloud platform above) {{:projects:... nternetofthings:addproject.png?nolink&400|}} * Create an Action, under the build section. Add in your u
influxdb @projects:internetofthings
5 Hits, Last modified: 6 years ago
nf and <code> systemctl restart influxdb </code> create database <code> root@graphite:~# influx Connected... 086 version 1.2.1 InfluxDB shell version: 1.2.1 > create database captive > CREATE USER "captive" WITH PASSWORD 'captive' WITH ALL PRIVILEGES > show databases nam... value from browser;') </code> retention <code> CREATE RETENTION POLICY "a_year" ON "test" DURATION 52w
playground @playground
4 Hits, Last modified: 3 years ago
]->[1.add from sqlalchemy.schema import Sequence, CreateSequence] [1.add from sqlalchemy.schema import Sequence, CreateSequence]->[2.add op.execute(CreateSequence(Sequence('table_id_seq'))) in upgrade] [2.add op.execute(CreateSequence(Sequence('table_id_seq'))) in upgrade]->[
git @tips
4 Hits, Last modified: 7 years ago
homeassistant @projects:internetofthings
4 Hits, Last modified: 3 years ago
server @projects:livenet
4 Hits, Last modified: 8 years ago
borg @tips
3 Hits, Last modified: 5 years ago
cordova @tips
3 Hits, Last modified: 11 years ago
keras @tips
3 Hits, Last modified: 6 years ago
welcome @wiki
3 Hits, Last modified: 5 years ago
loadbalancing @kubernetes
2 Hits, Last modified: 12 months ago
ionic @tips
2 Hits, Last modified: 8 years ago
k0s @tips
2 Hits, Last modified: 13 months ago
minikube @tips
2 Hits, Last modified: 4 years ago
openspec @tips
2 Hits, Last modified: 2 weeks ago
overpass @tips
2 Hits, Last modified: 5 years ago
rocm @tips
2 Hits, Last modified: 3 days ago
shinobi @projects:internetofthings
2 Hits, Last modified: 8 years ago
image-build @projects:livenet
2 Hits, Last modified: 8 years ago
docs @projects:wamp
2 Hits, Last modified: 9 years ago
vscode @projects:zibaldone
2 Hits, Last modified: 3 months 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
orin
1 Hits, Last modified: 3 years ago
traefik @kubernetes
1 Hits, Last modified: 12 months ago
huawei @madmax
1 Hits, Last modified: 2 years ago
blender @tips
1 Hits, Last modified: 6 months ago
cvat @tips
1 Hits, Last modified: 5 years ago
fail2ban @tips
1 Hits, Last modified: 7 years ago
gnss @tips
1 Hits, Last modified: 3 years ago
jibri @tips
1 Hits, Last modified: 3 years ago
pcb @tips
1 Hits, Last modified: 5 years ago
pypi @tips
1 Hits, Last modified: 3 years ago
pypy @tips
1 Hits, Last modified: 8 years ago
sqlite @tips
1 Hits, Last modified: 6 years ago
ssl @tips
1 Hits, Last modified: 7 days ago
taskfile @tips
1 Hits, Last modified: 3 years ago
telegram @tips
1 Hits, Last modified: 4 years ago
tmux @tips
1 Hits, Last modified: 9 years ago
video @tips
1 Hits, Last modified: 5 years ago
dokuwiki @wiki
1 Hits, Last modified: 5 years ago
esphome @projects:internetofthings
1 Hits, Last modified: 4 years ago
orangepizero2 @projects:internetofthings
1 Hits, Last modified: 13 months ago
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified: 3 years ago
scipiodev @projects:livenet
1 Hits, Last modified: 8 years ago
virtualization @projects:livenet
1 Hits, Last modified: 6 years ago
11-ns-network @projects:openstack-ansible
1 Hits, Last modified: 17 hours ago
checkin @tips:galileo
1 Hits, Last modified: 3 years ago
networknamespaces @tips:linux
1 Hits, Last modified: 7 years ago
kinectv2 @tips:sensors
1 Hits, Last modified: 11 years ago
simon @tips:speech
1 Hits, Last modified: 9 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