NightEagle

joined 1 year ago
[–] [email protected] 2 points 7 months ago* (last edited 7 months ago)

Some proxies block Websocket Connections by default for unknown URLs, even for port 443. Don't ask me how I know :D

[–] [email protected] 4 points 7 months ago (2 children)

You can setup Apache Guacamole on your server. It uses Websockets by default, but it also has an automatic fallback to plain http/https. It will be ultra slow, but at least it will be working. It will behave like any other website, so no security risks for your company if they already have a proxy server to monitor your Internet traffic.

[–] [email protected] 2 points 7 months ago

Cool, didn't know that :) I was only using Boost so far.

[–] [email protected] 2 points 7 months ago (3 children)

Do you mean the individual upvotes or downvotes, or the current score of the post? For me I can see the current number of upvotes just fine in the app (top right corner of the comment).

If you want to see the individual upvotes and downvotes, I think this is not possible, but not because of Boost. I think this is a limitation of Lemmy. So in this case you would have to request the feature in the Lemmy development channel :)

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

It's using the current user "root" as a login user for the share. You can specify a different share user using following command:

mkdir /mnt/cifs
mount -t cifs //server-name/share-name /mnt/cifs -o username=shareuser,password=sharepassword,domain=nixcraft
mount -t cifs //192.168.101.100/sales /mnt/cifs -o username=shareuser,password=sharepassword,domain=nixcraft

Try specifying a user that does exist on your Windows machine. Not quite sure if it will work without a password, but you can try.

https://www.cyberciti.biz/faq/linux-mount-cifs-windows-share/

[–] [email protected] 5 points 11 months ago (5 children)

Try using the IP address instead of the NETBIOS name, it's usually more reliable that way. Also the error you are getting is because the /mn folder needs to be created beforehand (the mount command doesn't create the mount point for you). Also make sure you have the cifs package installed for your distro. Hope this helps :)

[–] [email protected] 2 points 1 year ago (1 children)

It's not in the filter or view settings, it's actually in the "Account Preferences". There you should find an option to "show read posts" (or in your case hide read posts). Hope this helps :)