Gitattributes
⚡ Windows Registry Export *.reg text working-tree-encoding=UTF-16LE-BOM eol=CRLF ⚡ Ignore Whitespaces Check **/*.md -whitespace
⚡ Windows Registry Export *.reg text working-tree-encoding=UTF-16LE-BOM eol=CRLF ⚡ Ignore Whitespaces Check **/*.md -whitespace
SQ3R SQ3R means the workflow survey, question, read, recite and review. Survey: Compile a list of materials to read. Choose wisely using recommendations from experts or build the list via the further reading list in the best articles and books in the domain.
⚡ Set only hostname For example, n1 sudo hostname n1 echo n1 | sudo tee /etc/hostname Edit /etc/hosts, and add n1 for 127.0.1.1 127.0.1.1 n1 ⚡ Set fully qualified domain name For example, n1.
MacTex Basic Download package from More Packages - MacTeX - TeX Users Group Install essential packages: tlmgr install collection-fontsrecommended MacTex Uninstallation Uninstalling TeX Uninstalling - MacTeX - TeX Users Group There are two reasons users want to uninstall.
┌ Clean Markdown pandoc --wrap=none --markdown-headings=atx --from html --to markdown_strict-raw_html-native_divs-native_spans ┌ Offline HTML pandoc --from html --to html5 --self-contained ┌ Readable HTML pandoc --from html --to html5 --standalone
⚡ Familiar key bindings Set-PSReadLineOption -EditMode emacs ⚡ Default config file $PROFILE ⚡ Quick Start Get-Help Get-Member Where-Object (alias ?) ForEach-Object (alias %) Select-Object Format-List Out-GridView -PassThru ⚡ Gotchas Require , to separate multiple arguments: rm a, b, c ⚡ Count…
※ reference Γ Install dependencies sudo dnf install -y ykpers pcsc-tools opensc pcsc-lite Γ Edit udev rules Edit file /usr/lib/udev/rules.d/69-yubikey.rules ACTION!="add|change", GOTO="yubico_end" # Udev rules for letting the console user access the Yubikey USB # device node, needed for challenge/response to work correctly.
Choose a concept to learn. Teach it to yourself or someone else. Return to the source material if you get stuck. Simplify your explanations and create analogies. ※ source
Chart.js provides simple HTML5 charts using the <canvas> tag. The project react-chartjs-2 brings Chart.js to ♯ React. Customize Axis Labels const options = { scales: { yAxis: { max: 100, ticks: { callback: (v) => `${v}%`, }, }, xAxis: { ticks: { callback: (i) => { const label = labels[i]; return label.
LxRunOffline is a full-featured utility for managing Windows Subsystem for Linux (WSL). LXRunOffline provides a uniform way to download various distributions and import them as WSL instances into any directories. Install LxRunOffline Scoop…