sudo apt install ssmtp
sudo vi /etc/ssmtp/ssmtp.conf
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
sudo apt install ssmtp
sudo vi /etc/ssmtp/ssmtp.conf
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
## ModemManager | |
ModemManager serves [FCC unlock script](https://salsa.debian.org/DebianOnMobile-team/modemmanager/-/tree/debian/latest/data/dispatcher-fcc-unlock) | |
In Debian, its package [`modemmanager`](https://tracker.debian.org/pkg/modemmanager) installs them into `/usr/share/ModemManager/fcc-unlock.available.d/`. | |
By default, it is not enabled. | |
We should locally enable them with the command: |
#!/bin/bash | |
TITLE="LDAP shell modifier" | |
DESCRIPTION="LDAP shell modifier" | |
VERSION="1.0" | |
AUTHOR="Jongmin Kim <[email protected]>" | |
LICENSE="Expat" | |
EXECUTABLE="$0" | |
ADMIN_DN='uid=jmkim,cn=users,dc=doubleo,dc=co,dc=kr' |
#!/bin/bash | |
TITLE="SSH Port Prober" | |
DESCRIPTION="SSH port prober (parallel shell execution)" | |
VERSION="2.0" | |
AUTHOR="Jongmin Kim <[email protected]>" | |
LICENSE="Expat" | |
EXECUTABLE="$0" | |
HOST='' # Write a target host here |
ablesoft@raspberrypi:~ $ sudo btmon | |
Bluetooth monitor ver 5.66 | |
= Note: Linux version 6.6.20+rpt-rpi-v8 (aarch64) 0.863093 | |
= Note: Bluetooth subsystem version 2.22 0.863101 | |
= New Index: D8:3A:DD:B3:20:13 (Primary,UART,hci0) [hci0] 0.863103 | |
= Open Index: D8:3A:DD:B3:20:13 [hci0] 0.863104 | |
= Index Info: D8:3A:DD:B3:20:13 (Cypress Semiconductor) |
ablesoft@raspberrypi:~ $ sudo btmon | |
Bluetooth monitor ver 5.66 | |
= Note: Linux version 6.6.20+rpt-rpi-v8 (aarch64) 0.811494 | |
= Note: Bluetooth subsystem version 2.22 0.811502 | |
= New Index: D8:3A:DD:B3:20:13 (Primary,UART,hci0) [hci0] 0.811505 | |
= Open Index: D8:3A:DD:B3:20:13 [hci0] 0.811506 | |
= Index Info: D8:3A:DD:B3:20:13 (Cypress Semiconductor) |
[Unit] | |
Description=Bluetooth service | |
Documentation=man:bluetoothd(8) | |
ConditionPathIsDirectory=/sys/class/bluetooth | |
[Service] | |
Type=dbus | |
BusName=org.bluez | |
ExecStart=/usr/libexec/bluetooth/bluetoothd | |
NotifyAccess=main |