- Documentation @ http://git.kernel.org/cgit/network/connman/connman.git/tree/doc
-
Scan for access points (run multiple times for more complete scan):
# connmanctl scan wifi
Scan completed for wifi
Scan for access points (run multiple times for more complete scan):
# connmanctl scan wifi
Scan completed for wifi
from dolfin import * | |
import numpy as np | |
import mshr | |
from IPython import embed | |
from cbcpost.utils.mpi_utils import gather, broadcast | |
def vec(x): return as_backend_type(x).vec() | |
def mat(A): return as_backend_type(A).mat() | |
class NormalRotation(PETScMatrix): |
$ zmv -n '(.)(<->)(.[^.]#)' '$1$(($2+1))$3' # would rename x.0001.y to x.2.y. $ zmv -n '(.0#)(<->)(.[^.]#)' '$1$(($2+1))$3'
$ zmv '*' '${(L)f}'
$ autoload zmv
On receiving NAS:
setcfg LOGIN "SSH AllowTcpForwarding" TRUE
reboot
On client to forward local port 8443 to the QNAP admin interface:
ssh user@host -L 8443:localhost:443
const vocabList = document.querySelectorAll(".vocab-list-row");
let vocabToExport = [];
package main | |
// Usage: | |
// copy this code to https://replit.com/languages/go | |
// and change the encrypted_password variable below (see comments below for steps to acquite the encrypted password) | |
import ( | |
"crypto/aes" | |
"crypto/cipher" | |
"encoding/base64" |
;;; chatgpt.el --- Simple ChatGPT frontend for Emacs -*- lexical-binding: t -*- | |
;; Copyright (C) Gavin Jaeger-Freeborn | |
;; This package is free software; you can redistribute it and/or modify | |
;; it under the terms of the GNU General Public License as published by | |
;; the Free Software Foundation; either version 3, or (at your option) | |
;; any later version. | |
;; This package is distributed in the hope that it will be useful, |