Search found 373 matches

by zemerdon
Sun Jul 19, 2026 4:23 pm
Forum: AI & Wordpress
Topic: Ollama recreate model with input file
Replies: 0
Views: 104

Ollama recreate model with input file

root@ollama:/home/zemerdon/ollama# cat modelfile.coder
FROM qwen2.5-coder:14b-instruct

# Set temperature slightly lower for accurate syntax (0.2 - 0.4 is ideal for coding)
PARAMETER temperature 0.3

SYSTEM """
You are an expert web developer and DevOps engineer specializing in phpBB ...
by zemerdon
Sun Jul 12, 2026 9:21 am
Forum: Cisco
Topic: Cisco 2960x change multiple ports CLI
Replies: 0
Views: 172

Cisco 2960x change multiple ports CLI

en
conf t
interface range GigabitEthernet 1/0/1 - 10
description YOUR_NEW_DESCRIPTION

switchport mode access
switchport access vlan 20

switchport mode trunk
switchport trunk allowed vlan 10,20,30 ALLOW SPECIFIC VLANS
switchport trunk allowed vlan all ALLOW ALL VLANS
switchport trunk native vlan ...
by zemerdon
Sat Jul 11, 2026 12:44 pm
Forum: Cisco
Topic: Cisco 2960X hard reset and restore via TFTP
Replies: 0
Views: 180

Cisco 2960X hard reset and restore via TFTP


2960x_garage>en
2960x_garage#wr erase
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
2960x_garage#dir
Directory of flash:/

2 drwx 512 Jun 22 2024 04:19:16 +00:00 pnp-info
3 drwx 512 May 28 2025 06:18:15 +00:00 pnp-tech
6 -rwx ...
by zemerdon
Wed Jul 08, 2026 4:40 pm
Forum: HaOS
Topic: Install HaOS in Proxmox
Replies: 0
Views: 243

Install HaOS in Proxmox

Obtain the VM image

- Navigate to the installation page on the HA website: https://www.home-assistant.io/installation/alternative

- Simply right-click the KVM/Proxmox link and copy the address

- In your Proxmox console, use wget to download the file

Bash:
wget <ADDRESS>

- Expand the compressed ...
by zemerdon
Sun Jun 28, 2026 11:38 am
Forum: Adobe
Topic: Illustrator create connected text
Replies: 0
Views: 642

Illustrator create connected text

To adjust the anchor points of text in Adobe Illustrator, you must first convert the text into vector shapes.

Select your text, navigate to Type > Create Outlines (or press Shift + Ctrl + O / Shift + Cmd + O), and use the Direct Selection Tool (A) to manipulate individual anchor points ...
by zemerdon
Sat Jun 27, 2026 2:10 pm
Forum: Gaming
Topic: Mario Kart 8 CEMU autorun
Replies: 0
Views: 701

Mario Kart 8 CEMU autorun

Code: Select all

"C:\Mario Kart 8\Cemu.exe" -g "C:\Mario Kart 8\MARIO KART 8 [AMKP01]\code\Turbo.rpx" -f
by zemerdon
Tue Jun 23, 2026 7:52 pm
Forum: Adobe
Topic: Illustrator Create Symetrical Path Between Two Existing Paths
Replies: 0
Views: 792

Illustrator Create Symetrical Path Between Two Existing Paths

To create a new path directly through the middle of an "S" shape, the exact technique depends on whether your "S" is an open vector stroke or a closed, filled shape (expanded text or outlined paths).
Here are the two easiest ways to achieve this in Adobe Illustrator:
## Method 1: For a Closed Shape ...
by zemerdon
Sun Jun 21, 2026 5:38 pm
Forum: Adobe
Topic: After Effects Neon
Replies: 0
Views: 737

After Effects Neon

Use Saber plugin.

load picture ( with removed background)
auto trace
apply saber
saber > customize core > layer masks
saber > render settings > composite > transparent
composition > export as photoshop layers

by zemerdon
Thu Jun 18, 2026 5:22 pm
Forum: Zoneminder
Topic: zoneminder network tuning 10G
Replies: 0
Views: 5085

zoneminder network tuning 10G

/etc/sysctl.d/99-network-tuning.conf

# ZoneMinder network tuning

net.core.rmem_max = 134217728
net.core.wmem_max = 134217728
net.core.netdev_max_backlog = 5000

net.core.rmem_default = 16777216
net.core.wmem_default = 16777216

net.ipv4.tcp_rmem = 4096 87380 134217728
net.ipv4.tcp_wmem = 4096 ...
by zemerdon
Thu Jun 18, 2026 4:13 pm
Forum: Zoneminder
Topic: Install zoneminder 1.36 on Debian 12 or 13 fresh
Replies: 1
Views: 25101

Re: Install zoneminder 1.36 on Debian 12 or 13 fresh

A quick variation for Debian 13 Trixie fresh VM.

Overwrite the zoneminder.conf when upgrading to 1.36.39 from zmrepo.

the following is the freshly installed zoneminder.conf for 1.36.39

root@zoneminder:/home/zemerdon# cat /etc/apache2/conf-enabled/zoneminder.conf
# Remember to enable cgi mod (i ...
by zemerdon
Sat Jun 13, 2026 8:30 pm
Forum: Linux
Topic: custom SSH login
Replies: 2
Views: 27747

latest fastfetch (neofetch replacement)

by zemerdon
Sat Jun 13, 2026 8:01 pm
Forum: Linux
Topic: custom SSH login
Replies: 2
Views: 27747

Re: custom SSH login

if neofetch / fastfetch displays no colour, append the following to your .bashrc file at the bottom.

# Run fastfetch on interactive terminal login
if [[ $- == *i* ]]; then
fastfetch
fi

# Run fastfetch on interactive terminal login
if [[ $- == *i* ]]; then
echo "GENERAL SYSTEM INFORMATION"
/usr ...
by zemerdon
Fri Jun 12, 2026 11:49 am
Forum: Linux - Kernel/firmware/Repos
Topic: Debian 13 Trixie Repositories
Replies: 1
Views: 6681

Debian 13 Trixie Repositories mirror.aarnet.edu.au

deb http://mirror.aarnet.edu.au/debian/ trixie main non-free-firmware
deb-src http://mirror.aarnet.edu.au/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 ...
by zemerdon
Thu Jun 11, 2026 4:30 pm
Forum: Zoneminder
Topic: zoneminder apache tweaks
Replies: 0
Views: 1715

zoneminder apache tweaks

sudo pico /etc/php/*/apache2/php.ini

Code: Select all

date.timezone = Australia/Brisbane
memory_limit = 512M
upload_max_filesize = 500M
post_max_size = 500M
max_execution_time = 300
Restart apache2 service:
sudo systemctl restart apache2
by zemerdon
Tue Jun 09, 2026 6:22 pm
Forum: Zoneminder
Topic: zoneminder / phpmyadmin add/fix users
Replies: 0
Views: 2967

zoneminder / phpmyadmin add/fix users

readd zoneminder mysql user(s)

mysql -e "ALTER USER 'zemerdon'@localhost IDENTIFIED BY 'passwordhere';"
mysql -e "ALTER USER 'zmuser'@localhost IDENTIFIED BY 'zmpass';"
mysql -e "GRANT ALL PRIVILEGES ON zm.* TO 'zmuser'@'localhost' WITH GRANT OPTION;"

Create admin for phpmyadmin

mysql -u root ...
by zemerdon
Wed Jun 03, 2026 4:39 pm
Forum: Server Related
Topic: NPM (Nginx Proxy Manager) Enable SSL certs EVERYWHERE local w/ Lets Encrypt DNS Challenge
Replies: 2
Views: 146991

HaOS HTTPS w/ NPM

configuration.yaml
http:
server_port: 443
use_x_forwarded_for: true
trusted_proxies:
- 172.16.0.0/12 # Example IP range for Docker networks
- 192.168.1.15
- 30.30.30.15 # NPM


Under NPM (Nginx Proxy Manager), make sure to use HTTP (NOT HTTPS) and redirect to port 443 (8123 is now gone ...
by zemerdon
Wed Jun 03, 2026 2:26 pm
Forum: Cisco
Topic: Cisco 3650 Switch SSL Cert
Replies: 0
Views: 12653

Cisco 3650 Switch SSL Cert

1. Set hostname + domain (required)
conf t
hostname cisco
ip domain-name zemerdon.com
end
write memory

2. Generate RSA keypair
conf t
crypto key generate rsa modulus 2048 label cisco-https-key
end

3. Create a trustpoint
dont forget to change cisco.zemerdon.com to whatever your FQDN will ...
by zemerdon
Wed Jun 03, 2026 1:55 pm
Forum: Cisco
Topic: Cisco 3650 SSL Certs
Replies: 0
Views: 6602

Cisco 3650 SSL Certs

show trustpoints
show crypto pki trustpoints
show certs
show crypto pki certificates
verbose information
show crypto pki certificates <trustpoint-name>
remove cert
crypto pki delete certificate <trustpoint-name> <serial-number>
remove trustpoint
no crypto pki trustpoint <trustpoint-name ...
by zemerdon
Tue Jun 02, 2026 1:41 pm
Forum: Server Related
Topic: NPM (Nginx Proxy Manager) Enable SSL certs EVERYWHERE local w/ Lets Encrypt DNS Challenge
Replies: 2
Views: 146991

iDRAC SSL Script

This script MUST be run from NPM (Nginx Proxy Manager host and point to where your Let's Encrypt certs are).

Uploads Let's Encrypt certs directly to iDRAC.

#!/bin/bash

IDRAC_IP="192.168.1.5"
IDRAC_USER="idrac_login"
IDRAC_PASS="idrac_pass"

CERT="/home/zemerdon/npm/letsencrypt/live/npm-11 ...
by zemerdon
Fri May 29, 2026 5:36 pm
Forum: Windows
Topic: win11 right click show more options
Replies: 0
Views: 8022

win11 right click show more options

Restore the old Context Menu in Windows 11

Right-click the Start button and choose Windows Terminal.

Copy the command from below, paste it into Windows Terminal Window, and press enter.

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve ...
by zemerdon
Sun May 24, 2026 7:17 pm
Forum: Linux - Kernel/firmware/Repos
Topic: Ubuntu Repos
Replies: 0
Views: 7186

Ubuntu Repos

1. Default Repository Components
Main: Officially supported,
Canonical-maintained open-source software.
Restricted: Proprietary drivers for devices supported by Canonical.
Universe: Community-maintained, open-source software.
Multiverse: Software restricted by copyright or legal issues.

sudo add ...
by zemerdon
Thu May 21, 2026 4:48 pm
Forum: Gaming
Topic: Enable Microsoft Teredo Adaptor
Replies: 1
Views: 7435

Re: Enable Microsoft Teredo Adaptor

First thing that you need to do is check whether your router has any sort of Teredo package filter. Mine did, and I've disabled it.

Your Windows Firewall has to be activated in general.

Make sure your "IP helper" service is running under services.

Next press Windows + R and type "gpedit.msc". If ...
by zemerdon
Thu May 21, 2026 2:06 pm
Forum: Gaming
Topic: Enable Microsoft Teredo Adaptor
Replies: 1
Views: 7435

Enable Microsoft Teredo Adaptor

Step 1: Configure Teredo State (Windows 10 Pro/Enterprise)
If you are running Windows 10 Home, you will need to Enable Group Policy Editor in Windows Home first, or use Step 2 below.

Press Windows Key + R, type gpedit.msc, and press Enter to open the Local Group Policy Editor.
Navigate to: Computer ...
by zemerdon
Wed May 20, 2026 6:02 pm
Forum: Gaming
Topic: Forza Horizon 6 ONLINE WORKING
Replies: 0
Views: 5897

Forza Horizon 6 ONLINE WORKING

Behind pfSense and IPv4. Tried everything under the sun to get Online working but to no avail. Social servers not working, despite xbox live logged in.

Ended up making the plunge into IPv6. Once WAN IPv6 DHCP was enabled, the /128 was assigned.

Created a /64 for LAN and another /64 for VLAN10 ...
by zemerdon
Tue May 19, 2026 1:44 pm
Forum: Mailcow
Topic: mailcow useful commands
Replies: 0
Views: 7753

mailcow useful commands

train rspamd HAM manually

Code: Select all

rspamc learn_ham < /path/to/your/ham/file.eml
user sieve location

Code: Select all

/var/lib/docker/volumes/mailcowdockerized_vmail-vol-1/_data/[domain]/[username]/sieve/sogo.sieve
by zemerdon
Mon May 18, 2026 3:24 pm
Forum: Mailcow
Topic: mailcow user sieve forward all emails then filter into folders
Replies: 0
Views: 5986

mailcow user sieve forward all emails then filter into folders

forward all emails to backup@example.com
move emails from a wildcard domain into a folder.

user sieve location

/var/lib/docker/volumes/mailcowdockerized_vmail-vol-1/_data/[domain]/[username]/sieve/sogo.sieve



require ["fileinto", "copy"];

# Backup every incoming message
redirect :copy ...
by zemerdon
Mon May 18, 2026 10:33 am
Forum: 3D Printing
Topic: Neo Ender v3 gcode for Mriscoc firmware [NOT WORKING]
Replies: 0
Views: 7013

Neo Ender v3 gcode for Mriscoc firmware [NOT WORKING]

Orcaslicer update broke automesh
**diagnose with pronterface and fix

M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate
M140 S[bed_temperature_initial_layer_single] ;Set final bed temp
M104 S[nozzle_temperature_initial_layer] ;Set final nozzle temp

G28 ;Home
G29 ;Auto bed leveling (create mesh ...
by zemerdon
Fri May 15, 2026 3:49 pm
Forum: Mailcow
Topic: mailcow DISABLE rspamd greylist
Replies: 0
Views: 5167

mailcow DISABLE rspamd greylist

root@rspamd:/etc/rspamd/local.d# cat greylist.conf

enabled = false;
#whitelisted_ip = "http://nginx:8081/forwardinghosts.php";
#ipv4_mask = 24;
#ipv6_mask = 64;
#message = "Greylisted, please try again later";


root@rspamd:/etc/rspamd/local.d# cat mx_check.conf

timeout = 8.0;
symbol_bad_mx ...
by zemerdon
Thu May 14, 2026 4:50 pm
Forum: Linux - Kernel/firmware/Repos
Topic: Proxmox PVE repo
Replies: 0
Views: 6210

Proxmox PVE repo

Code: Select all

deb http://download.proxmox.com/debian/pve trixie pve-no-subscription
by zemerdon
Thu May 14, 2026 3:45 pm
Forum: pfSense
Topic: pfsense install qemu-guest-agent
Replies: 0
Views: 6010

pfsense install qemu-guest-agent

Code: Select all

pkg install -y qemu-guest-agent
follow prompt after pkg installs to enable and start.
by zemerdon
Thu May 14, 2026 2:26 pm
Forum: Cisco
Topic: Cisco 3800 Mobile Express commands
Replies: 0
Views: 6630

Cisco 3800 Mobile Express commands

set management ip
(Cisco Controller) config>interface address management 192.168.2.4 255.255.255.0 192.168.2.1

show WLANs
(Cisco Controller) >show wlan summary

Number of WLANs.................................. 1

WLAN ID WLAN Profile Name / SSID Status Interface Name ...
by zemerdon
Tue May 12, 2026 2:23 pm
Forum: Cisco
Topic: Cisco 3800 Mobile Express MESH
Replies: 0
Views: 4486

Cisco 3800 Mobile Express MESH

Model: AIR-AP3802I-Z-K9
Version: 8.10.196.0

reset ap
en
capwap ap erase all

or

unplug power, hold mode - while plugging in power, release mode when light goes red.

on mesh node cli:
en
capwap ap mode flex-bridge

ap will reboot

https://www.cisco.com/c/en/us/support/docs/wireless/mobility ...
by zemerdon
Sat May 09, 2026 11:06 am
Forum: Mailcow
Topic: mailcow w/ MXroute/purelymail SMTP proxy for deliverability
Replies: 0
Views: 4669

mailcow w/ MXroute/purelymail SMTP proxy for deliverability

Purelymail

Host = mailserver.purelymail.com:587

MXroute:

system > configuration > routing

Host = chocobo.mxrouting.net: 587
Username = email login
Password = email password

Thunderbird OUTGOING:

Host = mail.yourserver.com
Port = 587
Security = STARTTLS
Authentication = normal method ...
by zemerdon
Thu May 07, 2026 4:53 pm
Forum: Mailcow
Topic: mailcow SSL w/ Cloudflare DNS challenge
Replies: 0
Views: 4887

mailcow SSL w/ Cloudflare DNS challenge

navigate to ~/mailcow-dockerized/
docker compose down

enable DNS challenge:
edit mailcow.conf and amend the following
ACME_DNS_CHALLENGE=y
ACME_DNS_PROVIDER=dns_cf
ACME_ACCOUNT_EMAIL=zemerdon@gmail.com

add cloudflare credentials:
pico data/conf/acme/dns-01.conf
# Add here your DNS-01 ...
by zemerdon
Wed May 06, 2026 3:11 pm
Forum: phpBB
Topic: Update phpBB new version
Replies: 0
Views: 5310

Update phpBB new version

download new FULL PACKAGE from https://www.phpbb.com/downloads/

upload and extract to webserver.

remove the following files/directories from the extracted archive.
The config.php file
The files/ directory
The images/ directory
The store/ directory

cd phpBB3
rm config.php
rm -rf images/ store ...
by zemerdon
Tue May 05, 2026 4:11 pm
Forum: Server Related
Topic: Poweredge r720/730 Hardware Tips
Replies: 0
Views: 11027

Poweredge r720/730 Hardware Tips

CPU 1 (First Processor): Slots A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, and A12.
CPU 2 (Second Processor): Slots B1, B2, B3, B4, B5, B6, B7, B8, B9, B10, B11, and B12.

RAM:
Install largest modules FIRST.
Install HIGHEST rank first (DUAL first SINGLE second.

BIOS:
BIOS chip swapping ...
by zemerdon
Fri Apr 24, 2026 3:03 pm
Forum: Server Related
Topic: OpenVPN-AS push new certs
Replies: 0
Views: 5486

OpenVPN-AS push new certs

Change domain.name to your diredctory

/usr/local/openvpn_as/scripts/sacli --key "cs.priv_key" --value_file "/etc/letsencrypt/live/domain.name/privkey.pem" ConfigPut
/usr/local/openvpn_as/scripts/sacli --key "cs.cert" --value_file "/etc/letsencrypt/live/domain.name/cert.pem" ConfigPut
/usr/local ...
by zemerdon
Fri Apr 17, 2026 3:35 pm
Forum: Server Related
Topic: Debian12 install docker+portainer
Replies: 0
Views: 6103

Debian12 install docker+portainer

Docker

# Add Docker's official GPG key:
sudo apt update
sudo apt install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc

# Add the repository ...
by zemerdon
Wed Apr 15, 2026 3:48 pm
Forum: Proxmox
Topic: proxmox remove disk/partition with holder (500)
Replies: 0
Views: 6292

proxmox remove disk/partition with holder (500)

disk/partition '/dev/sdb' has a holder (500)


root@rcdriftqld:/dev# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sdb 8:16 0 7.1T 0 disk
└─CCTV-CCTV_tmeta 252:3 0 15.9G 0 lvm
sr0 11:0 1 1024M 0 rom



root@rcdriftqld:/dev# dmsetup ls
CCTV-CCTV_tmeta (252:3)

root@rcdriftqld:/dev# dmsetup ...
by zemerdon
Wed Apr 15, 2026 3:11 pm
Forum: Proxmox
Topic: proxmox share writeable partition for lxc
Replies: 0
Views: 4521

proxmox share writeable partition for lxc

create partition and format ext4

find drive UUID
blkid
start parted on device
parted /dev/sdx
create gpt partition table
mklabel gpt
use 100% of space
mkpart primary ext4 0% 100%
quit
format new partition with ext4 and create label "RAID10"
mkfs.ext4 -L 'RAID10' /dev/sdx1

fstab ...
by zemerdon
Tue Apr 14, 2026 9:55 pm
Forum: Server Related
Topic: r720 update iDRAC firmware to latest
Replies: 0
Views: 5773

r720 update iDRAC firmware to latest

https://www.reddit.com/r/homelab/comments/abuc09/psa_read_this_before_you_upgrade_your_firmware_on/

Update ONE at a time till latest. Tools I needed updating from a Proxmox host...

Dell iDRAC Tools for Linux, v11.2.0.0
https://www.dell.com/support/home/en-au/drivers/driversdetails?driverid=j72j9 ...
by zemerdon
Sun Apr 12, 2026 7:27 am
Forum: FoxESS Solar
Topic: FoxESS modbus stop exporting to grid
Replies: 0
Views: 6865

FoxESS modbus stop exporting to grid

write register '46616' with a value of '0,0'

To increase the export power limit again to say 5KW, write the same register with '0,5000'

This write to registers 46616 + 46617.
by zemerdon
Sun Apr 05, 2026 1:10 pm
Forum: Proxmox
Topic: Proxmox Helpful Commands
Replies: 0
Views: 4672

Proxmox Helpful Commands

clear logs

rm -rf /var/log/pve/tasks/*

create partition and format ext4
blkid # find UUID
parted /dev/sdx # start parted on device
mklabel gpt # create gpt partition table
mkpart primary ext4 0% 100% # use 100% of space
quit

mkfs.ext4 -L 'RAID1' /dev/sdx1 # create ext4 partition with a ...
by zemerdon
Mon Mar 30, 2026 3:41 pm
Forum: Linux
Topic: create 1TB bzip2 split archives
Replies: 0
Views: 4901

create 1TB bzip2 split archives

Compress

tar -cf - /zfs-raidz1/zoneminder/ | pv | zstd -T0 | split -b 100G -d - zoneminder_archive.tar.zst_

tar -cf - /zfs-raidz1/zoneminder/
Creates a tar archive of the directory
-f - sends output to stdout instead of a file
pv
Shows progress (throughput, ETA, size processed)
zstd -T0 ...
by zemerdon
Mon Mar 16, 2026 7:51 pm
Forum: Server Related
Topic: Frigate Setup w/ MQTT, HaOS, Android Notifications
Replies: 0
Views: 11365

Frigate Setup w/ MQTT, HaOS, Android Notifications

docker-compose.yaml
services:
frigate:
# user: "1002:1002"
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
stop_grace_period: 30s # allow enough time to shut down the various services
image: ghcr.io/blakeblackshear/frigate:stable ...
by zemerdon
Mon Mar 16, 2026 7:29 pm
Forum: Linux
Topic: debian coral TPU
Replies: 0
Views: 5175

debian coral TPU

DISABLE SECURE BOOT BEFORE ANYTHING

echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
wget -O- https://packages.cloud.google.com/apt/doc ...
by zemerdon
Wed Mar 04, 2026 1:56 pm
Forum: FoxESS Solar
Topic: HaOS FoxESS modbus force charge WORKING
Replies: 0
Views: 4832

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: 4970

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 Horizon 5 reset game progress
Replies: 0
Views: 5778

Forza Horizon 5 reset game progress

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: 5610

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: 5202

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: 7211

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: 5198

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: 6581

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: 5490

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: 5154

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: 31632

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: 31632

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: 31632

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: 5133

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: 4900

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: 4663

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: 6570

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: 4874

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: 70738

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: 50722

subgen variables

TRANSCRIBE_DEVICE = CPU
WHISPER_THREADS = 6
CONCURRENT_TRANSCRIPTIONS = 2
WHISPER_MODEL = MEDIUM
WHISPER_MODEL = large-v3-turbo (more accurate than medium but slower)
UPDATE = True
COMPUTE_TYPE = int8
HF_TOKEN = ( go here to get token https://huggingface.co/settings/tokens )

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

Debian 12 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 13 Trixie Repositories
Replies: 1
Views: 6681

Debian 13 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: 5631

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: 5251

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: 50722

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: 50722

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: 4701

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: 4907

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: 5267

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: 5945

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 100%
sudo ipmitool -I lanplus -H 192.168.1.5 -U zemerdon -P passwordhere raw 0x30 ...
by zemerdon
Fri Jan 02, 2026 6:23 pm
Forum: Cisco
Topic: cisco switch not saving configuration
Replies: 0
Views: 5497

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: 5156

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: 5527

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: 7417

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: 5328

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: 7403

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: 4771

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: 4971

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: 4760

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: 4818

Asus GT531 disassembly

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

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: 4821

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: 6218

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: 6218

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: 6218

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: 6218

minecraft server

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

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: 4844

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: 5310

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: 7646

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: 5804

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: 5853

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: 5949

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: 4868

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: 5041

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: 4941

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: 5203

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: 6111

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: 107122

cisco switch helpful commands

backup config tftp
copy running-config tftp:

cisco show ip
show ip int

console connect
sudo screen /dev/ttyUSB0 9600

show process usage
show processes cpu sorted 5sec

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

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: 46256

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: 46256

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: 14743

start all monitors api

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

stop all monitors api

curl -XPOST http://192.168.1.13/zm/api/monitors/1.json -d "Monitor[Function]=None"
curl -XPOST http://192.168.1.13/zm/api/monitors/2.json -d "Monitor[Function]=None"
curl -XPOST http://192.168.1.13/zm/api/monitors/3.json -d "Monitor[Function]=None"
curl -XPOST http://192.168.1.13/zm/api/monitors/4 ...
by zemerdon
Tue Aug 19, 2025 7:43 pm
Forum: Zoneminder
Topic: zoneminder.service
Replies: 0
Views: 13668

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: 7615

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: 7329

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: 10640

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: 9082

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: 7310

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: 6791

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: 6559

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: 5271

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: 5229

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: 94488

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: 5493

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: 5528

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: 5274

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: 6184

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: 24734

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: 5105

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: 5906

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: 5808

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: 178215

helpful linux commands

netstat dont list unix sockets
netstat -na --inet --inet6

find processes using mount point
sudo fuser -mv /mount/point

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 ...
by zemerdon
Thu Jun 19, 2025 3:59 pm
Forum: Windows
Topic: windows fix mbr bcd boot efi
Replies: 0
Views: 6395

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: 8269

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: 5322

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: 5905

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: 8319

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: 7428

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: 33445

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: 116231

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: 97497

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: 93787

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: 118475

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: 127213

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: 128770

Creality Ender3 v2 Neo upgrades

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

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: 146238

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: 111514

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: 131815

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: 74162

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: 43268

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: 46256

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: 61150

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: 32155

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 long way
Replies: 0
Views: 37734

Cisco 2960 hard reset long way

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: 38431

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: 34553

remove password

enable
configure t
no enable secret
no enable password
by zemerdon
Sat Dec 14, 2024 11:24 am
Forum: Cisco
Topic: Factory Reset Switch
Replies: 0
Views: 36332

Factory 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: 57312

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: 39842

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: 34000

KPI explained

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

Acuvance update proceedure

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

Acuvance Fledge manual

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

Acuvance XARVIS XX manual

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

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: 37105

Futaba 10PX update method

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

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: 59603

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: 33282

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: 33429

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: 32531

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: 36369

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: 29089

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: 62974

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: 35445

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: 135950

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: 63501

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: 36429

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: 35380

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: 49306

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: 33832

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: 53221

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: 57717

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: 34371

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: 57347

Ferarri Enzo 1/10

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

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: 34328

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: 33681

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: 33312

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: 32812

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: 32523

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: 32003

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: 32671

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: 32957

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: 70683

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: 70683

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: 63825

F104 PRO II

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

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: 33482

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: 32417

Cartoon style

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

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: 32064

Body wishlist

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

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: 26697

allow sudo commands without sudo

edit /etc/sudoers file

Code: Select all

zemerdon        ALL=NOPASSWD: /usr/sbin/hddtemp, /usr/sbin/nvme
retain sudo on everything but only allow apt without password.

Code: Select all

zemerdon ALL=(ALL:ALL) ALL
zemerdon ALL=(ALL:ALL) NOPASSWD: /usr/bin/apt, /usr/bin/apt-get, /usr/bin/apt-cache
by zemerdon
Mon Apr 01, 2024 8:48 am
Forum: Documents / Manuals
Topic: estimate SSD lifetime
Replies: 0
Views: 33348

estimate SSD lifetime

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

Recommended websites

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

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: 33566

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: 26224

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: 32209

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: 27296

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: 26969

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: 26527

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: 26074

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: 31318

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: 32008

Masking

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

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: 31888

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: 58111

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: 28140

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: 28667

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: 28863

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: 36303

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: 28479

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: 36640

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: 37543

Scale accessories websites

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

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: 34497

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: 32592

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: 32127

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: 31321

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: 31081

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: 30829

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: 30208

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: 30126

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: 24902

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: 30596

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: 56746

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: 25244

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: 33197

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: 35088

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: 33853

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: 38536

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