Search
You can find the results of your search below.
Fulltext results:
- Rsync @home_server:home_server_setup:other_services
- t creates a full-blown snapshot for each run, but makes extensive use of [[http://www.linfo.org/hard_lin... actly like full-blown copies (in every way). This makes Rsnapshot a great choice for server backups. Thi... the output of the command. For example, this will make a copy of ''~/tmp'': <code>rsync -azv --dry-run /... ode>UserKnownHostsFile ~/.ssh/known_hosts</code> Make these changes active by restarting the ssh servic
- KPTree Torrent VM Setup @home_server
- ck interface iif lo counter accept # Make sure that you can communicate within your own net... ck interface oif lo counter accept # Make sure that you can communicate within your own net... ck interface iif lo counter accept # Make sure that you can communicate within your own net... oifname $lan daddr $wan_ip4 counter drop # Make sure that you can communicate within your own net
- Web Server setup @home_server
- ns [[http://askubuntu.com/questions/172937/how-to-make-subdomains-point-to-different-local-ip-addresses|How to make subdomains point to different local IP addresses?
- Docker mailserver @docker_notes
- This is called a foreign key. A “delete cascade” makes sure that if a domain is deleted that all user a... t-hand side (LHS) and a right-hand side (RHS). To make Postfix get information about virtual domains fro... ns as long as there is a result. Now you need to make Postfix use this database mapping: ''postconf vir... the recipient’s email directory. But we will not make Postfix save the email to disk. We will delegate
- Formatting Syntax @wiki
- ports some simple markup language, which tries to make the datafiles to be as readable as possible. This... are recognized, too. Please note that these only make sense in a homogeneous user group like a corporat... Level 5 == By using four or more dashes, you can make a horizontal line: ---- ===== Media Files =====... l 3 | To connect cells horizontally, just make the next cell completely empty as shown above. Be
- Docker nginx / php notes @docker_notes
- -file jnlp; application/x-makeself run; applicatio... he defined directory ; and below. This directive makes most sense if used in a per-directory ; or per-v... ). It is no security ; threat in any way, but it makes it possible to determine whether you use PHP ; o... not to add the httpOnly flag to the cookie, which makes it ; inaccessible to browser scripting languages
- KPTree - Home Desktop Setup @home_server
- getting long in tooth and needed a new card if I make a new build. Graphics cards are also excessively... I use on my Linux desktop **L**\\ *First up to make easier to load up system *Nextcloud Windows ... te that the author fairly and reasonably wants to make money from the product he has worked on, however ... lower pricing to increase market penetration and make more sales, hence overall more profit. Sadly I co
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- ntly seen in these extended command chains didn't make them seem more approachable, either. For example,... mmand lines you're presumably here to learn. They make it possible to treat individual, simple utilities... o so globally. Without the g on the end, sed only makes a single replacement per line of text, as we see... spaces." This kind of preliminary processing can make reading a text file full of tons of output much e
- NFTables Configuration @linux_router
- v6.conf.all.forwarding=1'' similar for ipv6 Also make permanent in ''/etc/sysctl.conf'', by ensuring ''... , priority (0) and policy (drop), any packet that makes it way through all the table chain is at the end... priority (0) and policy (accept), any packet that makes it way through all the table chain is at the end... no usage since I first experimented. The LAN DNS makes it unnecessary. I have recently been using Traef
- KPTree Recipes @personal
- . Care needs to be taken as imported tablespoons make be the more internationally common 15mL. **Tempe... for a not filled version, the cottage cheese base makes up for this. ===Ingredients - base=== *250gr c... ing each pancake. If using butter careful not to make too hot and burn the butter. NOTE: The dough is ... added for flavour, not to caramelise, burning it makes it unpleasantly bitter) -Cook for a further 10
- Wireguard VPN access from WAN to LAN @linux_router
- , priority (0) and policy (drop), any packet that makes it way through all the table chain is at the end... priority (0) and policy (accept), any packet that makes it way through all the table chain is at the end... re some notes on troubleshooting this issue. - Make sure the public keys are properly shared and matc... nd. As the Wireguard is not very chatty this can make it difficult to error check. The iOS app seems to
- snapraid @home_server:home_server_setup:other_services
- untu Server]] <code bash>apt-get install gcc git make -y cd wget https://github.com/amadvance/snaprai... napraid-13.0.tar.gz cd snapraid-13.0/ ./configure make make check make install cd .. cp ~/snapraid-13.0/snapraid.conf.example /etc/snapraid.conf cd .. rm -rf snap
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- the best PDF tools I have used, alas they do not make a Linux version of this. so I purchased a licens... nloads and installs these packages manually. This makes it possible to install these packages even if no... ng keys or fingerprints is time sensitive! Please make sure of that before you run FIX ERRORS. If you ha... stalled packages again.\\ ATTENTION: This command makes it impossible to DOWNGRADE PACKAGES on systems w
- Docker - diun & ntfy @docker_notes
- ion for this notification system, which basically makes it of less value for me. A notification applica... ssions: # If you are running ntfy with systemd, make sure this cache file is owned by the # ntfy use... ssions: # If you are running ntfy with systemd, make sure this user database file is owned by the # ... ssions: # If you are running ntfy with systemd, make sure this log file is owned by the # ntfy user
- Reverse Proxy Server - Traefik @docker_notes
- </color> ++++Old, tl;dr;| Sadly Godaddy does not make it as transparent as it should be to access their... ed - "traefik.docker.network=proxy" # Make Traefik use this domain in HTTP - "traefik.... me.middlewares=linkwarden-https-redirect" # Make Traefik use this domain in HTTPS - "traefik... s.container_name.loadbalancer.server.port=3000" # make sure the loadbalancer is the last line!! </code>