PiControl へのコメント https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/ 木, 25 Jan 2024 16:28:42 +0000 一刻一刻 1 https://wordpress.org/?v=7.0.2 アダム より https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#comment-17855 木, 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”]
}
}
}

]]>
PiCockpit で Raspberry Pi にスクリプトを書く|PiCockpit より https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#comment-17851 木, 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 […]

]]>
製造業におけるRaspberry Piの10の使い方|PiCockpit より https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#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. […]

]]>
ブルッフパイロット より https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#comment-15469 日曜日, 08 10月 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/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#comment-14955 月, 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/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#comment-14893 月曜日, 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 with Remote Control (Web & Mobile Control)|PiCockpit(パイコックピット)|Raspberry Pi(ラズベリーパイ)の監視・制御:5台まで無料!より https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#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. […]

]]>
パイキャプテン より https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#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.

]]>
パイキャプテン より https://picockpit.com/raspberry-pi/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#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/ja/%e3%83%94%e3%82%b3%e3%83%b3%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%83%a9%e3%82%ba%e3%83%99%e3%83%aa%e3%83%bc%e3%83%91%e3%82%a4%e3%82%92%e9%81%a0/#comment-9873 火曜日, 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’ ?

]]>