In order to connect to LM Studio from your LAN, and use programs like Chatbox with it, you need to start its server mode, and enable CORS: https://lmstudio.ai/docs/api However, currently there is no simple way to start LM Studio on PC startup, without logging in as a user. You can if you auto-login by following these steps: https://lmstudio.ai/docs/api/headless However, I want to start the PC remotely (via Wake-on-LAN), and be able to connect to LM Studio, select the desired model and use it, without logging into the PC. Here's what we can do: 1. Download NSSM: https://nssm.cc/ and copy it to "C:\Program Files\nssm" for convenience. 2. Identify the location of lms.exe . In my case it's in " %UserProfile%\.cache\lm-studio\bin ". Replace " %UserProfile% " with the real path for your system (e.g. " C:\Users\MyUser "). 3. Navigate to " %UserProfile%\.cache\lm-studio\bin " and create the following file named lms-startup.bat . ...
I've just replaced my 5 year-old phone with something new and shiny, and I'm in the process of migrating apps. My JuiceSSH instance has about 20-30 connections in it, which makes it cumbersome to type in again. Sadly, the app doesn't have (yet?) a method to export and import the database, so we must make use of root access. Both my phones (source running Android 12, destination running Android 13) are rooted. Here are the steps: 1. Enable ADB debugging on both phones. 2. Connect via ADB to the source phone and become root. Navigate to JuiceSSH database directory and identify the database being used: lavender:/ $ su - lavender:/ # cd /data/data/com.sonelli.juicessh/databases/ lavender:/data/data/com.sonelli.juicessh/databases # ls -l total 640 -rw-rw---- 1 u0_a221 u0_a221 462848 2023-12-25 07:50 19a093afcee2a1df8bb6ac14d79843 -rw-rw---- 1 u0_a221 u0_a221 25136 2023-12-25 07:50 19a093afcee2a1df8bb6ac14d79843-journal -rw-rw---- 1 u0_a221 u0_a221 40960 2020-08-11 21:...