Комментарии: PiControl https://picockpit.com/raspberry-pi/ru/control-your-raspberry-pi-remotely-using-picontrol/ Thu, 25 Jan 2024 16:28:42 +0000 почасовая 1 https://wordpress.org/?v=6.7 Автор: Адам https://picockpit.com/raspberry-pi/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-17855 Thu, 25 Jan 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”]
}
}
}

]]>
Автор: Легко напишите сценарий на Raspberry Pi с помощью PiCockpit | PiCockpit https://picockpit.com/raspberry-pi/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-17851 Thu, 25 Jan 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/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-17820 Wed, 24 Jan 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/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-15469 Sun, 08 Oct 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”]
},

]]>
Автор: Крис Л https://picockpit.com/raspberry-pi/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-14955 Mon, 04 Sep 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\”}'”
]
]
}
}
}

]]>
Автор: Расширение PiCockpit до 64-разрядной Pi OS https://picockpit.com/raspberry-pi/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-14893 Mon, 28 Aug 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. […]

]]>
Автор: Raspberry Pi с дистанционным управлением (Web & Mobile Control) | PiCockpit | Мониторинг и управление Raspberry Pi: бесплатно для 5 Pis! https://picockpit.com/raspberry-pi/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-14381 Wed, 02 Aug 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/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-11219 Fri, 19 May 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/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-10753 Wed, 10 May 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/ru/control-your-raspberry-pi-remotely-using-picontrol/#comment-9873 Tue, 25 Apr 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’ ?

]]>