Package | Priority |
---|---|
acl | optional |
acpid | optional |
adduser | important |
apparmor | optional |
apport | optional |
apport-symptoms | optional |
apt | important |
apt-utils | important |
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
@namespace epub "http://www.idpf.org/2007/ops"; | |
.bold { | |
font-weight: bold; | |
} | |
.italic { | |
font-style: italic; | |
} | |
.center { | |
text-align: center; | |
} |
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
# By Kelebek1@fuwa | |
# From https://pastebin.com/GmQyfR0h | |
# 0x9597 ISF decryption scripts | |
import os | |
import sys | |
import struct | |
def get_data(filename): |
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
--- | |
- name: Include vars based on various criteria, into platformspec hash. | |
include_vars: | |
file: "{{ item }}" | |
name: platformspec | |
with_first_found: | |
- "{{ ansible_distribution }}.yml" | |
- "{{ ansible_os_family }}.yml" |
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
setlocal enabledelayedexpansion | |
pushd C:\Program Files\smartmontools\bin | |
for /f "tokens=1,2,3 delims= " %i in ('smartctl.exe --scan') do ( echo %i & smartctl.exe -i %i | findstr /i serial ) | |
smartctl.exe -l scterc /dev/sdc | |
smartctl 6.6 2017-11-05 r4594 [x86_64-w64-mingw32-w10-1709] (sf-6.6-1) | |
Copyright (C) 2002-17, Bruce Allen, Christian Franke, www.smartmontools.org | |
SCT Error Recovery Control: | |
Read: 100 (10.0 seconds) |
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
/*AGENT_SHEET included by CustomCSSforFx*/ | |
/* Draw a line over selected tab. See https://raw.githubusercontent.com/mozilla/gecko-dev/master/browser/base/content/tabbrowser-tab.js for structure */ | |
/* https://www.reddit.com/r/FirefoxCSS/comments/c5aqyn/my_userchromecss_customizations/ for funky styling */ | |
.tabbrowser-tab:not([usercontextid]) .tab-content[selected="true"], | |
.tabbrowser-tab[usercontextid] .tab-content[selected="true"] .tab-label-container { | |
background-image: linear-gradient(to bottom,rgba(255,192,0,0),rgba(255,192,153,32)); | |
} | |
.tabbrowser-tab[unread] .tab-label { |
Base OS = Ubuntu 19.10
Relevant config item : https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-vault-id-match
$ sudo apt install ansible python3-passlib python3-keyring python3-keyrings.alt wget curl
$ python3 -V
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
> docker run -it --rm --user ContainerAdministrator --dns 9.9.9.9 mcr.microsoft.com/powershell:6.1.1-nanoserver-1809 | |
where 1809 matches host edition (otherwise get 'helpful' error: manifest unknown: manifest unknown.) | |
> docker pull mcr.microsoft.com/powershell:latest | |
may work better | |
C:\Users\Cador PS>docker pull mcr.microsoft.com/powershell:latest | |
latest: Pulling from powershell | |
7ddbc47eeb70: Pull complete | |
c1bbdc448b72: Pull complete |
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# All Vagrant configuration is done below. The "2" in Vagrant.configure | |
# configures the configuration version (we support older styles for | |
# backwards compatibility). Please don't change it unless you know what | |
# you're doing. | |
Vagrant.configure("2") do |config| | |
# The most common configuration options are documented and commented below. | |
# For a complete reference, please see the online documentation at |
$ curl 'https://1fichier.com/dir/sBYijOvq?json=1' | \
jq -S -c '.[] | del(.date) | select( .filename | contains("pdate") | not )'