This modem is also sold as a MegaFon M150-2 USB dongle
Install the needed packages via opkg
tool
opkg update
#!/bin/sh | |
today=$(date "+%Y-%m-%d") | |
last_week=$(date -d "1 weeks ago" "+%Y-%m-%d") | |
data_dir="/tmp" | |
data_file="zabbix-$today.sql" | |
lastweek_file="zabbix-$last_week.sql" | |
echo "Dumping zabbix databse into $data_dir/$data_file" | |
pg_dump -h localhost -d zabbix -f $data_dir/$data_file --exclude-table-data=history* --exclude-table-data=trends* --exclude-table-data=events --exclude-table-data=alerts --exclude-table-data=sessions --exclude-table-data=auditlog --exclude-table-data=acknowledges |
========================== | |
How Software Companies Die | |
========================== | |
- Orson Scott Card | |
The environment that nurtures creative programmers kills management and | |
marketing types - and vice versa. | |
Programming is the Great Game. It consumes you, body and soul. When | |
you're caught up in it, nothing else matters. When you emerge into |
import code; code.interact(local=dict(globals(), **locals())) |
As configured in my dotfiles.
start new:
tmux
start new with session name: