Skip to content

Commit

Permalink
new backup 2024-06-29 17:53:54
Browse files Browse the repository at this point in the history
  • Loading branch information
laspavel committed Jun 29, 2024
1 parent 9fecf95 commit 86ebd39
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .config/mc/ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ shell_directory_timeout=900

[Layout]
output_lines=0
left_panel_size=59
left_panel_size=95
top_panel_size=12
message_visible=true
keybar_visible=true
Expand Down Expand Up @@ -173,7 +173,7 @@ ignore_dirs=
follow_symlinks=false

[Panelize]
Modified git files=git ls-files --modified
Find rejects after patching=find . -name \\*.rej -print
Find *.orig after patching=find . -name \\*.orig -print
Modified git files=git ls-files --modified
Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
4 changes: 2 additions & 2 deletions .config/mc/panels.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ list_format=full
filter_flags=7

[Dirs]
current_is_left=false
other_dir=/
current_is_left=true
other_dir=/home/laspavel/.config
41 changes: 41 additions & 0 deletions .config/wget/wget2rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Максимальное количество попыток загрузки файла в случае ошибок
tries = 10

# Тайм-аут на соединение (в секундах)
timeout = 15

# Следовать редиректам (максимальное количество редиректов)
max_redirect = 10

# Агент пользователя (User-Agent), который будет отправляться на сервер
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"

# Проверка сертификатов SSL
check_certificate = on

# Дозагрузка файлов, если они уже частично загружены
continue = on

# Retry even if connection is refused.
retry_connrefused = on

# Don't re-retrieve files unless newer than local.
timestamping = on

# Print server response.
server_response = on

# Set all timeout values.
timeout = 60

# Save HTML/CSS documents with proper extensions.
adjust_extension = on

# Use the last component of a redirection URL for the local file name.
trust_server_names = on

# Setting this to off makes Wget not download /robots.txt file.
robots = off

# Всегда сохранять загружаемый файл в целевой директории
content_disposition = on
1 change: 1 addition & 0 deletions .lesshst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
"graft
"graft-points
"eltorito-boot
"continue
23 changes: 19 additions & 4 deletions .wgetrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Retry a few times when a download fails.
# Максимальное количество попыток загрузки файла в случае ошибок
tries = 10

# Тайм-аут на соединение (в секундах)
timeout = 15

# Следовать редиректам (максимальное количество редиректов)
max_redirect = 10

# Агент пользователя (User-Agent), который будет отправляться на сервер
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"

# Проверка сертификатов SSL
check_certificate = on

# Дозагрузка файлов, если они уже частично загружены
continue = on

# Retry even if connection is refused.
retry_connrefused = on

Expand All @@ -19,8 +34,8 @@ adjust_extension = on
# Use the last component of a redirection URL for the local file name.
trust_server_names = on

# Don't ascend to the parent directory.
no_parent = on

# Setting this to off makes Wget not download /robots.txt file.
robots = off

# Всегда сохранять загружаемый файл в целевой директории
content_disposition = on
Binary file modified DOD1/.bash_history.zip
Binary file not shown.
Binary file modified DOD1/.python_history.zip
Binary file not shown.
Binary file modified DOD1/.ssh.zip
Binary file not shown.
Binary file modified DOD1/.tmux.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions DOD1/dash_to_panel_settings
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ app-shift-hotkey-kp-8=['<Shift><Super>KP_8']
app-shift-hotkey-kp-9=['<Shift><Super>KP_9']
appicon-margin=8
appicon-padding=4
available-monitors=[1, 0]
available-monitors=[0]
click-action='RAISE'
desktop-line-use-custom-color=false
dot-color-1='#5294e2'
Expand Down Expand Up @@ -122,7 +122,7 @@ panel-position='BOTTOM'
panel-positions='{"0":"TOP","1":"TOP"}'
panel-size=27
panel-sizes='{"0":32,"1":32}'
primary-monitor=1
primary-monitor=0
progress-show-count=true
scroll-panel-action='CYCLE_WINDOWS'
scroll-panel-show-ws-popup=false
Expand Down
Binary file modified DOD1/dump_gnome_settings.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ function BackupDotFiles () {
mkdir -p $STARTDIR/.config/doublecmd
cp -rf ~/.config/doublecmd/colors.json $STARTDIR/.config/doublecmd/colors.json
cp -rf ~/.config/doublecmd/doublecmd.xml $STARTDIR/.config/doublecmd/doublecmd.xml
mkdir -p $STARTDIR/.config/wget
cp -rf ~/.config/wget/wget2rc $STARTDIR/.config/wget/wget2rc
mkdir -p $STARTDIR/.config/htop
cp -rf ~/.config/htop/htoprc $STARTDIR/.config/htop/htoprc
cp -rf ~/.config/k9s $STARTDIR/.config
Expand Down

0 comments on commit 86ebd39

Please sign in to comment.