tag: #TIL
(14 posts)
Show all tags
-
2024-11-19
:: Handling tarballs in Python
::
#Python,
#TIL,
#tar,
#tarfile
-
2024-09-24
:: Generating random strings in Bash
::
#/dev/urandom,
#TIL,
#bash,
#random,
#shell,
#string
-
2024-06-13
:: TIL: looping over hex numbers in Bash
::
#Bash,
#Python,
#TIL,
#hexadecimal,
#terminal
-
2024-06-05
:: TIL: Listing PCI devices by their vendor or class
::
#Linux,
#TIL,
#lspci
-
2024-03-27
:: Prettify and uglify JSONs in Vim
::
#JSON,
#TIL,
#jq,
#nvim,
#vim
-
2023-10-31
:: Formatting tables in Vim/NeoVim
::
#Markdown,
#TIL,
#nvim,
#table,
#vim
-
2023-09-19
:: Multiplexing the output of a process to multiple processes
::
#CLI,
#TIL,
#bash,
#process substitution,
#tee,
#terminal
-
2023-08-14
:: Symbolic links in Python are easier
::
#CLI,
#Linux,
#Python,
#TIL,
#symlink,
#sysadmin,
#terminal
-
2023-07-16
:: Copying files to privileged locations with rsync
::
#CLI,
#Linux,
#TIL,
#rsync,
#sysadmin,
#terminal
-
2023-05-25
:: ip route add blackhole
::
#CLI,
#Linux,
#TIL,
#blackhole,
#iproute2,
#networking,
#sysadmin,
#terminal
-
2020-08-11
:: Multiple urls for a git remote
::
#TIL,
#git
-
2020-05-12
:: Convert files to UTF-8
::
#CLI,
#Linux,
#TIL,
#encoding,
#terminal
-
2020-04-07
:: Random numbers from /dev/urandom in Bash
::
#/dev/random,
#/dev/urandom,
#CLI,
#Linux,
#TIL,
#bash,
#random,
#terminal
-
2018-11-29
:: Python.format
::
#Python,
#TIL,
#random