ntopng crashes on OPNSense

Suspect it might be the network discovery found in ntopng options. Turned it off for now…

2021-03-29T00:00:59 kernel lo0: promiscuous mode disabled
2021-03-29T00:00:59 kernel igb1_vlan20: promiscuous mode disabled
2021-03-29T00:00:59 kernel igb1: promiscuous mode disabled
2021-03-29T00:00:59 kernel igb1_vlan10: promiscuous mode disabled
2021-03-29T00:00:59 kernel igb0: promiscuous mode disabled
2021-03-29T00:00:59 kernel pid 83747 (ntopng), jid 0, uid 288: exited on signal 6
2021-03-29T00:00:46 sshd[2035] Connection closed by 192.168.10.1 port 45674
2021-03-29T00:00:46 sshd[2035] error: kex_exchange_identification: Connection closed by remote host
2021-03-29T00:00:46 sshd[2035] error: kex_exchange_identification: Connection closed by remote host
2021-03-29T00:00:46 sshd[34013] Connection closed by 192.168.10.1 port 45671
2021-03-29T00:00:46 sshd[34013] error: kex_exchange_identification: Connection closed by remote host
2021-03-29T00:00:46 sshd[34013] error: kex_exchange_identification: Connection closed by remote host

2021-03-28T11:00:27 kernel igb2: promiscuous mode disabled
2021-03-28T11:00:27 kernel lo0: promiscuous mode disabled
2021-03-28T11:00:27 kernel igb1_vlan20: promiscuous mode disabled
2021-03-28T11:00:27 kernel igb1: promiscuous mode disabled
2021-03-28T11:00:27 kernel igb1_vlan10: promiscuous mode disabled
2021-03-28T11:00:27 kernel igb0: promiscuous mode disabled
2021-03-28T11:00:27 kernel pid 49877 (ntopng), jid 0, uid 288: exited on signal 6
2021-03-28T11:00:10 sshd[71314] Connection closed by 192.168.1.1 port 2049
2021-03-28T11:00:10 sshd[71314] error: kex_exchange_identification: Connection closed by remote host
2021-03-28T11:00:10 sshd[71314] error: kex_exchange_identification: Connection closed by remote host
2021-03-28T11:00:10 sshd[62952] Connection closed by 192.168.1.1 port 25481
2021-03-28T11:00:10 sshd[62952] error: kex_exchange_identification: Connection closed by remote host
2021-03-28T11:00:10 sshd[62952] error: kex_exchange_identification: Connection closed by remote host

2021-03-27T01:00:37 kernel igb2: promiscuous mode disabled
2021-03-27T01:00:37 kernel lo0: promiscuous mode disabled
2021-03-27T01:00:37 kernel igb1_vlan20: promiscuous mode disabled
2021-03-27T01:00:37 kernel igb1: promiscuous mode disabled
2021-03-27T01:00:37 kernel igb1_vlan10: promiscuous mode disabled
2021-03-27T01:00:37 kernel igb0: promiscuous mode disabled
2021-03-27T01:00:37 kernel pid 97680 (ntopng), jid 0, uid 288: exited on signal 10
2021-03-27T01:00:10 sshd[79969] Connection closed by 192.168.1.1 port 17937
2021-03-27T01:00:10 sshd[79969] error: kex_exchange_identification: Connection closed by remote host
2021-03-27T01:00:10 sshd[79969] error: kex_exchange_identification: Connection closed by remote host
2021-03-27T01:00:10 sshd[75522] Connection closed by 192.168.1.1 port 17934
2021-03-27T01:00:10 sshd[75522] error: kex_exchange_identification: Connection closed by remote host
2021-03-27T01:00:10 sshd[75522] error: kex_exchange_identification: Connection closed by remote host

Galaxy Watch Studio

  1. Install Galaxy Watch Studio
  2. Copy /Galaxy Watch Studio/tizen/tools/sdboverbt_160523.apk to phone and install
  3. Turn on USB Debugging on phone
  4. Connect computer to phone via USB
  5. Turn on Debug Mode on Watch (Settings/About watch => scroll to bottom and click on “Debugging”.
  6. Turn on Developer Mode on Watch (Settings/About watch/Software => tap Software Version 5 times)
  7. Turn off wifi on watch, keep bluetooth connected to phone
  8. Launch sdboverbt on phone
  9. Launch GWS
  10. Get new certificates (both Author and Distribute)
  11. Project => Build
  12. Project => Run On Device

Don’t even bother trying to debug via wifi. Tried home network, tried hotspot, it’s super finicky and it will work or not work for no discernable reason.

Proxmox LXC – snap

from: https://forum.proxmox.com/threads/ubuntu-snaps-inside-lxc-container-on-proxmox.36463/#post-230060

Snap requires a bit more work. There may soon be a ‘fuse’ flag for the features option, but fuse can be dangerous. For now you have to do this:

– For unprivileged containers:
1) Put this in /etc/pve/lxc/$vmid.conf:
Code:

...
features: mount=fuse,nesting=1
lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file 0 0

2) Inside the container: `apt install squashfuse`

Alpine Configuration

Automount CIFS

apk add cifs-utils
vi /etc/fstab

//[ip]/[folder] /[mount point] cifs credentials=[credentials file] 0 0

vi [credentials file]

username=[username]
password=[password]

rc-update add netmount boot


Docker

https://wiki.alpinelinux.org/wiki/Docker#Installation

vi /etc/apk/repositories

uncomment community repository

apk add docker
rc-update add docker boot
service docker start


docker-compose

https://wiki.alpinelinux.org/wiki/Docker#Docker_Compose

apk add py-pip
apk add python3-dev libffi-dev openssl-dev gcc libc-dev make
apk add docker-compose

–update 2023-01-10 change from python-dev to python3-dev in docker-compose setup

–update 2025-05-09

run

mkdir -p /dev/net
mknod /dev/net/tun c 10 200
chmod 600 /dev/net/tun
echo “tun” > /etc/modules-load.d/tun.conf
modprobe tun


Transcoding, compressing, and maintaining metadata

@echo on
set bitrate=2M
set out_file=_bitrate%bitrate%_x265.mp4
for %%f in (%1*.mp4 %1*.avi %1*.mov) do (
	ffmpeg -i %%~f -c:v hevc_nvenc -b:v %bitrate% -map_metadata 0 -preset fast %%~nf%out_file%
	exiftool -tagsFromFile %%~f -extractEmbedded -all:all -FileModifyDate -overwrite_original %%~nf%out_file%
)

https://ffmpeg.org/download.html

https://exiftool.org/

iPod

Mwhahahah I’m so good, got meself an iPod !!!! =D

Leo, your MP3 CD player is $uX0Rz!!!

heh internet really slow in hk, getting used to it thought =P
Well, coming back on August 5th and going a week later to europe =D i’m so lucky, go on so many trips =)


sony walkman md is better than ipod.
| 2004-07-28 01:25:00


Meh, but MDs can only hold so much =P I got 20GB. And it can also double as a firewire harddrive 😉
mFiDunno | 2004-07-29 06:24:00


20GB …. do you have that many songs -,- i dont think you have 1 gig songs ? XD

one cd is prob enough for all my mp3’s… ^^
Evolution888 | 2004-07-31 02:49:00


props**
UGLY622 | 2004-08-11 18:43:00