All Posts

  • Published on
    sudo journalctl -f see live sshd failed logs like: ``` audit[249667]: USER_LOGIN pid=249667 uid=0 auid=4294967295 ses=4294967295 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=212.71.249.251 terminal=ssh res=failed' ``` and it just not stop fuck it. let's block the ip `212.71.249.251` first, do not just block the IP, fuck it, just block the whole C subnet ...
  • Published on
    ![open-native-app-from-web-2023-08-08_18-08.png](open-native-app-from-web-2023-08-08_18-08.png) `~/.local/share/applications/Navicat.Premium.16.mime.desktop` ```ini [Desktop Entry] Exec=/usr/bin/bash -c "$HOME/Apps/navicat/navicat.sh -uri %u" MimeType=x-scheme-handler/navicat; Name=Navicat Premium 16 NoDisplay=true ...
  • Published on
    ncdu /home shows that most of the space took by `$HOME/.local/share/containers/storage/overlay` ``` 71.4 GiB [##################] /overlay ``` ```shell ❯ podman system df TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 1227 27 74.91GB 53.17GB (71%) Containers 44 0 260kB 260kB (100%) ...
  • Published on
    ## background recently I migrated my Blog from Hugo to [timlrx/tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog) I deploy the blog via Netlify and serve it via Cloudflare proxy. ## how to see the problem open browser console, you'll see errros like this: ``` 4f0b14e9-f6a6045a21104f01.js:1 Uncaught Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ...