Skip to content

Instantly share code, notes, and snippets.

@dejanb
dejanb / mesh-test.md
Last active January 2, 2025 10:49
Test Bluetooth mesh

start clean mesh (first terminal):


$ rm -rf ~/.config/meshcfg/config_db.json
$ sudo rm -rf /var/lib/bluetooth/mesh
$ sudo mkdir /var/lib/bluetooth/mesh
$ sudo /usr/libexec/bluetooth/bluetooth-meshd -nd --debug

provisioner (second terminal):

@Explorer09
Explorer09 / ntfs_attr.sh
Last active February 27, 2025 05:20
Display or change attributes on an NTFS filesystem
#!/bin/sh
# ntfs_attr.sh - Display or change attributes on an NTFS filesystem
# Tools required:
# getfattr(1) and setfattr(1)
# http://savannah.nongnu.org/projects/attr/
# (In Debian/Ubuntu: sudo apt-get install attr)
# ntfs-3g (pre-installed in most Linux distros)
# http://www.tuxera.com/community/ntfs-3g-download/
@gogromat
gogromat / INSTALL_EM_DROPBOX.md
Last active September 1, 2018 00:12
Installing Emscripten and Em-Dosbox on Ubuntu 14.04 x64

Install Em-Dosbox on Ubuntu 14.04

Part 1: Install emscripten & clang

Install preprequisites

	#Update the package lists
	sudo apt-get update