Search
You can find the results of your search below.
Fulltext results:
- Web Server setup @home_server
- ill change my Apache main configuration files to "example.org-http.conf" for http, port 80 and example.org-https.conf for https, port 443 services. ====Hostname====... he default website configuration ''sudo a2dissite example.com.conf'' *Reload or restart apache2 to ena... tup file: ''sudo vim /etc/apache2/sites-available/example.org-http.conf'' - main https (port 443) setup
- Docker mailserver @docker_notes
- any address in a domain) the source looks like “@example.org”. | |destination |The email address that the ... ains(id) ON DELETE CASCADE );</code> ====sqlite example test data==== The following test dat acan be used... PLACE INTO virtual_domains (id,name) VALUES ('1','example.org'); REPLACE INTO virtual_users (id,domain_id,... 1CG3aleIleu6lYjup2CIg0BP4M4YCZsO204Czz07W', 'john@example.org'); REPLACE INTO virtual_aliases (id,domain_i
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- <60px 60px 20px 20px 20px 20px>| ^ Command ^ example ^ LVM ^ PV ^ VG ^ LG ^ | s |... with errors like # "Corrupted MAC on input", for example, set this to a non-zero value # to have the rsync... ckup lvm://vg0/xen-home/ lvm-vg0/xen-home/ # EXAMPLE.COM #backup_exec /bin/date "+ backup of example.com started at %c" #backup root@example.com:/home/ exam
- Docker nginx / php notes @docker_notes
- ectives ; following the section heading [HOST=www.example.com] only apply to ; PHP files served from www.example.com. Directives set in these ; special sections ca... the output of your scripts to a function. For ; example, if you set output_handler to "mb_output_handler"... g blank. ; https://php.net/error-prepend-string ; Example: ;error_prepend_string = "<span style='color: #ff
- KPTree - Email Server Setup @home_server
- tion "Using Amazon Web Services" *For "Use of %%example.com%% and %%mail.example.com%%" use %%kptree.net%% and %%mail.kptree.net%% instead *For "Fire up an Ubun... ange... *Problems with running ''%%https://mail.example.com/postfixadmin/setup.php%%'' failed with debug ... ode> IMAP Client Settings Email address: admin@example.com Server Type: IMAP Server: mail.example.
- Docker - diun & ntfy @docker_notes
- the service (e.g. https://ntfy.sh or https://ntfy.example.com) # # This setting is required for any of the ... thub.io/blog/2020/sqlite-performance-tuning/)). # Example: # cache-startup-queries: | # pragma jou... address send to the push provider, e.g. `sysadmin@example.com` # - web-push-startup-queries is an optional ... To extend the default list, define them here. # # Example: # disallowed-topics: # - about # - pri
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- tab file belongs to (unless redirected). # # For example, you can run a backup of all your user accounts #... (5) and cron(8) # # m h dom mon dow command # Example of job definition: # .---------------- minute (0 ... when either field matches the current time. For example, "30 4 1,15 * 5" would cause a command to be run ... n't make them seem more approachable, either. For example, the sed man page weighs in at around 1,800 words
- Formatting Syntax @wiki
- links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... inks. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... t formats for maximum browser compatibility. For example consider this embedded mp4 video: {{video.mp4|... the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. ===== Lis
- Rsync @home_server:home_server_setup:other_services
- " mode to show you the output of the command. For example, this will make a copy of ''~/tmp'': <code>rsync ... d_rsa.pub pi@BlackRPi exit</code> Now repeat the example above: <code>sudo rsync -azv -e ssh pi@RedRPi:/ho... dRPi system) has the appropriate permissions. For example, this will fail: <code>sudo rsync -azv -e ssh pi... s can be done with OpenSSH’s -o option. Here’s an example in which we run the hostname command on a remote
- Docker-Compose @docker_notes
- file. ====Create and assign custom network==== *Example:* <code yaml> networks: custom-network: servic... `external: true` parameter in your compose file *Example:* <code yaml> networks: existing-network: e... -compose.html|Using volumes in Docker Compose]]) Example: Defines web_data volume: <code bash> docker vol... es using a name section as we did in the previous example. =====NFS File System not ready===== It is amazin
- KVM Setup @home_server:home_server_setup
- ility: ''sudo virt-clone %%--%%connect=qemu:%%//%%example.com/system -o this-vm -n that-vm %%--%%auto-clone... vert -O qcow2 -c image.qcow2_backup image.qcow2'' Example: A 11GB disk file I shrank without compression ba... [https://cdcvs.fnal.gov/redmine/projects/fcl/wiki/Example_checking_filesystems_for_a_virtual_machine|Example checking filesystems for a virtual machine]] *[[http:
- NFTables IP Control @linux_router
- ed to the system shell command interpreter. ++++ example: ''sudo crontab -e'' | <code> # Edit this file to... b file belongs to (unless redirected). # # For example, you can run a backup of all your user accounts ... and cron(8) # # m h dom mon dow command # Example of job definition: # .---------------- minute (0
- BASH Customisation @home_server:home_server_setup:other_services
- LE'' environment variable sets the default ++++An example alias file:| <code bash> # This is my current / u... community # Rename shared/config/bash_aliases.env.example and use it as a starter source ~/.bash_aliases.en... sh: ''exec bash'' The following command gives an example of time format control on ls command. %%ls -l --
- snapraid @home_server:home_server_setup:other_services
- eted file on data disk d1 *''snapraid fix -m -f Example/'' This will recreate the contents of any folder named Example anywhere in the array *''snapraid check -m -f Example/ -v'' If you are unsure what will happen you can r
- Docker init Systems @docker_notes
- tcloud#nextcloud_with_supervisord|Nextcloud (only example)]] There are other init systems out there that I... cker compose add the directive ''init: true'' see example below: ++++docker-compose.yml snippet| <code>serv