From 98737833d6ce4fbc8c9ef08ac7b1ff768fbd2dd7 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 26 Aug 2025 21:44:45 +0200 Subject: [PATCH] primo commit --- ASE_SSH.desktop | 57 +++++++++++++++++++++++++++++++++++ Filezilla3.desktop | 12 ++++++++ Humanita.desktop | 37 +++++++++++++++++++++++ IncusContainer.desktop | 67 ++++++++++++++++++++++++++++++++++++++++++ dbeaver-ce.desktop | 13 ++++++++ 5 files changed, 186 insertions(+) create mode 100755 ASE_SSH.desktop create mode 100755 Filezilla3.desktop create mode 100755 Humanita.desktop create mode 100755 IncusContainer.desktop create mode 100755 dbeaver-ce.desktop diff --git a/ASE_SSH.desktop b/ASE_SSH.desktop new file mode 100755 index 0000000..01e0610 --- /dev/null +++ b/ASE_SSH.desktop @@ -0,0 +1,57 @@ +#!/usr/bin/env xdg-open +# +# this file lives in ~/.local/share/applications +# +[Desktop Entry] +Version=1.0 +Name=Remote ASE Servers SSH +Comment=Login to ASE servers by SSH +Exec=gnome-terminal -q --profile=AseDB -- ssh alex@aseltd +Terminal=false +Type=Application +Icon=/home/alex/icons/ase.png +Actions=AseDev;ASEDB;ASEDB_X;ASE_web;ASE_test;ASE_disk;hapgm;galera;mqtt;geoatlas;gas + +[Desktop Action AseDev] +Name=SSH into AseDev VM +Exec=gnome-terminal -q --profile=AseDB -- ssh alex@192.168.1.69 + +[Desktop Action ASEDB] +Name=SSH into ASEDB +Exec=gnome-terminal -q --profile=AseDB -- ssh alex@aseltd + +[Desktop Action ASEDB_X] +Name=SSH into ASEDB X +Exec=gnome-terminal -q --profile=AseDB -- ssh -X alex@aseltd + +[Desktop Action ASE_web] +Name=SSH into ASE_web +Exec=gnome-terminal -q --profile=aseweb -- ssh 80.211.60.65 + +[Desktop Action ASE_test] +Name=SSH into ASE_test +Exec=gnome-terminal -q --profile=aseadm -- ssh 94.177.199.207 -p 6229 + +[Desktop Action ASE_disk] +Name=SSH into ASE_disk +Exec=gnome-terminal -q --profile=syn -- ssh battilani@160.78.30.42 -p 10022 + +[Desktop Action hapgm] +Name=SSH into hap-gm @Aruba +Exec=gnome-terminal -q --profile=syn -- ssh alex@hadb -p 6229 + +[Desktop Action galera] +Name=SSH into galera @Aruba +Exec=gnome-terminal -q --tab -e 'ssh galera-1 -p 6229' --tab -e 'ssh galera2 -p 6229' --tab -e 'ssh galera-3 -p 6229' + +[Desktop Action mqtt] +Name=SSH into mqtt @Aruba +Exec=gnome-terminal -q --profile=syn -- ssh alex@mqtt -p 6229 + +[Desktop Action geoatlas] +Name=SSH into geoatlas @Aruba +Exec=gnome-terminal -q --profile=syn -- ssh alex@geoatlas -p 6229 + +[Desktop Action gas] +Name=SSH into gas @Aruba +Exec=gnome-terminal -q --profile=syn -- ssh alex@gas -p 6229 diff --git a/Filezilla3.desktop b/Filezilla3.desktop new file mode 100755 index 0000000..5c4db47 --- /dev/null +++ b/Filezilla3.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Terminal=false +Name=Filezilla +GenericName=FTP Client +Comment=Universal FTP Client, +Path=/home/alex/FileZilla3/bin +Exec=/home/alex/FileZilla3/bin/filezilla +Icon=/home/alex/FileZilla3/share/icons/hicolor/scalable/apps/filezilla.svg +Categories=Utility;Development; +StartupNotify=true \ No newline at end of file diff --git a/Humanita.desktop b/Humanita.desktop new file mode 100755 index 0000000..737f7b5 --- /dev/null +++ b/Humanita.desktop @@ -0,0 +1,37 @@ +#!/usr/bin/env xdg-open +# +# this file lives in ~/.local/share/applications +# +[Desktop Entry] +Version=1.0 +Name=Remote Humanita Servers SSH +Comment=Login to Humanita servers by SSH +Exec=gnome-terminal -q --profile=AseDB -- ssh adminhumanita@hum-App +Terminal=false +Type=Application +Icon=/home/alex/icons/humanita.png +Actions=HumTestApp;HumTestDB;HumProdApp;HumProdAppAlex;HumProdDBAlex;Proxmox + +[Desktop Action HumTestApp] +Name=SSH into Humanita App CT +Exec=gnome-terminal -q --profile=AseDB -- ssh root@hum-test-App + +[Desktop Action HumTestDB] +Name=SSH into Humanita DB CT +Exec=gnome-terminal -q --profile=AseDB -- ssh root@hum-test-DB + +[Desktop Action HumProdApp] +Name=SSH into HumProdApp +Exec=gnome-terminal -q --profile=AseDB -- ssh adminhumanita@hum-App + +[Desktop Action HumProdAppAlex] +Name=SSH into HumProdAppAlex +Exec=gnome-terminal -q --profile=AseDB -- ssh alex@hum-App + +[Desktop Action HumProdDBAlex] +Name=SSH into HumProdDB Alex tunnellized +Exec=gnome-terminal -q --profile=AseDB -- ssh alex@huma-DB + +[Desktop Action Proxmox] +Name=SSH into Proxmox +Exec=gnome-terminal -q --profile=AseDB -- ssh alex@proxmox diff --git a/IncusContainer.desktop b/IncusContainer.desktop new file mode 100755 index 0000000..2a33ffa --- /dev/null +++ b/IncusContainer.desktop @@ -0,0 +1,67 @@ +#!/usr/bin/env xdg-open +# +# this file lives in ~/.local/share/applications +# +[Desktop Entry] +Version=1.0 +Name=incus container +Comment=Login to incus container +Exec=gnome-terminal +Terminal=false +Type=Application +Icon=/home/alex/icons/incus.png + +Actions=LXConsole;cockroachdb;geoserver;mapserver;mongodb;mqtt;mssql;mysql;nodered;pg17;pgvector;postgresql;test-docker + +[Desktop Action LXConsole] +Name=shell into LXConsole +Exec=gnome-terminal -q -- incus shell LXConsole + +[Desktop Action cockroachdb] +Name=shell into cockroachdb +Exec=gnome-terminal -q -- incus shell cockroachdb + +[Desktop Action geoserver] +Name=shell into geoserver +Exec=gnome-terminal -q -- incus shell geoserver + +[Desktop Action mapserver] +Name=shell into mapserver +Exec=gnome-terminal -q -- incus shell mapserver + +[Desktop Action mongodb] +Name=shell into mongodb +Exec=gnome-terminal -q -- incus shell mongodb + +[Desktop Action mqtt] +Name=shell into mqtt +Exec=gnome-terminal -q -- incus shell mqtt + +[Desktop Action mssql] +Name=shell into mssql +Exec=gnome-terminal -q -- incus shell mssql + +[Desktop Action mysql] +Name=shell into mysql +Exec=gnome-terminal -q -- incus shell mysql + +[Desktop Action nodered] +Name=shell into nodered +Exec=gnome-terminal -q -- incus shell nodered + +[Desktop Action pg17] +Name=shell into pg17 +Exec=gnome-terminal -q -- incus shell pg17 + +[Desktop Action pgvector] +Name=shell into pgvector +Exec=gnome-terminal -q -- incus shell pgvector + +[Desktop Action postgresql] +Name=shell into postgresql +Exec=gnome-terminal -q -- incus shell postgresql + +[Desktop Action test-docker] +Name=shell into test-docker +Exec=gnome-terminal -q -- incus shell test-docker + diff --git a/dbeaver-ce.desktop b/dbeaver-ce.desktop new file mode 100755 index 0000000..8f2d75b --- /dev/null +++ b/dbeaver-ce.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Terminal=false +Name=DBeaver Community +GenericName=SQL Database Client +Comment=Universal Database Manager and SQL Client, +Path=/usr/share/dbeaver-ce/ +Exec=/usr/share/dbeaver-ce/dbeaver +Icon=/usr/share/dbeaver-ce/dbeaver.png +Categories=IDE;Development +WM_CLASS=Dbeaver +StartupWMClass=DBeaver +StartupNotify=true \ No newline at end of file