I hereby claim:
- I am netcreatoreu on github.
- I am netcreator (https://keybase.io/netcreator) on keybase.
- I have a public key whose fingerprint is 1346 33D1 6EFD A5AC B574 8CAC 5C04 9BB4 0509 5509
To claim this, I am signing this object:
#!/usr/bin/env python | |
import xml.etree.ElementTree as ET | |
import requests | |
url = 'https://<ZIMBRA_SERVER_URL>:7071/service/admin/soap' | |
headers = { 'Content-Type': 'application/soap+xml' } | |
# Get the credentials through zmlocalconfig | |
# zmlocalconfig zimbra_user |
#!/bin/bash | |
set -e | |
############################################################################### | |
# This script tries to repair a Time Machine *network* backup (i.e. an APF | |
# share containing a sparsebundle) that is shared over a network using e.g. an | |
# Apple TimeCapsule, a NAS, Raspberry PI, ... | |
# The script must be run on the computer that created the backup | |
# |
# allow that much active connections | |
net.core.somaxconn = 256000 | |
# do less swap but not disable it | |
vm.swappiness = 1 | |
# allow application request allocation of virtual memory | |
# more than real RAM size (or OpenVZ/LXC limits) | |
vm.overcommit_memory = 1 |
I hereby claim:
To claim this, I am signing this object:
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |