Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts
2

Iridium Browser

2
Archived

Iridium Browser

Anyone have experience with Iridium Browser?

I know that it's a browser with security in mind and focuses on removing google's data gathering, but how functional is it as an everyday browser?

I read that it has a lot of issues with videos and sounds due to the lack of codecs ? Furthermore, if you use gmail or any services that require Google sign-in; the lack of Google API key will render you unable to utilize such services? So no gmail either? :(

Does anyone have experience with Iridium by any chance? How has your experience been with the browser and what kind of nuances are you encountering?

6 comments
75% Upvoted
This thread is archived
New comments cannot be posted and votes cannot be cast
Sort by
level 1
5 points · 1 year ago

Long term firefox-esr user, recently switched over to iridium a couple of weeks back. Seems to work great for me for running google docs (spreadsheets etc.), quicker than firefox, can't say for google mail though as I don't have a google mail account. Generally works well, but on yahoo news and yahoo finance I do get somewhat regular Aw Snap ... reload. Also some of the vids on those pages link to dead pages ... so I'm guessing that the Aw Snaps are part of Pledge kicking in ... protective.

Also use it as my video player (local mp4's/mp3's etc.) and it works better than firefox-esr (that doesn't independently support mp4's). The video position slider also works better under iridium.

Noted Theo's comments also https://marc.info/?l=openbsd-misc&m=152872551609819&w=2

OpenBSD --stable (--release + openup) installed to bare metal (Phenom x4 AMD using onboard Radeon ATI. 2GB ram). cwm. OpenBSD base + iridium + ddclient via pkg_add.

level 2
Original Poster1 point · 1 year ago

thank you very much for the reply.
what email provider do you use? is protonmail still considered the best alternative (especially when privacy is of a concern) ?

level 1
3 points · 1 year ago

I'm using iridium on a daily basis, including for gmail (Google Apps really, but it's pbbly the same). I haven't noticed any issues except that iridium updates show up after chromium ones.

level 1
2 points · 1 year ago

I don't have experience with Iridium, but question some of the issues you bring up:

  1. Do you depend on those codecs for functionality? It is more of a "what do you want from your browser" question than the capability of Iridium. Right tool for the job.

  2. I am not sure requiring Google api keys for Gmail is entirely accurate either.

I'll try out Iridium, did not know it existed till you pointed out. Thanks for that! :-)

level 1
OpenBSD Developer1 point · 1 year ago

I think you've been misinformed. I've used Iridium for many months and it's generally as viable as main browser as Firefox or Chromium. In my experience, each of them got their own issues with the occasional page, or with opening too many pages at once. But I haven't seen any of the issues that you listed. I personally keep all of the 3 big browsers around so that I can try a different browser if something doesn't work.

The main drawback to Iridium is in my eyes that all addons have to be updated manually. If you don't use any, you should be fine. If you use a few, you may want to keep track of when they update upstream and then do that manually. If you use a lot of addons, you might be better off with Firefox or Chromium. Best if you install it and see for yourself...

More posts from the openbsd community
25
25
18 comments
21
Post image
21
15 comments
21
21
24 comments
11

Hi

I need everyone who is trying to connect to port 80 not be able to download with a speed more than 60 megabits per second. But I couldn't find a solution. yet, this is my pf.conf which limits the whole interface, not every single IP:

...

queue std on $interface bandwidth 1G

queue web parent std bandwidth max 60M default

...

match proto tcp from any to any port 80 queue web

...

I don't want people to be able to download with high speeds from my server, but allocate all the 1G for downloading, for hundreds of people downloading simultaneously. Even If there is only one person downloading and all of the bandwidth is free, the speed should not be more than 60M for him.

I would be grateful for any solution

11
7 comments
9

I am in need of a little smtpd config assistance. I'm looking to configure my external OpenSMTPd server to allow Nextcloud to send email. I've got Nextcloud setup with the correct mail server info, just need to add a line to smtpd.conf to authorize it, but unsure of the syntax. Could someone kindly point me in the right direction?

9
5 comments
9

Anybody else here unable to decide between OpenBSD and FreeBSD?

I'm looking into moving away from Arch Linux to BSD for quite some time now and I'm just not able to make up my mind.

It's mainly about some more or less older laptops / netbooks for me, my wife and the kids (used for work and school, not really for any gaming), but also possibly about a future home cinema computer, home server, firewall router and hosted dedicated server or VPS.

The catch is, that from what I've read so far I would generally prefer OpenBSD, but with a noticeable difference in available or up-to-date ports it will be quite a challenge to find possible alternatives to accustomed software if at all (for example Calibre, which I need for converting ebook formats for the kids' Amazon Kindle devices).

My idea was to stick to one OS for all purposes to keep it as simple as possible and not having to concentrate on different concepts of maintenance.

9
55 comments
8

Just noticed that a package for nextcloudclient is available on -current. I had used the owncloud client once upon a time, but eventually abandoned it, figuring I would just use the web interface for the time being.

Installed it yesterday, but for some reason it would not connect to my server, with only a vague error reported. Is anyone currently using the Nexcloud proper client with any success?

8
2 comments
7

Is it as simple as installing to the USB stick and editing fstab to send everything into memory file systems?

If the USB stick is using full disk encryption, will it still be possible to detach the drive with bioctl and unplug it after the system boots?

I'm curious if anybody here runs OpenBSD completely in RAM from a USB stick and what sort of problems I'm likely going to encounter.

7
10 comments
7

I saw the mod_php has been removed from apache-httpd. Can someone point me in the direction of getting Apache working with PHP-FPM? I have it configured and at least I know that data is being passed to php73_fpm. However, I keep getting "File Not Found" errors and script errors in the logs. I have made certain to specify the full directory where the website is located, /var/www/htdocs/website/. I tried creating an info.php file and putting it in /var/www/htdocs and still no love. I am tearing my hair out here so I welcome any and all tips.

UPDATE: I solved the issue by configuring php73_fpm to not run chrooted.

7
7 comments
6

I'm having a hard time figuring it out. The man pages are awesome, default X setup gets the configuration right about 99% of the time, but I can't wrap my head around this one. I just want to click by tapping on the touchpad instead of mushing the whole plate down. This being on Lenovo X240, as mentioned.

I took /usr/X11R6/share/X11/xorg.conf.d/70-synaptics.conf and stuck it under /etc/X11/xorg.conf.d. I tried a few options and it seems to make a difference since X failed to start when I screwed things up.

Anyone got this figured out?

Whatever happened to Xorg -configure?


Edit: Should have mentioned that this is OpenBSD 6.6 release (stable branch) for amd64.

6
7 comments
5

The Acer store said my Acer Aspire 3 A135-41-R790 has an Intel chipset, but it doesn't seem like it as the iwm firmware isn't loaded.

5
24 comments
4

Is there a chat client on OpenBSD that supports OMEMO Encryption? I tried Gajim, but it says I have to downgrade python-axolotl when I try installing the OMEMO plugin.

Thanks in advance.

4
2 comments
4
4
11 comments
2

Just got an HP OfficeJet 3836 Inkjet. I can see it in my browser by going to the IPnumber it attached itself wirelessly to on my LAN.

I can set up the email service that HP offers to email myself a document. That works. Oddly enough HP doesn't think it's insulting to suggest I should send my documents elsewhere just to print them here. I know privacy is dead, but do they have to throw in my face? If I want to send documents to my local server, when waltzing somewhere else on the planet, I'll just scp them, and then log in and print normally. If it that would only work back here at the farm. Up 'till now, using laser printers from HP that was fine. I heard that the InkJets were less accommodating. Why so, I can't imagine.

I'm using 6.6... Guess I'll have to learn cups. Always dreaded that moment....

So I did an pkg_add of cups. Then I did "man cups". Early on it says

====================== begin clip ===============================

WHERE DO I BEGIN?

The easiest way to start is by using the web interface to configure

your printer. Go to "http://localhost:631" and choose the

Administration tab at the top of the page.

====================== end clip ============================================

Well, when I do that, Firefox just says:

"Unable to connect. ...Firefox can’t establish a connection to the server at localhost:631."

And some more stuff. Well, I noticed that the latest versions of Firefox are more reluctant to just access places on the local computer. It wants to see documents ending in .html, and it's harder to use it just browse my local directories. Is it just Firefox being too security correct these days?

Another question: Why and how should anything just show up at localhost:631 anyway?

Well, I can get my $29 back from COSTCO, even if I made shambles of the packaging. Do their HP professional laser printers still just talk to the lpd, or is it getting too late in the "we own you" battle?

2
3 comments
2

Hi,

please be a little lenient, this is the first time I'm actively using OpenBSD.

TL;DR: I don't know what I have to do to get my Dell Latitude 7490's track point to work (I don't want to use the touch pad so I don't care that it doesn't work either.)

Back story: I decided to try the OS today on my new (well, refurbished) Dell Latitude 7490 and figured "well, you know how to use Linux, how hard can the switchover be?". Boy, was I in for a surprise...

Installation was quite easy, even with a full disk encryption. WiFi worked out of the box. Installation of i3wm was easy as well and after copying over my config it even looks (mostly) like my old machine. I'm still struggling with the concept of "RTFM, you don't get any help on the internet, man pages are enough" and therefore can't seem to figure out how to configure my X server properly. I'd really like to use my Dell D6000 docking station (wsudl, I already figured that out, but I don't know what to configure) and most of all I'd like to be able to use the mouse pointer without having to attach a USB mouse. USB mouses work well with the wsmouse driver, the internal track point, however, does not.

So, can you please help a OpenBSD-noob out and tell me what I have to do? It's been a while since I last had to touch xorg.conf under Linux so my knowledge of this is somewhat limited. Reading man xorg.conf and man Xorg unfortunately didn't improve my understanding by much.

I don't even know what kind of info you'd need to help me out.

dmesg: https://pastebin.com/SH37PTsD /etc/X11/xorg.conf: https://pastebin.com/aCgZ7gDx

Deleting /etc/X11/xorg.conf does not help, unfortunately.

Thank you for taking the time to read this.

2
3 comments
1

Is there any rosetta stone for pkg against other package managers (especially those from other Linux distributions)?

1
2 comments
1
Posted byu/[deleted]1 day ago

https://cloudflare.cdn.openbsd.org/pub/OpenBSD/

this is the default installurl in miniroot.fs and its been broken for some time.

maybe someone needs to change that in the install?

1
5 comments
4

Has anyone managed to compile GTK+3 without glib2 and dbus as hard dependencies? If I wanted those I would just use Linux.

4
7 comments
0
0
10 comments
Continue browsing in r/openbsd
General OpenBSD community subreddit. For gaming-related discussion, visit /r/openbsd_gaming
9.2k

Members

56

Online


Created Oct 23, 2008