| Posts with their shortened content |
|
|
Linux hardware - Determine SSD health
By Hans, 3 days ago
|
| |
Linux for the win again, to determine the health status of your SSD.
First you may need to install smartctl (it seems default installed on a Proxmox server):
sudo apt install smartmontools
Next... |
|
|
Linux hardware - How to determine what kind of SSD (M2 kind) your computer has
By Hans, 3 days ago
|
| |
I always wonder what kind of SSD my computer has, especially when I haven't tinkered with the hardware for a while. Was it a NVME or SATA? What brand and model?
Linus has a simple command line that sh... |
|
|
YouTube - How to download an entire playlist of videos or MP3's
By Hans, 1 week ago
|
| |
Trying to download a YouTube playlist with educational videos for when I am traveling, made me bump into this awesome way to locally (!) download a YouTube Playlist.
For this we use the well known too... |
|
|
RE: Beta 4.0.27 with multiple accounts on same smb server
By marjue, 1 week ago
|
| |
Hello Hans
Yes of course, it's a beta. I do not expect immediate investigations and fixing :-).
One last comment ...
I narrowed it down a little. Only the shares with a custom mount point have proble... |
|
|
RE: Beta 4.0.27 with multiple accounts on same smb server
By Hans, 1 week ago
|
| |
Oh boy ... running a beta macOS version comes with challenges at times (which typically Apple fixes in the final release - which is why I no longer put much effort in fixing things for a beta macOS).
... |
|
|
RE: Beta 4.0.27 with multiple accounts on same smb server
By marjue, 1 week ago
|
| |
Hello Hans
Version 4.0.27 (last stable working was 2.0.18)MacOS 27 Pub. Beta 4The password uses a question mark.
I have to revert the statement that CoMeNow mounts the share with the wrong user. I was... |
|
|
RE: Beta 4.0.27 with multiple accounts on same smb server
By Hans, 1 week ago
|
| |
Your config may not be helpful - thank you for offering though.
What may be helpful:
What version of ConnectMeNow are you using?
What macOS version are you running?
Does the special user username or ... |
|
|
RE: Beta 4.0.27 with multiple accounts on same smb server
By marjue, 1 week ago
|
| |
If you need it I can send you my CoMeNo config. |
|
|
RE: Beta 4.0.27 with multiple accounts on same smb server
By Hans, 1 week ago
|
| |
Hi Marcus,
thank you for reporting potential bugs/issues.
In the mount process nothing really changed in the past few version, and retrieving the list of shares hasn't changed since the first version ... |
|
|
Beta 4.0.27 with multiple accounts on same smb server
By marjue, 1 week ago
|
| |
Hello
In the last stable version, there were no problems connecting to different shares with different accounts at the same SMB Server.
Now connecting to a share with another user then my normal on br... |
|
|
RE: ConnectMeNow - [Tiago] SSHFS Issue
By Hans, 2 weeks ago
|
| |
Hi Tiago,
I'm traveling at the moment, so it may take a minute for me to be able to look into this.Thank you for teh detailed reporting though, this will come in handy when working on this.I'll post h... |
|
|
RE: ConnectMeNow - [Tiago] SSHFS Issue
By tplobo, 2 weeks ago
|
| |
Hi Hans,
It's Tiago again — sorry to reopen a topic marked as solved, but I ran into this same issue on a second Mac, and this time I managed to track the root cause down. I think it's worth sharing, ... |
|
|
Linux - Directory listing with full date and time, or how to show Full Timestamps with the ls Command
By Hans, 3 weeks ago
|
| |
Usually the Linux "ls -l" command only shows the date, which is often just fine but when running through large lists where the timestamp matters, its rather useless.
Eg:
$ ls -l
drwxr-xr-x 2 root r... |
|
|
Jinja2 - How to comment lines
By Hans, 3 weeks ago
|
| |
Playing in the templates editor (Settings -> Tools/Developer -> Templates) I usually add comments so I know what the code is doing.
In Jinja2 this is quite easy:
# This is a comment
This approac... |
|
|
Home Assistant - How to generate a list of all entity IDs, grouped by area and device
By Hans, 3 weeks ago
|
| |
I needed a list of all entity IDs of home assistant, grouped by area and device, and sorted by domain to get something like this (just a part of the output):
Area: Master Bedroom
- Device... |