This commit is contained in:
2025-12-03 15:08:24 +01:00
commit 678bb74465
15 changed files with 245 additions and 0 deletions

61
ASE_SSH.desktop Executable file
View File

@@ -0,0 +1,61 @@
#!/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=bash -c "ptyxis --tab -x 'ssh alex@aseltd'"
Terminal=false
Type=Application
Icon=/home/alex/icons/ase.png
Actions=AseDev;ASEDB;ASEDB-NOVPN;ASEDB_X;ASE_web;ASE_test;ASE_disk;hapgm;galera;mqtt;geoatlas;gas
[Desktop Action AseDev]
Name=SSH into AseDev VM
Exec=bash -c "ptyxis --tab -x 'ssh alex@192.168.1.69'"
[Desktop Action ASEDB]
Name=SSH into ASEDB
Exec=bash -c "ptyxis --tab -x 'ssh alex@aseltd'"
[Desktop Action ASEDB-NOVPN]
Name=SSH into ASEDB senza VPN
Exec=bash -c "ptyxis --tab -x 'ssh alex@80.211.60.65 -p 2022'"
[Desktop Action ASEDB_X]
Name=SSH into ASEDB X
Exec=bash -c "ptyxis --tab -x 'ssh -X alex@aseltd'"
[Desktop Action ASE_web]
Name=SSH into ASE_web
Exec=bash -c "ptyxis --tab -x 'ssh 80.211.60.65'"
[Desktop Action ASE_test]
Name=SSH into ASE_test
Exec=bash -c "ptyxis --tab -x 'ssh 94.177.199.207 -p 6229'"
[Desktop Action ASE_disk]
Name=SSH into ASE_disk
Exec=bash -c "ptyxis --tab -x 'ssh battilani@160.78.30.42 -p 10022'"
[Desktop Action hapgm]
Name=SSH into hap-gm @Aruba
Exec=bash -c "ptyxis --tab -x 'ssh alex@hadb -p 6229'"
[Desktop Action galera]
Name=SSH into galera @Aruba
Exec=bash -c "ptyxis --tab -x 'ssh galera-1 -p 6229' & ptyxis --tab -x 'ssh galera2 -p 6229' & ptyxis --tab -x 'ssh galera-3 -p 6229'"
[Desktop Action mqtt]
Name=SSH into mqtt @Aruba
Exec=bash -c "ptyxis --tab -x 'ssh alex@mqtt -p 6229'"
[Desktop Action geoatlas]
Name=SSH into geoatlas @Aruba
Exec=bash -c "ptyxis --tab -x 'ssh alex@geoatlas -p 6229'"
[Desktop Action gas]
Name=SSH into gas @Aruba
Exec=bash -c "ptyxis --tab -x 'ssh alex@gas -p 6229'"

41
ASE_proxmox.desktop Executable file
View File

@@ -0,0 +1,41 @@
#!/usr/bin/env xdg-open
#
# this file lives in ~/.local/share/applications
#
[Desktop Entry]
Version=1.0
Name=Proxmox Servers SSH
Comment=Login to ASE servers by SSH
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.200' & ptyxis --tab -x 'ssh -p 2222 root@192.168.1.201' & ptyxis --tab -x 'ssh -p 2222 root@192.168.1.202' & ptyxis --tab -x 'ssh root@192.168.1.203'"
Terminal=false
Type=Application
Icon=/home/alex/icons/icons8-proxmox-96.png
Actions=Loki-Grafana;VM1;VM2;Workspace;Registry;Kube-node1;Kube-node2
[Desktop Action Loki-Grafana]
Name=SSH into Proxmox Loki-Grafana
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.200'"
[Desktop Action VM1]
Name=SSH into Proxmox VM1
Exec=bash -c "ptyxis --tab -x 'ssh -p 2222 root@192.168.1.201'"
[Desktop Action VM2]
Name=SSH into Proxmox VM2
Exec=bash -c "ptyxis --tab -x 'ssh -p 2222 root@192.168.1.202'"
[Desktop Action Workspace]
Name=SSH into Proxmox Workplace
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.203'"
[Desktop Action Registry]
Name=SSH into Proxmox Registry
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.204'"
[Desktop Action Kube-node1]
Name=SSH into Proxmox Kube-node1
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.205'"
[Desktop Action Kube-node2]
Name=SSH into Proxmox Kube-node2
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.206'"

12
Filezilla3.desktop Executable file
View File

@@ -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

37
Humanita.desktop Executable file
View File

