Search found 5 matches

by admin
Fri Apr 24, 2026 5:46 pm
Forum: Server Related
Topic: Enable SSL certs EVERYWHERE local w/ Lets Encrypt
Replies: 0
Views: 141

Enable SSL certs EVERYWHERE local w/ Lets Encrypt

Create Cloudflare account and login.
Domains > Overview > Add Domain > domainhere.com
Wait for Cloudflare to delegate (doesn't take too long (under 10mins for me)).

Change Bluehost domains to use Cloudflare NS (your CF NS hostnames could be different).
irma.ns.cloudflare.com
lou.ns.cloudflare ...
by admin
Fri Feb 06, 2026 5:27 pm
Forum: Nextcloud
Topic: update workaround
Replies: 1
Views: 624

nextcloud update workaround

update from ssh

Code: Select all

sudo -u www-data php occ maintenance:mode --on

sudo -u www-data php updater/updater.phar

sudo -u www-data php occ upgrade

sudo -u www-data php occ maintenance:mode --off
by admin
Fri Feb 06, 2026 5:21 pm
Forum: Nextcloud
Topic: update workaround
Replies: 1
Views: 624

update workaround

If the verification fails, the .step file contains something like “{“state”:“start”,“step”:5}”. Deletion of the file allows only to start the update process from the first step.
Now I changed the .step file content to “{“state”:“end”,“step”:5}”, which enables the update process to just continue with ...
by admin
Fri Feb 06, 2026 3:26 pm
Forum: Windows
Topic: windows samba tuning
Replies: 3
Views: 860

Intel X520 DA1 conf

interrupt modulation		enabled
interrupt modulation rate	adaptive
ipsec offload			disabled
ipv4 checksum offload rx +tx 	enabled
large send offload v2 ipv4	disabled
max RSS queue			4
packet priority & vlan 		both enabled
tcp checksum offload ipv4	enabled
udp checksum offload ipv4	enabled
by admin
Mon Jan 23, 2023 8:00 pm
Forum: Zoneminder
Topic: Storage Permission Denied
Replies: 0
Views: 22377

Storage Permission Denied

mount.cifs //192.168.1.10/6tb /media/6tb -o credentials=/home/zemerdon/cifs_cred2,uid=33,gid=33,file_mode=0755,dirmode=0755
mount.cifs //192.168.1.10/archive /media/archive -o credentials=/home/zemerdon/cifs_cred2,uid=33,gid=33,file_mode=0755,dirmode=0755

Make sure storage is mounted as www-data.