This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [dev-ingress01 dan ~/modules] % svn diff port.pm 16:23:03 | |
| Index: port.pm | |
| =================================================================== | |
| --- port.pm (revision 5833) | |
| +++ port.pm (working copy) | |
| @@ -728,7 +728,8 @@ | |
| my $only_for_archs, my $not_for_archs, my $license, my $fetchdepends, | |
| my $extractdepends, my $patchdepends, my $uses, my $pkgmessagepath, | |
| my $distinfo_file, my $license_restricted, my $manual_package_build, my $license_perms, | |
| - my $conflicts, my $conflicts_build, my $conflicts_install, my $options_name) = split(/\n/s, $MakeResults); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mysql -u root -p | |
| mysql> create user gemuser identified by 'gempass' | |
| mysql> create database gem; | |
| mysql> grant usage on gem.* to gemuser@localhost identified by 'gempass'; | |
| mysql> grant all privileges on gem.* to gemuser@localhost; | |
| $ cat config.txt | |
| mysql_out = true | |
| mysql_host = localhost |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| btmon can: | |
| Collect data from Brultech ECM-1240, ECM-1220, and GEM power monitors. Print | |
| the data, save the data to database, or upload the data to a server. | |
| Python 3 compatible fork: https://github.com/BenK22/mtools/tree/influxdb/bin | |
| Which was forked from: https://github.com/mroch/mtools | |
| Original repo: https://github.com/matthewwall/mtools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| homeassistant@homeassistant:~ $ /srv/homeassistant/bin/pip install homeassistant | |
| Collecting homeassistant | |
| Downloading homeassistant-2022.8.7-py3-none-any.whl (18.5 MB) | |
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.5/18.5 MB 16.6 MB/s eta 0:00:00 | |
| Collecting python-slugify==4.0.1 | |
| Downloading python-slugify-4.0.1.tar.gz (11 kB) | |
| Preparing metadata (setup.py) ... done | |
| Collecting awesomeversion==22.6.0 | |
| Downloading awesomeversion-22.6.0-py3-none-any.whl (11 kB) | |
| Collecting jinja2==3.1.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [pkg01 dan ~] % sudo duf 17:26:16 | |
| ╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ | |
| │ 26 local devices │ | |
| ├────────────────────────────────────────┬────────┬────────┬────────┬───────────────────────────────┬──────┬───────────────────────────────────────┤ | |
| │ MOUNTED ON │ SIZE │ USED │ AVAIL │ USE% │ TYPE │ FILESYSTEM │ | |
| ├────────────────────────────────────────┼────────┼────────┼────────┼───────────────────────────────┼──────┼───────────────────────────────────────┤ | |
| │ / │ 609.7G │ 10.2G │ 599.5G │ [....................] 1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git diff | |
| diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile | |
| index 0af9bccd05ee..9827504952b6 100644 | |
| --- a/net-mgmt/net-snmp/Makefile | |
| +++ b/net-mgmt/net-snmp/Makefile | |
| @@ -1,8 +1,7 @@ | |
| # Created by: gpalmer | |
| PORTNAME= snmp | |
| -PORTVERSION= 5.9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| DST="/tmp/dvl" | |
| WGET="/usr/local/bin/wget" | |
| URL_BASE="https://example.net/downloads/stuff/" | |
| mkdir $DST | |
| cd $DST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Nov 21 12:39:36 slocum kernel: nvme0: Resetting controller due to a timeout. | |
| Nov 21 12:39:36 slocum kernel: nvme0: resetting controller | |
| Nov 21 12:39:41 slocum upsmon[2934]: Poll UPS [ups02@bast.int.unixathome.org] failed - Server disconnected | |
| Nov 21 12:39:41 slocum upsmon[2934]: Communications with UPS ups02@bast.int.unixathome.org lost | |
| Nov 21 12:39:46 slocum upsmon[2934]: Communications with UPS ups02@bast.int.unixathome.org established | |
| Nov 21 12:40:06 slocum kernel: nvme0: controller ready did not become 0 within 30500 ms | |
| Nov 21 12:40:06 slocum kernel: nvme0: failing outstanding i/o | |
| Nov 21 12:40:06 slocum kernel: nvme0: DATASET MANAGEMENT sqid:1 cid:68 nsid:1 | |
| Nov 21 12:40:06 slocum kernel: nvme0: ABORTED - BY REQUEST (00/07) sqid:1 cid:68 cdw0:0 | |
| Nov 21 12:40:06 slocum kernel: nvme0: failing outstanding i/o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # This is how I used it: | |
| # $ cat ~/.bash_history | python bash-to-zsh-hist.py >> ~/.zsh_history | |
| import sys | |
| import time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Based on this Twitter thread: https://twitter.com/DLangille/status/1436388549985771520 | |
| In a bourne shell, with VAR=ab and ab=123, can I get at the 123 value using ony VAR and not ab? | |
| e.g. echo $VAR gives ab, but I want 123 | |
| It's not ${!VAR} because I think that's bash. | |
| $ echo ${!VAR} | |
| /bin/sh: ${!V...}: Bad substitution |