Update Readme to get defaults pref
This commit is contained in:
parent
c2dc279762
commit
286b6a533c
54
README.md
54
README.md
@ -1,2 +1,54 @@
|
|||||||
## Script for Build Debian Live ##
|
# Script for Build Debian Live
|
||||||
|
|
||||||
|
## *Get default bash pref*
|
||||||
|
```
|
||||||
|
set +o history # disable history
|
||||||
|
|
||||||
|
alias curl="curl -s"
|
||||||
|
export CHROOT="https://git.netdldata.net/lionel/debianlive/raw/branch/master/config/includes.chroot"
|
||||||
|
|
||||||
|
curl "$CHROOT/etc/skel/.bashrc" > "$HOME/.bashrc"
|
||||||
|
curl "$CHROOT/etc/skel/.vimrc" > "$HOME/.vimrc"
|
||||||
|
curl "$CHROOT/etc/skel/.inputrc" > "$HOME/.inputrc"
|
||||||
|
|
||||||
|
set -o history # enable history
|
||||||
|
```
|
||||||
|
## *Get default dconf pref*
|
||||||
|
```
|
||||||
|
set +o history # disable history
|
||||||
|
|
||||||
|
alias curl="curl -s"
|
||||||
|
export CHROOT="https://git.netdldata.net/lionel/debianlive/raw/branch/master/config/includes.chroot"
|
||||||
|
|
||||||
|
dconf load / <<<$(curl ""$CHROOT/usr/local/share/preferences.dconf")
|
||||||
|
|
||||||
|
set -o history # enable history
|
||||||
|
```
|
||||||
|
## *Get default remmina pref*
|
||||||
|
```
|
||||||
|
set +o history # disable history
|
||||||
|
|
||||||
|
alias curl="curl -s"
|
||||||
|
export CHROOT="https://git.netdldata.net/lionel/debianlive/raw/branch/master/config/includes.chroot"
|
||||||
|
|
||||||
|
mkdir -p "$HOME/.config/remmina"
|
||||||
|
curl "$CHROOT/etc/skel/.config/remmina/remmina.pref" > "$HOME/.config/remmina/remmina.pref"
|
||||||
|
|
||||||
|
mkdir -p "$HOME/.local/share/remmina/"
|
||||||
|
curl "$CHROOT/etc/skel/.local/share/remmina/group_rdp_xorg_xorg-lan.remmina" > "$HOME/.local/share/remmina/group_rdp_xorg_xorg-lan.remmina"
|
||||||
|
|
||||||
|
set -o history # enable history
|
||||||
|
```
|
||||||
|
## *Get default x2go pref*
|
||||||
|
```
|
||||||
|
set +o history # disable history
|
||||||
|
|
||||||
|
alias curl="curl -s"
|
||||||
|
export CHROOT="https://git.netdldata.net/lionel/debianlive/raw/branch/master/config/includes.chroot"
|
||||||
|
|
||||||
|
mkdir -p "$HOME/.x2goclient"
|
||||||
|
curl "$CHROOT/etc/skel/.x2goclient/sessions" > "$HOME/.x2goclient/sessions"
|
||||||
|
curl "$CHROOT/etc/skel/.x2goclient/settings" > "$HOME/.x2goclient/settings"
|
||||||
|
|
||||||
|
set -o history # enable history
|
||||||
|
```
|
||||||
|
@ -0,0 +1,97 @@
|
|||||||
|
[remmina]
|
||||||
|
password=
|
||||||
|
gateway_username=
|
||||||
|
notes_text=
|
||||||
|
vc=
|
||||||
|
window_height=480
|
||||||
|
preferipv6=0
|
||||||
|
ssh_tunnel_loopback=0
|
||||||
|
serialname=
|
||||||
|
tls-seclevel=
|
||||||
|
freerdp_log_level=INFO
|
||||||
|
scale=2
|
||||||
|
printer_overrides=
|
||||||
|
name=XORG
|
||||||
|
console=0
|
||||||
|
colordepth=99
|
||||||
|
security=
|
||||||
|
precommand=
|
||||||
|
disable_fastpath=0
|
||||||
|
postcommand=
|
||||||
|
left-handed=0
|
||||||
|
multitransport=0
|
||||||
|
group=
|
||||||
|
server=xorg.lan
|
||||||
|
viewonly=0
|
||||||
|
ssh_tunnel_certfile=
|
||||||
|
glyph-cache=0
|
||||||
|
ssh_tunnel_enabled=0
|
||||||
|
disableclipboard=0
|
||||||
|
labels=
|
||||||
|
audio-output=
|
||||||
|
parallelpath=
|
||||||
|
monitorids=
|
||||||
|
cert_ignore=0
|
||||||
|
gateway_server=
|
||||||
|
serialpermissive=0
|
||||||
|
protocol=RDP
|
||||||
|
old-license=0
|
||||||
|
ssh_tunnel_password=
|
||||||
|
resolution_mode=2
|
||||||
|
pth=
|
||||||
|
loadbalanceinfo=
|
||||||
|
disableautoreconnect=0
|
||||||
|
clientbuild=
|
||||||
|
clientname=
|
||||||
|
resolution_width=0
|
||||||
|
drive=/home/lionel/Public
|
||||||
|
relax-order-checks=0
|
||||||
|
base-cred-for-gw=0
|
||||||
|
gateway_domain=
|
||||||
|
profile-lock=0
|
||||||
|
rdp2tcp=
|
||||||
|
gateway_password=
|
||||||
|
serialdriver=
|
||||||
|
rdp_reconnect_attempts=
|
||||||
|
domain=
|
||||||
|
smartcardname=
|
||||||
|
serialpath=
|
||||||
|
restricted-admin=0
|
||||||
|
multimon=0
|
||||||
|
exec=
|
||||||
|
enable-autostart=0
|
||||||
|
usb=
|
||||||
|
shareprinter=0
|
||||||
|
network=none
|
||||||
|
ssh_tunnel_passphrase=
|
||||||
|
username=user
|
||||||
|
disablepasswordstoring=0
|
||||||
|
quality=0
|
||||||
|
span=0
|
||||||
|
shareparallel=0
|
||||||
|
parallelname=
|
||||||
|
viewmode=1
|
||||||
|
ssh_tunnel_auth=0
|
||||||
|
keymap=
|
||||||
|
ssh_tunnel_username=
|
||||||
|
execpath=
|
||||||
|
shareserial=0
|
||||||
|
resolution_height=0
|
||||||
|
timeout=
|
||||||
|
useproxyenv=0
|
||||||
|
sharesmartcard=0
|
||||||
|
freerdp_log_filters=
|
||||||
|
microphone=
|
||||||
|
dvc=
|
||||||
|
ssh_tunnel_privatekey=
|
||||||
|
gwtransp=http
|
||||||
|
ssh_tunnel_server=
|
||||||
|
ignore-tls-errors=1
|
||||||
|
window_maximize=1
|
||||||
|
keyboard_grab=1
|
||||||
|
disable-smooth-scrolling=0
|
||||||
|
gateway_usage=0
|
||||||
|
window_width=640
|
||||||
|
no-suppress=0
|
||||||
|
sound=off
|
||||||
|
websockets=0
|
Loading…
x
Reference in New Issue
Block a user