Ensure our operating system is entirely up to date:
sudo apt-get update
sudo apt-get upgrade
VMware vSphere 6 Enterprise Plus | |
1C20K-4Z214-H84U1-T92EP-92838 | |
1A2JU-DEH12-48460-CT956-AC84D | |
MC28R-4L006-484D1-VV8NK-C7R58 | |
5C6TK-4C39J-48E00-PH0XH-828Q4 | |
4A4X0-69HE3-M8548-6L1QK-1Y240 | |
VMware vSphere with Operations Management 6 Enterprise | |
4Y2NU-4Z301-085C8-M18EP-2K8M8 | |
1Y48R-0EJEK-084R0-GK9XM-23R52 |
#! /usr/bin/zsh | |
# https://gist.github.com/alexg0/39eb038c704962bcf832c74a8c2cecd4 | |
enable_sudo_with_apple_watch_and_touch_id() { | |
PAMD_SUDO_PATH=/etc/pam.d/sudo | |
APPLE_WATCH_PAMID_LIBPATH=/usr/local/lib/pam/pam_watchid.so.2 | |
# APPLE_WATCH_PAMID_URL=https://github.com/biscuitehh/pam-watchid | |
APPLE_WATCH_PAMID_URL=https://github.com/msanders/pam-watchid | |
APPLE_WATCH_PAMID_PATH=$HOME/src/pamid-applewatch | |
preserve_pamd_sudo() { |
/* SPDX-License-Identifier: LGPL-2.1-or-later */ | |
#if defined(__i386__) || defined(__x86_64__) | |
#include <cpuid.h> | |
#endif | |
#include <errno.h> | |
#include <limits.h> | |
#include <stdbool.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> |
#!/bin/bash | |
set -eu | |
# Based on: | |
# https://gist.githubusercontent.com/bboozzoo/d4b142229b1915ef7cc0cf8593599ad9/raw/367f593d7ef61a3659951f42c699e86820a8db75/reproduce.sh | |
export LC_ALL=C | |
LOOPS=40 | |
COUNT="${COUNT-20}" |
#!/usr/bin/env bash | |
# To fix the " gpg: WARNING: unsafe permissions on homedir '/home/path/to/user/.gnupg' " error | |
# Make sure that the .gnupg directory and its contents is accessibile by your user. | |
chown -R $(whoami) ~/.gnupg/ | |
# Also correct the permissions and access rights on the directory | |
chmod 600 ~/.gnupg/* | |
chmod 700 ~/.gnupg |
/newbot
bot
(like "my_server_bot")Copyright templates for JetBrains & Android Studio.
https://medium.com/@shan1024/managing-copyright-notices-in-intellij-idea-a3f0456267ba