Categories
- Answers (12)
- DragonFlyBSD (7)
- FreeBSD (10)
- NetBSD (14)
- Networking (7)
- News (1)
- OpenBSD (8)
- Papers (8)
- pkgsrc (1)
- Programming (1)
- Security (9)
- System Administration (10)
Category Archives: OpenBSD
Q: How do I update the locate database (updatedb) in *BSD?
A: In the BSDs this command is /usr/libexec/locate.updatedb .
Posted in Answers, DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, System Administration
Leave a comment
Q: How do I use OpenSSL to encrypt files?
A: This depends on if you want symmetric or asymmetric encryption. For symmetic encryption, you can use the following… To encrypt: > openssl aes-256-cbc -salt -a -e -in plaintext.txt -out encrypted.txt To decrypt this, you can use the following. > … Continue reading
Posted in Answers, DragonFlyBSD, FreeBSD, NetBSD, OpenBSD, Security
3 Comments
