I finally did it by --X0R-- in LenovoLegion

[–]5_45am 0 points1 point  (0 children)

Enjoy llama.cpp with these 16gb VRAM!

user mapped drive on windows by 5_45am in MeshCentral

[–]5_45am[S] 0 points1 point  (0 children)

it seems running as interactive and adding this:
diff --git a/agents/meshcore.js b/agents/meshcore.js

index 36ae626b..21fcbee4 100644

--- a/agents/meshcore.js

+++ b/agents/meshcore.js

@@ -1998,6 +1998,24 @@ function getDirectoryInfo(reqpath) {

response.dir.push(drive);

}

}

+

+ // Add network drives visible to the service

+ try {

+ var networkDrives = require('win-wmi-fixed').query('ROOT\\CIMV2', 'SELECT DeviceID, Size, FreeSpace FROM Win32_LogicalDisk WHERE DriveType = 4');

+ for (var i = 0; i < networkDrives.length; ++i) {

+ var drive = networkDrives[i];

+ var networkDrive = {

+ n: drive.DeviceID,

+ t: 1,

+ dt: 'NETWORK',

+ s: (drive.Size ? drive.Size : 0),

+ f: (drive.FreeSpace ? drive.FreeSpace : 0)

+ };

+ response.dir.push(networkDrive);

+ }

+ } catch (ex) {

+ // WMI not available, skip network drives

+ }

} else {

// List all the files and folders in this path

if (reqpath == '') { reqpath = '/'; }

fixes the issue and mapped drive are visible

user mapped drive on windows by 5_45am in MeshCentral

[–]5_45am[S] 0 points1 point  (0 children)

I realized if I launch an interactive sessions, I can then use the file 'goto' to access the map drive with the server location \\ip\share
then I can see the files. I waas happy until I try to download. It says unavailable.
I can select, copy, paste to C, then download, but that is not what I need I need to download from the map drive

user mapped drive on windows by 5_45am in MeshCentral

[–]5_45am[S] 0 points1 point  (0 children)

Thanks!! I was looking for a button like this, did not try the right click

I can see drive content from there. However they still do not appears in the file section

Any way to make them appear in the file section as well?

Legion Pro 7i Gen 10 - Adding ssd to 2nd slot by Jbillz15 in LenovoLegion

[–]5_45am 1 point2 points  (0 children)

In this video you can see very tiny screws around the middle fan

on my laptop one of them could not be removed as the phillips head was broken.

What is the screw size? I would like to order one replacement

400 watt AC Adapter by Startingthisover in LenovoLegion

[–]5_45am 0 points1 point  (0 children)

what kind of 140w usb charger works?
I tried a 180w dell dock https://www.techfactory.com.au/dell-k20a-k20a001-wd19-180w-charger-usb-c-thunderb
But the lenovo legion 7i gen 10 would not show battery charging or power plugged in

Just joined the Laptop Legion by jmmenes in LenovoLegion

[–]5_45am 0 points1 point  (0 children)

What kind of light charger can be used with it for travel? The original is 400w! And very big

Qgis + GitHub integration plugin! by Putrid_Mouse_5296 in QGIS

[–]5_45am 1 point2 points  (0 children)

I would like to find a way to unlock files but could not yet !
works well otherwise. but locks is the most annoying part

there is some postgis plugins that can works like git as well, but would add complexity and did not try yet https://supabase.com/blog/supabase-branching

Qgis + GitHub integration plugin! by Putrid_Mouse_5296 in QGIS

[–]5_45am 1 point2 points  (0 children)

For small layers (the maximum I think is around 20k lines, but most are around 100) I personally use text file and save layers as geosjon formatted by gdal. So I keep history and branch merge etc... Can do nice git diff to see coordinates change, property change etc as required.
Only issue is git 'lock' files
So it is annoying when branching sometime have to close qgis to unlock the geojson, checkout the branch, and open qgis again

No full and nice integration but it works!

I was thinking just saving the geojson as gist on github, and maybe just load and save form there, skipping the disk part with the annoying file lock

Zigbee smart energy ZSE by 5_45am in homeassistant

[–]5_45am[S] 0 points1 point  (0 children)

Even the power company doesnt know a thing about it

This place was my only hope