Skip to content

Instantly share code, notes, and snippets.

View Brethel's full-sized avatar
🥱
I may be slow to respond.

Alexandre Brethel Brethel

🥱
I may be slow to respond.
View GitHub Profile
@Brethel
Brethel / Feedly.opml
Created August 23, 2022 13:55 — forked from djhaskin987/Feedly.opml
August 2022 Feedly OPML
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Daniel subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="Software" title="Software">
<outline type="rss" text="PingCAP Blog RSS Feed" title="PingCAP Blog RSS Feed" xmlUrl="https://pingcap.com/blog/index.xml" htmlUrl="https://pingcap.com"/>
<outline type="rss" text="f : ⊥ x ⊥ → ⊥" title="f : ⊥ x ⊥ → ⊥" xmlUrl="http://arrdem.com/atom.xml" htmlUrl="https://www.arrdem.com"/>
@Brethel
Brethel / sources.list
Created August 10, 2022 20:13 — forked from ksysctl/sources.list
Debian source list
# Testing
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
# Stable
# deb http://ftp.us.debian.org/debian/ stable main contrib non-free
# deb-src http://ftp.us.debian.org/debian/ stable main contrib non-free
# Security
deb http://security.debian.org/ testing/updates main contrib non-free
@Brethel
Brethel / vscode_settings.json
Last active September 23, 2020 15:58
minimal vscode settings
{
"editor.fontFamily": "Fira Code iScript",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"extensions.autoUpdate": true,
"editor.highlightActiveIndentGuide": true,
"editor.cursorStyle": "line",
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"editor.wordWrap": "on",
" █████ █████ ███
" ░░███ ░░███ ░░░
" ████████ ██████ ██████ ░███ ░███ ████ █████████████
"░░███░░███ ███░░███ ███░░███ ░███ ░███ ░░███ ░░███░░███░░███
" ░███ ░███ ░███████ ░███ ░███ ░░███ ███ ░███ ░███ ░███ ░███
" ░███ ░███ ░███░░░ ░███ ░███ ░░░█████░ ░███ ░███ ░███ ░███
" ████ █████░░██████ ░░██████ ░░███ █████ █████░███ █████
"░░░░ ░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░ ░░░░░ ░░░ ░░░░░
"
" INIT.VIM
#!/bin/bash
#
# sudo apt-get install id3 ffmpeg
#
# USAGE:
# cd /book title/
# bash ~/this_script_path.sh
# rm *.m4b (you need to manually remove the original in case something goes wrong)
#
#
@Brethel
Brethel / .tmux.conf
Last active August 24, 2020 18:33
tmux config
set -g default-terminal "screen-256color"
set -g status-position top
set -g status-fg yellow
set -g status-bg blue
#setw -g mode-mouse on
#set -g mouse-resize-pane on
#set -g mouse-select-pane on
set print-completions-horizontally on
set completion-ignore-case On
set expand-tilde on
set convert-meta off
set show-all-if-ambiguous on
set visible-stats on
set completion-map-case on
set completion-query-items -1
set page-completions off
set completion-query-items 1000
PID = /tmp/awesome-golang-project.pid
GO_FILES = $(wildcard *.go)
APP = ./app
serve: restart
@fswatch -o . | xargs -n1 -I{} make restart || make kill
kill:
@kill `cat $(PID)` || true
before:
@Brethel
Brethel / xorg.conf
Created May 22, 2020 00:22
xorg.conf dell xps x502
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
Command line: cntlm -T cntlm.txt -M -v -f -s
Username SIDAMVA
Password ********
Domain DOSIM000
Workstation WS21950
#Auth NT
###Flags 0x6820000
Header User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:65.0.1) Gecko/20100101 Firefox/65.0.1