Σχόλια σε: PiControl https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/ Πέμ, 25 Ιαν 2024 16:28:42 +0000 ωριαία 1 https://wordpress.org/?v=7.0 Από: Αδάμ https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-17855 Πέμ, 25 Ιαν 2024 16:28:42 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-17855 Σε απάντηση στο Bruchpilot.

Hallo, der folgende Befehl muss hinzugefügt werden: “–display=:0”

Dann sieht es so aus:
{
“name”: “Geany Opener”,
“icon”: “mdi-application-edit-outline”,
“handle”: “open-geany”,
“description”: “Launch Geany”,
“commands”: {
“open-geany”: {
“name”: “Open Geany”,
“icon”: “mdi-application-edit-outline”,
“description”: “Launches Geany”,
“confirm”: true,
“user”: ““,
“command”: [“geany”, “–display=:0”]
}
}
}

]]>
Από: Pi με το PiCockpit | PiCockpit https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-17851 Πέμ, 25 Ιαν 2024 15:35:15 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-17851 […] makes scripting for your Raspberry Pi both intuitive and easy to manage. With our PiControl App, you can easily write a script and create a button to run it from anywhere in the […]

]]>
Από: 10 χρήσεις για ένα Raspberry Pi στην κατασκευή | PiCockpit https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-17820 Τετ, 24 Ιαν 2024 16:20:23 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-17820 […] Raspberry Pi can be integrated into inventory management systems to monitor stock levels, track assets, and automate reorder processes. If you want to find ways of developing a customized inventory management system, you can develop scripts that you could then run with our PiControl App through PiCockpit. […]

]]>
Από: Bruchpilot https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-15469 Κυριακή, 08 Οκτ 2023 12:28:21 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-15469 Hallo,
ich versuche die Ersten Schritte mit picockpit. leider gelingt es mir keine Anwendung über die Fernsteuerung zu öffnen. z.B. chromium-browser, dillo, geany
Über die Eingabe im terminal lassen sich die Anwendungen direkt öffnen

“geany”: {
“name”: “EditorG”,
“icon”: “mdi-application-edit-outline”,
“description”: “Text editor”,
“confirm”: true,
“notermination”: true,
“user”: “root”,
“command”: [“geany”]
},

]]>
Από: chris l https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-14955 Δευτέρα, 04 Σεπ 2023 11:11:21 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-14955 apt-get –just-print upgrade 2>&1 | perl -ne ‘if (/Inst\s([\w,\-,\d,\.,~,:,\+]+)\s\[([\w,\-,\d,\.,~,:,\+]+)\]\s\(([\w,\-,\d,\.,~,:,\+]+)\)? /i) {print “PACKAGE: $1 INSTALLED: $2 AVAILABLE: $3\n”}’

The above command works just fine with SSH but PiControl has a problem and reports:
(100) E: Command line option ‘n’ [from -ne] is not understood in combination with the other options.

I reckon I escaped my JSON correctly as the displayed command in PiControl is the same one I escaped and split spaces into seperate strings.

JSON:
{
“name”: “CISO update commands”,
“icon”: “mdi-update”,
“handle”: “CISO”,
“description”: “CISO install all updates”,
“commands”: {
“ciso-updates”: {
“name”: “CISO Updates”,
“icon”: “mdi-server-minus”,
“description”: “Updates the list of all packages in the repository and upgrades all installed packages”,
“confirm”: true,
“user”: “root”,
“command”: [
[
“apt-get”,
“update”
],
[
“apt-get”,
“upgrade”,
“-y”
],
[
“apt-get”,
“–just-print”,
“upgrade”,
“2>&1”,
“|”,
“perl”,
“-ne”,
“‘if”,
“(/Inst\\s([\\w,\\-,\\d,\\.,~,:,\\+]+)\\s\\[([\\w,\\-,\\d,\\.,~,:,\\+]+)\\]\\s\\(([\\w,\\-,\\d,\\.,~,:,\\+]+)\\)?”,
“/i)”,
“{print”,
“\”PACKAGE:”,
“$1”,
“INSTALLED:”,
“$2”,
“AVAILABLE:”,
“$3\\n\”}'”
]
]
}
}
}

]]>
Από: Pi OS 64 Bit https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-14893 Δευτέρα, 28 Αυγ 2023 09:32:49 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-14893 […] The administrative tools which help you control your Pi are all working. This includes the GPIO, PiControl, PiDoctor, and PiStats apps. Maybe set up your new 64 Bit install with an easy way to toggle your SSH server? Or starting and stopping that media center you have set up? Sending a WoL message? You can find a good introduction into the possibilities our software offers right here. […]

]]>
Από: Pi | PiCockpit | Παρακολουθήστε και ελέγξτε το Raspberry Pi σας: δωρεάν για έως και 5 Pis! https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-14381 Τετ, 02 Αυγ 2023 09:32:14 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-14381 […] CLICK HERE: Learn how you can set up your own commands in PiControl. […]

]]>
Από: PiCaptain https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-11219 Παρ, 19 Μαΐου 2023 11:54:28 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-11219 Σε απάντηση στο DGDodo.

Hi, we’ve updated the frontend, which means now you are able to use all icons up to the newest version of Material Design Icons. We’ll also keep the version of the Font up to date in the future.

]]>
Από: PiCaptain https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-10753 Τετ, 10 Μαΐου 2023 12:33:38 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-10753 Σε απάντηση στο DGDodo.

we are in the process of updating the frontend code. I’ll share your comment with our developer, possibly they can look into this before the next update to bring the icons to the most recent version.

]]>
Από: DGDodo https://picockpit.com/raspberry-pi/el/control-your-raspberry-pi-remotely-using-picontrol/#comment-9873 Τρί, 25 Απρ 2023 22:09:09 +0000 https://picockpit.com/raspberry-pi/?p=17#comment-9873 Not all icons from the mentioned website are available / working.
How to use newer icons then version 4.9.95, for example ‘mdi-lamps-outline’ ?

]]>