Search found 327 matches

by zemerdon
Wed Mar 04, 2026 1:56 pm
Forum: FoxESS Solar
Topic: HaOS FoxESS modbus force charge WORKING
Replies: 0
Views: 61

HaOS FoxESS modbus force charge WORKING

H3-10.0-Smart Inverter
Version_Master:v1.39
Version_Slave:v1.00
Version_ARM: v1.24

FoxESS EQ4800 41.93kw Battery
Version_BMS:v2.014

In the FoxESS Cloud 2.0 app set a singular work mode 00:00 -> 23:59 > self-use.

Use 'FoxESS - Modbus' integration for HaOS, mode selector. All modes working in ...
by zemerdon
Tue Feb 24, 2026 3:37 pm
Forum: Linux
Topic: weston amber
Replies: 0
Views: 178

weston amber

install weston
sudo apt install weston -y
install waydroid
sudo apt install curl ca-certificates -y
curl -s https://repo.waydro.id | sudo bash
sudo apt install waydroid -y
install xdotool
sudo apt install xdotool -y

run weston
weston
run waydroid first use, initialize and install gapps ...
by zemerdon
Sat Feb 21, 2026 9:35 pm
Forum: Gaming
Topic: Forza 5 reset
Replies: 0
Views: 196

Forza 5 reset

c: > users > public > public documents > remove steam folder

credential manager, remove virtualapp/didlogical
by zemerdon
Sat Feb 21, 2026 5:16 pm
Forum: Windows
Topic: Windows Theming
Replies: 0
Views: 218

Windows Theming

Winstep Nexus Dock (cairo dock alternative)
Rainmeter (overlays)
by zemerdon
Thu Feb 19, 2026 5:11 pm
Forum: Linux
Topic: google-chrome-stable seg fault
Replies: 0
Views: 249

google-chrome-stable seg fault

zemerdon@laptop:~/.config$ google-chrome-stable
[4671:4671:0220/030215.961417:FATAL:sandbox/linux/services/credentials.cc:131] Check failed: . : Permission denied (13)
Trace/breakpoint trap (core dumped)

[ 397.451614] audit: type=1400 audit(1771520550.222:47): apparmor="DENIED" operation ...
by zemerdon
Sat Feb 14, 2026 1:16 pm
Forum: Cisco
Topic: Cisco 3650 stack configuration
Replies: 0
Views: 409

Cisco 3650 stack configuration

show switch: Displays stack membership and status.
show switch detail: Provides detailed stack information.
switch X renumber Y: Changes a switch member number.
switch X priority Y: Changes the priority for master election

DO NOT CONNECT STACK CABLES

MASTER
show switch
conf t
switch 1 priority ...
by zemerdon
Sat Feb 14, 2026 10:48 am
Forum: Gaming
Topic: BeamNG Drive FIX
Replies: 0
Views: 332

BeamNG Drive FIX

create shortcut

Code: Select all

"C:\Program Files (x86)\Steam\steamapps\common\game\BeamNG.drive.exe" -nosteam
or

Code: Select all

C:\Program Files (x86)\Steam\steamapps\common\game\BeamNG.drive.exe -nosteam
by zemerdon
Fri Feb 13, 2026 5:48 pm
Forum: Plex
Topic: Debian ARC380 passthrough Debian 12
Replies: 0
Views: 392

Debian ARC380 passthrough Debian 12

