diff --git a/config/.SpaceVim.d/init.toml b/config/.SpaceVim.d/init.toml deleted file mode 100755 index c057ec3..0000000 --- a/config/.SpaceVim.d/init.toml +++ /dev/null @@ -1,46 +0,0 @@ -#============================================================================= -# dark_powered.toml --- dark powered configuration example for SpaceVim -# Copyright (c) 2016-2021 Wang Shidong & Contributors -# Author: Wang Shidong < wsdjeg at 163.com > -# URL: https://spacevim.org -# License: GPLv3 -#============================================================================= - -# All SpaceVim option below [option] section -[options] - # set spacevim theme. by default colorscheme layer is not loaded, - # if you want to use more colorscheme, please load the colorscheme - # layer - colorscheme = "NeoSolarized" - colorscheme_bg = "dark" - # Disable guicolors in basic mode, many terminal do not support 24bit - # true colors - enable_guicolors = true - # Disable statusline separator, if you want to use other value, please - # install nerd fonts - statusline_separator = "arrow" - statusline_iseparator = "arrow" - buffer_index_type = 4 - enable_tabline_filetype_icon = true - enable_statusline_mode = true - -# Enable autocomplete layer -[[layers]] -name = 'autocomplete' -auto_completion_return_key_behavior = "complete" -auto_completion_tab_key_behavior = "smart" - -[[layers]] -name = 'shell' -default_position = 'top' -default_height = 30 - -[[layers]] -name = 'git' - -[[layers]] -name = "lang#sh" -name = "lang#python" - -[[layers]] - name = "colorscheme" diff --git a/config/.config/bottom/bottom.toml b/config/.config/bottom/bottom.toml deleted file mode 100755 index 2b3d68c..0000000 --- a/config/.config/bottom/bottom.toml +++ /dev/null @@ -1,170 +0,0 @@ -# This is a default config file for bottom. All of the settings are commented -# out by default; if you wish to change them uncomment and modify as you see -# fit. - -# This group of options represents a command-line flag/option. Flags explicitly -# added when running (ie: btm -a) will override this config file if an option -# is also set here. - -[flags] -# Whether to hide the average cpu entry. -#hide_avg_cpu = false -# Whether to use dot markers rather than braille. -#dot_marker = false -# The update rate of the application. -#rate = 1000 -# Whether to put the CPU legend to the left. -#left_legend = false -# Whether to set CPU% on a process to be based on the total CPU or just current usage. -#current_usage = false -# Whether to group processes with the same name together by default. -#group_processes = false -# Whether to make process searching case sensitive by default. -#case_sensitive = false -# Whether to make process searching look for matching the entire word by default. -#whole_word = false -# Whether to make process searching use regex by default. -#regex = false -# Defaults to Celsius. Temperature is one of: -#temperature_type = "k" -#temperature_type = "f" -#temperature_type = "c" -#temperature_type = "kelvin" -#temperature_type = "fahrenheit" -#temperature_type = "celsius" -# The default time interval (in milliseconds). -#default_time_value = 60000 -# The time delta on each zoom in/out action (in milliseconds). -#time_delta = 15000 -# Hides the time scale. -#hide_time = false -# Override layout default widget -#default_widget_type = "proc" -#default_widget_count = 1 -# Use basic mode -#basic = false -# Use the old network legend style -#use_old_network_legend = false -# Remove space in tables -#hide_table_gap = false -# Show the battery widgets -#battery = false -# Disable mouse clicks -#disable_click = false -# Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light", "nord", "nord-light" -#color = "default" -# Show memory values in the processes widget as values by default -#mem_as_value = false -# Show tree mode by default in the processes widget. -#tree = false -# Shows an indicator in table widgets tracking where in the list you are. -#show_table_scroll_position = false -# Show processes as their commands by default in the process widget. -#process_command = false -# Displays the network widget with binary prefixes. -#network_use_binary_prefix = false -# Displays the network widget using bytes. -#network_use_bytes = false -# Displays the network widget with a log scale. -#network_use_log = false -# Hides advanced options to stop a process on Unix-like systems. -#disable_advanced_kill = false - -# These are all the components that support custom theming. Note that colour support -# will depend on terminal support. - -#[colors] # Uncomment if you want to use custom colors -# Represents the colour of table headers (processes, CPU, disks, temperature). -#table_header_color="LightBlue" -# Represents the colour of the label each widget has. -#widget_title_color="Gray" -# Represents the average CPU color. -#avg_cpu_color="Red" -# Represents the colour the core will use in the CPU legend and graph. -#cpu_core_colors=["LightMagenta", "LightYellow", "LightCyan", "LightGreen", "LightBlue", "LightRed", "Cyan", "Green", "Blue", "Red"] -# Represents the colour RAM will use in the memory legend and graph. -#ram_color="LightMagenta" -# Represents the colour SWAP will use in the memory legend and graph. -#swap_color="LightYellow" -# Represents the colour rx will use in the network legend and graph. -#rx_color="LightCyan" -# Represents the colour tx will use in the network legend and graph. -#tx_color="LightGreen" -# Represents the colour of the border of unselected widgets. -#border_color="Gray" -# Represents the colour of the border of selected widgets. -#highlighted_border_color="LightBlue" -# Represents the colour of most text. -#text_color="Gray" -# Represents the colour of text that is selected. -#selected_text_color="Black" -# Represents the background colour of text that is selected. -#selected_bg_color="LightBlue" -# Represents the colour of the lines and text of the graph. -#graph_color="Gray" -# Represents the colours of the battery based on charge -#high_battery_color="green" -#medium_battery_color="yellow" -#low_battery_color="red" - -# Layout - layouts follow a pattern like this: -# [[row]] represents a row in the application. -# [[row.child]] represents either a widget or a column. -# [[row.child.child]] represents a widget. -# -# All widgets must have the type value set to one of ["cpu", "mem", "proc", "net", "temp", "disk", "empty"]. -# All layout components have a ratio value - if this is not set, then it defaults to 1. -# The default widget layout: -#[[row]] -# ratio=30 -# [[row.child]] -# type="cpu" -#[[row]] -# ratio=40 -# [[row.child]] -# ratio=4 -# type="mem" -# [[row.child]] -# ratio=3 -# [[row.child.child]] -# type="temp" -# [[row.child.child]] -# type="disk" -#[[row]] -# ratio=30 -# [[row.child]] -# type="net" -# [[row.child]] -# type="proc" -# default=true - - -# Filters - you can hide specific temperature sensors, network interfaces, and disks using filters. This is admittedly -# a bit hard to use as of now, and there is a planned in-app interface for managing this in the future: -[disk_filter] -is_list_ignored = true -list = ["/dev/loop"] -regex = true -case_sensitive = false -whole_word = false - -[mount_filter] -is_list_ignored = true -list = ["efi"] -regex = true -case_sensitive = false -whole_word = false - -#[temp_filter] -#is_list_ignored = true -#list = ["cpu", "wifi"] -#regex = false -#case_sensitive = false -#whole_word = false - -#[net_filter] -#is_list_ignored = true -#list = ["virbr0.*"] -#regex = true -#case_sensitive = false -#whole_word = false diff --git a/config/.config/fish/fish_variables b/config/.config/fish/fish_variables deleted file mode 100755 index 7e5d583..0000000 --- a/config/.config/fish/fish_variables +++ /dev/null @@ -1,3 +0,0 @@ -# This file contains fish universal variable definitions. -# VERSION: 3.0 -SETUVAR __fish_initialized:0 diff --git a/config/.config/starship.toml b/config/.config/starship.toml deleted file mode 100755 index 9636f52..0000000 --- a/config/.config/starship.toml +++ /dev/null @@ -1,46 +0,0 @@ -format = """ -$username\ -$hostname\ -$directory\ -$git_branch\ -$git_state\ -$git_status\ -$cmd_duration\ -$line_break\ -$python\ -$character""" - -[directory] -style = "blue" - -[character] -success_symbol = "[❯](purple)" -error_symbol = "[❯](red)" -vimcmd_symbol = "[❮](green)" - -[git_branch] -format = "[$branch]($style)" -style = "bright-black" - -[git_status] -format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" -style = "cyan" -conflicted = "​" -untracked = "​" -modified = "​" -staged = "​" -renamed = "​" -deleted = "​" -stashed = "≡" - -[git_state] -format = '\([$state( $progress_current/$progress_total)]($style)\) ' -style = "bright-black" - -[cmd_duration] -format = "[$duration]($style) " -style = "yellow" - -[python] -format = "[$virtualenv]($style) " -style = "bright-black" diff --git a/note/Relaxation Toolkit.md b/note/Relaxation Toolkit.md deleted file mode 100644 index d86c17a..0000000 --- a/note/Relaxation Toolkit.md +++ /dev/null @@ -1 +0,0 @@ -moved to https://sc-idevops.github.io/relax/ diff --git a/note/grub_menuentry.txt b/note/grub_menuentry.txt deleted file mode 100644 index bb62e60..0000000 --- a/note/grub_menuentry.txt +++ /dev/null @@ -1,7 +0,0 @@ -menuentry "ubuntu-20.04.2.0-desktop-amd64.iso" { - insmod ext2 - set isofile="/ubuntu-20.04.2.0-desktop-amd64.iso" - loopback loop (hd0,5)$isofile - linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile quiet noeject noprompt splash - initrd (loop)/casper/initrd -} diff --git a/scripts/server_bin/decode_local.sh b/scripts/server_bin/decode_local.sh deleted file mode 100755 index 801712b..0000000 --- a/scripts/server_bin/decode_local.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -for i in `fdfind -d=1 --extension=mp4`; do - snap run ffmpeg -hide_banner -hwaccel cuda -hwaccel_output_format cuda -i "$i" -c:a copy -c:v h264_nvenc "${i}_30.mp4" - #safe mode on - #rm --verbose "$i" ; mv --verbose "${i}_30.mp4" "$i" -done diff --git a/scripts/server_bin/rencode.sh b/scripts/server_bin/rencode.sh deleted file mode 100755 index 08d46c6..0000000 --- a/scripts/server_bin/rencode.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -for i in `fdfind video.mp4`; do - snap run ffmpeg -hide_banner -hwaccel cuda -hwaccel_output_format cuda -i "$i" -c:a copy -c:v h264_nvenc "${i}_shrink.mp4" - rm --verbose "$i" - mv --verbose "${i}_shrink.mp4" "$i" -done