Was watching movie One Mile: Chapter Two and was curious about the drawing. Wanted a more detailed look so from screenshot Nano Banana reconstructed the following It suggestion re-doing it with Nano Banana Pro so I tried and got I m really impressed
Had some performance issues with my Mikrotik router. Looking at Tools Profile, firewall was consuming over 70% CPU After downgrade to version 6 from 7 and config reset it looks stable. Wanted to monitor it and found a pretty nice solution https://github.com/akpw/mktxp-stack A Grafana dashboard https://grafana.com/grafana/dashboards/13679-mikrotik-mktxp-exporter/ exists. A Mikrotik data exporter…
Had some issues with internet speed and to provide more info to my ISP I was looking for some internet speed tracking solution. Found https://github.com/henrywhitaker3/Speedtest-Tracker which uses https://www.speedtest.net/ under the hood. Found a nice alternative https://github.com/gnmyt/myspeed
Got tired of scanning threw logs for errors in multitail. It would be great to filter them instead me scanning for them. Fortunately multitail can do that. Filtering using regular expressions For filtering MultiTail uses regular expressions. To keep things simple, it uses them the exact same way as ‘grep’ does: ‘-e’ says: a regular Continue reading "Multitail only show errors"
[01:48] a good life is a life spent doing the things you want to do, the things that bring you joy when you have the age and the energy to do them. It makes me super sad whenever I meet people who wait until their 60s, and they retire to be free to try and Continue reading "99% of Men Waste Their Lives — CIA Spy Reveals Why"
Many times I struggle to find the correct shell command in history for my specific need what I used in the past. So currently I m adding comment to the end of the command for a specific flow, e.g. Now I can grep for orphan and found the related command
Was struggling with this and even ChatGPT couldn t give the right answer to remove the sticky (+) from a window. Only sticky mention in my rc.lua was awful.titlebar.widget.stickybutton Then I spotted it was in an if statement titlebars_enabled that I head false. My solution was temporary replace it to true and restarting AwesomeWM. Titlebars showed Continue reading "Remove plus/sticky sign from…