- 0 Posts
- 111 Comments
bizdelnick@lemmy.mlto
Selfhosted@lemmy.world•What's your contingency plan for the apocalypse?English
5·1 month agoMy plan is to load up on canned stew and buckwheat.
I promise, maintenance it basically zero after a proper setup.
Well, it was close to zero for me until the last year dovecot update (2.3→2.4) that has broken old configs. I’ve spent a lot of time fixing them.
If it was painful for you, this does not mean nobody should even try. FMPOV my mailbox contains too much personal information to host in in the cloud.
I’d try Maddy if I were going to setup my personal email server now. But I already have postfix/dovecot/all-that-shit up and running for years.
bizdelnick@lemmy.mlto
Linux@lemmy.ml•What is a good email client for Gmail on linux where all emails are synced and searchable?
1·1 month agoDo you mean full text message body search or just headers (To/From/Subject etc.)? Claws Mail is very fast when searching in headers, but not in message bodies.
In my country, they say that you need to be fast when catching fleas. They also say, I can type 2000 characters per minute, but the result is a total bullshit.
I can be very fast when working on the project that I know very good. An I can be very slow when I need to understand how the code works, to learn some new API, new tools etc. If I always were fast, I’d make a lot of stupid mistakes and had to fix them wasting much more time than I spent for initial investigation.
bizdelnick@lemmy.mlto
Linux@lemmy.ml•Is 35 extents per file too much fragmentation for btrfs?
3·1 month agoIMHO this is fine for such large files.
Arch and its derivatives look like the trend
It’s because nobody writes “I use Debian BTW”.
bizdelnick@lemmy.mlto
Selfhosted@lemmy.world•Tool to detect network packet floodingEnglish
3·2 months agotcpdump?
bizdelnick@lemmy.mlto
Programming@programming.dev•Is it worth to learn javascript for making a little incremental game as a side project ?
31·2 months agoIt’s always worth to learn something new.
bizdelnick@lemmy.mlto
Selfhosted@lemmy.world•First VPS — Is 54 SSH bans in 12 hours normal?English
8·2 months agoYes, it is normal.
# fail2ban-client status sshd Status for the jail: sshd |- Filter | |- Currently failed: 10 | |- Total failed: 4433 | `- Journal matches: _SYSTEMD_UNIT=ssh.service + _COMM=sshd `- Actions |- Currently banned: 27 |- Total banned: 668 `- Banned IP list: 2.57.122.194 45.148.10.183 195.178.110.30 2.57.122.208 92.118.39.195 103.74.123.88 92.118.39.23 2.57.122.196 92.118.39.197 45.148.10.151 92.118.39.236 178.20.210.185 68.178.161.186 80.94.92.183 92.118.39.63 2.57.122.197 2.57.122.191 2.57.122.189 80.94.92.171 94.156.152.18 14.225.7.70 45.78.198.199 211.253.9.160 159.224.213.138 1.214.42.172 103.239.165.114 77.239.111.233
bizdelnick@lemmy.mlto
Programming@programming.dev•Should I learn to program in Java or Kotlin as an android developer?
8·2 months agoYou need both. If you want to start as fast as possible, learn Kotlin first.
bizdelnick@lemmy.mlto
Programming@programming.dev•Where should a programmer use C++ instead of C#?
73·2 months agoEverywhere except some Windows only apps.
My choice is OpenWrt and specialized hardware. It is much better suited for home use and has much lower power consumption (i.e. silent). Right now I’m looking for replacement for my home router and going to buy one of Banana Pi boards. However in the US the optimal choice may be different.
mdam doesn’t work on either my Trixie or 26.04 install
What? Do you mean it is incompatible with Mac OS software RAID implementation? This does not mean it doesn’t work. You will also be unable to read your software RAID if you insert disks into hardware RAID device.
LOL, you could hear that about pretty much every release of any software.
Much more common than is should be.
The current stable release is Debian 13. Choosing 12 is nonsense.
In theory, Mac’s Mach-O executable format supports multi-architecture binaries that can work on both arm64 and x86_64. But I know nothing about Apple’s plans to drop support for x86_64 in X-Code. After this happen, developers will provide arm64-only binaries.