/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

joisig.com
| | www.valentinog.com
2.3 parsecs away

Travel
| | Learn to move your first steps with the PostgreSQL console with this cheat sheet.
| | zevross.com
4.4 parsecs away

Travel
| | PostgreSQL allows you to easily dump tables for backup purposes into plain text files using code such as: pg_dump mytable > mytable_backup.sql But this process is not very flexible and can creat...
| | solovyov.net
3.7 parsecs away

Travel
| | I've got into a situation with PG I've never been into before. There is a financial reports table, containing some description of a transaction, with columns like date, amount and [...]
| | boucek.me
12.4 parsecs away

Travel
| FreeBSD 13 does not (yet) contain working Docker machine, although several implementations are on the way. This post explains how to install Docker daemon in Alpine Linux running in Bhyve. It also shows how to create NAT in Bhyve. I have to use NAT, because I use link aggregation (failover) between Wi-Fi and Ethernet. I will use following tools: pf - Packet Filter, part of the base system vm-bhyve, grub2-bhyve - CLI front end for Bhyve tmux - optional, replacement for default cu Networking Link to headin...