This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stack Overflow Alternative Paid | |
There is no easy way to make real money by | |
answering technical questions online, but it | |
would be a good gig; StackOverflow doesn't | |
work like I think would be better sometimes. | |
If asking costed a bit you would filter out | |
malformed, lazy or duplicate questions... | |
That same money would attract nerd with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
echo -n 'Last boot: '; uptime -s | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zsh | |
mailcheck -s; echo | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#%PAM-1.0 | |
auth requisite pam_nologin.so | |
auth include system-local-login | |
account include system-local-login | |
password include system-local-login | |
session include system-local-login | |
session optional pam_lastlog2.so silent_if=gdm,gdm-password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025 | |
January February March | |
Su Mo Tu We Th Fr Sa Su Mo Tu We Th Fr Sa Su Mo Tu We Th Fr Sa | |
1 2 3 4 1 1 | |
5 6 7 8 9 10 11 2 3 4 5 6 7 8 2 3 4 5 6 7 8 | |
12 13 14 15 16 17 18 9 10 11 12 13 14 15 9 10 11 12 13 14 15 | |
19 20 21 22 23 24 25 16 17 18 19 20 21 22 16 17 18 19 20 21 22 | |
26 27 28 29 30 31 23 24 25 26 27 28 23 24 25 26 27 28 29 | |
30 31 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\S{NAME} (\d) [\t] {\l} | |
[36m | |
__,,,,,,,_ | |
_βββ£β«β β β β β β β β β β β β β ββββ_ | |
β₯β’β β β β β β β β β β β β β β β β β β β β β β β β β β₯, | |
ββ β β β β β β βββββββ’β β β β β β β β β β β β β β β β β β | |
β£β β β β β β β β β’β£β’ββ , `"ββ β β β β β β β β β β β β β ββ₯_ | |
ββ β β β β β β β β β β β β β β βββ₯β₯β `"ββ β¬β β β β β β β β β β β β₯, | |
β β β β β β β β β β β β β β β β β β ββ₯β₯β₯β₯βββ¬β β β β β β β βββ β β£β β β β β’β |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set background=dark | |
hi clear | |
if exists("syntax_on") | |
syntax reset | |
endif | |
let g:colors_name="northernsky" | |
hi Normal ctermfg=7 ctermbg=0 | |
hi Search ctermfg=3 ctermbg=4 cterm=NONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically generated by Links -- please do not edit. | |
download_dir "" | |
language "English" | |
max_connections 10 | |
max_connections_to_host 8 | |
retries 3 | |
receive_timeout 120 | |
unrestartable_receive_timeout 600 | |
timeout_when_trying_multiple_addresses 3 | |
bind_address "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tabstop 8 | |
indent_incr 4 | |
pixel_per_char 12 | |
pixel_per_line 24 | |
frame 0 | |
target_self 0 | |
open_tab_blank 0 | |
open_tab_dl_list 0 | |
display_link 0 | |
display_link_number 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is part of systemd. | |
# | |
# systemd is free software; you can redistribute it and/or modify it under the | |
# terms of the GNU Lesser General Public License as published by the Free | |
# Software Foundation; either version 2.1 of the License, or (at your option) | |
# any later version. | |
# | |
# Entries in this file show the compile time defaults. Local configuration | |
# should be created by either modifying this file (or a copy of it placed in | |
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in |
NewerOlder