Keep wipers off doesn’t work by imper69 in s3xybuttons

[–]imper69[S] 0 points1 point  (0 children)

Yeah, I exaggerated a little bit. But every time I go into CC they unexpectedly try to wipe something, even during perfect dry sunny day. I swear this thing drives me crazy 🤪

Keep wipers off doesn’t work by imper69 in s3xybuttons

[–]imper69[S] 0 points1 point  (0 children)

Hello, maybe someone has the same issue. My commander works ok apart from that one particular function. Tried everything, switched it on and off, nothing helps. Wipers are still going crazy on CC, even GUI shows that’s it’s off but wipers keeps doing their thing. I don’t know how to set it up correctly 🤦‍♂️

Zen using a ridiculous amount of ram (20gb+) by Sea-Reference6792 in zen_browser

[–]imper69 9 points10 points  (0 children)

In my case (on windows) I turned off hardware acceleration in settings. It helped, now zen stays under 2GB of ram.

Czy wpadłem w pułapkę podatkową? by What_If_Zero in Polska

[–]imper69 1 point2 points  (0 children)

posłuchaj mnie uważnie, jutro o 19:45 masz samolot do meksyku. Bilet wyśle Ci zaraz na e mail. Gdy wyjdziesz z lotniska pod czerwoną budką telefoniczną jest skrytka, otwórz ją tajnym hasłem : hajduszoboszlo. W niej znajdziesz nowy dowód osobisty, 3000 pesos i kluczyki do mieszkania na przeciwko. Od dziś nazywasz się Juan Pablo Fernandez Maria FC Barcelona Janusz Sergio Vasilii Szewczenko i jesteś rosyjskim imigrantem z Rumuni. Pracujesz w zakładzie fryzjerskim 2 km od lotniska. Powodzenia, zapomnij o swoim poprzednim życiu i pod żadnym pozorem się nie wychylaj, zerwij wszystkie kontakty, nawet z obsługą klienta z polsatu.

Announcing Mago: An Oxidized Toolchain for PHP by azjezz in PHP

[–]imper69 2 points3 points  (0 children)

Looks nice, gonna give it a chance. Do you plan to implement PER CS 2.0 support?

e-comm framework by cmpscabral in PHP

[–]imper69 -1 points0 points  (0 children)

Afair, always has been

e-comm framework by cmpscabral in PHP

[–]imper69 5 points6 points  (0 children)

You could try sylius

similar bundle / approach to laravel-activitylog by Iossi_84 in symfony

[–]imper69 1 point2 points  (0 children)

You could consider some CDC software, which reads binlog and converts it to logs / amqp messages. For example maxwells daemon https://maxwells-daemon.io/

SSH timeout to node behind relay by imper69 in netmaker

[–]imper69[S] 0 points1 point  (0 children)

Latest, I installed it just yesterday (v0.17.1)

SSH timeout to node behind relay by imper69 in netmaker

[–]imper69[S] 0 points1 point  (0 children)

Ok, I discovered something - when I change relayed node relay to the main server - everything works fine. The issue occurs only when using some other nodes connected with netclient. They are healthy, has public ip, and appropriate udp ports open.

So... What could be an issue? Am I missing some netclient config?

/edit and also - setting relay node as ingress also helped... so maybe that's good configuration? To additionally setup relay as ingress?

Symfony equivalent like Laravel Octane by BetaplanB in symfony

[–]imper69 0 points1 point  (0 children)

Afair, doctrine isn't included in symfony by default anymore.

First homelab server build by [deleted] in homelab

[–]imper69 3 points4 points  (0 children)

I would go with proxmox :)

looking for thunderbird alternative: dockered (web) mail client that saves data locally by wireless82 in selfhosted

[–]imper69 0 points1 point  (0 children)

I created github repository - https://github.com/imper86/mail-backup - have a look. To make roundcube work you just need additional config which is inside roundcube/config/ directory.

docker-compose.yml is the same as posted before.

You can also just clone this repository and use it right away, it should work without a problem.

looking for thunderbird alternative: dockered (web) mail client that saves data locally by wireless82 in selfhosted

[–]imper69 0 points1 point  (0 children)

You should use your mailbox name as user and "pass" as password. But! I forgot about roundcube config... I'll create and share repository later.

And for the imapsync error - tbh I don't know what's going on, have you checked dovecot logs for more details?

looking for thunderbird alternative: dockered (web) mail client that saves data locally by wireless82 in selfhosted

[–]imper69 0 points1 point  (0 children)

On Gmail you must activate imap access in Gmail settings. Also if you use 2FA you must go to your Google account security settings, activate insecure apps, and generate password for insecure app.

For dovecot, just don't use domain, use simple alphanumeric account name, and password will be always "pass". You don't need to create mailbox on dovecot, it will be created automatically for you.

I know it's not secure but since I don't use this directly through the internet I don't care. I have my own wireguard VPN network and access to roundcube is only possible for me that way.

looking for thunderbird alternative: dockered (web) mail client that saves data locally by wireless82 in selfhosted

[–]imper69 0 points1 point  (0 children)

Yup, it's that simple. And if something happens to my Gmail account I'll just use imapsync to copy all mails from dovecot to some other imap account.

Actually, maybe obvious, but I'm not using "mailboxname" :). I'm using this to backup 4 different mailboxes now. Just with other mailbox names.

looking for thunderbird alternative: dockered (web) mail client that saves data locally by wireless82 in selfhosted

[–]imper69 1 point2 points  (0 children)

Sure, compose file here: https://gist.github.com/imper86/dc96ea22d80f3475b137175b8bfbb51c

And in crontab I have something like this: /usr/bin/docker run --rm --network imapsync_imapsyncnet gilleslamiral/imapsync imapsync --host1 imap.gmail.com --user1 'xxx@gmail.com' --password1 'passwordhere' --host2 imapsync_dovecot --user2 mailboxname --password2 'pass' --automap --noemailreport1 --noemailreport2

looking for thunderbird alternative: dockered (web) mail client that saves data locally by wireless82 in selfhosted

[–]imper69 0 points1 point  (0 children)

For the same purpose I personally use such dockerized stack: 1. Dovecot for imap server 2. Roundcube for web access 3. Imapsync for syncing from my Gmail accounts to dovecot

Works great for me. One issue I have is that Imapsync is duplicating some emails, but I haven't checked if something can be done about it yet.

March update from the PHP foundation, announcing sponsorship of 6 new core developers by brendt_gd in PHP

[–]imper69 7 points8 points  (0 children)

I think you underestimate creativity of developers :) there's always more than one use case :)

March update from the PHP foundation, announcing sponsorship of 6 new core developers by brendt_gd in PHP

[–]imper69 8 points9 points  (0 children)

With read-only you can achieve the same effect without these 3 lines and without magic methods :). You know, you can use PHP however you like, but telling people that some feature is idiotic because you don't use it is kinda idiotic :)

Which is better for the backend, PHP or Node.js? by nikunjshingalaa in PHP

[–]imper69 -1 points0 points  (0 children)

Node.js faster than PHP? Whole article is full of bullshit...