I tested the capture card with obs-studio and the latest version of Debian.
Video
Video input works with all operating systems.
I tested the capture card with obs-studio and the latest version of Debian.
Video
Video input works with all operating systems.
The attached script uses Capstone to disassemble small ARM binaries, including Raspberry Pi kernel images.
It only displays assembly opcodes, and doesn't differentiate between code and data sections.
These instructions can be used to upgrade Raspberry Pi OS from Buster to Bullseye with only an SSH connection (no physical access). Some addidional steps are performed to make sure that the Pi automatically joins the WiFi network after upgrading. This is necessary if the Pi is located in a remote or hard to reach location.
Especially on older Pis, the upgrade will take several hours, so plan accordingly.
If you have physical access to the Pi, consider making a backup of the SD card with the SD Card Copier utility (red berry menu in the top left >> Accessories >> SD Card Copier).
If the SD Card Copier is not in the menu, you can install it with sudo apt install piclone
.
import argparse | |
... | |
if __name__ == "__main__": | |
# parse CLI arguments | |
parser = argparse.ArgumentParser(description="Search popular Hacker News posts") | |
parser.add_argument('-u', '--update', default=False, help='update the database', action='store_true', dest='update') | |
parser.add_argument('-d', '--domain', default=False, help='search for posts from a domain', action='store_true', dest='domain') | |
parser.add_argument('query', nargs='?', help='the search query') |
On some macOS setups, wg-quick up
does not work correctly if the Wireguard configuration includes a DNS server address.
When this error occurs, wg-quick up
exits with the following lines, and the Wireguard tunnel will not work:
$ sudo wg-quick up wg0
...
[#] rm -f /var/run/wireguard/utun3.sock
[#] rm -f /var/run/wireguard/wg0.name
user@ansible-test:~ $ journalctl -u mongod.service | tail
[...]
Aug 08 17:29:42 ansible-test systemd[1]: Started mongod.service - MongoDB Database Server.
Aug 08 17:29:43 ansible-test systemd[1]: mongod.service: Main process exited, code=killed, status=31/SYS
Aug 08 17:29:43 ansible-test systemd[1]: mongod.service: Failed with result 'signal'.