diff --git a/blog/index.php b/blog/index.php index 6c576cc..dabc47d 100644 --- a/blog/index.php +++ b/blog/index.php @@ -24,8 +24,7 @@ margin-right: 2rem; } ul h2 { - margin-top: -0.4rem; - margin-bottom: 0; + margin: 0; } /*ul h2:first-of-type::before { content: "Articles - " diff --git a/blog/posts/guide_things_i_keep_having_to_google/index.php b/blog/posts/guide_things_i_keep_having_to_google/index.php index 53a8b6b..6e09c54 100644 --- a/blog/posts/guide_things_i_keep_having_to_google/index.php +++ b/blog/posts/guide_things_i_keep_having_to_google/index.php @@ -61,8 +61,9 @@ -d 'string'determines the delimiter string -f nspecifies a field to output, delimited by -d sed 's/ */ /g' | cut -d ' 'Piping your thing through this helps with parsing a lot of Linux commands that output tabular data -

xrandr

- xrandr --output <display name> --brightness <brightness>Janky software-side display brightness setting +

misc

+ xrandr --output <display name> --brightness <brightness>Janky software-side display brightness setting with xrandr + wget "https://example.com/file.zip" -O temp.zip; unzip temp.zip; rm temp.zipBash one-liner to unzip a file from the internet to the current directory

Webdev stuff

Tables

diff --git a/stats/packages.txt b/stats/packages.txt index 58d8972..6a64443 100644 --- a/stats/packages.txt +++ b/stats/packages.txt @@ -1 +1 @@ -1866 +1870