create

Search

You can find the results of your search below.

Nextcloud Container @docker_notes
14 Hits, Last modified:
edit config/type of a Circle circles:manage:create create a new circle circles:manage:destroy destroy a circle by its ID ... Set a system config value dav dav:create-addressbook Create a dav addressbook dav:create-calendar Create a da
Docker Deluge Image / Service @docker_notes
10 Hits, Last modified:
'docker build -t deluge-openvpn-nftables .'' - to create the image deluge-openvpn-nftables *''docker run... ying ++macvlan option|<code bash> docker network create -d macvlan \ --subnet=192.168.1.0/24 \ ... re and this worked a beaut. * Need to manually create ++/dev/net/tun|<code bash> #!/bin/sh mkdir -p /d... e that NFS server is running. <code>docker volume create --driver local \ --opt type=nfs \ --opt o=add
Reverse Proxy Server @docker_notes
5 Hits, Last modified:
cker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [enable_line... iles/traefik-portainer-ssl/traefik|here]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>docker network create proxy</code> <code bash [enable_line_numbers="tru... ne_numbers="true"]>docker-compose up -d --force-recreate</code>\\ Folder Structure: <code>./traefik ├── da
Docker-Compose @docker_notes
13 Hits, Last modified:
d** *''%%docker-compose up -d --build --force-recreate%%'' * ''-d'' * ''%%--build%%'' on require... se includes building an image * ''%%--force-recreate%%'' *''docker-compose down'' *''docker-compos... ===Networking===== By default Docker-Compose will create a new network for the given compose file. You can... fining custom networks in your compose file. ====Create and assign custom network==== *Example:* <code y
KPTree - MSWindows Setup @home_server
3 Hits, Last modified:
art and select so). Then run following command to create a simlink to NAS stored iTunes library: ''%%mklin... Tunes%%''. The command should state symbolic link created as given in original command. -The backup file... e current document%% *%Ctrl-n or Ctrl-Alt-F2 to create new document%% *[[https://www.computerhope.com
Docker @docker_notes
17 Hits, Last modified:
a more complex iptable configuration I could have created a file called iptables-docker.rules in /etc/ipta... changes are made the container will need to be recreated. This is effectively only for simple basic fil... ty addition command is: <code bash> docker volume create portainer_data docker run -d -p 9443:9443 --name=... s -a'' | Show a list of all containers| |''docker create IMAGE'' | Create a new container| |''docker start
Docker Host @docker_notes
1 Hits, Last modified:
ime. When I started playing around with Docker to create my own container images I preferred use of the Al
KPTree - Email Server Setup @home_server
6 Hits, Last modified:
T_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; SET SESSION sql_mod... T_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; SELECT @@SQL_MODE, ... ]]. Whereas for my router setup I have more fully created my own notes.\\ Unfortunately the certbot site ... installer directory, disable access in apache2: create new file: ''/etc/apache2/sites-available/roundcub
VIM Editor @home_server:home_server_setup:other_services
5 Hits, Last modified:
ckground terminal windows I prefer to use. Simply create the file on home directory, ".vimrc" (''vim ~/.vi... bs===== ^ Vim Command ^ Action ^ | :tabnew | Creates a new tab | | gt | Show next tab | | :tabfi... lding===== ^ Vim Command ^ Action ^ | zf#j | creates a fold from the cursor down # lines | | zf/v | string creates a fold from the cursor to string | | zf | ope
ansible @tech_notes
3 Hits, Last modified:
s'' The ''sshpass'' package must be installed. *Create a file ansible.cfg in your current folder with th... de>[defaults] host_key_checking = false</code> *create password less login to remote machines *''ssh-keygen'' will create an ssh key pair *''ssh-copy-id -i ~/.ssh/id_r
Docker mailserver @docker_notes
23 Hits, Last modified:
ail. So the following seems to meet my needs: *create file ''ll.sh'' *<code>#!/bin/sh exec ls -la "... 'sqlite3 /app/mailserver.db'' to start sqlite and create or open mailserver.db. *''.open /app/mailserver... u want to receive email for.| This SQL statement creates a table like that: ===sql code=== <code sql>CREATE TABLE IF NOT EXISTS `virtual_domains` ( `id` int(11)
ssh with key files @tech_notes
5 Hits, Last modified:
e of ''sudo'' should not be necessary as the keys created should be user based.</fc> =====ssh-keygen====== The ''ssh-keygen'' command is used to create ssh key pairs //Use ''man ssh-keygen'' to see op... / ====ssh-keygen default==== * ''ssh-keygen'' creates a SSH key pair. The defaults are: * home di... === * ''ssh-keygen -f .ssh/key-with-password'' creates a SSH key with non-default name and location. T
Manjaro Setup Notes @home_server:home_server_setup:other_services
2 Hits, Last modified:
options --- own_window yes # Conky creates its own window instead of using desktop own_wind... populate archlinux manjaro''\\ These two commands create a fresh key for you and (re-)install all keys fro
Docker nginx / php notes @docker_notes
17 Hits, Last modified:
d'' is a default override directory, so it can be created on use. ====/usr/share/nginx/==== ++++/usr/s... ctory ''/etc/nginx/http.d/'' should already exit. Create test.conf. ++++/etc/nginx/http.d/test.conf| <code... nabled, the ENV, REQUEST and SERVER variables are created when they're ; first used (Just In Time) instead... at handle many sessions. ; ; NOTE 1: PHP will not create this directory structure automatically. ;
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
s for ISC Kea DHCP server. Install if you plan to create any custom Kea hooks.|Probably do not need.| |isc
KVM Setup @home_server:home_server_setup
8 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
3 Hits, Last modified:
Docker - DNS Server @docker_notes
2 Hits, Last modified:
Nginx @tech_notes
2 Hits, Last modified:
Python Programming Notes @python
1 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
29 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
2 Hits, Last modified:
Router Miscellaneous @linux_router
8 Hits, Last modified:
NFTables Configuration @linux_router
3 Hits, Last modified:
Network Setup @home_server:home_server_setup
9 Hits, Last modified:
DHCP / DNS Setup @linux_router
1 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
2 Hits, Last modified:
Router VM @linux_router
1 Hits, Last modified:
Dokuwiki @docker_notes
3 Hits, Last modified:
git @tech_notes
4 Hits, Last modified:
Web Server setup @home_server
20 Hits, Last modified:
samba @home_server:home_server_setup:other_services
14 Hits, Last modified:
boot tools @tech_notes
1 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
2 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
KPTree Torrent VM Setup @home_server
12 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
1 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified:
NFTables IP Control @linux_router
1 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
Formatting Syntax @wiki
8 Hits, Last modified:
Welcome to your new DokuWiki @wiki
3 Hits, Last modified:
DokuWiki @wiki
1 Hits, Last modified: