New backup 2025-06-10 09:45:07
This commit is contained in:
parent
a2e1ef60c5
commit
a9f9ac859c
4 changed files with 48 additions and 11 deletions
|
@ -0,0 +1,37 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="nintendo-wii.svg"
|
||||||
|
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#505050"
|
||||||
|
bordercolor="#ffffff"
|
||||||
|
borderopacity="1"
|
||||||
|
inkscape:showpageshadow="0"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pagecheckerboard="1"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="21.708333"
|
||||||
|
inkscape:cx="14.28023"
|
||||||
|
inkscape:cy="16.629559"
|
||||||
|
inkscape:window-width="2035"
|
||||||
|
inkscape:window-height="1358"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="svg1" />
|
||||||
|
<path
|
||||||
|
d="m 19.008,17.878 h -2.244 v -7.38 h 2.244 v 7.38 M 19.2,7.846 c 0,0.732 -0.6,1.332 -1.32,1.332 A 1.332,1.332 0 0 1 16.548,7.846 c 0,-0.744 0.6,-1.344 1.332,-1.344 0.72,0 1.32,0.6 1.32,1.344 m 4.584,10.032 h -2.256 v -7.38 h 2.256 v 7.38 M 24,7.846 c 0,0.732 -0.6,1.332 -1.344,1.332 A 1.332,1.332 0 0 1 21.324,7.846 c 0,-0.744 0.6,-1.344 1.332,-1.344 0.744,0 1.344,0.6 1.344,1.344 M 13.08,7.21 h 2.4 l -2.544,8.94 c 0,0 -0.336,1.848 -1.8,1.848 -1.452,0 -1.788,-1.848 -1.788,-1.848 L 7.74,10.318 6.132,16.15 c 0,0 -0.348,1.848 -1.8,1.848 -1.452,0 -1.788,-1.848 -1.788,-1.848 L 0,7.21 H 2.4 L 4.464,15.154 6.132,8.71 C 6.516,7.09 7.74,7.114 7.74,7.114 c 0,0 1.224,-0.024 1.608,1.596 l 1.656,6.444 z"
|
||||||
|
id="path1"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke-width:1.2" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -82,8 +82,8 @@
|
||||||
(button
|
(button
|
||||||
:width 60
|
:width 60
|
||||||
:height 60
|
:height 60
|
||||||
:onclick "scripts/home/shortcuts/development/bridge-netgear-r6250"
|
:onclick "scripts/home/shortcuts/development/bridge-netgear-r6700"
|
||||||
:tooltip "bridge-netgear-r6250"
|
:tooltip "bridge-netgear-r6700"
|
||||||
(image
|
(image
|
||||||
:image-width 20
|
:image-width 20
|
||||||
:path "icons/home/shortcuts/development/router-network-wireless.svg"
|
:path "icons/home/shortcuts/development/router-network-wireless.svg"
|
||||||
|
@ -105,11 +105,11 @@
|
||||||
(button
|
(button
|
||||||
:width 60
|
:width 60
|
||||||
:height 60
|
:height 60
|
||||||
:onclick "scripts/home/shortcuts/development/server-dell-p95g001-debian"
|
:onclick "scripts/home/shortcuts/development/server-nintendo-rvl101"
|
||||||
:tooltip "server-dell-p95g001-debian"
|
:tooltip "server-nintendo-wii-rvl101"
|
||||||
(image
|
(image
|
||||||
:image-width 20
|
:image-width 20
|
||||||
:path "icons/home/shortcuts/development/server-network.svg"
|
:path "icons/home/shortcuts/development/nintendo-wii.svg"
|
||||||
))
|
))
|
||||||
(button
|
(button
|
||||||
:width 60
|
:width 60
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
alacritty -T ' server-dell-p95g001-debian' -e bash -c '\
|
|
||||||
eval $(ssh-agent) &> /dev/null; \
|
|
||||||
ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
|
|
||||||
ssh -A pogmom@server-dell-p95g001-debian'
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
alacritty -T ' server-nintendo-rvl101' -e bash -c '\
|
||||||
|
eval $(ssh-agent) &> /dev/null; \
|
||||||
|
ssh-add ~/.ssh/id_ed25519 &> /dev/null; \
|
||||||
|
ssh -A pogmommy@server-nintendo-rvl101'
|
Loading…
Add table
Reference in a new issue