@@ -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=bash -c "ptyxis --tab -x 'ssh root@hum-test-App'"
[Desktop Action HumTestDB]
Name=SSH into Humanita DB CT
Exec=bash -c "ptyxis --tab -x 'ssh root@hum-test-DB'"
[Desktop Action HumProdApp]
Name=SSH into HumProdApp
Exec=bash -c "ptyxis --tab -x 'ssh adminhumanita@hum-App'"
[Desktop Action HumProdAppAlex]
Name=SSH into HumProdAppAlex
Exec=bash -c "ptyxis --tab -x 'ssh alex@hum-App'"
[Desktop Action HumProdDBAlex]
Name=SSH into HumProdDB Alex tunnellized
Exec=bash -c "ptyxis --tab -x 'ssh alex@huma-DB'"
[Desktop Action Proxmox]
Name=SSH into Proxmox
Exec=bash -c "ptyxis --tab -x 'ssh alex@proxmox'"

8
NAS-shell.desktop Executable file
View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.1
Name=NAS shell
Comment=NAS shell
Type=Application
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.0.200'"
Icon=/home/alex/icons/truenas-scale.png

9
chrome-Microsoft_Teams.desktop Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Name=Microsoft Teams
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --ignore-profile-directory-if-not-exists https://teams.microsoft.com.mcas.ms/v2/
Icon=/home/alex/.config/google-chrome/Default/Web Shortcut Icons/shortcut-b7d98f2bfb38f96c834a5ff2d2a78548.png
URL=https://teams.microsoft.com.mcas.ms/v2/
Comment=Apri https://teams.microsoft.com.mcas.ms/v2/ in una nuova scheda in Google Chrome.

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Postman
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=fhbjgbiflinjbdggehcddcbncdddomop
Icon=chrome-fhbjgbiflinjbdggehcddcbncdddomop-Default
StartupWMClass=crx_fhbjgbiflinjbdggehcddcbncdddomop

View File

@@ -0,0 +1,23 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Outlook (PWA)
MimeType=x-scheme-handler/mailto
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=lkkahpbimdkjdjjiijflmhaeameegbcm %U
Icon=chrome-lkkahpbimdkjdjjiijflmhaeameegbcm-Default
StartupWMClass=crx_lkkahpbimdkjdjjiijflmhaeameegbcm
Actions=Apri-calendario;Nuovo-evento;Nuovo-messaggio
[Desktop Action Apri-calendario]
Name=Apri calendario
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=lkkahpbimdkjdjjiijflmhaeameegbcm --app-launch-url-for-shortcuts-menu-item=https://outlook.office.com.mcas.ms/calendar
[Desktop Action Nuovo-evento]
Name=Nuovo evento
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=lkkahpbimdkjdjjiijflmhaeameegbcm --app-launch-url-for-shortcuts-menu-item=https://outlook.office.com.mcas.ms/calendar/deeplink/compose
[Desktop Action Nuovo-messaggio]
Name=Nuovo messaggio
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=lkkahpbimdkjdjjiijflmhaeameegbcm --app-launch-url-for-shortcuts-menu-item=https://outlook.office.com.mcas.ms/mail/deeplink/compose

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Microsoft Teams
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=oiocllghmdadfpahmllbbhkgjfmaidmm
Icon=chrome-oiocllghmdadfpahmllbbhkgjfmaidmm-Default
StartupWMClass=crx_oiocllghmdadfpahmllbbhkgjfmaidmm

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Minimalist Markdown Editor
Exec=/opt/google/chrome/google-chrome --profile-directory=Default --app-id=pghodfjepegmciihfhdipmimghiakcjf
Icon=chrome-pghodfjepegmciihfhdipmimghiakcjf-Default
StartupWMClass=crx_pghodfjepegmciihfhdipmimghiakcjf

13
dbeaver-ce.desktop Executable file
View File

@@ -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

2
defaults.list Normal file
View File

@@ -0,0 +1,2 @@
[Default Applications]
x-scheme-handler/mailto=chrome-lkkahpbimdkjdjjiijflmhaeameegbcm-Default.desktop

10
incus-containers.desktop Normal file
View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Incus Containers
Comment=Menu interattivo per container Incus
Exec=/usr/bin/python3 /home/alex/Scripts/incus-launcher-menu.py
Icon=/home/alex/icons/incus.png
Terminal=false
Categories=System;
StartupNotify=true

0
mimeapps.list Normal file
View File

2
mimeinfo.cache Normal file
View File

@@ -0,0 +1,2 @@
[MIME Cache]
x-scheme-handler/mailto=chrome-lkkahpbimdkjdjjiijflmhaeameegbcm-Default.desktop;