intel_gpu_top: ../tools/intel_gpu_top.c:1932: init_engine_classes: Assertion `max >= 0' failed.

Code: Select all

apt install -t bookworm-backports linux-image-amd64 firmware-intel-graphics firmware-intel-misc mesa-va-drivers
by zemerdon
Tue Feb 10, 2026 10:46 am
Forum: pfSense
Topic: pfSense create alias(s) with ASN ip blocks, updated daily
Replies: 0
Views: 335

pfSense create alias(s) with ASN ip blocks, updated daily

create ongoing updated ASN ip lists for firewall aliases via pfblocker-ng.

crontab this on your webserver then create a custom pfblocker-ng ip list pointed to this file.

0 */6 * * * whois -h whois.radb.net -- '-i origin AS32934' | grep 'route:' | awk '{print substr($0, 17)}' > /ip_generator/ip ...
by zemerdon
Sun Feb 08, 2026 4:35 pm
Forum: Plex
Topic: whisperai ASR timeout after 3600s [NOT SOLVED]
Replies: 0
Views: 320

whisperai ASR timeout after 3600s [NOT SOLVED]

pico /opt/bazarr/bazarr/app/config.py

approx. line 330

# whisperai section
Validator('whisperai.endpoint', must_exist=True, default='http://127.0.0.1:9000', is_type_of=str),
Validator('whisperai.response', must_exist=True, default=5, is_type_of=int, gte=1),
Validator('whisperai.timeout ...
by zemerdon
Thu Feb 05, 2026 3:22 pm
Forum: Windows
Topic: windows samba tuning
Replies: 3
Views: 306

Windows samba config

powershell output

PS C:\Users\zemerdon> get-smbclientconfiguration

ConnectionCountPerRssNetworkInterface : 4
DirectoryCacheEntriesMax : 16
DirectoryCacheEntrySizeMax : 65536
DirectoryCacheLifetime : 10
DormantFileLimit : 1023
EnableBandwidthThrottling : False ...
by zemerdon
Thu Feb 05, 2026 3:21 pm
Forum: Windows
Topic: windows samba tuning
Replies: 3
Views: 306

Linux smb.conf

Version 4.22.6-Debian-4.22.6+dfsg-0+deb13u1~bpo12+1

/etc/samba/smb.conf

[global]

acl allow execute always = true
acl map full control = yes
deadtime = 60
getwd cache = yes
strict sync = no
sync always = no
use sendfile = true
strict allocate = Yes
read raw = yes
write raw = yes
strict locking ...
by zemerdon
Thu Feb 05, 2026 11:42 am
Forum: Windows
Topic: windows samba tuning
Replies: 3
Views: 306

windows samba tuning

powershell get current configuration

PS C:\Users\zemerdon> get-smbclientconfiguration

set a flag
[code]PS C:\Users\zemerdon> set-smbclientconfiguration -EnableBandwidthThrottling $False

Confirm
Are you sure you want to perform this action?
Performing operation 'Modify' on Target 'SMB Client ...
by zemerdon
Thu Feb 05, 2026 11:25 am
Forum: Linux
Topic: KDE new applications not showing in start menu
Replies: 0
Views: 309

KDE new applications not showing in start menu

Code: Select all

kbuildsycoca5 --noincremental
by zemerdon
Mon Feb 02, 2026 1:24 pm
Forum: Proxmox
Topic: proxmox lxc disable ipv6
Replies: 0
Views: 344

proxmox lxc disable ipv6

Add the following lines to /etc/sysctl.conf

Code: Select all

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
run

Code: Select all

sysctl -p
by zemerdon
Fri Jan 30, 2026 2:35 pm
Forum: Proxmox
Topic: openvpn-as lxc
Replies: 0
Views: 315

openvpn-as lxc

on Proxmox host:

check kernel version

uname -r

check headers exist

sudo apt search proxmox-headers-6.17.4-2-pve

install kernel headers

sudo apt install proxmox-headers-6.17.4-2-pve

install git

sudo apt install git -y

clone repositoty

git clone https://github.com/OpenVPN/ovpn-dco ...
by zemerdon
Tue Jan 27, 2026 6:12 pm
Forum: Android
Topic: Android find what application is using a port
Replies: 0
Views: 338

Android find what application is using a port

ADB from desktop to phone

** enable wifi debugging on phone

pair to phone
adb pair HOST[:PORT] [PAIRING CODE]

connect to phone
adb connect HOST[:PORT]

check protocol activity
adb shell cat /proc/net/udp
adb shell cat /proc/net/tdp

find package with uid
adb shell pm list packages --uid ...
by zemerdon
Sun Jan 25, 2026 10:55 am
Forum: Linux
Topic: find all ips from ASN and output to text file
Replies: 0
Views: 315

find all ips from ASN and output to text file

facebook - AS32934

whois -h whois.radb.net -- '-i origin AS32934' | grep 'route:' | awk '{print substr($0, 17)}' > ip_list.txt
by zemerdon
Sun Jan 18, 2026 11:42 am
Forum: Proxmox
Topic: CPU governors explained
Replies: 0
Views: 336

CPU governors explained

Generic Scaling Governors
CPUFreq provides generic scaling governors that can be used with all scaling drivers. As stated before, each of them implements a single, possibly parametrized, performance scaling algorithm.

Scaling governors are attached to policy objects and different policy objects ...
by zemerdon
Sun Jan 18, 2026 9:49 am
Forum: Server Related
Topic: Bazarr + Docker + Subgen setup (whisperai)
Replies: 2
Views: 335

subgen variables

TRANSCRIBE_DEVICE = CPU
WHISPER_MODEL = MEDIUM
CONCURRENT_TRANSCRIPTIONS = 2
WHISPER_THREADS = 16

https://github.com/McCloudS/subgen
by zemerdon
Sat Jan 17, 2026 11:59 am
Forum: Linux - Kernel/firmware/Repos
Topic: Debian Bookworm Repositories
Replies: 0
Views: 368

Debian Bookworm Repositories

deb http://mirror.aarnet.edu.au/debian/ bookworm contrib main non-free non-free-firmware
deb-src http://mirror.aarnet.edu.au/debian/ bookworm contrib main non-free non-free-firmware

deb http://mirror.aarnet.edu.au/debian/ bookworm-updates contrib main non-free non-free-firmware
deb-src http ...
by zemerdon
Sat Jan 17, 2026 11:58 am
Forum: Linux - Kernel/firmware/Repos
Topic: Debian Trixie Repositories
Replies: 0
Views: 285

Debian Trixie Repositories

deb http://deb.debian.org/debian/ trixie main non-free-firmware
deb-src http://deb.debian.org/debian/ trixie main non-free-firmware

deb http://security.debian.org/debian-security trixie-security main non-free-firmware
deb-src http://security.debian.org/debian-security trixie-security main non-free ...
by zemerdon
Thu Jan 15, 2026 2:51 pm
Forum: Zoneminder
Topic: zoneminder change date format for webui
Replies: 0
Views: 318

zoneminder change date format for webui

options -> system

DATETIME_FORMAT_PATTERN = dd.MM.yyyy 'at' HH:mm:ss

https://unicode-org.github.io/icu/userg ... ting-dates
by zemerdon
Thu Jan 15, 2026 1:04 pm
Forum: Cisco
Topic: Cisco 3650 third party tranceiver WORKING
Replies: 0
Views: 323

Cisco 3650 third party tranceiver WORKING

references:
https://www.experts-exchange.com/questions/29167702/SFP-Port-not-working.html
https://community.cisco.com/t5/switching/command-service-unsupported-transceiver/td-p/2557261
https://www.cisco.com/c/en/us/support/docs/interfaces-modules/gbics/200296-Unsupported-GBIC-SFP-in-sub-module-of ...
by zemerdon
Wed Jan 07, 2026 3:56 pm
Forum: Server Related
Topic: Bazarr + Docker + Subgen setup (whisperai)
Replies: 2
Views: 335

Re: docker subgen

docker update --restart=always containerid
docker update --restart=on-failure containerid

To start a container and set it to restart automatically on system reboot use

docker run -d --restart unless-stopped ecstatic_ritchie

Where ecstatic_ritchie is an example name specifying the container in ...
by zemerdon
Wed Jan 07, 2026 12:21 am
Forum: Server Related
Topic: Bazarr + Docker + Subgen setup (whisperai)
Replies: 2
Views: 335

Bazarr + Docker + Subgen setup (whisperai)

** go over and edit so this is more friendly **

root@whisperai:/home/zemerdon/subgen# history
1 apt install wget curl sudo
2 pico /etc/sudoers
3 apt install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
4 curl -fsSL https://download.docker.com/linux/debian/gpg ...
by zemerdon
Sun Jan 04, 2026 5:18 pm
Forum: Proxmox
Topic: proxmox disable lxc ipv6
Replies: 0
Views: 326

proxmox disable lxc ipv6

pico /etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
by zemerdon
Sun Jan 04, 2026 4:48 pm
Forum: Proxmox
Topic: Proxmox set persistent CPU frequency
Replies: 0
Views: 314

Proxmox set persistent CPU frequency

r720 r730XD set CPU governor

current govenor
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

current CPU freq
cat /proc/cpuinfo | grep "MHz"

available CPU governors
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors

set CPU governor
sudo echo "powersave" | sudo ...
by zemerdon
Sun Jan 04, 2026 3:31 pm
Forum: Server Related
Topic: Dell Poweredge ipmi fan script
Replies: 0
Views: 324

Dell Poweredge ipmi fan script

credit to https://github.com/Jono-Moss/R710-IPMI-Fan-Speed-Script/blob/main/setspeed.sh

#!/bin/bash

# IPMI IP address
IPMIHOST=10.0.0.4
# IPMI Username
IPMIUSER=fan-admin
# IPMI Password
IPMIPW=y0urPassw0rd
# Your IPMI Encryption Key
IPMIEK=0000000000000000000000000000000000000000
# Fan Speed ...
by zemerdon
Sat Jan 03, 2026 3:42 pm
Forum: Server Related
Topic: Dell r730XD ipmi adjust fan speed
Replies: 0
Views: 318

Dell r730XD ipmi adjust fan speed

enable ipmi in iDRAC -> network

login and password is iDRAC credentials

enable fan speed
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 0x01 0x00

adjust fan speed

fan speed 80%
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 0x30 ...
by zemerdon
Fri Jan 02, 2026 6:23 pm
Forum: Cisco
Topic: cisco switch not saving configuration
Replies: 0
Views: 294

cisco switch not saving configuration

enable
conf t
config-register 0x102
no system ignore startupconfig switch all
exit
reload
by zemerdon
Fri Jan 02, 2026 5:38 pm
Forum: Cisco
Topic: Cipher Mismatch/No shared cipher
Replies: 0
Views: 292

Cipher Mismatch/No shared cipher

conf t
#no crypto pki trustpoint TP-Self-Signed-xxxxxxxxxx
no ip http server
no ip http secure-server
ip http server
ip http secure-server
ip http authentication local
by zemerdon
Fri Jan 02, 2026 5:01 pm
Forum: Cisco
Topic: cisco 3650 recovery
Replies: 0
Views: 283

cisco 3650 recovery

non-booting

Code: Select all

flash_init
emergency-install usbflash0:/cat3k_caa-universalk9.16.12.14.SPA.bin
clean install firmware:

Code: Select all

format flash:
copy usbflash0:cat3k_caa-universalk9.16.12.14.SPA.bin flash:
software install file flash:/cat3k_caa-universalk9.16.12.14.SPA.bin new force
by zemerdon
Fri Jan 02, 2026 2:09 pm
Forum: Computer Educational Information
Topic: Cisco mdoel information
Replies: 0
Views: 333

Cisco mdoel information

WS-C3650-48PD-L

L = lanbase

S = ipbase

E = ipservices
by zemerdon
Tue Dec 30, 2025 11:46 am
Forum: Computer Educational Information
Topic: TCP Flags
Replies: 0
Views: 289

TCP Flags

They represent the TCP flags, indeed. RFC 793, 3.1 :

Control Bits: 6 bits (from left to right):

URG: Urgent Pointer field significant
ACK: Acknowledgment field significant
PSH: Push Function
RST: Reset the connection
SYN: Synchronize sequence numbers
FIN: No more data from sender

And additions ...
by zemerdon
Mon Dec 29, 2025 8:00 pm
Forum: Asus GT531G
Topic: Asus GT531GT rev.1.5 Schematics pdf
Replies: 0
Views: 363

Asus GT531GT rev.1.5 Schematics pdf

Asus GT531GT Revision v1.5 Schematics pdf
by zemerdon
Mon Dec 29, 2025 7:59 pm
Forum: Asus GT531G
Topic: Asus GT531GT revv1.4 Schematics pdf
Replies: 0
Views: 271

Asus GT531GT revv1.4 Schematics pdf

Asus GT531GT Revision v1.4 Schematics pdf
by zemerdon
Mon Dec 29, 2025 7:57 pm
Forum: Asus GT531G
Topic: Asus GT531GT Schematics boardview
Replies: 0
Views: 265

Asus GT531GT Schematics boardview

Asus GT531GT v1.5 Schematics boardview
by zemerdon
Mon Dec 29, 2025 7:52 pm
Forum: Asus GT531G
Topic: Asus GT531 EBOOK manual
Replies: 0
Views: 276

Asus GT531 EBOOK manual

Asus GT531 E-BOOK manual, little bit useless
by zemerdon
Mon Dec 29, 2025 7:51 pm
Forum: Asus GT531G
Topic: Asus GT531 disassembly
Replies: 0
Views: 273

Asus GT531 disassembly

Asus GT531 disassembly
by zemerdon
Mon Dec 29, 2025 7:48 pm
Forum: PCB Related
Topic: Boardviewer software
Replies: 0
Views: 282

Boardviewer software

program to view PCB cad files

http://boardviewer.net/
by zemerdon
Mon Dec 29, 2025 7:37 pm
Forum: Asus GT531G
Topic: Asus GT531GT Schematics pdf
Replies: 0
Views: 276

Asus GT531GT Schematics pdf

Asus GT531GT Schematics pdf
by zemerdon
Mon Dec 29, 2025 10:01 am
Forum: Scripts/Configs/Misc
Topic: minecraft server
Replies: 3
Views: 384

set spawn point

go to location
/setworldspawn
by zemerdon
Mon Dec 29, 2025 9:23 am
Forum: Scripts/Configs/Misc
Topic: minecraft server
Replies: 3
Views: 384

multicore-portal

mvp list
mvp remove

create portal:

make portal1
//wand
left click position1, right click position2
/mvp create portal1
*teleport to portal destination*
create portal2
left click position1, right click position2
//mvp create portal2
/mvp modify dest p:portal1
/mvp select portal1
/mvp modify dest:p ...
by zemerdon
Sat Dec 27, 2025 12:14 pm
Forum: Scripts/Configs/Misc
Topic: minecraft server
Replies: 3
Views: 384

multiverse-core

/minecraft/lobby

spawn locations

mv config first-spawn-override true
mv config first-spawn-location lobby
mv config enable-join-destination true
mv config join-destination lobby
by zemerdon
Fri Dec 26, 2025 2:28 pm
Forum: Scripts/Configs/Misc
Topic: minecraft server
Replies: 3
Views: 384

minecraft server

geyser mc
by zemerdon
Tue Dec 09, 2025 4:15 pm
Forum: Linux
Topic: helpful linux commands
Replies: 1
Views: 18501

Re: helpful linux commands

quickly change apt mirror

Code: Select all

sudo sed -i 's/ftp.au.debian.org/mirror.aarnet.edu.au/g' /etc/apt/sources.list
by zemerdon
Mon Dec 08, 2025 6:09 pm
Forum: Zoneminder
Topic: install zoneminder 1.37 on debian 12
Replies: 0
Views: 313

install zoneminder 1.37 on debian 12

Debian 12 with Zoneminder 1.37.x
Install Zoneminder Development Branch 1.37.x on Debian 12

You will have to install sudo and add the user to the sudoers file.

Become root with

su
Install sudo

apt install sudo
Then add the user

/sbin/adduser username sudo
I recommend rebooting at this point but ...
by zemerdon
Sun Nov 16, 2025 12:17 pm
Forum: Windows
Topic: remove previous network profiles/interfaces
Replies: 0
Views: 323

remove previous network profiles/interfaces

windows keeps adding network numbering

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\Unmanaged

Device Manager > View > Show Hidden Devices > remove old ones
by zemerdon
Sun Oct 26, 2025 9:02 pm
Forum: Asus Routers
Topic: AX58U vlan script
Replies: 0
Views: 368

AX58U vlan script

Steps

Tested on the Asus RT-AX58U but could work on any asus-merlin router.

Install Asus-Merlin on the router
Set the router to AP mode
Enable Administration > System > Enable JFFS custom scripts and configs
Set the router to a static IP instead of DHCP
Create all needed guest networks, in this ...
by zemerdon
Sun Oct 26, 2025 9:00 pm
Forum: Asus Routers
Topic: AC86U vlan script
Replies: 0
Views: 336

AC86U vlan script

ip="10.14.15.15" # Default network static IP
vlanId1=50 # Default network VLAN ID
vlanId2=60 # Guest network 1 VLAN ID
vlanId3=70 # Guest network 2 VLAN ID

script="/jffs/scripts/services-start"

tee "${script}" > /dev/null << EOF
#!/bin/sh

# Ports in RT-AX82U:
# eth0 = LAN4
# eth1 = LAN3
# eth2 ...
by zemerdon
Sun Oct 26, 2025 9:00 pm
Forum: Asus Routers
Topic: AX82U vlan script
Replies: 0
Views: 363

AX82U vlan script

ip="10.14.15.15" # Default network static IP
vlanId1=50 # Default network VLAN ID
vlanId2=60 # Guest network 1 VLAN ID
vlanId3=70 # Guest network 2 VLAN ID

script="/jffs/scripts/services-start"

tee "${script}" > /dev/null << EOF
#!/bin/sh

# Ports in RT-AX82U:
# eth0 = LAN4
# eth1 = LAN3
# eth2 ...
by zemerdon
Sun Oct 26, 2025 8:59 pm
Forum: Asus Routers
Topic: AX88U vlan script
Replies: 0
Views: 343

AX88U vlan script

#ip="10.27.27.8" # Default network static IP
vlanId1=50 # Default network VLAN ID
vlanId2=60 # Guest network 1 VLAN ID
vlanId3=70 # Guest network 2 VLAN ID

script="/jffs/scripts/services-start"

tee "${script}" > /dev/null << EOF
#!/bin/sh

# Ports in RT-AX88U:
# Physical port to interface map ...
by zemerdon
Thu Oct 23, 2025 4:34 pm
Forum: Linux
Topic: ping multiple hosts at once or entire subnet
Replies: 0
Views: 376

ping multiple hosts at once or entire subnet

apt install oping
apt install fping

nmap -sn 192.168.1.0/24

fping -g 192.168.1.0/24
by zemerdon
Wed Oct 22, 2025 4:58 pm
Forum: pfSense
Topic: advanced log filtering expressions
Replies: 0
Views: 356

advanced log filtering expressions

hide .36, show 80,81,82

Code: Select all

(!192.168.1.36|192.168.1.80|192.168.1.81|192.168.1.82)
hide all the following ips

Code: Select all

!(192.168.1.102|192.168.1.103|192.168.1.80|192.168.1.86|192.168.1.82)
by zemerdon
Tue Oct 14, 2025 8:00 pm
Forum: Windows
Topic: resolve local hostnames
Replies: 0
Views: 499

resolve local hostnames

network adaptor > tcpip4 > advanced > dns > append these dns suffixes (in order), add 'local'

restart adaptor. this only applies if your LAN is configured as .local domain. change accordingly.

pfSense config:

dns resolver > general

host overrides:

host: pfsense
domain: local
ip: 192.168.1.1
by zemerdon
Tue Oct 14, 2025 7:07 pm
Forum: Nextcloud
Topic: generate thumbnails
Replies: 0
Views: 466

generate thumbnails

install 'Preview Generator' app in nextcloud.

append the following to the config.php


'enabledPreviewProviders' =>
array (
0 => 'OC\Preview\BMP',
1 => 'OC\Preview\GIF',
2 => 'OC\Preview\JPEG',
3 => 'OC\Preview\Krita',
4 => 'OC\Preview\MarkDown',
5 => 'OC\Preview\MP3',
6 => 'OC\Preview ...
by zemerdon
Tue Oct 14, 2025 6:25 pm
Forum: Nextcloud
Topic: php-updater script to fix occ
Replies: 0
Views: 400

php-updater script to fix occ

this script fixed multiple errors after updating nextcloud.

sudo wget -qO php-update https://global-social.net/script/php-updater

#!/usr/bin/env -S LC_CTYPE=C.UTF-8 LC_MESSAGES=C bash
# /usr/local/bin/php-updater
# version 2025-06-01 13:11 CEST 1748776292
#
# Copyright (c) 2023-2025 [ernolf ...
by zemerdon
Sun Oct 05, 2025 4:17 pm
Forum: Cisco
Topic: cisco switch helpful commands
Replies: 0
Views: 7340

cisco switch helpful commands

backup config tftp
copy running-config tftp:

cisco show ip
show ip int

console connect
sudo screen /dev/ttyUSB0 9600

remove stack members
enable
Switch#show run | i provision
switch 1 provision ws-c2960x-24ps-l
switch 3 provision ws-c2960x-24ps-l
conf t
no switch 3 provision ws-c2960x ...
by zemerdon
Sun Oct 05, 2025 3:08 pm
Forum: Cisco
Topic: Cisco C3650X inter-vlans with pfSense and internet access
Replies: 0
Views: 4726

Cisco C3650X inter-vlans with pfSense and internet access

Topology:

Physical server 1: pfsense (192.168.1.1 (internet)) - vlan1 (c3650x port 47 trunk)
Physical server 2: debian lxc1 (192.168.1.120) - vlan1 (proxmox bridge 0, c3650x any port)
Physical server 2: debian lxc2 (192.168.10.10) - vlan10 (proxmox bridge 1, c3650x port 2)
Physical server 2: debian ...
by zemerdon
Sun Sep 07, 2025 3:46 pm
Forum: RC Drifting
Topic: DKM64 v5.0 1/64 scale printable drift chassis
Replies: 2
Views: 36307

DKM64 print settings

3D Printer and recommended settings:
• Printer: Bamboo A1 mini
• Filament: PETG
• Nozzle: 0.2mm
• Layer height: 10mm of lower
• Infill: 50%

Support Settings:
55 ▪ Support line width: 20 (set in the Quality section)
55 ▪ Type: Normal / Snug / 45deg
55 ▪ Initial Layer Expansion: 2mm
55 ...
by zemerdon
Sun Sep 07, 2025 2:35 pm
Forum: RC Drifting
Topic: DKM64 v5.0 1/64 scale printable drift chassis
Replies: 2
Views: 36307

DKM64 required parts

• 2x Front Suspension Springs and 2x Rear Gearbox Suspension Springs: 20pcs wire diameter 0.2mm 0.3mm 0.4mm Stainless Steel Compression Spring 304 SUS Compressed Spring Y-Type Rotor Return Spring

55 o Wire diameter 0.2mm
55 o Outer Diameter: 2mm
55 o Length: 5mm

• Front suspension arms ...
by zemerdon
Tue Aug 19, 2025 7:47 pm
Forum: Zoneminder
Topic: start all monitors api
Replies: 0
Views: 10310

start all monitors api

#!/bin/bash
sleep 5
curl -XPOST http://192.168.1.13/zm/api/monitors/2.json -d "Monitor[Function]=Mocord&Monitor[Enabled]=1"
curl -XPOST http://192.168.1.13/zm/api/monitors/3.json -d "Monitor[Function]=Mocord&Monitor[Enabled]=1"
curl -XPOST http://192.168.1.13/zm/api/monitors/5.json -d "Monitor ...
by zemerdon
Tue Aug 19, 2025 7:46 pm
Forum: Zoneminder
Topic: stop all monitors api
Replies: 0
Views: 9295

stop all monitors api

#!/bin/bash
curl -XPOST http://192.168.1.13/zm/api/monitors/2.json -d "Monitor[Function]=Monitor&Monitor[Enabled]=1"
curl -XPOST http://192.168.1.13/zm/api/monitors/3.json -d "Monitor[Function]=Monitor&Monitor[Enabled]=1"
curl -XPOST http://192.168.1.13/zm/api/monitors/5.json -d "Monitor[Function ...
by zemerdon
Tue Aug 19, 2025 7:43 pm
Forum: Zoneminder
Topic: zoneminder.service
Replies: 0
Views: 9326

zoneminder.service

# ZoneMinder systemd unit file
# This file is intended to work with Debian distributions

[Unit]
Description=ZoneMinder CCTV recording and surveillance system
After=network.target mysql.service
Wants=mysql.service
Wants=fcgiwrap.service
After=local-fs.target
Wants=local-fs.target
After=remote-fs ...
by zemerdon
Sun Aug 17, 2025 11:01 am
Forum: Zoneminder
Topic: api change camera states
Replies: 0
Views: 3108

api change camera states

stop camera

curl -XPOST http://192.168.1.13/zm/api/monitors/3.json -d "Monitor[Function]=None&None[Enabled]=1"

monitor only

curl -XPOST http://192.168.1.13/zm/api/monitors/2.json -d "Monitor[Function]=Monitor&Monitor[Enabled]=1"

start camera with mocord

curl -XPOST http://192.168.1.13/zm/api ...
by zemerdon
Sun Aug 17, 2025 10:41 am
Forum: Zoneminder
Topic: zoneminder enable api
Replies: 0
Views: 2930

zoneminder enable api

enable the module

sudo a2enmod cgi

append the following to apache2.conf

ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
<Directory "/usr/lib/zoneminder/cgi-bin">
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AllowOverride All
Require all granted
</Directory>


# Order matters ...
by zemerdon
Wed Aug 13, 2025 3:36 pm
Forum: CloneZilla!
Topic: SSD7502 clone RAID with dd
Replies: 0
Views: 4485

SSD7502 clone RAID with dd

files used:
ubuntu-22.04.1-desktop-amd64.iso


HighPoint_NVMe_Ubuntu_22.04.1_Server_x86_64_v1.4.7_2022_09_29.tar.gz



Preparation
burn ubuntu-22.04.1-desktop-amd64.iso to USB
copy and extract HighPoint_NVMe_Ubuntu_22.04.1_Server_x86_64_v1.4.7_2022_09_29.tar.gz onto USB

Preparation notes ...
by zemerdon
Mon Aug 11, 2025 3:28 pm
Forum: pfSense
Topic: pfSense resolve local/LAN hostnames
Replies: 0
Views: 3904

pfSense resolve local/LAN hostnames

pfsense config:
services > dns resolver > general
add a host override for each host.

proxmox local 192.168.1.8

linux host(s) /etc/resolv.conf

search local
nameserver 192.168.1.1

ubunsu server netplan

root@plex:/home/zemerdon# cat /etc/netplan/50-cloud-init.yaml
network:
version: 2 ...
by zemerdon
Mon Aug 04, 2025 11:49 pm
Forum: Linux
Topic: x11 waydroid via x11vnc + noVNC (for webpage axx)
Replies: 0
Views: 2537

x11 waydroid via x11vnc + noVNC (for webpage axx)

i run the noVNC proxy from my server host (192.168.1.10).
the weston-waydroid is run from a ubuntu server + kde (x11) VM with an A380 GPU passed through (192.168.1.11).

reason: GPS tracker application kept messing with my audio whenever my phone screen went off, so here's a dedicated workaround ...
by zemerdon
Wed Jul 30, 2025 4:19 pm
Forum: Linux
Topic: reset mysql root password
Replies: 0
Views: 2367

reset mysql root password

stop mysqld

systemctl stop mysqld

edit mysqld conf

sudo nano /etc/mysql/my.cnf

append to the conf

[mysqld]
# For debugging and recovery only #
skip-grant-tables
skip-networking

restart mysqld

sudo systemctl start mysqld

Connect to the MySQL server using the mysql client; no password ...
by zemerdon
Sun Jul 27, 2025 12:24 pm
Forum: Plex
Topic: bazarr change cooldowns
Replies: 0
Views: 2013

bazarr change cooldowns

check log for which error you want to change. then edit the following file and restart bazarr.

for example, whisper ai went on cooldown for 24hours on connection time out, now 1hour.

/opt/bazarr/bazarr/app/get_providers.py

make a copy in home folder and crontab to copy after bazarr starts ...
by zemerdon
Sat Jul 26, 2025 2:56 pm
Forum: Plex
Topic: bazarr reset providers oneliner
Replies: 0
Views: 832

bazarr reset providers oneliner

cron this every minute.

Code: Select all

curl -X POST -H "X-API-KEY: api_key_here" "http://bazarr_host_ip:6767/api/providers?action=reset"
by zemerdon
Thu Jul 24, 2025 2:28 pm
Forum: Linux
Topic: ubuntu server locate/updatedb config
Replies: 0
Views: 804

ubuntu server locate/updatedb config

edit /usr/bin/updatedb.findutils directly for prunefs + prunepaths.
by zemerdon
Thu Jul 24, 2025 1:34 pm
Forum: Linux
Topic: QEMU/KVM Intel ARCA380 GPU passthrough to Linux VM working
Replies: 0
Views: 1847

QEMU/KVM Intel ARCA380 GPU passthrough to Linux VM working

host: Debian 12
kernel: 6.12.33+deb12-amd64
QEMU emulator version 10.0.0 (Debian 1:10.0.0+ds-2~bpo12+2)

VM: ubuntu server 24.10
kernel: 6.11.0-29-generic

get GPU info from lspci -vnn

69:00.0 VGA compatible controller [0300]: Intel Corporation DG2 [Arc A380] [8086:56a5] (rev 05) (prog-if 00 [VGA ...
by zemerdon
Mon Jul 21, 2025 6:02 pm
Forum: Linux
Topic: fstab stopped mounting
Replies: 0
Views: 850

fstab stopped mounting

fstab trying to mount before interface up.

enable the following service.

systemctl enable systemd-networkd-wait-online

fstab now mounts when network is online and before lxc are up, allowing the lxc to mount their respective mp0 without a reboot.

also append the following to fstab entry ...
by zemerdon
Mon Jul 14, 2025 1:34 pm
Forum: Proxmox
Topic: proxmox create writeable mount with unprivileged LXC
Replies: 0
Views: 940

proxmox create writeable mount with unprivileged LXC

proxmox fstab

//192.168.1.10/Plex/torrent_files on /media/torrent_files type cifs rw,relatime,vers=3.0,cache=strict,upcall_target=app,username=zemerdon,uid=100000,forceuid,gid=100000,forcegid,addr=192.168.1.10,file_mode=0

LXC map point

pct set 107 -mp0 /media/torrent_files,mp=/media/torrent ...
by zemerdon
Mon Jul 14, 2025 11:05 am
Forum: Proxmox
Topic: proxmox increase LVM
Replies: 0
Views: 853

proxmox increase LVM

increase kvm image.

Code: Select all

qemu-img resize original.qcow2 30G.
resize pvs (proxmox physical disk)

Code: Select all

pvresize /dev/vda3
extend LVM

Code: Select all

lvextend -l +100%FREE pve/data
by zemerdon
Sun Jul 06, 2025 12:26 pm
Forum: CloneZilla!
Topic: Highpoint RAID SSD7000 Binary & Source Linux drivers
Replies: 0
Views: 865

Highpoint RAID SSD7000 Binary & Source Linux drivers

Attached are ALL source and binary drivers i've obtained for the following cards.

SSD7580A SSD7580B SSD7540 SSD7505 SSD7502 SSD7202 SSD7105
by zemerdon
Sat Jul 05, 2025 4:38 pm
Forum: Linux
Topic: nvidia-settings not saving
Replies: 1
Views: 21623

Re: nvidia-settings not saving

above now depreciated.

run nvidia-settings as root.

Code: Select all

sudo nvidia-settings
by zemerdon
Tue Jul 01, 2025 5:37 pm
Forum: Proxmox
Topic: proxmox remove nag
Replies: 0
Views: 867

proxmox remove nag

remove subscription nag

Code: Select all

wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh
by zemerdon
Wed Jun 25, 2025 6:08 pm
Forum: Linux
Topic: fix rsyslog permissions
Replies: 0
Views: 1093

fix rsyslog permissions

ERROR
Jun 25 07:56:59 syslog rsyslogd[1740]: error during config processing: omfile: creating parent directories for file '/home/rsyslog/syslog/rsyslogd.log' failed: Permission denied [v8.2312.0 try https://www.ryslog.com/e/2207 ]

FIX

Update /etc/apparmor.d/usr.sbin.rsyslogd and add the second ...
by zemerdon
Sun Jun 22, 2025 4:26 pm
Forum: Proxmox
Topic: proxmox add local-lvm
Replies: 0
Views: 1193

proxmox add local-lvm

extend qcow2 and use free space as local-lvm

- I want to add another VLM-Thin partition for VM disk storage on the free space on the existing disk

From reading your question, it sounds like you may prefer to just extend your current data volume. To do that:
1. Create a new partition on your disk ...
by zemerdon
Sat Jun 21, 2025 5:45 am
Forum: Linux
Topic: helpful linux commands
Replies: 1
Views: 18501

helpful linux commands

watch with pipe
watch -n10 'df -ah | grep "p4"'

list connected usb transfer rate
lspci -t

change linux startup/shutdown text size
run: sudo dpkg-reconfigure console-setup, and follow the prompts. It was pretty self-explanatory.

apt upgrade latest package/use backports
root@server:/home ...
by zemerdon
Thu Jun 19, 2025 3:59 pm
Forum: Windows
Topic: windows fix mbr bcd boot efi
Replies: 0
Views: 1759

windows fix mbr bcd boot efi

The instructions are:

Boot from the original installation DVD (or the recovery USB)
At the Welcome screen, click Repair your computer
Choose Troubleshoot
Choose Command Prompt
When the Command Prompt loads, type the following commands:
bootrec /FixMbr bootrec /FixBoot bootrec /ScanOs bootrec ...
by zemerdon
Mon Jun 16, 2025 5:56 pm
Forum: ZFS
Topic: change ZFS hdd from dev to UUID
Replies: 0
Views: 1943

change ZFS hdd from dev to UUID

In Linux, when working with ZFS and storage devices, it's generally recommended to use the ata-* or scsi-* paths within /dev/disk/by-id/ instead of the wwn-* paths, particularly for SATA and SAS drives. This is because wwn-* paths, while representing World Wide Names, can be less reliable and harder ...
by zemerdon
Thu May 22, 2025 4:22 pm
Forum: Windows
Topic: allow microsoft edge uninstall
Replies: 0
Views: 854

allow microsoft edge uninstall

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge

change
NOREMOVE 1 to 0
by zemerdon
Thu May 01, 2025 4:44 pm
Forum: RC Drifting
Topic: S-RDX settings HPS-CD700 + GYD550 + XARVIS XX 13-05-2025
Replies: 0
Views: 1303

S-RDX settings HPS-CD700 + GYD550 + XARVIS XX 13-05-2025

HPS-CD700 + XARVIS XX + GYD550
by zemerdon
Wed Apr 30, 2025 1:44 pm
Forum: 3D Printing
Topic: Ender3 v2 Neo firmware upgrade to mriscoc
Replies: 0
Views: 2543

Ender3 v2 Neo firmware upgrade to mriscoc

turn printer off, check motherboard version, mines 4.2.2.

download latest release for your model.
https://github.com/mriscoc/Ender3V2S1/releases/latest

Mine has CR-TOUCH so i get...

Ender3V2-422-BLTUBL-MPC-20240125.bin
https://github.com/mriscoc/Ender3V2S1/releases/download/20240122/Ender3V2-422 ...
by zemerdon
Tue Apr 29, 2025 3:47 pm
Forum: RC Decals
Topic: Stencil examples
Replies: 0
Views: 2110

Stencil examples

silhouette cameo 2 + oramask 810

FB_IMG_1745905733203.jpg
FB_IMG_1745904859607.jpg
FB_IMG_1745904845124.jpg
FB_IMG_1745904835381.jpg
FB_IMG_1745904827258.jpg
FB_IMG_1732479565170.jpg
FB_IMG_1732479580359.jpg
FB_IMG_1732479646179.jpg
FB_IMG_1732479571140.jpg
FB_IMG_1732479640624 ...
by zemerdon
Sun Mar 30, 2025 3:10 pm
Forum: 3D Printing
Topic: PLA silk tips and tricks
Replies: 0
Views: 27026

PLA silk tips and tricks

Silk PLA QuickPrinting Tips
1- How to avoid failed print jobs when printing Silk PLA?

Silk PLA is softer and easier to break tan standard PLA as a result of the additives used to make it shiny. This can lead to some printing problems if the printing settings are not adjusted to the nature of ...
by zemerdon
Sun Mar 09, 2025 10:04 am
Forum: Windows
Topic: W10 multi-monitor shortcuts not working
Replies: 0
Views: 110618

W10 multi-monitor shortcuts not working

win + shift + arrows

Those keys won't work unless Snap windows is ON in System/Multi-tasking settings.
by zemerdon
Tue Feb 18, 2025 8:54 pm
Forum: Linux - Kernel/firmware/Repos
Topic: Debian 11 TP-LINK UB500 bluetooth fix
Replies: 0
Views: 92768

Debian 11 TP-LINK UB500 bluetooth fix

wget http://ftp.us.debian.org/debian/pool/no ... -1_all.deb
dpkg -i firmware-realtek_20241210-1_all.deb
by zemerdon
Mon Feb 17, 2025 2:21 pm
Forum: 3D Printing
Topic: Creality3 v2 Neo PID tune
Replies: 0
Views: 89296

Creality3 v2 Neo PID tune

Choose how many heating cycles (repetitions of heating the element up to and down from the target temperature) you want to run.
The more cycles, the longer it takes, but the more accurate the results.
The default number of heating cycles is 5.

Enter “M303 E{heater number} S{target temperature} C ...
by zemerdon
Tue Feb 11, 2025 7:10 am
Forum: RC Drifting
Topic: S-RDX setup sheet 11-2-25
Replies: 0
Views: 113870

S-RDX setup sheet 11-2-25

Current settings
20240919_174131.jpg
by zemerdon
Mon Feb 10, 2025 8:39 pm
Forum: RC Fabrication
Topic: Bending tube
Replies: 0
Views: 121899

Bending tube

I finished up a Morton M-5 last year and had to bend 3/16 bass tube with 3/16 radi for the intake pipes with good success.

First I annealed the tubes. I was lucky because I had a fire in the fire place the night before and had a whole bucket of ashes. There were still even some burning embers left ...
by zemerdon
Sat Feb 08, 2025 2:51 pm
Forum: 3D Printing
Topic: Creality Ender3 v2 Neo upgrades
Replies: 0
Views: 124077

Creality Ender3 v2 Neo upgrades

by zemerdon
Sat Feb 08, 2025 2:07 pm
Forum: 3D Printing
Topic: PETG tips #1
Replies: 0
Views: 116788

PETG tips #1

This advice fixed it for me. it is just a guide and you may not use cura. But I no longer have any stringing with PETG. Well, maybe a wisp occasionally. B-)

Stringing with PETG can be quite challenging to eliminate, but with the right settings in Cura, you can significantly reduce it. Here are some ...
by zemerdon
Sat Feb 01, 2025 5:11 pm
Forum: Cisco
Topic: cisco 2960 show unit temp
Replies: 0
Views: 141614

cisco 2960 show unit temp

2960s_roof_end>enable
Password:
2960s_roof_end#show env all
FAN is OK
SYSTEM TEMPERATURE is OK
System Temperature Value: 37 Degree Celsius
System Temperature State: GREEN
Yellow Threshold : 54 Degree Celsius
Red Threshold : 64 Degree Celsius
SW PID Serial# Status Sys Pwr PoE Pwr Watts ...
by zemerdon
Fri Jan 31, 2025 8:06 pm
Forum: 3D Printing
Topic: 3d printing free files sites
Replies: 0
Views: 107166

3d printing free files sites

I came across this list

Stlfinder.com

https://thangs.com/

https://thingiverse.com
https://Cults3d.com
https://sketchfab.com
https://pinshape.com/
http://www.3dshook.com/
https://grabcad.com/
https://www.cgtrader.com/
http://www.turbosquid.com/
https://3dexport.com/
http://www.yeggi.com ...
by zemerdon
Tue Jan 21, 2025 5:24 pm
Forum: Linux
Topic: minecraft install spigot + geyser + floodgate ubuntu server
Replies: 0
Views: 127172

minecraft install spigot + geyser + floodgate ubuntu server

JAVA CHECK AND INSTALL

zemerdon@minecraft:~/spigot_mc/plugins$ java --version
openjdk 21.0.5 2024-10-15
OpenJDK Runtime Environment (build 21.0.5+11-Ubuntu-1ubuntu124.10)
OpenJDK 64-Bit Server VM (build 21.0.5+11-Ubuntu-1ubuntu124.10, mixed mode, sharing)

https://www.azul.com/downloads ...
by zemerdon
Tue Jan 21, 2025 12:41 pm
Forum: Linux
Topic: minecraft forge install linux
Replies: 0
Views: 69796

minecraft forge install linux

java -jar <name-of-installer>.jar --installServer

java -jar forge-1.21.4-54.0.17-installer.jar --installServer
by zemerdon
Sun Jan 19, 2025 7:21 pm
Forum: Windows
Topic: DOSBOX Blackthorne
Replies: 0
Views: 38951

DOSBOX Blackthorne

Making it work
Make sure you set the following variable in your DosBox configuration file:

just set 5000 cycles or more (not max because on cycles=max music disappears)

core=dynamic
For audio to work correctly use:

sbtype=sbpro2
If you require support for general issues, see the performance guide ...
by zemerdon
Fri Jan 03, 2025 7:12 am
Forum: RC Drifting
Topic: DKM64 v5.0 1/64 scale printable drift chassis
Replies: 2
Views: 36307

DKM64 v5.0 1/64 scale printable drift chassis

Main Improvements of V5 vs V4:
• New rear Gearbox with CVD and Gears.
• New rear independent suspension system.
• New 0610 motor.
• New H-sliding bar for rear Gearbox.
• Tuned front arm, servo horn and linkage lengths for less binding with linear servo.
• Shorter front chassis-A for new rear ...
by zemerdon
Sun Dec 29, 2024 6:37 pm
Forum: Diorama
Topic: Create LED explosion effect
Replies: 0
Views: 54595

Create LED explosion effect

FB_IMG_1735462414707.jpg
FB_IMG_1735462378256.jpg

I use a very simple wire frame. Intertwine the LEDs, and use that to form the base shape.

I'll prep cotton balls by dying groups of yellow, orange-yellow, brown or dark grey in 50%water-50% acrylic, ring out, let dry.

Try and pull the ...
by zemerdon
Thu Dec 19, 2024 3:03 pm
Forum: Windows
Topic: hide quick access
Replies: 0
Views: 27658

hide quick access

The icon appearing on your Desktop is not normal.


Not sure why everyone ignores the easy way to hide Quick Access. In the registry, navigate to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer


In the right-hand pane, right-click and create a new DWORD value named ...
by zemerdon
Sat Dec 14, 2024 11:59 am
Forum: Cisco
Topic: Cisco 2960 hard reset
Replies: 0
Views: 32942

Cisco 2960 hard reset

Find the below steps to recovery password for Cisco 2960.

Step 1:

Power off the switch first, then press and hold the mode button while you power on the switch again. Hold it for about 15 seconds until the SYS led is solid green, and then release it.

The switch should then give you this prompt ...
by zemerdon
Sat Dec 14, 2024 11:49 am
Forum: Cisco
Topic: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffi
Replies: 0
Views: 33849

no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffi

ssh into a switch - no matching key exchange method found

sudo nano /etc/ssh/ssh_config

[Enter Password]

Locate the line ‘ # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc’ and remove the Hash/Pound sign from the beginning.

Then paste the following on the end; (bottom of the file ...
by zemerdon
Sat Dec 14, 2024 11:35 am
Forum: Cisco
Topic: remove password
Replies: 0
Views: 30202

remove password

enable
configure t
no enable secret
no enable password
by zemerdon
Sat Dec 14, 2024 11:24 am
Forum: Cisco
Topic: reset switch
Replies: 0
Views: 31607

reset switch

Reset Switch Configuration
To reset the switch to factory default, issue thee rase startup-config or write erase command. This command does not clear the boot variables, such as config-register and boot system settings.

You can alter the boot system parameters with the boot command. In Catalyst ...
by zemerdon
Tue Dec 10, 2024 8:32 pm
Forum: WIFI
Topic: 160mhz channels
Replies: 0
Views: 52176

160mhz channels

Details
The 802.11ac or 802.11ac Wave 2 standard supports the following channel bandwidths: 20 MHz, 40 MHz, 80 MHz, 160 MHz (contiguous), and 80+80 MHz (non-contiguous).

160 MHz (contiguous)
The 160 MHz (contiguous) channel consists of eight adjacent Wi-Fi channels bonded together.

Bandwidth A ...
by zemerdon
Mon Dec 09, 2024 6:35 pm
Forum: Cisco
Topic: Cisco upgrade via CLI TFTP
Replies: 0
Views: 31431

Cisco upgrade via CLI TFTP

3650:
software install file tftp://192.168.1.10/cat3k_caa-universalk9.16.12.14.SPA.bin new force

2960:
archive download-sw /overwrite /reload tftp://192.168.1.10/c2960x-universalk9-tar.152-7.E13.tar

setup TFTP server

https://www.tecmint.com/install-tftp-server-on-ubuntu-debian/

Upgrading ...
by zemerdon
Tue Oct 08, 2024 10:30 pm
Forum: RC Drifting
Topic: KPI explained
Replies: 0
Views: 27924

KPI explained

Kpi explained
by zemerdon
Sun Aug 25, 2024 7:37 pm
Forum: RC Firmware/Manuals
Topic: Acuvance update proceedure
Replies: 0
Views: 52426

Acuvance update proceedure

by zemerdon
Sun Aug 25, 2024 7:32 pm
Forum: RC Firmware/Manuals
Topic: Acuvance Fledge manual
Replies: 0
Views: 30269

Acuvance Fledge manual

by zemerdon
Sun Aug 25, 2024 7:29 pm
Forum: RC Firmware/Manuals
Topic: Acuvance XARVIS XX manual
Replies: 0
Views: 30390

Acuvance XARVIS XX manual

by zemerdon
Sun Aug 25, 2024 7:28 pm
Forum: RC Firmware/Manuals
Topic: Futaba 10PX manual
Replies: 0
Views: 30435

Futaba 10PX manual

http://zemerd.com/pdf/rc/T10PX_FULL_ENG_Letter.pdf
by zemerdon
Sun Aug 25, 2024 7:26 pm
Forum: RC Firmware/Manuals
Topic: Futaba 10PX update method
Replies: 0
Views: 31392

Futaba 10PX update method

by zemerdon
Sun Aug 25, 2024 7:25 pm
Forum: RC Firmware/Manuals
Topic: Futaba GYD550 manual
Replies: 0
Views: 31630

Futaba GYD550 manual

by zemerdon
Sat Aug 24, 2024 9:28 am
Forum: RC Firmware/Manuals
Topic: Drift firmware update archive 66MB
Replies: 0
Views: 54379

Drift firmware update archive 66MB

Acuvance update software
Futaba CIU2-CIU3 driver
Futaba R334SBS firmware
Futaba R404SBS firmware
Futaba SBD-1 Link firmware
Futaba S-BUS PC Link firmware
Futaba S-Link Servos firmware
Futaba T10PX_11_0E firmware
Futaba T4PM+ firmware
Futaba T4PM PLUS firmware
S.BUS adapter (OP-15067OP-15127FUTABA ...
by zemerdon
Fri Aug 23, 2024 3:55 pm
Forum: RC Drifting
Topic: Howto update XARVIS XX
Replies: 0
Views: 28669

Howto update XARVIS XX

Unplug battery.
Plug esc into computer
Power on esc
Hold set button for 3s to put in link mode
Update it
by zemerdon
Thu Aug 22, 2024 3:32 pm
Forum: RC Drifting
Topic: Futaba GYD550 Gain + mode switching
Replies: 0
Views: 28040

Futaba GYD550 Gain + mode switching

To switch between AVCS and NORMAL mode make sure the gyro and gain channel are in SR mode before doing anything.

Set the SR parameters under the receiver (CH1 + CH3) and in the gyro itself.

Bind GAIN to a switch and you will be able to travel between -100 (AVCS) 0 (NO GAIN and +100 (NORMAL) mode(s ...
by zemerdon
Tue Aug 20, 2024 10:41 am
Forum: RC Drifting
Topic: RDX settings GYD550 + XARVIS XX 20-08-2024
Replies: 0
Views: 27833

RDX settings GYD550 + XARVIS XX 20-08-2024

RDX settings 20-08-2024
by zemerdon
Mon Jul 22, 2024 9:30 am
Forum: RC Misc
Topic: WIRE/AWG Chart
Replies: 0
Views: 31070

WIRE/AWG Chart

https://core-electronics.com.au/stranded-wire-red-28-awg-90-feet.html


(AWG) Strand Strand diameter(mm/mil) Area(mm²) Insulation(mm) OD(mm) Length spool(m/ft)
20 26 0.160 / 6.30 0.52 0.38 / 15 1.8 / 0.071 12 / 40
21 0.177 / 7.00
22 17 0.160 / 6.30 0.33 0.38 / 15 1.6 / 0.063 15 / 50
24 11 0.160 ...
by zemerdon
Sat Jul 20, 2024 11:22 am
Forum: Linux
Topic: find what process using what ip
Replies: 0
Views: 24493

find what process using what ip

You can run lsof -n|grep TCP to know which programs are connecting to which IPs.

Code: Select all

watch "lsof -n|grep -e TCP -e UDP |grep -v -e apache2 -e mariadb" | tee -a ports.txt 
by zemerdon
Fri Jul 19, 2024 3:56 pm
Forum: pfSense
Topic: VDSL2 + pfSense
Replies: 0
Views: 58586

VDSL2 + pfSense

Run it with any router it doesnt matter, use DMZ and point it to the pfsense. Works a treat, what modem you have matters little as pfsense takes over as the router.

Make sure you have 2 NICs good ones, hardware ones. And put pfblockerNG.Sometimes ppl have a $90 modem, all its doing is PPPoE and ...
by zemerdon
Thu Jun 13, 2024 5:23 pm
Forum: RC Misc
Topic: ESC cooling mod COMPLETE
Replies: 0
Views: 30646

ESC cooling mod COMPLETE

proposed plan...

20240608_110045.jpg
copper heatsink 35x35x7mm 41g

XARVIS XX temps
all tests were held at throttle for approx. 120s.

No fan
60% throttle 37k RPM 71c (climbing and less than 60s)

Fan
50% throttle 30k RPM 51c ESC
60% throttle 37k RPM 65c ESC
90% throttle 100k RPM 67c ESC ...
by zemerdon
Thu Jun 13, 2024 4:16 pm
Forum: RC Drifting
Topic: ESC settings explained
Replies: 0
Views: 31288

ESC settings explained

Drive frequency
In addition to the conventional 1-16kHz (1kHz step) and 18-32kHz (2kHz step), 35, 38, 42, 48, 55, and 64kHz have been added.
⇒ By setting it to a higher frequency, more linear and fine throttle work is possible .

The lower the value = strong initial punch/lowered smoothness.
The ...
by zemerdon
Mon Jun 10, 2024 5:31 pm
Forum: ZFS
Topic: ZFS wont remove old vdev
Replies: 0
Views: 59026

ZFS wont remove old vdev

ZFS status before fix

pool: zfs-raidz3
state: DEGRADED
status: One or more devices is currently being resilvered. The pool will
continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
scan: resilver in progress since Mon Jun 10 15:55:29 2024
31.0T ...
by zemerdon
Sat Jun 01, 2024 9:57 am
Forum: RC Drifting
Topic: Gyro settings explained
Replies: 0
Views: 30502

Gyro settings explained

Responde Mode
Gyro sensor response setting.
Low -> Middle -> High speed up response.
In high mode, using the dead band angle is too small, the servo will work continuously, but there is no problem in running. However, if strong, the servo will work continuously occurs, set the middle or low ...
by zemerdon
Sat Jun 01, 2024 1:54 am
Forum: RC Drifting
Topic: RDX settings HPS-CD700 + GYD550 settings 01-06-2024
Replies: 0
Views: 30782

RDX settings HPS-CD700 + GYD550 settings 01-06-2024

Working HPS-CD700 + GYD550 settings for my RDX Kansei V1.
by zemerdon
Wed May 29, 2024 6:02 pm
Forum: RC Drifting
Topic: Servo settings explained
Replies: 0
Views: 29838

Servo settings explained

Dead band
The dead band angle at stopping can be specified.
[Relationship between dead band set value and servo operation]
Small - Dead band angle is small and a small signal change immediately operates the servo.
Large - Dead band angle is large, and the servo does not operate at small signal ...
by zemerdon
Mon May 06, 2024 12:39 pm
Forum: RC Drifting
Topic: Thorttle cut 10PX
Replies: 0
Views: 29000

Thorttle cut 10PX

I've bound Program Mixing 1 to a push button, SW3. The values change live, so if you pull the trigger slightly to throttle and change settings you can see/hear the changes as you input them.

Program Mixing 1

Type : EXP
Offset: +0

EXP RATE

Forward: Quick
Brake +0

Fine tune forward: +0
Fine ...
by zemerdon
Sat May 04, 2024 1:27 pm
Forum: RC Drifting
Topic: Motor boost and turbo explained
Replies: 0
Views: 29559

Motor boost and turbo explained

How altering Motor Timing affects performance

Altering motor timing has a similar effect to changing the gearing. Advancing (increasing) a motors timing will result in a higher maximum motor RPM but will reduce Torque. Reducing timing does the opposite – more Torque, lower maximum motor RPM ...
by zemerdon
Sat May 04, 2024 9:06 am
Forum: Computer Educational Information
Topic: CPU suffixes
Replies: 0
Views: 52929

CPU suffixes

CPU lettering/models/suffix/code

You'll also note that some CPUs have a letter at the end of the model name. Here is a guide to what they mean:

K: Unlocked for overclocking
H: High-performance graphics
T: Optimized for efficient desktop computing
U: Optimized for laptop power efficiency
F: High ...
by zemerdon
Sat May 04, 2024 7:05 am
Forum: Scripts/Configs/Misc
Topic: Protech QM1571 Multimeter Wireless Logging software
Replies: 0
Views: 29793

Protech QM1571 Multimeter Wireless Logging software

Protech QM1571 Multimeter Wireless Logging software.

Windows ONLY.
by zemerdon
Fri Apr 26, 2024 6:17 pm
Forum: RC Decals
Topic: Ferarri Enzo 1/10
Replies: 0
Views: 53016

Ferarri Enzo 1/10

by zemerdon
Thu Apr 25, 2024 8:34 pm
Forum: RC Paint/Airbrushing
Topic: Lexan outside tips
Replies: 0
Views: 53828

Lexan outside tips

The thing is that if you want to paint your lexan with anything else than lexan paint, go right ahead. But paint a primer layer with lexan paint first so the other paint sticks to the lexan. If it is on the outside you want to paint. Prime with a lexan paint relative to the paint that goes over. If ...
by zemerdon
Thu Apr 25, 2024 8:26 pm
Forum: RC Paint/Airbrushing
Topic: Tamiya X paint chart
Replies: 0
Views: 30008

Tamiya X paint chart

by zemerdon
Thu Apr 25, 2024 8:25 pm
Forum: RC Paint/Airbrushing
Topic: Tamiya XF paint chart
Replies: 0
Views: 29165

Tamiya XF paint chart

by zemerdon
Thu Apr 25, 2024 8:22 pm
Forum: RC Paint/Airbrushing
Topic: Tamiya TS paint chart
Replies: 0
Views: 28910

Tamiya TS paint chart

Tamiya TS paint chart
by zemerdon
Thu Apr 25, 2024 8:14 pm
Forum: RC Paint/Airbrushing
Topic: Tamiya PS paint chart
Replies: 0
Views: 28410

Tamiya PS paint chart

by zemerdon
Thu Apr 25, 2024 7:40 pm
Forum: RC Paint/Airbrushing
Topic: Paint lexan on the outside
Replies: 0
Views: 28132

Paint lexan on the outside

The secret is in the prepwork, .000 steel wool or substitute, 3m pad ect.
Be sure to remove the overspray film on the body (outside surface), mask widows then place blue, lowtack painters tape over the mask and trim, gently scour the entire surface to be painted with steel wool or pad, go easy ...
by zemerdon
Wed Apr 17, 2024 1:09 am
Forum: RC Paint/Airbrushing
Topic: Tint RC lexan windows
Replies: 0
Views: 27635

Tint RC lexan windows

Use semi translucent spray.

Pactra - Window Tint (RC294)
Tamiya - Smoke (PS-31)

by zemerdon
Tue Apr 16, 2024 9:50 pm
Forum: RC Drifting
Topic: Yokomo SD1.0 LTS upgrades
Replies: 0
Views: 27717

Yokomo SD1.0 LTS upgrades

Yd2e trans with high motor mount, reve d wide rear toe blocks with short arms, overdose high grade dampers and pistons, and tamiya diff. Those are some of the changes I made to mine.

I did the rhino clsd the metal gears running it on hard 4 spring

I’ve got the big bores all around and the CLSD the ...
by zemerdon
Thu Apr 11, 2024 5:26 pm
Forum: RC Drifting
Topic: Futaba SBUS
Replies: 0
Views: 28597

Futaba SBUS

SBus
Depending on the servo, it could be either HV or not. Look in the description for the HV designation.

SBus servos need to be programmed to a channel assignment. This can be done with a programming device or through the transmitter in the case of the 14 and 18 series transmitters.

An SBus ...
by zemerdon
Thu Apr 11, 2024 1:48 pm
Forum: Zoneminder
Topic: Hit end of packetqueue before satisfying pre_event_count. Needed 5 more video frames
Replies: 1
Views: 67726

Re: Hit end of packetqueue before satisfying pre_event_count. Needed 5 more video frames

+1 on checking top/htop.
ALso try lowering your analysis FPS - i have cameras outputting 25FPS but analyzing at 3FPS on zm.

Check top/htop before and after the changes to compare how your CPU is doing. Also notice your swap and memory.
by zemerdon
Thu Apr 11, 2024 1:08 pm
Forum: Zoneminder
Topic: Hit end of packetqueue before satisfying pre_event_count. Needed 5 more video frames
Replies: 1
Views: 67726

Hit end of packetqueue before satisfying pre_event_count. Needed 5 more video frames

It means the key frame from the camera is leaving the buffer before the video is analyzed, the key frame is needed for analysis. I resolved this issue by decreasing the key frame interval on my cameras. Mine is now set to 1 key frame per second, the lowest setting on my cameras. It matches the FPS ...
by zemerdon
Tue Apr 09, 2024 12:04 am
Forum: RC F1
Topic: F104 PRO II
Replies: 0
Views: 58610

F104 PRO II

by zemerdon
Mon Apr 08, 2024 7:04 pm
Forum: RC Drifting
Topic: chassis roll information
Replies: 0
Views: 27939

chassis roll information

I understand most drift chassis can be modified to make body roll through long shocks, soft springs, thin oil, high motor + battery mount.

YEAH RACING 55mm shocks w/ a few drops of oil. Drill 6x 1/8" holes in each piston for more free flowing shocks. Stock MST 2.5 springs.

Travis 2 LCS roll
https ...
by zemerdon
Mon Apr 08, 2024 6:49 pm
Forum: RC Drifting
Topic: body roll transcript
Replies: 0
Views: 28521

body roll transcript

https://youtu.be/mzw28k8RLb8?

Transcript

Austin : Say mic test a couple times Ryan.

Ryan : Mic test a couple times. Mic test a couple times.

Austin : Alright

Austin : Hello Youtube. My name is Austin Jones. I’m one of the team drivers here for Rolling Garage. Today we’re gonna try ...
by zemerdon
Mon Apr 08, 2024 5:46 pm
Forum: RC Paint/Airbrushing
Topic: Cartoon style
Replies: 0
Views: 27951

Cartoon style

uni posca markers
by zemerdon
Sun Apr 07, 2024 10:33 pm
Forum: RC Drifting
Topic: chassis roll tips
Replies: 0
Views: 28399

chassis roll tips

As long as its got long shocks, soft springs, thin oil, high mount motor and battery that'll all help

45mm LTS front springs, reve d blue meds rear, +6mm rear spring retainers, high Mount battery, 10w shock oil and tons and tons of trial and error tuning

You can use any chassis as long as it has ...
by zemerdon
Sun Apr 07, 2024 10:52 am
Forum: RC Misc
Topic: Body wishlist
Replies: 0
Views: 27647

Body wishlist

by zemerdon
Sun Apr 07, 2024 10:51 am
Forum: RC Misc
Topic: Cameras etc
Replies: 0
Views: 28176

Cameras etc

fujifilm X-T4
Olympus PEN F
Gopro 8, DJI Mavic pro
by zemerdon
Sat Apr 06, 2024 10:57 pm
Forum: Linux
Topic: allow sudo commands without sudo
Replies: 0
Views: 22172

allow sudo commands without sudo

edit /etc/sudoers file

Code: Select all

zemerdon        ALL=NOPASSWD: /usr/sbin/hddtemp, /usr/sbin/nvme
by zemerdon
Mon Apr 01, 2024 8:48 am
Forum: Documents / Manuals
Topic: estimate SSD lifetime
Replies: 0
Views: 28861

estimate SSD lifetime

by zemerdon
Sat Mar 30, 2024 6:32 am
Forum: RC Decals
Topic: Recommended websites
Replies: 0
Views: 27900

Recommended websites

by zemerdon
Fri Mar 29, 2024 11:36 am
Forum: RC Paint/Airbrushing
Topic: Lexan paint recommendations
Replies: 0
Views: 28090

Lexan paint recommendations

primer:
Tamiya 87152 Spray Primer for Nylon Surfaces

paint:
createx
proline
missions models
valejo
spaz stix
tropical glitz
faskolor
autoair
house of kolor

clear coat:
TAMIYA 86026 PS-26 Protective Top Coat - 100ml Spray Can
by zemerdon
Sat Mar 23, 2024 4:31 pm
Forum: RC Fabrication
Topic: custom modelling
Replies: 0
Views: 29286

custom modelling

custom modelling use Milliput.

figurines.
by zemerdon
Fri Mar 22, 2024 10:24 pm
Forum: Linux
Topic: apt accept release change
Replies: 0
Views: 21734

apt accept release change

E: Repository 'https://dl.ui.com/unifi/debian stable InRelease' changed its 'Codename' value from 'unifi-8.0' to 'unifi-8.1'

Code: Select all

sudo apt-get update --allow-releaseinfo-change
by zemerdon
Thu Mar 07, 2024 10:07 pm
Forum: RC Fabrication
Topic: welding
Replies: 0
Views: 27830

welding

mig welder, .3 wire, 75/25 argon/co2, hobart welding shield and gloves, wire brushes, angle grinder with cut wheels and tiger discs, 90° magnets and speed squares.
by zemerdon
Thu Mar 07, 2024 10:04 pm
Forum: Linux
Topic: change file metadata
Replies: 0
Views: 22717

change file metadata

exiftool -GPSLongitude="$longitude" -GPSLatitude="$latitude" *.png

Your basic command would be (no plus signs, those aren't used with Coordinates)
exiftool -GPSLatitude=40.6892 -GPSLatitudeRef=N -GPSLongitude=-74.0445 -GPSLongitudeRef=W -GPSAltitude=10 -GPSAltitudeRef="Above Sea Level" FILE ...
by zemerdon
Sun Mar 03, 2024 6:46 pm
Forum: Linux
Topic: PMM2 remove node
Replies: 0
Views: 22466

PMM2 remove node

from any node console:

zemerdon@NAS:~$ pmm-admin inventory list nodes
Nodes list.

Node type Node name Address Node ID
GENERIC_NODE NAS 192.168.1.10 /node_id/169ee95d-b5b6-4396-9f1c-b03be77932a4
GENERIC_NODE NUC 192.168.1.14 /node_id/7e873c15-0431-4b5e-a2c4-bba5e268f0c5
GENERIC_NODE server 192.168 ...
by zemerdon
Sun Mar 03, 2024 6:32 pm
Forum: Linux - Kernel/firmware/Repos
Topic: Docker Repositories
Replies: 0
Views: 21637

Docker Repositories

root@server:/etc/apt/sources.list.d# cat docker.list

Code: Select all

deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian   bullseye stable
by zemerdon
Sun Mar 03, 2024 6:31 pm
Forum: Linux - Kernel/firmware/Repos
Topic: Percona Repositories
Replies: 0
Views: 21628

Percona Repositories

root@server:/etc/apt/sources.list.d# cat percona-original-release.list
#
# This repo is managed by "percona-release" utility, do not edit!
#
deb http://repo.percona.com/percona/apt bullseye main
deb-src http://repo.percona.com/percona/apt bullseye main


root@server:/etc/apt/sources.list.d# cat ...
by zemerdon
Sat Mar 02, 2024 4:14 pm
Forum: RC Paint/Airbrushing
Topic: Chrome
Replies: 0
Views: 26997

Chrome

Spaztim Chrome
1 light coat, back with gloss black

AMMO A-STAND Chrome for lexan
3 light coats, 2 black backs
by zemerdon
Fri Mar 01, 2024 5:22 pm
Forum: RC Paint/Airbrushing
Topic: Masking
Replies: 0
Views: 27485

Masking

liquid mask
frisket masking
by zemerdon
Wed Feb 28, 2024 12:06 pm
Forum: Zoneminder
Topic: storage permissions
Replies: 0
Views: 22429

storage permissions

5. Ensure ZoneMinder can write to the new destination by changing the owner and group to that of the web server user account. Debian based distros typically use "www-data" as the web server user account while many rpm based distros use "apache".

Debian
chown -R www-data:www-data /newdrive ...
by zemerdon
Sun Feb 25, 2024 8:53 pm
Forum: RC Paint/Airbrushing
Topic: plastic metal finishes
Replies: 0
Views: 27472

plastic metal finishes

ALCLAD brand. Advanced product.
by zemerdon
Sat Feb 24, 2024 1:53 pm
Forum: Asus Routers
Topic: ASUS router set ANY password with no character restrictions
Replies: 0
Views: 53008

ASUS router set ANY password with no character restrictions

SSH into router and set ANY password with the following commands...

sets password

Code: Select all

nvram set http_passwd="mypassword"
save changes

Code: Select all

nvram commit
reboot router

Code: Select all

reboot
by zemerdon
Wed Feb 07, 2024 5:04 pm
Forum: Linux
Topic: Percona PMM2 change admin password
Replies: 0
Views: 23606

Percona PMM2 change admin password

Code: Select all

sudo docker exec pmm-server change-admin-password new_password_here;
by zemerdon
Mon Feb 05, 2024 1:46 pm
Forum: Linux
Topic: convert mkv to mp4
Replies: 0
Views: 24168

convert mkv to mp4

Converting mkv to mp4 with ffmpeg
Essentially just copy the existing video and audio stream as is into a new container, no funny business!
The easiest way to "convert" MKV to MP4, is to copy the existing video and audio streams and place them into a new container. This avoids any encoding task and ...
by zemerdon
Sat Feb 03, 2024 5:22 pm
Forum: Linux
Topic: CIFS: VFS: cifs_mount failed w/return code = -112
Replies: 0
Views: 24398

CIFS: VFS: cifs_mount failed w/return code = -112

This is due to the service systemd-networkd-wait-online being disabled.

Enable the service like so:

sudo systemctl enable systemd-networkd-wait-online
This should execute without errors.

After that reboot your system. Your network share should mount at boot now.

If the share is still not ...
by zemerdon
Sat Feb 03, 2024 1:01 pm
Forum: Linux - Kernel/firmware/Repos
Topic: initramfs no matching swap device
Replies: 0
Views: 31634

initramfs no matching swap device

sudo blkid

set new UUID in

Code: Select all

sudoedit /etc/initramfs-tools/conf.d/resume
by zemerdon
Sat Feb 03, 2024 12:33 pm
Forum: Linux
Topic: resize qcow
Replies: 0
Views: 24100

resize qcow

https://linuxconfig.org/how-to-resize-a-qcow2-disk-image-on-linux

Expanding a disk virtual size using qemu-img
Above we saw how to reclaim unused space from a qcow2 disk image using the virt-sparsify command. In certain situations, we may want to change the virtual size of the disk image, instead ...
by zemerdon
Tue Jan 30, 2024 10:17 am
Forum: Cisco
Topic: port flapping
Replies: 0
Views: 31832

port flapping

A MAC Flap is caused when a switch receives packets from two different interfaces with the same source MAC address. If you are getting the behaviour for a lot of other MACs, that most likely is a layer 2 loop.

Check the network switches for misconfigurations that might cause a data-forwarding loop ...
by zemerdon
Sun Jan 28, 2024 11:43 am
Forum: RC 3D Printing
Topic: Scale accessories websites
Replies: 0
Views: 32456

Scale accessories websites

Cult3d
by zemerdon
Sat Jan 27, 2024 1:46 pm
Forum: RC Fabrication
Topic: steel framing
Replies: 0
Views: 28264

steel framing

3/16 brake lining tubing. A tubing cutter. A brake line bender. A rat tail file to cope/fish mouth/notch the tubing.

Solder is Harris safety silver 56% and Harrix flux.

Benzo-matic mini torch with mapp gas and oxygen
by zemerdon
Sat Jan 27, 2024 1:42 pm
Forum: RC 3D Printing
Topic: Scale accessories
Replies: 0
Views: 30023

Scale accessories

The crates and bucket are 3d printed and the propane tank is a battery cutoff switch from PowershiftRC, which is also 3d printed. The pallets are wood, the bed box is folded out of aluminum, the ladders are metal, and the skateboard is a Tech Deck.
by zemerdon
Sun Jan 21, 2024 10:06 am
Forum: RC Paint/Airbrushing
Topic: body prep
Replies: 0
Views: 28080

body prep

Warm water and dawn soap
Dry
91% alcohol
Dry
And paint 🤘🏼
by zemerdon
Fri Jan 19, 2024 5:57 pm
Forum: RC Decals
Topic: Hardware cutters/plotters for custom decals/stencils
Replies: 0
Views: 27205

Hardware cutters/plotters for custom decals/stencils

Decal hardware:
Cricut Explore 3
Cricut Explorer Air 2


Stencil material:
Oracal 813 (even surface)
Oramask 810 (uneven surface)
Cricut® Premium Vinyl™ – Removable, Black, 12" x 48"
Oracal 651 vinyl (permanent)
Oracal 631 (removable)
CutterPros.com
Avery Paint Mask SF 100-128-S A1828-S White ...
by zemerdon
Tue Jan 16, 2024 4:02 pm
Forum: ZFS
Topic: ZFS zero out HDD
Replies: 0
Views: 26976

ZFS zero out HDD

Wiping the entire disk
This will overwrite all partitions, master boot records, and data. Use the sudo command as well (sudo dd...)

Filling the disk with all zeros (This may take a while, as it is making every bit of data 0) :
dd if=/dev/zero of=/dev/sdX bs=1M #replace X with the target drive ...
by zemerdon
Tue Jan 16, 2024 3:19 pm
Forum: ZFS
Topic: ZFS HDD bad block output
Replies: 0
Views: 26739

ZFS HDD bad block output

=== START OF INFORMATION SECTION ===
Model Family: Western Digital Red
Device Model: WDC WD30EFRX-68EUZN0
Serial Number: WD-WCC4N6XZY08J
LU WWN Device Id: 5 0014ee 2b61cd6fd
Firmware Version: 82.00A82
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes ...
by zemerdon
Tue Jan 16, 2024 3:12 pm
Forum: ZFS
Topic: ZFS HDD fix bad sectors
Replies: 0
Views: 26255

ZFS HDD fix bad sectors

Fix uncorrectable offline sectors on zfs

Intro
When a disk gets older, there may be some bad sectors on it. In fact every disk has bad sectors. They are just marked as bad and not used by the disk. Every disk has spare sectors to use if some will fail and the disk will remap the corrupted parts ...
by zemerdon
Tue Jan 16, 2024 2:46 pm
Forum: ZFS
Topic: ZFS HDD force write bad sectors
Replies: 0
Views: 25847

ZFS HDD force write bad sectors

https://wiki.archlinux.org/title/Identify_damaged_files

Force the disk to reallocate bad block
First you will want to see how many badblocks the harddrive is aware of through the smartctl command:

# smartctl -t long /dev/sdx

Wait until test completes, then:

# smartctl -l selftest /dev/sdx

ID ...
by zemerdon
Tue Jan 16, 2024 2:09 pm
Forum: ZFS
Topic: HDD rewrite bad sectors
Replies: 0
Views: 25788

HDD rewrite bad sectors

I'd run a long selftest

smartctl -t long /dev/ada2


check the smart information for the unreadable sector, lets call it 'X'

smartctl -A /dev/ada2


change the syscontrol and try writing to the sector. Change the 'X' below

sysctl kern.geom.debugflags=16
dd if=/dev/zero of=/dev/ada2 bs=4096 ...
by zemerdon
Sun Jan 14, 2024 4:06 pm
Forum: Linux
Topic: rsyslog custom logging
Replies: 0
Views: 20480

rsyslog custom logging

The solution is to use custom rsyslog templates. First you create the log message template. The following template resembles the default syslog format but has the %fromhost-ip% added you can add other variables in the same manner

$template tplremote,"%timegenerated% %HOSTNAME% %fromhost-ip ...
by zemerdon
Sun Jan 14, 2024 12:18 pm
Forum: Scripts/Configs/Misc
Topic: awesomewidgets conf backup
Replies: 0
Views: 26078

awesomewidgets conf backup

https://arcanis.me/projects/awesome-widgets#config

<span style="color:#6a5acd; font-family:'Hack'; font-size:12pt;"></span><span style="color:#00ff7f; font-family:'Hack'; font-size:12pt;">
<p align="left">/ $hddfreegb1 GB free</p>
<p align="left">/boot/efi $hddfreemb2 MB free</p>
<p align="left ...
by zemerdon
Sat Jan 13, 2024 11:16 am
Forum: Linux - GRUB
Topic: GRUB FIX #3 easymode
Replies: 0
Views: 51186

GRUB FIX #3 easymode

https://phoenixnap.com/kb/grub-rescue

1. When the live system boots up, connect to the internet.

2. Open the terminal and type the following command to add the repository for the Boot Repair tool.

sudo add-apt-repository ppa:yannubuntu/boot-repair

Adding the repository for the Boot Repair tool ...
by zemerdon
Mon Jan 08, 2024 12:40 am
Forum: Zoneminder
Topic: CIFS: VFS: The server doesn't seem to support them properly or the files might be on different servers (DFS)
Replies: 0
Views: 19989

CIFS: VFS: The server doesn't seem to support them properly or the files might be on different servers (DFS)

Issue
Why do two different CIFS clients show different values of inodes for the same files?
Below messages are observed during issue:

Raw
CIFS VFS: Autodisabling the use of server inode numbers on [share].
CIFS VFS: The server doesn't seem to support them properly or the files might be on different ...
by zemerdon
Mon Jan 08, 2024 12:15 am
Forum: Cisco
Topic: cisco syslog server setup
Replies: 0
Views: 27280

cisco syslog server setup

On the Cisco Catalyst 2960 switch, open the Cisco command-line interface and begin a session.
Verify that you are in privileged EXEC mode on the switch. To enter Privileged EXEC mode, type the command:
enable

Switch to global configuration mode. Type the command:

configure terminal

Verify that ...
by zemerdon
Sun Jan 07, 2024 11:48 pm
Forum: Cisco
Topic: show port power options and configuration
Replies: 0
Views: 27740

show port power options and configuration

show power inline
c2960x-48fpd-l-01#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.

c2960x-48fpd-l-0(config)#int gi1/0/1
c2960x-48fpd-l-0(config-if)#power inline port 2x-mode
c2960x-48fpd-l-0(config-if)#shutdown
c2960x ...
by zemerdon
Sun Jan 07, 2024 11:47 pm
Forum: Cisco
Topic: ssh no matching key exchange method found
Replies: 0
Views: 27382

ssh no matching key exchange method found

zemerdon@NAS:~$ ssh 192.168.1.9
Unable to negotiate with 192.168.1.9 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1

zemerdon@NAS:~$ ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes256-ctr ...
by zemerdon
Sun Jan 07, 2024 11:31 pm
Forum: Cisco
Topic: Cisco 2960S enable SSH
Replies: 1
Views: 34989

Re: Cisco 2960S enable SSH

enable
conf t
hostname 3650_garage
enable secret passwordhere
ip domain-name local.lan
crypto key generate rsa general-keys modulus 2048
ip ssh version 2
username usernamehere privilege 15 password passwordhere
aaa new-model
aaa authentication login default local
exit
write memory
reload
by zemerdon
Sun Jan 07, 2024 10:22 pm
Forum: Cisco
Topic: show logs
Replies: 0
Views: 28494

show logs

Show running-config

sh int

show log
by zemerdon
Sun Jan 07, 2024 10:12 pm
Forum: Cisco
Topic: Cisco 2960S show hostname
Replies: 0
Views: 27152

Cisco 2960S show hostname

Switch#show running-config
Building configuration...

Current configuration : 3235 bytes
!
! Last configuration change at 01:01:04 UTC Mon Jan 2 2006
by zemerdon
Sun Jan 07, 2024 10:00 pm
Forum: Cisco
Topic: Cisco 2960S enable SSH
Replies: 1
Views: 34989

Cisco 2960S enable SSH

1- Give the switch a hostname (hostname xxxxxx)

2- Give the switch a domain name (ip domain-name xxx.com)

3- Create a username and password (username xxxxxxxx password xxxxxx)

4- Use SSH v2 (ip ssh version 2)

5- Generate RSA keys (crypto key generate rsa general-keys modulus 2048)

6- Configure ...
by zemerdon
Sun Jan 07, 2024 12:14 am
Forum: Scripts/Configs/Misc
Topic: remote monitoring - Percona setup
Replies: 0
Views: 25246

remote monitoring - Percona setup

Installing the Server
The main component of the PMM client-server architecture is a server that is responsible for aggregating and visualizing data from databases. The machine on which you install it becomes the monitoring host.

You can install the PMM server [2] as a Docker container or as a ...
by zemerdon
Sat Jan 06, 2024 1:02 pm
Forum: ZFS
Topic: increase drive IO timeout
Replies: 0
Views: 26042

increase drive IO timeout

/sys/block

lrwxrwxrwx 1 root root 0 Jan 6 11:15 sda -> ../devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/port-0:0/expander-0:0/port-0:0:0/end_device-0:0:0/target0:0:0/0:0:0:0/block/sda
lrwxrwxrwx 1 root root 0 Jan 6 11:15 sdb -> ../devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/port-0:0 ...
by zemerdon
Fri Jan 05, 2024 10:35 am
Forum: Scripts/Configs/Misc
Topic: total data written to EXT4 on NVMe in Linux
Replies: 0
Views: 25345

total data written to EXT4 on NVMe in Linux


zemerdon@NAS:~$ cat nvme_tbw.sh
echo "*** $(date -R) ***"
tbw=$(cat /sys/fs/ext4/nvme0n1p2/lifetime_write_kbytes)
TB=1000000000
echo "TB written to Samsung 980 PRO NVMe 1TB:"
calc $tbw / $TB


zemerdon@NAS:~$ ./nvme_tbw.sh
*** Fri, 05 Jan 2024 11:27:55 +1000 ***
TB written to Samsung 980 PRO ...
by zemerdon
Fri Jan 05, 2024 9:09 am
Forum: Linux
Topic: obtain DSDT and decode for development
Replies: 0
Views: 19941

obtain DSDT and decode for development

dump the DST with SSDTTime


git clone https://github.com/corpnewt/SSDTTime.git
cd SSDTTime ; ./SSDTTime.command


** P. Dump DSDT - Automatically dump the system DSDT **

decode the .aml

apt install iasl acpica-tools
iasl DSDT.aml

compress both files for bug reporting.

tar -czvf asus_ws ...
by zemerdon
Fri Jan 05, 2024 7:32 am
Forum: Linux - GRUB
Topic: efibootmgr/Grub/EFI FIX
Replies: 0
Views: 27909

efibootmgr/Grub/EFI FIX

Use Linux efibootmgr Command to Manage UEFI Boot Menu

The Linux efibootmgr command line utility is very handy when it comes to managing UEFI boot menu. This tutorial shows you how to use efibootmgr with 5 examples. It’s assumed that you have installed Linux in UEFI mode.

You can install the ...
by zemerdon
Thu Jan 04, 2024 2:46 am
Forum: Scripts/Configs/Misc
Topic: awesomewidgets broke KDE [SOLVED]
Replies: 0
Views: 27574

awesomewidgets broke KDE [SOLVED]

/home/zemerdon/.local/share/awesomewidgets/telemetry.ini
by zemerdon
Mon Jan 01, 2024 10:35 am
Forum: Linux
Topic: KDE widget backgrounds
Replies: 0
Views: 19960

KDE widget backgrounds

apt install plasma-sdk
plasmathemeexplorer

Code: Select all

https://www.reddit.com/r/kde/comments/ajt1n6/widget_background_alpha_setting/

Code: Select all

https://develop.kde.org/docs/plasma/theme/theme-details/
by zemerdon
Sun Dec 31, 2023 11:45 pm
Forum: Linux
Topic: lockscreen not accepting correct password
Replies: 0
Views: 20095

lockscreen not accepting correct password

/usr/lib/x86_64-linux-gnu/libexec/kcheckpass

"chmod u+s /usr/lib/kcheckpass" - Granting SUID to kcheckpass also works.
by zemerdon
Fri Dec 29, 2023 2:21 pm
Forum: Linux
Topic: root filemanager split view
Replies: 0
Views: 20448

root filemanager split view

nemo
by zemerdon
Fri Dec 29, 2023 2:00 pm
Forum: Linux
Topic: compare two directories CLI
Replies: 0
Views: 19401

compare two directories CLI

root@server:/media/network# diff /media/12tb_media/MOVIES/MOVIES\ A-M/ /media/network/192.168.1.10/plex/MOVIES/MOVIES\ A-M/ | grep -v "Common"

Only in /media/network/192.168.1.10/plex/MOVIES/MOVIES A-M/: A Haunting In Venice (2023) [720p] [WEBRip] [YTS.MX]
Only in /media/network/192.168.1.10/plex ...
by zemerdon
Wed Dec 27, 2023 9:35 am
Forum: Zoneminder
Topic: Install zoneminder 1.36 on Debian 12 [OLD WAY]
Replies: 0
Views: 20038

Install zoneminder 1.36 on Debian 12 [OLD WAY]

Debian 12 with Zoneminder 1.36.x
Debian 12 Bookworm is released with Zoneminder 1.36.33 and as usual for Debian the zm database needs to be created manually.

Note: This version has been verified with Bookworm Debian 12 official release. A few issues have been found and corrected. Zoneminder now ...
by zemerdon
Tue Dec 26, 2023 9:31 am
Forum: Cisco
Topic: Configure Cisco 2960S via console port and set ip
Replies: 0
Views: 28009

Configure Cisco 2960S via console port and set ip

putty/securecrt

speed 9600
flow off

(find internal ip)
show ip int brief

enable
configure terminal
interface vlan 1
ip address <IP_ADDRESS> <SUBNET_MASK>
no shutdown
exit

ip default-gateway <DEFAULT_GATEWAY_IP>
ip domain-name <DOMAIN_NAME>
ip name-server <DNS_SERVER_IP>
end

write memory

or ...
by zemerdon
Sat Dec 23, 2023 5:55 pm
Forum: ZFS
Topic: ZFS tuning tips
Replies: 0
Views: 25704

ZFS tuning tips

zfs set xattr=sa poolname
zfs set acltype=posixacl poolname
zfs set compression=lz4 poolname
zfs set atime=off poolname
zfs set relatime=off poolname
zfs set recordsize=1M poolname

https://svennd.be/basic-zfs-tune-tips/

https://jrs-s.net/2018/08/17/zfs-tuning-cheat-sheet/
by zemerdon
Wed Dec 20, 2023 8:32 am
Forum: Linux
Topic: HDD break-in/testing
Replies: 0
Views: 20388

HDD break-in/testing

I'm about to get a couple brand new HGST DeskStar 4TB 3.5" SATA hard drives. Are there any recommended practices these days I should perform before I start using them and entrusting my data to them, especially since they're still in the initial warranty period?

Typically, I just stick new drives in ...
by zemerdon
Sun Oct 22, 2023 1:55 am
Forum: Scripts/Configs/Misc
Topic: temperature sensors output
Replies: 0
Views: 26772

temperature sensors output

#!/bin/bash
sudo hddtemp /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1 /dev/sdg1 /dev/sdh1 /dev/sdi1 /dev/sdj1 && printf "\nSamsung SSD 980 PRO 1TB\n" && sudo nvme smart-log /dev/nvme0n1p2 | grep temp && printf "\nIntel Quad NIC\n" && sensors | grep loc && printf "\nFan RPM\n ...
by zemerdon
Sun Oct 15, 2023 8:17 am
Forum: Linux
Topic: IP geo tracing
Replies: 0
Views: 19666

IP geo tracing

IP-tracer

Code: Select all

git clone https://github.com/rajkumardusad/IP-Tracer.git
geoiplookup

Code: Select all

apt install geoip-bin
by zemerdon
Sun Oct 15, 2023 5:59 am
Forum: Scripts/Configs/Misc
Topic: restart KDE
Replies: 0
Views: 26802

restart KDE

Code: Select all

#!/bin/bash
plasmashell --replace & exit
or

Code: Select all

#!/bin/bash
kquitapp5 plasmashell && kstart5 plasmashell >/dev/null 2>&1
by zemerdon
Sun Oct 15, 2023 5:57 am
Forum: Scripts/Configs/Misc
Topic: LFTP mirror remote dir
Replies: 0
Views: 26116

LFTP mirror remote dir


#!/bin/bash
# @description: MIRROR DISTANT FOLDER TO LOCAL FOLDER VIA FTP
#
# FTP LOGIN
HOST='127.0.0.1'
USER='ftpuser'
PASSWORD='ftppass'

# DISTANT DIRECTORY
REMOTE_DIR='/remote_dir'

#LOCAL DIRECTORY
LOCAL_DIR='/local_dir'

# RUNTIME!
echo
echo "Starting download $REMOTE_DIR from $HOST to ...
by zemerdon
Sun Oct 15, 2023 5:56 am
Forum: Scripts/Configs/Misc
Topic: NUT cron script
Replies: 0
Views: 26169

NUT cron script

Code: Select all

#!/bin/bash
#sleep 120
/usr/sbin/upsdrvctl start
/usr/sbin/upsd
by zemerdon
Sun Oct 15, 2023 5:51 am
Forum: Scripts/Configs/Misc
Topic: x11vnc
Replies: 0
Views: 26547

x11vnc

Code: Select all

#!/bin/bash
sleep 15
x11vnc -reopen -forever -loop -listen 192.168.1.10 -rfbport 5600 -rfbauth /home/zemerdon/.vnc/passwd
by zemerdon
Sun Oct 15, 2023 5:51 am
Forum: Scripts/Configs/Misc
Topic: virsh_reattach
Replies: 0
Views: 26440

virsh_reattach

Code: Select all

#!/bin/bash
virsh nodedev-reattach pci_0000_06_00_0
virsh nodedev-reattach pci_0000_07_00_0
virsh nodedev-reattach pci_0000_08_00_0
virsh nodedev-reattach pci_0000_09_00_0
by zemerdon
Sun Oct 15, 2023 5:50 am
Forum: Scripts/Configs/Misc
Topic: virsh_detach
Replies: 0
Views: 26585

virsh_detach

Code: Select all

#!/bin/bash
virsh nodedev-detach pci_0000_1b_00_1 
virsh nodedev-detach pci_0000_1b_00_2
virsh nodedev-detach pci_0000_1b_00_3

#pci_0000_1b_00_0 host
#pci_0000_1b_00_1 pfsense
#pci_0000_1b_00_2 pfsense
#pci_0000_1b_00_3 zm
by zemerdon
Sun Oct 15, 2023 5:49 am
Forum: Scripts/Configs/Misc
Topic: pcloud mount
Replies: 0
Views: 26506

pcloud mount

Code: Select all

#!/bin/sh
rclone mount pcloud:/ /media/pcloud/ --vfs-cache-mode writes --allow-root --allow-non-empty --daemon
by zemerdon
Sun Oct 15, 2023 5:48 am
Forum: Scripts/Configs/Misc
Topic: check mount point
Replies: 0
Views: 27642

check mount point


#!/bin/bash
mountpoint='/media/raid1_nextcloud'
mobileno=""
smsurl=""
#mntcmd='/bin/mount -a'
mntcmd='/home/zemerdon/automount.sh'
mntchkcmd='/bin/mount'
###Check mount point available or not IF not alert to service own
${mntchkcmd} | /bin/grep ${mountpoint} > /dev/null 2>&1
if [ $? != 0 ]
then ...
by zemerdon
Sun Oct 15, 2023 5:17 am
Forum: Scripts/Configs/Misc
Topic: immo groups
Replies: 0
Views: 25543

immo groups

Code: Select all

#!/bin/bash
for d in $(find /sys/kernel/iommu_groups/ -type l | sort -n -k5 -t/); do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU Group %s ' "$n"; lspci -nns "${d##*/}"; done;
by zemerdon
Sat Oct 14, 2023 4:27 pm
Forum: Plex
Topic: monitor Plex transcode GPU power
Replies: 0
Views: 21075

monitor Plex transcode GPU power

nvidia-smi

nvtop

gpustat
by zemerdon
Mon Sep 25, 2023 3:16 pm
Forum: pfSense
Topic: Suricata failed to start [SOLVED]
Replies: 0
Views: 25639

Suricata failed to start [SOLVED]

Errors:

25/9/2023 -- 15:08:38 - <Info> -- running in 'auto' checksum mode. Detection of interface state will require 1000ULL packets
25/9/2023 -- 15:08:38 - <Info> -- Set snaplen to 1518 for 'pppoe1'
25/9/2023 -- 15:08:38 - <Error> -- [ERRCODE: SC_ERR_POOL_INIT(66)] - alloc error
25/9/2023 -- 15 ...
by zemerdon
Fri Sep 22, 2023 2:18 pm
Forum: Linux
Topic: search text and show source file(s)
Replies: 0
Views: 20427

search text and show source file(s)

[23.05.1-RELEASE][admin@pfSense.home.arpa]/usr/local/share/suricata/rules: grep -nr 2270000 *
dnp3-events.rules:3:# This SIDs fall in the 2270000+ range. See:
dnp3-events.rules:8: app-layer-event:dnp3.flooded; classtype:protocol-command-decode; sid:2270000; rev:2;)

/var/lib/suricata/rules
/var/lib ...
by zemerdon
Sun Sep 17, 2023 10:51 am
Forum: Linux
Topic: CIFS throwing socket errors [SOLVED]
Replies: 0
Views: 19972

CIFS throwing socket errors [SOLVED]

check the following...

sudo systemctl enable systemd-networkd-wait-online

add the following to mount line:

_netdev,vers=3.0

use mount.cifs command

add sleep command
check remote mount exists with smbclient -L ip -U username
restart remote smbd
by zemerdon
Fri Sep 15, 2023 3:45 pm
Forum: Wireguard
Topic: Wireguard conf files
Replies: 0
Views: 50766

Wireguard conf files

server /etc/wireguard/wg0.conf
# local settings for Host α
[Interface]
# host a .key
PrivateKey = key
Address = 192.168.1.11/32
ListenPort = 51821

# IP forwarding
PreUp = sysctl -w net.ipv4.ip_forward=1

# remote settings for Host β
[Peer]
# host b .pub
PublicKey = key
Endpoint = 58.96.52.26:51822 ...
by zemerdon
Fri Sep 15, 2023 3:28 pm
Forum: Zoneminder
Topic: symlinks operation no supported on SMB share
Replies: 0
Views: 19734

symlinks operation no supported on SMB share

add 'vers=3.0' and 'mfsymlinks' to mount line.

e.g

Code: Select all

mount.cifs //192.168.1.11/vpnzm /media/vpnzm    -o credentials=/home/jane/cifs_cred,vers=3.0,uid=33,gid=33,rw,mfsymlinks       0       0
tested and working.
by zemerdon
Fri Sep 15, 2023 3:27 pm
Forum: Scripts/Configs/Misc
Topic: Delay SMB automount
Replies: 0
Views: 25442

Delay SMB automount

crontab -e

@reboot sleep 15 && /home/zemerdon/automount.sh

automount.sh (nvr)


#!/bin/bash
mount.cifs //192.168.1.10/writeable /media/network/writeable -o credentials=/home/zemerdon/cifs_cred2,uid=33,gid=33,file_mode=0755,dirmode=0755
mount.cifs //192.168.1.10/zm_monitor /media/monitor -o ...
by zemerdon
Fri Sep 15, 2023 3:24 pm
Forum: Zoneminder
Topic: Delay ZM service, better way
Replies: 0
Views: 20425

Delay ZM service, better way

root@nvr:/home/zemerdon# cat /etc/systemd/system/multi-user.target.wants/zoneminder.service

# ZoneMinder systemd unit file
# This file is intended to work with Debian distributions

[Unit]
Description=ZoneMinder CCTV recording and surveillance system
After=network.target mysql.service
# Remarked ...
by zemerdon
Fri Sep 15, 2023 3:06 pm
Forum: Linux
Topic: MySQL create superuser
Replies: 0
Views: 20028

MySQL create superuser

Create root user in Mysql
How to create a superuser in MySQL?

Code: Select all

CREATE USER 'username'@'localhost' IDENTIFIED BY 'the_password';
GRANT ALL PRIVILEGES ON *. * TO 'user_name'@'localhost' WITH GRANT OPTION;
CREATE USER 'username'@'%' IDENTIFIED BY 'the_password';
FLUSH PRIVILEGES;
by zemerdon
Fri Sep 15, 2023 10:08 am
Forum: ZFS
Topic: create dataset quota
Replies: 0
Views: 26596

create dataset quota

$ sudo zfs set quota=1G pool1/fs1

$ sudo zfs set quota=1T pool1/fs1
by zemerdon
Fri Sep 15, 2023 10:08 am
Forum: ZFS
Topic: rename dataset
Replies: 0
Views: 28328

rename dataset

# zfs rename tank/home/kustarz tank/home/kustarz_old
by zemerdon
Fri Sep 15, 2023 9:48 am
Forum: Wireguard
Topic: Wireguard test
Replies: 0
Views: 26864

Wireguard test

watch wg
by zemerdon
Fri Sep 15, 2023 9:47 am
Forum: Wireguard
Topic: Wireguard Setup
Replies: 0
Views: 26613

Wireguard Setup

WIREGUARD SITE TO SITE CONFIGURATION
This article will cover how to set up two WireGuard peers in a Site to Site topology. This is the configuration you’d use when you want to connect a variety of computers at one site through a single WireGuard tunnel to a variety of computers at another site; like ...
by zemerdon
Wed Sep 13, 2023 3:14 pm
Forum: Linux
Topic: HyperSpec-7-0.tar.gz
Replies: 0
Views: 22444

HyperSpec-7-0.tar.gz

the glorious HyperSpec-7-0.tar.gz
put in /root/tmp and dpkg --reconfigure -a
by zemerdon
Wed Sep 13, 2023 2:53 pm
Forum: Linux - GRUB
Topic: GRUB2 working /boot/grub/grub.cfg
Replies: 0
Views: 27234

GRUB2 working /boot/grub/grub.cfg


#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${initrdfail}" = 2 ]; then
set ...
by zemerdon
Wed Sep 13, 2023 2:49 pm
Forum: Linux - GRUB
Topic: GRUB2 Working examples
Replies: 0
Views: 27052

GRUB2 Working examples

blkid output

/dev/sda2: UUID="718093d6-f738-4925-a88b-e1ddb4eb5091" TYPE="swap" PARTUUID="09477d32-7b96-42ea-a8c1-2b49053bf204"
/dev/sda3: UUID="afba07ca-9208-48ca-b6d8-fd0978e395a2" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9d5c4a60-9887-4bb3-8f31-8ee0b1a1fba3"
/dev/loop1: TYPE="squashfs"
/dev ...