Arch Linux Installation
1. Securely erase drive
cryptsetup open --type plain -d /dev/urandom /dev/nvme0n1 to-be-wiped
dd if=/dev/zero of=/dev/mapper/to-be-wiped bs=1M status=progress
cryptsetup close to-be-wiped
wipefs -a /dev/nvme0n1
#include <stdbool.h> | |
typedef char* str; | |
#define GENERATE_OPTION_TYPES(Option) \ | |
Option(int) \ | |
Option(str) | |
#define GENERATE_RESULT_TYPES(Result) \ | |
Result(str, int) \ |
#!/bin/sh | |
# SPDX-License-Identifier: MIT | |
# SPDX-FileCopyrightText: 2021 Jakub Jirutka <jakub@jirutka.cz> | |
#---help--- | |
# Usage: radacct-rotate [options] | |
# | |
# Compress and later remove old FreeRADIUS' radacct log files with "-YYYYMMDD" | |
# suffix. | |
# | |
# Options: |
cryptsetup open --type plain -d /dev/urandom /dev/nvme0n1 to-be-wiped
dd if=/dev/zero of=/dev/mapper/to-be-wiped bs=1M status=progress
cryptsetup close to-be-wiped
wipefs -a /dev/nvme0n1
{ | |
"poradiCse": [ | |
"004", | |
"248", | |
"008", | |
"012", | |
"016", | |
"850", | |
"020", | |
"024", |
create function array_uniq (a anyarray) returns anyarray | |
immutable | |
language sql | |
as $$ | |
select array_agg(distinct x) from unnest(a) x; | |
$$; | |
comment on function array_uniq is | |
'Sorts and deduplicates elements of an array.'; | |
create function trg_person_roles_normalize () returns trigger |
------------------------------------------------------------------------------- | |
-- EXAMPLE USAGE | |
-- | |
-- create table specialization ( | |
-- id bigserial, | |
-- name text not null, | |
-- study_plan_codes text[] not null default '{}' | |
-- ) | |
-- | |
-- create constraint trigger study_plan_codes_unique_check |
/** | |
* Low-level AES implementation. | |
* | |
* This code is based on AES implementation from SJCL library available at | |
* https://github.com/bitwiseshiftleft/sjcl/blob/master/core/aes.js. | |
* It should be functionally exactly the same, I just converted the code | |
* from plain JavaScript into TypeScript, modernized it and replaced plain | |
* arrays with typed arrays. | |
* | |
* @author Jakub Jirutka |
*PPD-Adobe: "4.3" | |
*cupsLanguages: "de es fr it pt" | |
*%============================================================================= | |
*% | |
*% PPD file for Kyocera TASKalfa 6053ci | |
*% Linux Version | |
*% | |
*% (C) 2019 KYOCERA Document Solutions Inc. | |
*% | |
*% Permission is hereby granted, free of charge, to any person obtaining |
I hereby claim:
To claim this, I am signing this object: