-
CPU: AMD Ryzen 5 3600X[^linkovanje] ~300€[^cene]
-
MB: Gigabyte X570 Aorus Elite ~250€
-
GPU: Gigabyte GeForce RTX 2060 SUPER WINDFORCE OC 8G GV-N206SWF2OC-8GD ~625€
-
RAM: Kingston HyperX Fury 32GB DDR4 3200MHz CL16 - HX432C16FB3A/32 ×2, 2×32GB na 3200MHz, Cas16 ~2×183€ = 366€
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
# Allow executing CMD scripts | |
function Invoke-CmdScript { | |
param( | |
[String] $scriptName | |
) | |
$cmdLine = """$scriptName"" $args & set" | |
& $Env:SystemRoot\system32\cmd.exe /c $cmdLine | | |
select-string '^([^=]*)=(.*)$' | foreach-object { | |
$varName = $_.Matches[0].Groups[1].Value | |
$varValue = $_.Matches[0].Groups[2].Value |
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
# Scid options file | |
# Version: 4.3 | |
# This file contains commands in the Tcl language format. | |
# If you edit this file, you must preserve valid its Tcl | |
# format or it will not set your Scid options properly. | |
set boardSize 25 | |
set boardStyle Alpha | |
set language E | |
set ::pgn::showColor 1 |
-
CPU: AMD Ryzen 5 3600X[^linkovanje] ~224€[^cene]
-
MB: Gigabyte X570 Aorus Elite WiFi ~250€
-
GPU: Gigabyte GeForce RTX 2060 SUPER WINDFORCE OC 8G GV-N206SWF2OC-8GD ~493€
-
RAM: Kingston HyperX Fury Black HX432C16FB3K2/32, 2×16GB na 3200MHz, Cas16 ~180€
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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:9afc0a4bd2cef3d22cf6108196577bd3c105eda4] |
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
/* | |
####################### dirtyc0w.c ####################### | |
$ sudo -s | |
# echo this is not a test > foo | |
# chmod 0404 foo | |
$ ls -lah foo | |
-r-----r-- 1 root root 19 Oct 20 15:23 foo | |
$ cat foo | |
this is not a test | |
$ gcc -pthread dirtyc0w.c -o dirtyc0w |
I hereby claim:
- I am brcha on github.
- I am brcha (https://keybase.io/brcha) on keybase.
- I have a public key ASD687gDKbqWCbv-MToQaPpxHbbCztoKOmK9G52I-7FZeAo
To claim this, I am signing this object:
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 | |
# Generate timestamp | |
TIMESTAMP=$(date +'%Y.%m.%d') | |
BACKUP_ROOT=/run/media/brcha/External/backup/perun--home.brcha | |
# Make snapshot | |
pushd /home &> /dev/null | |
sudo btrfs subvolume snapshot -r brcha @snapshot_brcha_${TIMESTAMP} | |
popd &> /dev/null |
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
/* ***** BEGIN LICENSE BLOCK ***** | |
* Version: MPL 2.0 | |
* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
* | |
* ***** END LICENSE BLOCK ***** */ | |
/* |