Pinned Loading
-
Quote of the day
Quote of the day 1async function randomQuote() {
2const quotes = await fetch('http://quotes.cat-v.org/programming/')
3.then(response => response.text())
4.then(html => new DOMParser().parseFromString(html, 'text/html'))
5.then(dom => [...dom.querySelector('body > article').children])
-
Debian/Ubuntu Setup
Debian/Ubuntu Setup 1[A](#A) [B](#B) [C](#C) [D](#D) [E](#E) [F](#F) [G](#G) [H](#H) [I](#I) [J](#J) [K](#K) [L](#L) [M](#M) [N](#N) [O](#O) [P](#P) [Q](#Q) [R](#R) [S](#S) [T](#T) [U](#U) [V](#V) [W](#W) [X](#X) [Y](#Y) [Z](#Z)
23### A
45#### abx
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.