1
0

Nouveau fichiers

This commit is contained in:
Daniel Tartavel 2018-11-01 21:09:55 +01:00
parent 67de215863
commit 1a22229c79
3 changed files with 57 additions and 0 deletions

19
SOURCES/LibrePC.desktop Executable file
View File

@ -0,0 +1,19 @@
[Desktop Entry]
Comment[fr]=
Comment=
Exec=/usr/local/bin/tunnel.sh
GenericName[fr]=
GenericName=
Icon=/usr/share/icons/hardware_configuration_section.png
MimeType=
Name[fr]=Libre PC
Name=Libre PC
Path=
StartupNotify=true
Terminal=true
TerminalOptions=\s--noclose
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=none
X-KDE-SubstituteUID=false
X-KDE-Username=

33
SOURCES/journald.conf Normal file
View File

@ -0,0 +1,33 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See journald.conf(5) for details
[Journal]
#Storage=auto
Compress=yes
#Seal=yes
#SplitMode=login
#SyncIntervalSec=5m
#RateLimitInterval=30s
#RateLimitBurst=1000
SystemMaxUse=200M
SystemKeepFree=1G
SystemMaxFileSize=200M
RuntimeMaxUse=200M
RuntimeKeepFree=300M
RuntimeMaxFileSize=200M
#MaxRetentionSec=
MaxFileSec=15days
ForwardToSyslog=yes
#ForwardToKMsg=no
ForwardToConsole=yes
TTYPath=/dev/tty12
#MaxLevelStore=debug
#MaxLevelSyslog=debug
#MaxLevelKMsg=notice
#MaxLevelConsole=info

5
SOURCES/tunnel Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
ssh -N -f -R 6000:localhost:22 ssh@<serveur ssh lalis>
#ssh -N -f -R 6001:localhost:5900 ssh@82.225.210.60 'x11vnc -localhost -display :0'