MXRobo
Do not know. I can tell you that I start with pop, it has been maybe 2 years since I have used pop. I switch from pop because sometimes one of my normal emails would be put into their spam folder, so change to imap. Better than login and telling not spam.
You can try, smtp is smtp.zoho ...
Search found 663 matches
- Wed Apr 16, 2025 10:40 am
- Forum: Hardware /Configuration
- Topic: Not able to install Thunderbird
- Replies: 14
- Views: 485
- Tue Apr 15, 2025 10:15 pm
- Forum: Hardware /Configuration
- Topic: Not able to install Thunderbird
- Replies: 14
- Views: 485
Re: Not able to install Thunderbird
Purely memory (or lack thereof), but IIRC, the free Zoho email account does not include IMAP, yes:
*IMAP/ POP/ Active Sync are not included in the free plan.
https://www.zoho.com/mail/zohomail-pricing.html?src=mpd-menu
If they are using the free plan.
Wrong. I have been using the free plan ...
- Fri Apr 04, 2025 5:17 pm
- Forum: MX Help
- Topic: Terminal syntax for Firefox fails after update [Solved]
- Replies: 38
- Views: 1827
Re: Terminal syntax for Firefox fails after update [Solved]
If it only happens after an update you could change your script into a two steps (commands) to test.
Have your script open one window and then a short sleep before the command to open the other two windows.
- Thu Mar 20, 2025 11:21 pm
- Forum: Package Requests - MX-23
- Topic: yt-dlp
- Replies: 29
- Views: 1224
Re: yt-dlp
I can do it using yt-dlp ver 2024.12.23-1~mx21+1. This is on MX-21.3.
File is here: /media/towwire/Video_Edit/MySound/PENN & TELLER FOOL US ⧸⧸ ZABRECKY-bQPX8MT2Ik0.mp4 Size: 108.5 MiB (113,798,562 bytes)
I used 234+270, to get 1080p which is the largest one.
File is here: /media/towwire/Video_Edit/MySound/PENN & TELLER FOOL US ⧸⧸ ZABRECKY-bQPX8MT2Ik0.mp4 Size: 108.5 MiB (113,798,562 bytes)
I used 234+270, to get 1080p which is the largest one.
- Thu Mar 06, 2025 7:23 pm
- Forum: Software / Configuration
- Topic: LibreWolf Browser Does Not Connect to Google! [Solved]
- Replies: 28
- Views: 1094
Re: LibreWolf Browser Does Not Connect to Google! [Solved]
on Wildflower MX-21.3 Librewolf 136.0-2
I have Browser Privacy set to Strict.
Noted
You’re using Resist Fingerprinting (RFP), which replaces some of LibreWolf’s fingerprinting protection settings. This might cause some sites to break.
I also have 6 extensions beside uBlock.
My Certificates box ...
I have Browser Privacy set to Strict.
Noted
You’re using Resist Fingerprinting (RFP), which replaces some of LibreWolf’s fingerprinting protection settings. This might cause some sites to break.
I also have 6 extensions beside uBlock.
My Certificates box ...
- Sun Jan 19, 2025 11:46 am
- Forum: MX Help
- Topic: Palemoon 33.5 causing logout [Solved]
- Replies: 19
- Views: 492
Re: Palemoon 33.5 causing logout [Solved]
lscpu will tell you about your cpu. You can use this to only show if your cpu supports avx instructions.
Code: Select all
lscpu | grep -o "avx[^ ]*"
- Tue Dec 17, 2024 10:23 am
- Forum: Hardware /Configuration
- Topic: Wake On Lan (WOL) -- Help! [Solved]
- Replies: 51
- Views: 5272
Re: Wake On Lan (WOL) -- Help! [Solved]
The problem was that even using "@reboot", it wasn't actually scheduling it until Midnight!
That's odd. "@reboot" in a crontab is intended to be run when the system starts. As in "After I reboot the machine, cron should run this line as soon as it comes back up again". Maybe it should have ...
- Mon Dec 16, 2024 2:42 pm
- Forum: Software / Configuration
- Topic: apt update error - librewolf [Solved]
- Replies: 19
- Views: 936
Re: apt update error - librewolf [Solved]
Works for me now too. Thanks.
- Sun Dec 15, 2024 11:06 pm
- Forum: Software / Configuration
- Topic: apt update error - librewolf [Solved]
- Replies: 19
- Views: 936
Re: apt update error - librewolf [Solved]
Ehhh-not working-get an incomprehensible compiler error: [ 1313s] /usr/src/packages/BUILD/build-browser/dist/include/mozilla/dom/TypedArray.h:974:64: error: no matching function for call to 'mozilla::dom::binding_detail.... and so on for ages.
Stevo, I do have the latest version. For now I will ...
- Sun Dec 15, 2024 9:33 pm
- Forum: Software / Configuration
- Topic: apt update error - librewolf [Solved]
- Replies: 19
- Views: 936
Re: apt update error - librewolf [Solved]
yes, there two encryptions/certificates involved:
1: https
and
2: repo-archive signature verification, performed by apt.
And this is a https cert error you are facing.
Perhaps check whether you can manually download, to confirm you get also a cert-error:
curl -RLJO https://repo.librewolf.net ...