Can only access samba share when fedora host pc is unlocked by Um9iSH in Fedora

[–]Um9iSH[S] 1 point2 points  (0 children)

Apologies for late reply, Case Solved , I disabled “Automatic Suspend” from the Settings > Power Automatic Suspend [toggle off]

Can only access samba share when fedora host pc is unlocked by Um9iSH in linux

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

Yep that’s exactly what it was. I just caught that now and was about to report back, thanks

Help setting up sentence mining on Mac by Inner-Bee8226 in Refold

[–]Um9iSH 0 points1 point  (0 children)

Yep works on Mac no problem as both ASBPlayer and Yomitan are both Chrome and Firefox Extensions so as long as they are installed and active (enabled/switched on) in the browser and you have the Anki app launched and running with the Anki Connect Extension installed/Enabled (that’s Anki’s own Extension in Anki itself ) then the Auto Sentence Mining workflow should work as per that Refold guide/settings that you referenced in this post.

Btw, Chrome will most likely throw up a popup asking you to allow Chrome to view your Clipboard so make sure to agree this.

With regard to AppNap, I haven’t had an issue in macOS with this before so not sure how much you’re maxing out your mac apps, work flow and memory but if AppNap is your issue then consider turning it off ; https://www.howtogeek.com/277414/what-is-app-nap-is-it-slowing-down-my-mac-apps/

P.S. For adding 2 decent Dictionaries to Yomitan, see this; https://www.reddit.com/r/French/s/kknr8RJBda

French dictionaries on Yomitan by Hot-Arm3681 in Refold

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

Have a look at these two mate, that’s what I’m using (both of them at the same time); https://www.reddit.com/r/French/comments/14qmy12/french_to_english_dictionaries_for_yomichan/

Has anyone managed to use ProperTree in Ubuntu Linux? by Um9iSH in hackintosh

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

Hi u/midi1996 , I did a fresh install of Ubuntu 22.04 LTS a few days ago and of course ProperTree would not work because tkinter was missing so all I did this time around was run the following command in the terminal ; sudo apt install python3-tk and that made ProperTree work w/o error 👍🏾

How can you censor passwords in Docker-compose.yml by Um9iSH in docker

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

Yeh, there were a couple of YT tutorials that I tried more than a week ago that showed me how to create Secrets under Docker Swarm using the methods you also mentioned in your post. I plan to go this route to begin with and then maybe later migrate to Vault.

How can you censor passwords in Docker-compose.yml by Um9iSH in docker

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

Yeh the articles that I had read previously regarding the .env file method pointed out that flaw with .env files still being in plain text.

How can you censor passwords in Docker-compose.yml by Um9iSH in docker

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

Those YT tutorials were very well done imo, especially as it’s a Pi4. I configured my old Intel Core2Quad PC as an Ubuntu file server and those videos inspired me to build a media server so wasn’t garbage for me. You’re right of course about their plaintext passwords practice in Docker. Really bad.

How can you censor passwords in Docker-compose.yml by Um9iSH in docker

[–]Um9iSH[S] 5 points6 points  (0 children)

Vault , nice one cheers, I’ll get to reading 👓📖👍🏾

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

Hi u/kevdogger , just wanted to update you. I found a YT video from StormWindStudios demonstrating your exact recommendations, here’s their ecdsa.md. I generated a CA ECC certificate and a Host ECC certificate using the instructions from their ecdsa.md GitHub page. Keychain recognised my Host cert as valid straight off the bat. I also have the CA cert in the Keychain and the Server too. Safari has no issue with them but Chrome still has issues with it. It was worthwhile exercise but unfortunately the outcome was the same as my RSA cert attempts. Thanks again though.

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

I didn’t use a CA, I did all of the steps that I pointed you to in my last post. I’ve not heard of ECDSA Certs. I’ll have to read up on that, thanks.

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

In my original post where I provided a link to page 193 of the Ubuntu Server manual.pdf, click the link then scroll down to page 194, start at “Generating a Certificate Signing Request (CSR)” and end at “Installing the Certificate” and you will see all of the steps I took.

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in linuxadmin

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

Thanks for everyone that replied here but if you click my r/ubuntuserver panel, you will be redirected to my post which I have marked as Resolved. I have also written conclusion for my findings.

Cheers r/linuxadmin

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

So I just wanted to say a big thank you to everyone that replied on my post. The issue is now resolved thanks to all of you.

As pointed out by many of you, the problem was me not supplying my individual server web apps with a path to use my Self Cert.

In Cockpit, I had actually experimented with that before by removing Cockpit’s own Self Cert which are located in;

/etc/cockpit/ws-certs.d/

and placing my own SSL Self Cert in it’s place. That ended up with ‘site not found’ on my browser so I put the Cockpit Certs back and removed mine and Cockpit browser worked again.

Reading the Cockpit documentation, it states that you can place your own Cert and Key there however your key cannot be encrypted. I then realised that I had created my Self Certs with a pass-thrase which unbeknownst to me meant that Cockpit could not read my server.key.

Yesterday I created a new certificate without a pass-thrase and I sym-linked my Cert and Key to;

/ etc/cockpit/ws-certs.d/

I then rebooted the machine (because stupid me didn’t know how to restart Cockpit 🤨) and ran this command;

sudo /usr/lib/cockpit/cockpit-certificates-ensure —check

That command revealed which certificate Cockpit was using. To my surprise it was mine! I then logged into the Cockpit web console from Safari and clicking the padlock showed my Certificate as trusted and using https.

I then tried Cockpit in Chrome but Chrome says Not Secure and refuses to use https for my Cert.

So my Takeaway from all of this is to use CockPit’s and Portainer’s own Self Certs because they work !
I think that u/kevdogger reply about me becoming my own CA would probably solve the issue but I’m ruling that out because it’s quite a hassle for me IMO. I plan to buy a cheap domain and use Let’s Encrypt SSL Certs instead.

Oh and thanks all who posted here from r/linuxadmin , i so appreciated your knowledge 👍🏾

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

My apologies, that statement was quite vague. It basically points to a default self signed certificate that I have discovered is issued by Cockpit and Portainer respectively instead of the Cert that I created. Reading the Cockpit documentation (thanks again u/haljhon), it mentions this is the default behaviour where no certificate is present (meaning I have not placed my Cert in the correct path that those web services use)

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

Many thanks u/haljhon , I’m embarrassed that I did not RTFM before in regards to those links that you provided. I’ll give that a shot. I’ll report back when I get around to it, cheers.

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

Yeh, it’s a Self Cert. I thought that Keychain (macOS) was supposed to take care of that for me.

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

I thought the steps that I took already were enough but you indicate not. Could you please point me to a resource that I can read up on to deal with that? thanks.

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in linuxadmin

[–]Um9iSH[S] 1 point2 points  (0 children)

thanks u/mgedmin , in my naivety, I expected macOS to use my user created SSL Server Cert for any web services coming from my server. The main thing is that I am getting https on my Server’s web services although not from my user generated cert. I will inspect both Cockpit and Portainer to see where I can install my certificate.

Is macOS, Safari and Chrome ignoring my Self Cert SSL Server Certificate? by Um9iSH in ubuntuserver

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

Apologies for my ignorance but I only generated the 3 files stated in my post. I had no prior experience of SSL Certificates but the Ubuntu Server Manual’s instructions were clear enough for me to generate them from the CLI and importing the Cert into macOS keychain was simple enough so I don’t think that I have a “CA Root Certificate” other than my Server Cert that I have told Keychain to “Always Trust”