diff --git a/private_dot_config/zsh/dot_p10k.zsh b/private_dot_config/zsh/dot_p10k.zsh new file mode 100644 index 0000000..20a2c74 --- /dev/null +++ b/private_dot_config/zsh/dot_p10k.zsh @@ -0,0 +1,1740 @@ +# Generated by Powerlevel10k configuration wizard on 2025-02-12 at 06:50 CET. +# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 13396. +# Wizard options: nerdfont-v3 + powerline, small icons, classic, unicode, dark, +# 24h time, angled separators, sharp heads, blurred tails, 1 line, sparse, many icons, +# fluent, transient_prompt, instant_prompt=verbose. +# Type `p10k configure` to generate another config. +# +# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate +# your own config based on it. +# +# Tip: Looking for a nice color? Here's a one-liner to print colormap. +# +# for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done + +# Temporarily change options. +'builtin' 'local' '-a' 'p10k_config_opts' +[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') +[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') +[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') +'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' + +() { + emulate -L zsh -o extended_glob + + # Unset all configuration options. This allows you to apply configuration changes without + # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' + + # Zsh >= 5.1 is required. + [[ $ZSH_VERSION == (5.<1->*|<6->.*) ]] || return + + # The list of segments shown on the left. Fill it with the most important segments. + typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( + os_icon # os identifier + context_joined # user@hostname + dir # current directory + vcs # git status + # prompt_char # prompt symbol + ) + + # The list of segments shown on the right. Fill it with less important segments. + # Right prompt on the last prompt line (where you are typing your commands) gets + # automatically hidden when the input line reaches it. Right prompt above the + # last prompt line gets hidden if it would overlap with left prompt. + typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( + status # exit code of the last command + command_execution_time # duration of the last command + background_jobs # presence of background jobs + direnv # direnv status (https://direnv.net/) + asdf # asdf version manager (https://github.com/asdf-vm/asdf) + virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) + anaconda # conda environment (https://conda.io/) + pyenv # python environment (https://github.com/pyenv/pyenv) + goenv # go environment (https://github.com/syndbg/goenv) + nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv) + nvm # node.js version from nvm (https://github.com/nvm-sh/nvm) + nodeenv # node.js environment (https://github.com/ekalinin/nodeenv) + # node_version # node.js version + # go_version # go version (https://golang.org) + # rust_version # rustc version (https://www.rust-lang.org) + # dotnet_version # .NET version (https://dotnet.microsoft.com) + # php_version # php version (https://www.php.net/) + # laravel_version # laravel php framework version (https://laravel.com/) + # java_version # java version (https://www.java.com/) + # package # name@version from package.json (https://docs.npmjs.com/files/package.json) + rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv) + rvm # ruby version from rvm (https://rvm.io) + fvm # flutter version management (https://github.com/leoafarias/fvm) + luaenv # lua version from luaenv (https://github.com/cehoffman/luaenv) + jenv # java version from jenv (https://github.com/jenv/jenv) + plenv # perl version from plenv (https://github.com/tokuhirom/plenv) + perlbrew # perl version from perlbrew (https://github.com/gugod/App-perlbrew) + phpenv # php version from phpenv (https://github.com/phpenv/phpenv) + scalaenv # scala version from scalaenv (https://github.com/scalaenv/scalaenv) + haskell_stack # haskell version from stack (https://haskellstack.org/) + kubecontext # current kubernetes context (https://kubernetes.io/) + terraform # terraform workspace (https://www.terraform.io) + # terraform_version # terraform version (https://www.terraform.io) + aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) + aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) + azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) + gcloud # google cloud cli account and project (https://cloud.google.com/) + google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) + toolbox # toolbox name (https://github.com/containers/toolbox) + #context # user@hostname + nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) + ranger # ranger shell (https://github.com/ranger/ranger) + yazi # yazi shell (https://github.com/sxyazi/yazi) + nnn # nnn shell (https://github.com/jarun/nnn) + lf # lf shell (https://github.com/gokcehan/lf) + xplr # xplr shell (https://github.com/sayanarijit/xplr) + vim_shell # vim shell indicator (:sh) + midnight_commander # midnight commander shell (https://midnight-commander.org/) + nix_shell # nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) + chezmoi_shell # chezmoi shell (https://www.chezmoi.io/) + vi_mode # vi mode (you don't need this if you've enabled prompt_char) + # vpn_ip # virtual private network indicator + # load # CPU load + # disk_usage # disk usage + # ram # free RAM + # swap # used swap + todo # todo items (https://github.com/todotxt/todo.txt-cli) + timewarrior # timewarrior tracking status (https://timewarrior.net/) + taskwarrior # taskwarrior task count (https://taskwarrior.org/) + per_directory_history # Oh My Zsh per-directory-history local/global indicator + # cpu_arch # CPU architecture + time # current time + # ip # ip address and bandwidth usage for a specified network interface + # public_ip # public IP address + # proxy # system-wide http/https/ftp proxy + # battery # internal battery + # wifi # wifi speed + # example # example user-defined segment (see prompt_example function below) + ) + + # Defines character set used by powerlevel10k. It's best to let `p10k configure` set it for you. + typeset -g POWERLEVEL9K_MODE=nerdfont-v3 + # When set to `moderate`, some icons will have an extra space after them. This is meant to avoid + # icon overlap when using non-monospace fonts. When set to `none`, spaces are not added. + typeset -g POWERLEVEL9K_ICON_PADDING=none + + # When set to true, icons appear before content on both sides of the prompt. When set + # to false, icons go after content. If empty or not set, icons go before content in the left + # prompt and after content in the right prompt. + # + # You can also override it for a specific segment: + # + # POWERLEVEL9K_STATUS_ICON_BEFORE_CONTENT=false + # + # Or for a specific segment in specific state: + # + # POWERLEVEL9K_DIR_NOT_WRITABLE_ICON_BEFORE_CONTENT=false + typeset -g POWERLEVEL9K_ICON_BEFORE_CONTENT= + + # Add an empty line before each prompt. + typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true + + # Connect left prompt lines with these symbols. You'll probably want to use the same color + # as POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND below. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='%240F╭─' + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_PREFIX='%240F├─' + typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX='%240F╰─' + # Connect right prompt lines with these symbols. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_SUFFIX='%240F─╮' + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_SUFFIX='%240F─┤' + typeset -g POWERLEVEL9K_MULTILINE_LAST_PROMPT_SUFFIX='%240F─╯' + + # Filler between left and right prompt on the first prompt line. You can set it to ' ', '·' or + # '─'. The last two make it easier to see the alignment between left and right prompt and to + # separate prompt from command output. You might want to set POWERLEVEL9K_PROMPT_ADD_NEWLINE=false + # for more compact prompt if using this option. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR=' ' + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_BACKGROUND= + typeset -g POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND= + if [[ $POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_CHAR != ' ' ]]; then + # The color of the filler. You'll probably want to match the color of POWERLEVEL9K_MULTILINE + # ornaments defined above. + typeset -g POWERLEVEL9K_MULTILINE_FIRST_PROMPT_GAP_FOREGROUND=240 + # Start filler from the edge of the screen if there are no left segments on the first line. + typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_FIRST_SEGMENT_END_SYMBOL='%{%}' + # End filler on the edge of the screen if there are no right segments on the first line. + typeset -g POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='%{%}' + fi + + # Default background color. + typeset -g POWERLEVEL9K_BACKGROUND=236 + + # Separator between same-color segments on the left. + typeset -g POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR='%244F\uE0B1' + # Separator between same-color segments on the right. + typeset -g POWERLEVEL9K_RIGHT_SUBSEGMENT_SEPARATOR='%244F\uE0B3' + # Separator between different-color segments on the left. + typeset -g POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\uE0B0' + # Separator between different-color segments on the right. + typeset -g POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR='\uE0B2' + # To remove a separator between two segments, add "_joined" to the second segment name. + # For example: POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(os_icon context_joined) + + # The right end of left prompt. + typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='\uE0B0' + # The left end of right prompt. + typeset -g POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='\uE0B2' + # The left end of left prompt. + typeset -g POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL='░▒▓' + # The right end of right prompt. + typeset -g POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL='▓▒░' + # Left prompt terminator for lines without any segments. + typeset -g POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= + + #################################[ os_icon: os identifier ]################################## + # OS identifier color. + typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=255 + # Custom icon. + # typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐' + + ################################[ prompt_char: prompt symbol ]################################ + # Transparent background. + typeset -g POWERLEVEL9K_PROMPT_CHAR_BACKGROUND= + # Green prompt symbol if the last command succeeded. + typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=76 + # Red prompt symbol if the last command failed. + typeset -g POWERLEVEL9K_PROMPT_CHAR_ERROR_{VIINS,VICMD,VIVIS,VIOWR}_FOREGROUND=196 + # Default prompt symbol. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIINS_CONTENT_EXPANSION='❯' + # Prompt symbol in command vi mode. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VICMD_CONTENT_EXPANSION='❮' + # Prompt symbol in visual vi mode. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIVIS_CONTENT_EXPANSION='V' + # Prompt symbol in overwrite vi mode. + typeset -g POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION='▶' + typeset -g POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true + # No line terminator if prompt_char is the last segment. + typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL= + # No line introducer if prompt_char is the first segment. + typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL= + # No surrounding whitespace. + typeset -g POWERLEVEL9K_PROMPT_CHAR_LEFT_{LEFT,RIGHT}_WHITESPACE= + + ##################################[ dir: current directory ]################################## + # Default current directory color. + typeset -g POWERLEVEL9K_DIR_FOREGROUND=31 + # If directory is too long, shorten some of its segments to the shortest possible unique + # prefix. The shortened directory can be tab-completed to the original. + typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique + # Replace removed segment suffixes with this symbol. + typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= + # Color of the shortened directory segments. + typeset -g POWERLEVEL9K_DIR_SHORTENED_FOREGROUND=103 + # Color of the anchor directory segments. Anchor segments are never shortened. The first + # segment is always an anchor. + typeset -g POWERLEVEL9K_DIR_ANCHOR_FOREGROUND=39 + # Display anchor directory segments in bold. + typeset -g POWERLEVEL9K_DIR_ANCHOR_BOLD=true + # Don't shorten directories that contain any of these files. They are anchors. + local anchor_files=( + .bzr + .citc + .git + .hg + .node-version + .python-version + .go-version + .ruby-version + .lua-version + .java-version + .perl-version + .php-version + .tool-versions + .mise.toml + .shorten_folder_marker + .svn + .terraform + CVS + Cargo.toml + composer.json + go.mod + package.json + stack.yaml + ) + typeset -g POWERLEVEL9K_SHORTEN_FOLDER_MARKER="(${(j:|:)anchor_files})" + # If set to "first" ("last"), remove everything before the first (last) subdirectory that contains + # files matching $POWERLEVEL9K_SHORTEN_FOLDER_MARKER. For example, when the current directory is + # /foo/bar/git_repo/nested_git_repo/baz, prompt will display git_repo/nested_git_repo/baz (first) + # or nested_git_repo/baz (last). This assumes that git_repo and nested_git_repo contain markers + # and other directories don't. + # + # Optionally, "first" and "last" can be followed by ":" where is an integer. + # This moves the truncation point to the right (positive offset) or to the left (negative offset) + # relative to the marker. Plain "first" and "last" are equivalent to "first:0" and "last:0" + # respectively. + typeset -g POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER=false + # Don't shorten this many last directory segments. They are anchors. + typeset -g POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 + # Shorten directory if it's longer than this even if there is space for it. The value can + # be either absolute (e.g., '80') or a percentage of terminal width (e.g, '50%'). If empty, + # directory will be shortened only when prompt doesn't fit or when other parameters demand it + # (see POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT below). + # If set to `0`, directory will always be shortened to its minimum length. + typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=80 + # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least this + # many columns for typing commands. + typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS=40 + # When `dir` segment is on the last prompt line, try to shorten it enough to leave at least + # COLUMNS * POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT * 0.01 columns for typing commands. + typeset -g POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT=50 + # If set to true, embed a hyperlink into the directory. Useful for quickly + # opening a directory in the file manager simply by clicking the link. + # Can also be handy when the directory is shortened, as it allows you to see + # the full directory that was used in previous commands. + typeset -g POWERLEVEL9K_DIR_HYPERLINK=false + + # Enable special styling for non-writable and non-existent directories. See POWERLEVEL9K_LOCK_ICON + # and POWERLEVEL9K_DIR_CLASSES below. + typeset -g POWERLEVEL9K_DIR_SHOW_WRITABLE=v3 + + # The default icon shown next to non-writable and non-existent directories when + # POWERLEVEL9K_DIR_SHOW_WRITABLE is set to v3. + # typeset -g POWERLEVEL9K_LOCK_ICON='⭐' + + # POWERLEVEL9K_DIR_CLASSES allows you to specify custom icons and colors for different + # directories. It must be an array with 3 * N elements. Each triplet consists of: + # + # 1. A pattern against which the current directory ($PWD) is matched. Matching is done with + # extended_glob option enabled. + # 2. Directory class for the purpose of styling. + # 3. An empty string. + # + # Triplets are tried in order. The first triplet whose pattern matches $PWD wins. + # + # If POWERLEVEL9K_DIR_SHOW_WRITABLE is set to v3, non-writable and non-existent directories + # acquire class suffix _NOT_WRITABLE and NON_EXISTENT respectively. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_DIR_CLASSES=( + # '~/work(|/*)' WORK '' + # '~(|/*)' HOME '' + # '*' DEFAULT '') + # + # Whenever the current directory is ~/work or a subdirectory of ~/work, it gets styled with one + # of the following classes depending on its writability and existence: WORK, WORK_NOT_WRITABLE or + # WORK_NON_EXISTENT. + # + # Simply assigning classes to directories doesn't have any visible effects. It merely gives you an + # option to define custom colors and icons for different directory classes. + # + # # Styling for WORK. + # typeset -g POWERLEVEL9K_DIR_WORK_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_WORK_FOREGROUND=31 + # typeset -g POWERLEVEL9K_DIR_WORK_SHORTENED_FOREGROUND=103 + # typeset -g POWERLEVEL9K_DIR_WORK_ANCHOR_FOREGROUND=39 + # + # # Styling for WORK_NOT_WRITABLE. + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_FOREGROUND=31 + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_SHORTENED_FOREGROUND=103 + # typeset -g POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_ANCHOR_FOREGROUND=39 + # + # # Styling for WORK_NON_EXISTENT. + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_FOREGROUND=31 + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_SHORTENED_FOREGROUND=103 + # typeset -g POWERLEVEL9K_DIR_WORK_NON_EXISTENT_ANCHOR_FOREGROUND=39 + # + # If a styling parameter isn't explicitly defined for some class, it falls back to the classless + # parameter. For example, if POWERLEVEL9K_DIR_WORK_NOT_WRITABLE_FOREGROUND is not set, it falls + # back to POWERLEVEL9K_DIR_FOREGROUND. + # + # typeset -g POWERLEVEL9K_DIR_CLASSES=() + + # Custom prefix. + # typeset -g POWERLEVEL9K_DIR_PREFIX='%246Fin ' + + #####################################[ vcs: git status ]###################################### + # Branch icon. Set this parameter to '\UE0A0 ' for the popular Powerline branch icon. + typeset -g POWERLEVEL9K_VCS_BRANCH_ICON='\uF126 ' + + # Untracked files icon. It's really a question mark, your font isn't broken. + # Change the value of this parameter to show a different icon. + typeset -g POWERLEVEL9K_VCS_UNTRACKED_ICON='?' + + # Formatter for Git status. + # + # Example output: master wip ⇣42⇡42 *42 merge ~42 +42 !42 ?42. + # + # You can edit the function to customize how Git status looks. + # + # VCS_STATUS_* parameters are set by gitstatus plugin. See reference: + # https://github.com/romkatv/gitstatus/blob/master/gitstatus.plugin.zsh. + function my_git_formatter() { + emulate -L zsh + + if [[ -n $P9K_CONTENT ]]; then + # If P9K_CONTENT is not empty, use it. It's either "loading" or from vcs_info (not from + # gitstatus plugin). VCS_STATUS_* parameters are not available in this case. + typeset -g my_git_format=$P9K_CONTENT + return + fi + + if (( $1 )); then + # Styling for up-to-date Git status. + local meta='%246F' # grey foreground + local clean='%76F' # green foreground + local modified='%178F' # yellow foreground + local untracked='%39F' # blue foreground + local conflicted='%196F' # red foreground + else + # Styling for incomplete and stale Git status. + local meta='%244F' # grey foreground + local clean='%244F' # grey foreground + local modified='%244F' # grey foreground + local untracked='%244F' # grey foreground + local conflicted='%244F' # grey foreground + fi + + local res + + if [[ -n $VCS_STATUS_LOCAL_BRANCH ]]; then + local branch=${(V)VCS_STATUS_LOCAL_BRANCH} + # If local branch name is at most 32 characters long, show it in full. + # Otherwise show the first 12 … the last 12. + # Tip: To always show local branch name in full without truncation, delete the next line. + (( $#branch > 32 )) && branch[13,-13]="…" # <-- this line + res+="${clean}${(g::)POWERLEVEL9K_VCS_BRANCH_ICON}${branch//\%/%%}" + fi + + if [[ -n $VCS_STATUS_TAG + # Show tag only if not on a branch. + # Tip: To always show tag, delete the next line. + && -z $VCS_STATUS_LOCAL_BRANCH # <-- this line + ]]; then + local tag=${(V)VCS_STATUS_TAG} + # If tag name is at most 32 characters long, show it in full. + # Otherwise show the first 12 … the last 12. + # Tip: To always show tag name in full without truncation, delete the next line. + (( $#tag > 32 )) && tag[13,-13]="…" # <-- this line + res+="${meta}#${clean}${tag//\%/%%}" + fi + + # Display the current Git commit if there is no branch and no tag. + # Tip: To always display the current Git commit, delete the next line. + [[ -z $VCS_STATUS_LOCAL_BRANCH && -z $VCS_STATUS_TAG ]] && # <-- this line + res+="${meta}@${clean}${VCS_STATUS_COMMIT[1,8]}" + + # Show tracking branch name if it differs from local branch. + if [[ -n ${VCS_STATUS_REMOTE_BRANCH:#$VCS_STATUS_LOCAL_BRANCH} ]]; then + res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" + fi + + # Display "wip" if the latest commit's summary contains "wip" or "WIP". + if [[ $VCS_STATUS_COMMIT_SUMMARY == (|*[^[:alnum:]])(wip|WIP)(|[^[:alnum:]]*) ]]; then + res+=" ${modified}wip" + fi + + if (( VCS_STATUS_COMMITS_AHEAD || VCS_STATUS_COMMITS_BEHIND )); then + # ⇣42 if behind the remote. + (( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}" + # ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42. + (( VCS_STATUS_COMMITS_AHEAD && !VCS_STATUS_COMMITS_BEHIND )) && res+=" " + (( VCS_STATUS_COMMITS_AHEAD )) && res+="${clean}⇡${VCS_STATUS_COMMITS_AHEAD}" + elif [[ -n $VCS_STATUS_REMOTE_BRANCH ]]; then + # Tip: Uncomment the next line to display '=' if up to date with the remote. + # res+=" ${clean}=" + fi + + # ⇠42 if behind the push remote. + (( VCS_STATUS_PUSH_COMMITS_BEHIND )) && res+=" ${clean}⇠${VCS_STATUS_PUSH_COMMITS_BEHIND}" + (( VCS_STATUS_PUSH_COMMITS_AHEAD && !VCS_STATUS_PUSH_COMMITS_BEHIND )) && res+=" " + # ⇢42 if ahead of the push remote; no leading space if also behind: ⇠42⇢42. + (( VCS_STATUS_PUSH_COMMITS_AHEAD )) && res+="${clean}⇢${VCS_STATUS_PUSH_COMMITS_AHEAD}" + # *42 if have stashes. + (( VCS_STATUS_STASHES )) && res+=" ${clean}*${VCS_STATUS_STASHES}" + # 'merge' if the repo is in an unusual state. + [[ -n $VCS_STATUS_ACTION ]] && res+=" ${conflicted}${VCS_STATUS_ACTION}" + # ~42 if have merge conflicts. + (( VCS_STATUS_NUM_CONFLICTED )) && res+=" ${conflicted}~${VCS_STATUS_NUM_CONFLICTED}" + # +42 if have staged changes. + (( VCS_STATUS_NUM_STAGED )) && res+=" ${modified}+${VCS_STATUS_NUM_STAGED}" + # !42 if have unstaged changes. + (( VCS_STATUS_NUM_UNSTAGED )) && res+=" ${modified}!${VCS_STATUS_NUM_UNSTAGED}" + # ?42 if have untracked files. It's really a question mark, your font isn't broken. + # See POWERLEVEL9K_VCS_UNTRACKED_ICON above if you want to use a different icon. + # Remove the next line if you don't want to see untracked files at all. + (( VCS_STATUS_NUM_UNTRACKED )) && res+=" ${untracked}${(g::)POWERLEVEL9K_VCS_UNTRACKED_ICON}${VCS_STATUS_NUM_UNTRACKED}" + # "─" if the number of unstaged files is unknown. This can happen due to + # POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY (see below) being set to a non-negative number lower + # than the number of files in the Git index, or due to bash.showDirtyState being set to false + # in the repository config. The number of staged and untracked files may also be unknown + # in this case. + (( VCS_STATUS_HAS_UNSTAGED == -1 )) && res+=" ${modified}─" + + typeset -g my_git_format=$res + } + functions -M my_git_formatter 2>/dev/null + + # Don't count the number of unstaged, untracked and conflicted files in Git repositories with + # more than this many files in the index. Negative value means infinity. + # + # If you are working in Git repositories with tens of millions of files and seeing performance + # sagging, try setting POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY to a number lower than the output + # of `git ls-files | wc -l`. Alternatively, add `bash.showDirtyState = false` to the repository's + # config: `git config bash.showDirtyState false`. + typeset -g POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY=-1 + + # Don't show Git status in prompt for repositories whose workdir matches this pattern. + # For example, if set to '~', the Git repository at $HOME/.git will be ignored. + # Multiple patterns can be combined with '|': '~(|/foo)|/bar/baz/*'. + typeset -g POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN='~' + + # Disable the default Git status formatting. + typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true + # Install our own Git status formatter. + typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${$((my_git_formatter(1)))+${my_git_format}}' + typeset -g POWERLEVEL9K_VCS_LOADING_CONTENT_EXPANSION='${$((my_git_formatter(0)))+${my_git_format}}' + # Enable counters for staged, unstaged, etc. + typeset -g POWERLEVEL9K_VCS_{STAGED,UNSTAGED,UNTRACKED,CONFLICTED,COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=-1 + + # Icon color. + typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_COLOR=76 + typeset -g POWERLEVEL9K_VCS_LOADING_VISUAL_IDENTIFIER_COLOR=244 + # Custom icon. + # typeset -g POWERLEVEL9K_VCS_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_VCS_PREFIX='%246Fon ' + + # Show status of repositories of these types. You can add svn and/or hg if you are + # using them. If you do, your prompt may become slow even when your current directory + # isn't in an svn or hg reposotiry. + typeset -g POWERLEVEL9K_VCS_BACKENDS=(git) + + # These settings are used for repositories other than Git or when gitstatusd fails and + # Powerlevel10k has to fall back to using vcs_info. + typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND=76 + typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND=76 + typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND=178 + + ##########################[ status: exit code of the last command ]########################### + # Enable OK_PIPE, ERROR_PIPE and ERROR_SIGNAL status states to allow us to enable, disable and + # style them independently from the regular OK and ERROR state. + typeset -g POWERLEVEL9K_STATUS_EXTENDED_STATES=true + + # Status on success. No content, just an icon. No need to show it if prompt_char is enabled as + # it will signify success by turning green. + typeset -g POWERLEVEL9K_STATUS_OK=true + typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=70 + typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔' + + # Status when some part of a pipe command fails but the overall exit status is zero. It may look + # like this: 1|0. + typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true + typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=70 + typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔' + + # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as + # it will signify error by turning red. + typeset -g POWERLEVEL9K_STATUS_ERROR=true + typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 + typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' + + # Status when the last command was terminated by a signal. + typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL=true + typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_FOREGROUND=160 + # Use terse signal names: "INT" instead of "SIGINT(2)". + typeset -g POWERLEVEL9K_STATUS_VERBOSE_SIGNAME=false + typeset -g POWERLEVEL9K_STATUS_ERROR_SIGNAL_VISUAL_IDENTIFIER_EXPANSION='✘' + + # Status when some part of a pipe command fails and the overall exit status is also non-zero. + # It may look like this: 1|0. + typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE=true + typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_FOREGROUND=160 + typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘' + + ###################[ command_execution_time: duration of the last command ]################### + # Show duration of the last command if takes at least this many seconds. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 + # Show this many fractional digits. Zero means round to seconds. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 + # Execution time color. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=248 + # Duration format: 1d 2h 3m 4s. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' + # Custom icon. + # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%246Ftook ' + + #######################[ background_jobs: presence of background jobs ]####################### + # Don't show the number of background jobs. + typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VERBOSE=false + # Background jobs color. + typeset -g POWERLEVEL9K_BACKGROUND_JOBS_FOREGROUND=37 + # Custom icon. + # typeset -g POWERLEVEL9K_BACKGROUND_JOBS_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######################[ direnv: direnv status (https://direnv.net/) ]######################## + # Direnv color. + typeset -g POWERLEVEL9K_DIRENV_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_DIRENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###############[ asdf: asdf version manager (https://github.com/asdf-vm/asdf) ]############### + # Default asdf color. Only used to display tools for which there is no color override (see below). + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_FOREGROUND. + typeset -g POWERLEVEL9K_ASDF_FOREGROUND=66 + + # There are four parameters that can be used to hide asdf tools. Each parameter describes + # conditions under which a tool gets hidden. Parameters can hide tools but not unhide them. If at + # least one parameter decides to hide a tool, that tool gets hidden. If no parameter decides to + # hide a tool, it gets shown. + # + # Special note on the difference between POWERLEVEL9K_ASDF_SOURCES and + # POWERLEVEL9K_ASDF_PROMPT_ALWAYS_SHOW. Consider the effect of the following commands: + # + # asdf local python 3.8.1 + # asdf global python 3.8.1 + # + # After running both commands the current python version is 3.8.1 and its source is "local" as + # it takes precedence over "global". If POWERLEVEL9K_ASDF_PROMPT_ALWAYS_SHOW is set to false, + # it'll hide python version in this case because 3.8.1 is the same as the global version. + # POWERLEVEL9K_ASDF_SOURCES will hide python version only if the value of this parameter doesn't + # contain "local". + + # Hide tool versions that don't come from one of these sources. + # + # Available sources: + # + # - shell `asdf current` says "set by ASDF_${TOOL}_VERSION environment variable" + # - local `asdf current` says "set by /some/not/home/directory/file" + # - global `asdf current` says "set by /home/username/file" + # + # Note: If this parameter is set to (shell local global), it won't hide tools. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_SOURCES. + typeset -g POWERLEVEL9K_ASDF_SOURCES=(shell local global) + + # If set to false, hide tool versions that are the same as global. + # + # Note: The name of this parameter doesn't reflect its meaning at all. + # Note: If this parameter is set to true, it won't hide tools. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_PROMPT_ALWAYS_SHOW. + typeset -g POWERLEVEL9K_ASDF_PROMPT_ALWAYS_SHOW=false + + # If set to false, hide tool versions that are equal to "system". + # + # Note: If this parameter is set to true, it won't hide tools. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_SHOW_SYSTEM. + typeset -g POWERLEVEL9K_ASDF_SHOW_SYSTEM=true + + # If set to non-empty value, hide tools unless there is a file matching the specified file pattern + # in the current directory, or its parent directory, or its grandparent directory, and so on. + # + # Note: If this parameter is set to empty value, it won't hide tools. + # Note: SHOW_ON_UPGLOB isn't specific to asdf. It works with all prompt segments. + # Tip: Override this parameter for ${TOOL} with POWERLEVEL9K_ASDF_${TOOL}_SHOW_ON_UPGLOB. + # + # Example: Hide nodejs version when there is no package.json and no *.js files in the current + # directory, in `..`, in `../..` and so on. + # + # typeset -g POWERLEVEL9K_ASDF_NODEJS_SHOW_ON_UPGLOB='*.js|package.json' + typeset -g POWERLEVEL9K_ASDF_SHOW_ON_UPGLOB= + + # Ruby version from asdf. + typeset -g POWERLEVEL9K_ASDF_RUBY_FOREGROUND=168 + # typeset -g POWERLEVEL9K_ASDF_RUBY_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_RUBY_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Python version from asdf. + typeset -g POWERLEVEL9K_ASDF_PYTHON_FOREGROUND=37 + # typeset -g POWERLEVEL9K_ASDF_PYTHON_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_PYTHON_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Go version from asdf. + typeset -g POWERLEVEL9K_ASDF_GOLANG_FOREGROUND=37 + # typeset -g POWERLEVEL9K_ASDF_GOLANG_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_GOLANG_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Node.js version from asdf. + typeset -g POWERLEVEL9K_ASDF_NODEJS_FOREGROUND=70 + # typeset -g POWERLEVEL9K_ASDF_NODEJS_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_NODEJS_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Rust version from asdf. + typeset -g POWERLEVEL9K_ASDF_RUST_FOREGROUND=37 + # typeset -g POWERLEVEL9K_ASDF_RUST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_RUST_SHOW_ON_UPGLOB='*.foo|*.bar' + + # .NET Core version from asdf. + typeset -g POWERLEVEL9K_ASDF_DOTNET_CORE_FOREGROUND=134 + # typeset -g POWERLEVEL9K_ASDF_DOTNET_CORE_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_DOTNET_CORE_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Flutter version from asdf. + typeset -g POWERLEVEL9K_ASDF_FLUTTER_FOREGROUND=38 + # typeset -g POWERLEVEL9K_ASDF_FLUTTER_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_FLUTTER_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Lua version from asdf. + typeset -g POWERLEVEL9K_ASDF_LUA_FOREGROUND=32 + # typeset -g POWERLEVEL9K_ASDF_LUA_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_LUA_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Java version from asdf. + typeset -g POWERLEVEL9K_ASDF_JAVA_FOREGROUND=32 + # typeset -g POWERLEVEL9K_ASDF_JAVA_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_JAVA_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Perl version from asdf. + typeset -g POWERLEVEL9K_ASDF_PERL_FOREGROUND=67 + # typeset -g POWERLEVEL9K_ASDF_PERL_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_PERL_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Erlang version from asdf. + typeset -g POWERLEVEL9K_ASDF_ERLANG_FOREGROUND=125 + # typeset -g POWERLEVEL9K_ASDF_ERLANG_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_ERLANG_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Elixir version from asdf. + typeset -g POWERLEVEL9K_ASDF_ELIXIR_FOREGROUND=129 + # typeset -g POWERLEVEL9K_ASDF_ELIXIR_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_ELIXIR_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Postgres version from asdf. + typeset -g POWERLEVEL9K_ASDF_POSTGRES_FOREGROUND=31 + # typeset -g POWERLEVEL9K_ASDF_POSTGRES_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_POSTGRES_SHOW_ON_UPGLOB='*.foo|*.bar' + + # PHP version from asdf. + typeset -g POWERLEVEL9K_ASDF_PHP_FOREGROUND=99 + # typeset -g POWERLEVEL9K_ASDF_PHP_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_PHP_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Haskell version from asdf. + typeset -g POWERLEVEL9K_ASDF_HASKELL_FOREGROUND=172 + # typeset -g POWERLEVEL9K_ASDF_HASKELL_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_HASKELL_SHOW_ON_UPGLOB='*.foo|*.bar' + + # Julia version from asdf. + typeset -g POWERLEVEL9K_ASDF_JULIA_FOREGROUND=70 + # typeset -g POWERLEVEL9K_ASDF_JULIA_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_ASDF_JULIA_SHOW_ON_UPGLOB='*.foo|*.bar' + + ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### + # NordVPN connection indicator color. + typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=39 + # Hide NordVPN connection indicator when not connected. + typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION= + typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION= + # Custom icon. + # typeset -g POWERLEVEL9K_NORDVPN_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #################[ ranger: ranger shell (https://github.com/ranger/ranger) ]################## + # Ranger shell color. + typeset -g POWERLEVEL9K_RANGER_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_RANGER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ####################[ yazi: yazi shell (https://github.com/sxyazi/yazi) ]##################### + # Yazi shell color. + typeset -g POWERLEVEL9K_YAZI_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### + # Nnn shell color. + typeset -g POWERLEVEL9K_NNN_FOREGROUND=72 + # Custom icon. + # typeset -g POWERLEVEL9K_NNN_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######################[ lf: lf shell (https://github.com/gokcehan/lf) ]####################### + # lf shell color. + typeset -g POWERLEVEL9K_LF_FOREGROUND=72 + # Custom icon. + # typeset -g POWERLEVEL9K_LF_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##################[ xplr: xplr shell (https://github.com/sayanarijit/xplr) ]################## + # xplr shell color. + typeset -g POWERLEVEL9K_XPLR_FOREGROUND=72 + # Custom icon. + # typeset -g POWERLEVEL9K_XPLR_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########################[ vim_shell: vim shell indicator (:sh) ]########################### + # Vim shell indicator color. + typeset -g POWERLEVEL9K_VIM_SHELL_FOREGROUND=34 + # Custom icon. + # typeset -g POWERLEVEL9K_VIM_SHELL_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######[ midnight_commander: midnight commander shell (https://midnight-commander.org/) ]###### + # Midnight Commander shell color. + typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_MIDNIGHT_COMMANDER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #[ nix_shell: nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) ]## + # Nix shell color. + typeset -g POWERLEVEL9K_NIX_SHELL_FOREGROUND=74 + + # Display the icon of nix_shell if PATH contains a subdirectory of /nix/store. + # typeset -g POWERLEVEL9K_NIX_SHELL_INFER_FROM_PATH=false + + # Tip: If you want to see just the icon without "pure" and "impure", uncomment the next line. + # typeset -g POWERLEVEL9K_NIX_SHELL_CONTENT_EXPANSION= + + # Custom icon. + # typeset -g POWERLEVEL9K_NIX_SHELL_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##################[ chezmoi_shell: chezmoi shell (https://www.chezmoi.io/) ]################## + # chezmoi shell color. + typeset -g POWERLEVEL9K_CHEZMOI_SHELL_FOREGROUND=33 + # Custom icon. + # typeset -g POWERLEVEL9K_CHEZMOI_SHELL_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##################################[ disk_usage: disk usage ]################################## + # Colors for different levels of disk usage. + typeset -g POWERLEVEL9K_DISK_USAGE_NORMAL_FOREGROUND=35 + typeset -g POWERLEVEL9K_DISK_USAGE_WARNING_FOREGROUND=220 + typeset -g POWERLEVEL9K_DISK_USAGE_CRITICAL_FOREGROUND=160 + # Thresholds for different levels of disk usage (percentage points). + typeset -g POWERLEVEL9K_DISK_USAGE_WARNING_LEVEL=90 + typeset -g POWERLEVEL9K_DISK_USAGE_CRITICAL_LEVEL=95 + # If set to true, hide disk usage when below $POWERLEVEL9K_DISK_USAGE_WARNING_LEVEL percent. + typeset -g POWERLEVEL9K_DISK_USAGE_ONLY_WARNING=false + # Custom icon. + # typeset -g POWERLEVEL9K_DISK_USAGE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ vi_mode: vi mode (you don't need this if you've enabled prompt_char) ]########### + # Text and color for normal (a.k.a. command) vi mode. + typeset -g POWERLEVEL9K_VI_COMMAND_MODE_STRING=NORMAL + typeset -g POWERLEVEL9K_VI_MODE_NORMAL_FOREGROUND=106 + # Text and color for visual vi mode. + typeset -g POWERLEVEL9K_VI_VISUAL_MODE_STRING=VISUAL + typeset -g POWERLEVEL9K_VI_MODE_VISUAL_FOREGROUND=68 + # Text and color for overtype (a.k.a. overwrite and replace) vi mode. + typeset -g POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERTYPE + typeset -g POWERLEVEL9K_VI_MODE_OVERWRITE_FOREGROUND=172 + # Text and color for insert vi mode. + typeset -g POWERLEVEL9K_VI_INSERT_MODE_STRING= + typeset -g POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND=66 + # Custom icon. + # typeset -g POWERLEVEL9K_VI_MODE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######################################[ ram: free RAM ]####################################### + # RAM color. + typeset -g POWERLEVEL9K_RAM_FOREGROUND=66 + # Custom icon. + # typeset -g POWERLEVEL9K_RAM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #####################################[ swap: used swap ]###################################### + # Swap color. + typeset -g POWERLEVEL9K_SWAP_FOREGROUND=96 + # Custom icon. + # typeset -g POWERLEVEL9K_SWAP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######################################[ load: CPU load ]###################################### + # Show average CPU load over this many last minutes. Valid values are 1, 5 and 15. + typeset -g POWERLEVEL9K_LOAD_WHICH=5 + # Load color when load is under 50%. + typeset -g POWERLEVEL9K_LOAD_NORMAL_FOREGROUND=66 + # Load color when load is between 50% and 70%. + typeset -g POWERLEVEL9K_LOAD_WARNING_FOREGROUND=178 + # Load color when load is over 70%. + typeset -g POWERLEVEL9K_LOAD_CRITICAL_FOREGROUND=166 + # Custom icon. + # typeset -g POWERLEVEL9K_LOAD_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ todo: todo items (https://github.com/todotxt/todo.txt-cli) ]################ + # Todo color. + typeset -g POWERLEVEL9K_TODO_FOREGROUND=110 + # Hide todo when the total number of tasks is zero. + typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_TOTAL=true + # Hide todo when the number of tasks after filtering is zero. + typeset -g POWERLEVEL9K_TODO_HIDE_ZERO_FILTERED=false + + # Todo format. The following parameters are available within the expansion. + # + # - P9K_TODO_TOTAL_TASK_COUNT The total number of tasks. + # - P9K_TODO_FILTERED_TASK_COUNT The number of tasks after filtering. + # + # These variables correspond to the last line of the output of `todo.sh -p ls`: + # + # TODO: 24 of 42 tasks shown + # + # Here 24 is P9K_TODO_FILTERED_TASK_COUNT and 42 is P9K_TODO_TOTAL_TASK_COUNT. + # + # typeset -g POWERLEVEL9K_TODO_CONTENT_EXPANSION='$P9K_TODO_FILTERED_TASK_COUNT' + + # Custom icon. + # typeset -g POWERLEVEL9K_TODO_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ timewarrior: timewarrior tracking status (https://timewarrior.net/) ]############ + # Timewarrior color. + typeset -g POWERLEVEL9K_TIMEWARRIOR_FOREGROUND=110 + # If the tracked task is longer than 24 characters, truncate and append "…". + # Tip: To always display tasks without truncation, delete the following parameter. + # Tip: To hide task names and display just the icon when time tracking is enabled, set the + # value of the following parameter to "". + typeset -g POWERLEVEL9K_TIMEWARRIOR_CONTENT_EXPANSION='${P9K_CONTENT:0:24}${${P9K_CONTENT:24}:+…}' + + # Custom icon. + # typeset -g POWERLEVEL9K_TIMEWARRIOR_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##############[ taskwarrior: taskwarrior task count (https://taskwarrior.org/) ]############## + # Taskwarrior color. + typeset -g POWERLEVEL9K_TASKWARRIOR_FOREGROUND=74 + + # Taskwarrior segment format. The following parameters are available within the expansion. + # + # - P9K_TASKWARRIOR_PENDING_COUNT The number of pending tasks: `task +PENDING count`. + # - P9K_TASKWARRIOR_OVERDUE_COUNT The number of overdue tasks: `task +OVERDUE count`. + # + # Zero values are represented as empty parameters. + # + # The default format: + # + # '${P9K_TASKWARRIOR_OVERDUE_COUNT:+"!$P9K_TASKWARRIOR_OVERDUE_COUNT/"}$P9K_TASKWARRIOR_PENDING_COUNT' + # + # typeset -g POWERLEVEL9K_TASKWARRIOR_CONTENT_EXPANSION='$P9K_TASKWARRIOR_PENDING_COUNT' + + # Custom icon. + # typeset -g POWERLEVEL9K_TASKWARRIOR_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ######[ per_directory_history: Oh My Zsh per-directory-history local/global indicator ]####### + # Color when using local/global history. + typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_FOREGROUND=135 + typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_FOREGROUND=130 + + # Tip: Uncomment the next two lines to hide "local"/"global" text and leave just the icon. + # typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_CONTENT_EXPANSION='' + # typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_CONTENT_EXPANSION='' + + # Custom icon. + # typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################################[ cpu_arch: CPU architecture ]################################ + # CPU architecture color. + typeset -g POWERLEVEL9K_CPU_ARCH_FOREGROUND=172 + + # Hide the segment when on a specific CPU architecture. + # typeset -g POWERLEVEL9K_CPU_ARCH_X86_64_CONTENT_EXPANSION= + # typeset -g POWERLEVEL9K_CPU_ARCH_X86_64_VISUAL_IDENTIFIER_EXPANSION= + + # Custom icon. + # typeset -g POWERLEVEL9K_CPU_ARCH_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##################################[ context: user@hostname ]################################## + # Context color when running with privileges. + typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=178 + # Context color in SSH without privileges. + typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=180 + # Default context color (no privileges, no SSH). + typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180 + + # Context format when running with privileges: bold user@hostname. + typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m' + # Context format when in SSH without privileges: user@hostname. + typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_TEMPLATE='%n@%m' + # Default context format (no privileges, no SSH): user@hostname. + typeset -g POWERLEVEL9K_CONTEXT_TEMPLATE='%n@%m' + + # Don't show context unless running with privileges or in SSH. + # Tip: Remove the next line to always show context. + typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= + + # Custom icon. + # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + #typeset -g POWERLEVEL9K_CONTEXT_PREFIX='%246Fwith ' + + ###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]### + # Python virtual environment color. + typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37 + # Don't show Python version next to the virtual environment name. + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false + # If set to "false", won't show virtualenv if pyenv is already shown. + # If set to "if-different", won't show virtualenv if it's the same as pyenv. + typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false + # Separate environment name from Python version only with a space. + typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= + # Custom icon. + # typeset -g POWERLEVEL9K_VIRTUALENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #####################[ anaconda: conda environment (https://conda.io/) ]###################### + # Anaconda environment color. + typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND=37 + + # Anaconda segment format. The following parameters are available within the expansion. + # + # - CONDA_PREFIX Absolute path to the active Anaconda/Miniconda environment. + # - CONDA_DEFAULT_ENV Name of the active Anaconda/Miniconda environment. + # - CONDA_PROMPT_MODIFIER Configurable prompt modifier (see below). + # - P9K_ANACONDA_PYTHON_VERSION Current python version (python --version). + # + # CONDA_PROMPT_MODIFIER can be configured with the following command: + # + # conda config --set env_prompt '({default_env}) ' + # + # The last argument is a Python format string that can use the following variables: + # + # - prefix The same as CONDA_PREFIX. + # - default_env The same as CONDA_DEFAULT_ENV. + # - name The last segment of CONDA_PREFIX. + # - stacked_env Comma-separated list of names in the environment stack. The first element is + # always the same as default_env. + # + # Note: '({default_env}) ' is the default value of env_prompt. + # + # The default value of POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION expands to $CONDA_PROMPT_MODIFIER + # without the surrounding parentheses, or to the last path component of CONDA_PREFIX if the former + # is empty. + typeset -g POWERLEVEL9K_ANACONDA_CONTENT_EXPANSION='${${${${CONDA_PROMPT_MODIFIER#\(}% }%\)}:-${CONDA_PREFIX:t}}' + + # Custom icon. + # typeset -g POWERLEVEL9K_ANACONDA_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ pyenv: python environment (https://github.com/pyenv/pyenv) ]################ + # Pyenv color. + typeset -g POWERLEVEL9K_PYENV_FOREGROUND=37 + # Hide python version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_PYENV_SOURCES=(shell local global) + # If set to false, hide python version if it's the same as global: + # $(pyenv version-name) == $(pyenv global). + typeset -g POWERLEVEL9K_PYENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide python version if it's equal to "system". + typeset -g POWERLEVEL9K_PYENV_SHOW_SYSTEM=true + + # Pyenv segment format. The following parameters are available within the expansion. + # + # - P9K_CONTENT Current pyenv environment (pyenv version-name). + # - P9K_PYENV_PYTHON_VERSION Current python version (python --version). + # + # The default format has the following logic: + # + # 1. Display just "$P9K_CONTENT" if it's equal to "$P9K_PYENV_PYTHON_VERSION" or + # starts with "$P9K_PYENV_PYTHON_VERSION/". + # 2. Otherwise display "$P9K_CONTENT $P9K_PYENV_PYTHON_VERSION". + typeset -g POWERLEVEL9K_PYENV_CONTENT_EXPANSION='${P9K_CONTENT}${${P9K_CONTENT:#$P9K_PYENV_PYTHON_VERSION(|/*)}:+ $P9K_PYENV_PYTHON_VERSION}' + + # Custom icon. + # typeset -g POWERLEVEL9K_PYENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ goenv: go environment (https://github.com/syndbg/goenv) ]################ + # Goenv color. + typeset -g POWERLEVEL9K_GOENV_FOREGROUND=37 + # Hide go version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_GOENV_SOURCES=(shell local global) + # If set to false, hide go version if it's the same as global: + # $(goenv version-name) == $(goenv global). + typeset -g POWERLEVEL9K_GOENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide go version if it's equal to "system". + typeset -g POWERLEVEL9K_GOENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_GOENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ nodenv: node.js version from nodenv (https://github.com/nodenv/nodenv) ]########## + # Nodenv color. + typeset -g POWERLEVEL9K_NODENV_FOREGROUND=70 + # Hide node version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_NODENV_SOURCES=(shell local global) + # If set to false, hide node version if it's the same as global: + # $(nodenv version-name) == $(nodenv global). + typeset -g POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide node version if it's equal to "system". + typeset -g POWERLEVEL9K_NODENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_NODENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##############[ nvm: node.js version from nvm (https://github.com/nvm-sh/nvm) ]############### + # Nvm color. + typeset -g POWERLEVEL9K_NVM_FOREGROUND=70 + # If set to false, hide node version if it's the same as default: + # $(nvm version current) == $(nvm version default). + typeset -g POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW=false + # If set to false, hide node version if it's equal to "system". + typeset -g POWERLEVEL9K_NVM_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_NVM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ############[ nodeenv: node.js environment (https://github.com/ekalinin/nodeenv) ]############ + # Nodeenv color. + typeset -g POWERLEVEL9K_NODEENV_FOREGROUND=70 + # Don't show Node version next to the environment name. + typeset -g POWERLEVEL9K_NODEENV_SHOW_NODE_VERSION=false + # Separate environment name from Node version only with a space. + typeset -g POWERLEVEL9K_NODEENV_{LEFT,RIGHT}_DELIMITER= + # Custom icon. + # typeset -g POWERLEVEL9K_NODEENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##############################[ node_version: node.js version ]############################### + # Node version color. + typeset -g POWERLEVEL9K_NODE_VERSION_FOREGROUND=70 + # Show node version only when in a directory tree containing package.json. + typeset -g POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_NODE_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######################[ go_version: go version (https://golang.org) ]######################## + # Go version color. + typeset -g POWERLEVEL9K_GO_VERSION_FOREGROUND=37 + # Show go version only when in a go project subdirectory. + typeset -g POWERLEVEL9K_GO_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_GO_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #################[ rust_version: rustc version (https://www.rust-lang.org) ]################## + # Rust version color. + typeset -g POWERLEVEL9K_RUST_VERSION_FOREGROUND=37 + # Show rust version only when in a rust project subdirectory. + typeset -g POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_RUST_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###############[ dotnet_version: .NET version (https://dotnet.microsoft.com) ]################ + # .NET version color. + typeset -g POWERLEVEL9K_DOTNET_VERSION_FOREGROUND=134 + # Show .NET version only when in a .NET project subdirectory. + typeset -g POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_DOTNET_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #####################[ php_version: php version (https://www.php.net/) ]###################### + # PHP version color. + typeset -g POWERLEVEL9K_PHP_VERSION_FOREGROUND=99 + # Show PHP version only when in a PHP project subdirectory. + typeset -g POWERLEVEL9K_PHP_VERSION_PROJECT_ONLY=true + # Custom icon. + # typeset -g POWERLEVEL9K_PHP_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ laravel_version: laravel php framework version (https://laravel.com/) ]########### + # Laravel version color. + typeset -g POWERLEVEL9K_LARAVEL_VERSION_FOREGROUND=161 + # Custom icon. + # typeset -g POWERLEVEL9K_LARAVEL_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ####################[ java_version: java version (https://www.java.com/) ]#################### + # Java version color. + typeset -g POWERLEVEL9K_JAVA_VERSION_FOREGROUND=32 + # Show java version only when in a java project subdirectory. + typeset -g POWERLEVEL9K_JAVA_VERSION_PROJECT_ONLY=true + # Show brief version. + typeset -g POWERLEVEL9K_JAVA_VERSION_FULL=false + # Custom icon. + # typeset -g POWERLEVEL9K_JAVA_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###[ package: name@version from package.json (https://docs.npmjs.com/files/package.json) ]#### + # Package color. + typeset -g POWERLEVEL9K_PACKAGE_FOREGROUND=117 + # Package format. The following parameters are available within the expansion. + # + # - P9K_PACKAGE_NAME The value of `name` field in package.json. + # - P9K_PACKAGE_VERSION The value of `version` field in package.json. + # + # typeset -g POWERLEVEL9K_PACKAGE_CONTENT_EXPANSION='${P9K_PACKAGE_NAME//\%/%%}@${P9K_PACKAGE_VERSION//\%/%%}' + # Custom icon. + # typeset -g POWERLEVEL9K_PACKAGE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #############[ rbenv: ruby version from rbenv (https://github.com/rbenv/rbenv) ]############## + # Rbenv color. + typeset -g POWERLEVEL9K_RBENV_FOREGROUND=168 + # Hide ruby version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_RBENV_SOURCES=(shell local global) + # If set to false, hide ruby version if it's the same as global: + # $(rbenv version-name) == $(rbenv global). + typeset -g POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide ruby version if it's equal to "system". + typeset -g POWERLEVEL9K_RBENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_RBENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######################[ rvm: ruby version from rvm (https://rvm.io) ]######################## + # Rvm color. + typeset -g POWERLEVEL9K_RVM_FOREGROUND=168 + # Don't show @gemset at the end. + typeset -g POWERLEVEL9K_RVM_SHOW_GEMSET=false + # Don't show ruby- at the front. + typeset -g POWERLEVEL9K_RVM_SHOW_PREFIX=false + # Custom icon. + # typeset -g POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ fvm: flutter version management (https://github.com/leoafarias/fvm) ]############ + # Fvm color. + typeset -g POWERLEVEL9K_FVM_FOREGROUND=38 + # Custom icon. + # typeset -g POWERLEVEL9K_FVM_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ luaenv: lua version from luaenv (https://github.com/cehoffman/luaenv) ]########### + # Lua color. + typeset -g POWERLEVEL9K_LUAENV_FOREGROUND=32 + # Hide lua version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_LUAENV_SOURCES=(shell local global) + # If set to false, hide lua version if it's the same as global: + # $(luaenv version-name) == $(luaenv global). + typeset -g POWERLEVEL9K_LUAENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide lua version if it's equal to "system". + typeset -g POWERLEVEL9K_LUAENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_LUAENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###############[ jenv: java version from jenv (https://github.com/jenv/jenv) ]################ + # Java color. + typeset -g POWERLEVEL9K_JENV_FOREGROUND=32 + # Hide java version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_JENV_SOURCES=(shell local global) + # If set to false, hide java version if it's the same as global: + # $(jenv version-name) == $(jenv global). + typeset -g POWERLEVEL9K_JENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide java version if it's equal to "system". + typeset -g POWERLEVEL9K_JENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_JENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ plenv: perl version from plenv (https://github.com/tokuhirom/plenv) ]############ + # Perl color. + typeset -g POWERLEVEL9K_PLENV_FOREGROUND=67 + # Hide perl version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_PLENV_SOURCES=(shell local global) + # If set to false, hide perl version if it's the same as global: + # $(plenv version-name) == $(plenv global). + typeset -g POWERLEVEL9K_PLENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide perl version if it's equal to "system". + typeset -g POWERLEVEL9K_PLENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_PLENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ perlbrew: perl version from perlbrew (https://github.com/gugod/App-perlbrew) ]############ + # Perlbrew color. + typeset -g POWERLEVEL9K_PERLBREW_FOREGROUND=67 + # Show perlbrew version only when in a perl project subdirectory. + typeset -g POWERLEVEL9K_PERLBREW_PROJECT_ONLY=true + # Don't show "perl-" at the front. + typeset -g POWERLEVEL9K_PERLBREW_SHOW_PREFIX=false + # Custom icon. + # typeset -g POWERLEVEL9K_PERLBREW_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ############[ phpenv: php version from phpenv (https://github.com/phpenv/phpenv) ]############ + # PHP color. + typeset -g POWERLEVEL9K_PHPENV_FOREGROUND=99 + # Hide php version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_PHPENV_SOURCES=(shell local global) + # If set to false, hide php version if it's the same as global: + # $(phpenv version-name) == $(phpenv global). + typeset -g POWERLEVEL9K_PHPENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide php version if it's equal to "system". + typeset -g POWERLEVEL9K_PHPENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_PHPENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #######[ scalaenv: scala version from scalaenv (https://github.com/scalaenv/scalaenv) ]####### + # Scala color. + typeset -g POWERLEVEL9K_SCALAENV_FOREGROUND=160 + # Hide scala version if it doesn't come from one of these sources. + typeset -g POWERLEVEL9K_SCALAENV_SOURCES=(shell local global) + # If set to false, hide scala version if it's the same as global: + # $(scalaenv version-name) == $(scalaenv global). + typeset -g POWERLEVEL9K_SCALAENV_PROMPT_ALWAYS_SHOW=false + # If set to false, hide scala version if it's equal to "system". + typeset -g POWERLEVEL9K_SCALAENV_SHOW_SYSTEM=true + # Custom icon. + # typeset -g POWERLEVEL9K_SCALAENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ haskell_stack: haskell version from stack (https://haskellstack.org/) ]########### + # Haskell color. + typeset -g POWERLEVEL9K_HASKELL_STACK_FOREGROUND=172 + # Hide haskell version if it doesn't come from one of these sources. + # + # shell: version is set by STACK_YAML + # local: version is set by stack.yaml up the directory tree + # global: version is set by the implicit global project (~/.stack/global-project/stack.yaml) + typeset -g POWERLEVEL9K_HASKELL_STACK_SOURCES=(shell local) + # If set to false, hide haskell version if it's the same as in the implicit global project. + typeset -g POWERLEVEL9K_HASKELL_STACK_ALWAYS_SHOW=true + # Custom icon. + # typeset -g POWERLEVEL9K_HASKELL_STACK_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################[ terraform: terraform workspace (https://www.terraform.io) ]################# + # Don't show terraform workspace if it's literally "default". + typeset -g POWERLEVEL9K_TERRAFORM_SHOW_DEFAULT=false + # POWERLEVEL9K_TERRAFORM_CLASSES is an array with even number of elements. The first element + # in each pair defines a pattern against which the current terraform workspace gets matched. + # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) + # that gets matched. If you unset all POWERLEVEL9K_TERRAFORM_*CONTENT_EXPANSION parameters, + # you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_TERRAFORM_CLASSES defines the workspace class. Patterns are tried in order. The + # first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_TERRAFORM_CLASSES=( + # '*prod*' PROD + # '*test*' TEST + # '*' OTHER) + # + # If your current terraform workspace is "project_test", its class is TEST because "project_test" + # doesn't match the pattern '*prod*' but does match '*test*'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_TERRAFORM_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_TERRAFORM_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_TERRAFORM_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' + typeset -g POWERLEVEL9K_TERRAFORM_CLASSES=( + # '*prod*' PROD # These values are examples that are unlikely + # '*test*' TEST # to match your needs. Customize them as needed. + '*' OTHER) + typeset -g POWERLEVEL9K_TERRAFORM_OTHER_FOREGROUND=38 + # typeset -g POWERLEVEL9K_TERRAFORM_OTHER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #############[ terraform_version: terraform version (https://www.terraform.io) ]############## + # Terraform version color. + typeset -g POWERLEVEL9K_TERRAFORM_VERSION_FOREGROUND=38 + # Custom icon. + # typeset -g POWERLEVEL9K_TERRAFORM_VERSION_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #############[ kubecontext: current kubernetes context (https://kubernetes.io/) ]############# + # Show kubecontext only when the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show kubecontext. + typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx|oc|istioctl|kogito|k9s|helmfile|flux|fluxctl|stern|kubeseal|skaffold|kubent|kubecolor|cmctl|sparkctl' + + # Kubernetes context classes for the purpose of using different colors, icons and expansions with + # different contexts. + # + # POWERLEVEL9K_KUBECONTEXT_CLASSES is an array with even number of elements. The first element + # in each pair defines a pattern against which the current kubernetes context gets matched. + # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) + # that gets matched. If you unset all POWERLEVEL9K_KUBECONTEXT_*CONTENT_EXPANSION parameters, + # you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_KUBECONTEXT_CLASSES defines the context class. Patterns are tried in order. The + # first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( + # '*prod*' PROD + # '*test*' TEST + # '*' DEFAULT) + # + # If your current kubernetes context is "deathray-testing/default", its class is TEST + # because "deathray-testing/default" doesn't match the pattern '*prod*' but does match '*test*'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' + typeset -g POWERLEVEL9K_KUBECONTEXT_CLASSES=( + # '*prod*' PROD # These values are examples that are unlikely + # '*test*' TEST # to match your needs. Customize them as needed. + '*' DEFAULT) + typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=134 + # typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Use POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION to specify the content displayed by kubecontext + # segment. Parameter expansions are very flexible and fast, too. See reference: + # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. + # + # Within the expansion the following parameters are always available: + # + # - P9K_CONTENT The content that would've been displayed if there was no content + # expansion defined. + # - P9K_KUBECONTEXT_NAME The current context's name. Corresponds to column NAME in the + # output of `kubectl config get-contexts`. + # - P9K_KUBECONTEXT_CLUSTER The current context's cluster. Corresponds to column CLUSTER in the + # output of `kubectl config get-contexts`. + # - P9K_KUBECONTEXT_NAMESPACE The current context's namespace. Corresponds to column NAMESPACE + # in the output of `kubectl config get-contexts`. If there is no + # namespace, the parameter is set to "default". + # - P9K_KUBECONTEXT_USER The current context's user. Corresponds to column AUTHINFO in the + # output of `kubectl config get-contexts`. + # + # If the context points to Google Kubernetes Engine (GKE) or Elastic Kubernetes Service (EKS), + # the following extra parameters are available: + # + # - P9K_KUBECONTEXT_CLOUD_NAME Either "gke" or "eks". + # - P9K_KUBECONTEXT_CLOUD_ACCOUNT Account/project ID. + # - P9K_KUBECONTEXT_CLOUD_ZONE Availability zone. + # - P9K_KUBECONTEXT_CLOUD_CLUSTER Cluster. + # + # P9K_KUBECONTEXT_CLOUD_* parameters are derived from P9K_KUBECONTEXT_CLUSTER. For example, + # if P9K_KUBECONTEXT_CLUSTER is "gke_my-account_us-east1-a_my-cluster-01": + # + # - P9K_KUBECONTEXT_CLOUD_NAME=gke + # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=my-account + # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east1-a + # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 + # + # If P9K_KUBECONTEXT_CLUSTER is "arn:aws:eks:us-east-1:123456789012:cluster/my-cluster-01": + # + # - P9K_KUBECONTEXT_CLOUD_NAME=eks + # - P9K_KUBECONTEXT_CLOUD_ACCOUNT=123456789012 + # - P9K_KUBECONTEXT_CLOUD_ZONE=us-east-1 + # - P9K_KUBECONTEXT_CLOUD_CLUSTER=my-cluster-01 + typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION= + # Show P9K_KUBECONTEXT_CLOUD_CLUSTER if it's not empty and fall back to P9K_KUBECONTEXT_NAME. + POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${P9K_KUBECONTEXT_CLOUD_CLUSTER:-${P9K_KUBECONTEXT_NAME}}' + # Append the current context's namespace if it's not "default". + POWERLEVEL9K_KUBECONTEXT_DEFAULT_CONTENT_EXPANSION+='${${:-/$P9K_KUBECONTEXT_NAMESPACE}:#/default}' + + # Custom prefix. + typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX='%246Fat ' + + #[ aws: aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) ]# + # Show aws only when the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show aws. + typeset -g POWERLEVEL9K_AWS_SHOW_ON_COMMAND='aws|awless|cdk|terraform|pulumi|terragrunt' + + # POWERLEVEL9K_AWS_CLASSES is an array with even number of elements. The first element + # in each pair defines a pattern against which the current AWS profile gets matched. + # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) + # that gets matched. If you unset all POWERLEVEL9K_AWS_*CONTENT_EXPANSION parameters, + # you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_AWS_CLASSES defines the profile class. Patterns are tried in order. The + # first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_AWS_CLASSES=( + # '*prod*' PROD + # '*test*' TEST + # '*' DEFAULT) + # + # If your current AWS profile is "company_test", its class is TEST + # because "company_test" doesn't match the pattern '*prod*' but does match '*test*'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_AWS_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_AWS_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_AWS_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' + typeset -g POWERLEVEL9K_AWS_CLASSES=( + # '*prod*' PROD # These values are examples that are unlikely + # '*test*' TEST # to match your needs. Customize them as needed. + '*' DEFAULT) + typeset -g POWERLEVEL9K_AWS_DEFAULT_FOREGROUND=208 + # typeset -g POWERLEVEL9K_AWS_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # AWS segment format. The following parameters are available within the expansion. + # + # - P9K_AWS_PROFILE The name of the current AWS profile. + # - P9K_AWS_REGION The region associated with the current AWS profile. + typeset -g POWERLEVEL9K_AWS_CONTENT_EXPANSION='${P9K_AWS_PROFILE//\%/%%}${P9K_AWS_REGION:+ ${P9K_AWS_REGION//\%/%%}}' + + #[ aws_eb_env: aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) ]# + # AWS Elastic Beanstalk environment color. + typeset -g POWERLEVEL9K_AWS_EB_ENV_FOREGROUND=70 + # Custom icon. + # typeset -g POWERLEVEL9K_AWS_EB_ENV_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ azure: azure account name (https://docs.microsoft.com/en-us/cli/azure) ]########## + # Show azure only when the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show azure. + typeset -g POWERLEVEL9K_AZURE_SHOW_ON_COMMAND='az|terraform|pulumi|terragrunt' + + # POWERLEVEL9K_AZURE_CLASSES is an array with even number of elements. The first element + # in each pair defines a pattern against which the current azure account name gets matched. + # More specifically, it's P9K_CONTENT prior to the application of context expansion (see below) + # that gets matched. If you unset all POWERLEVEL9K_AZURE_*CONTENT_EXPANSION parameters, + # you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_AZURE_CLASSES defines the account class. Patterns are tried in order. The + # first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_AZURE_CLASSES=( + # '*prod*' PROD + # '*test*' TEST + # '*' OTHER) + # + # If your current azure account is "company_test", its class is TEST because "company_test" + # doesn't match the pattern '*prod*' but does match '*test*'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_AZURE_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_AZURE_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_AZURE_TEST_CONTENT_EXPANSION='> ${P9K_CONTENT} <' + typeset -g POWERLEVEL9K_AZURE_CLASSES=( + # '*prod*' PROD # These values are examples that are unlikely + # '*test*' TEST # to match your needs. Customize them as needed. + '*' OTHER) + + # Azure account name color. + typeset -g POWERLEVEL9K_AZURE_OTHER_FOREGROUND=32 + # Custom icon. + # typeset -g POWERLEVEL9K_AZURE_OTHER_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ##########[ gcloud: google cloud account and project (https://cloud.google.com/) ]########### + # Show gcloud only when the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show gcloud. + typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs|gsutil' + # Google cloud color. + typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=32 + + # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_PARTIAL_CONTENT_EXPANSION and/or + # POWERLEVEL9K_GCLOUD_COMPLETE_CONTENT_EXPANSION if the default is too verbose or not informative + # enough. You can use the following parameters in the expansions. Each of them corresponds to the + # output of `gcloud` tool. + # + # Parameter | Source + # -------------------------|-------------------------------------------------------------------- + # P9K_GCLOUD_CONFIGURATION | gcloud config configurations list --format='value(name)' + # P9K_GCLOUD_ACCOUNT | gcloud config get-value account + # P9K_GCLOUD_PROJECT_ID | gcloud config get-value project + # P9K_GCLOUD_PROJECT_NAME | gcloud projects describe $P9K_GCLOUD_PROJECT_ID --format='value(name)' + # + # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurrences of '%' replaced with '%%'. + # + # Obtaining project name requires sending a request to Google servers. This can take a long time + # and even fail. When project name is unknown, P9K_GCLOUD_PROJECT_NAME is not set and gcloud + # prompt segment is in state PARTIAL. When project name gets known, P9K_GCLOUD_PROJECT_NAME gets + # set and gcloud prompt segment transitions to state COMPLETE. + # + # You can customize the format, icon and colors of gcloud segment separately for states PARTIAL + # and COMPLETE. You can also hide gcloud in state PARTIAL by setting + # POWERLEVEL9K_GCLOUD_PARTIAL_VISUAL_IDENTIFIER_EXPANSION and + # POWERLEVEL9K_GCLOUD_PARTIAL_CONTENT_EXPANSION to empty. + typeset -g POWERLEVEL9K_GCLOUD_PARTIAL_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT_ID//\%/%%}' + typeset -g POWERLEVEL9K_GCLOUD_COMPLETE_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT_NAME//\%/%%}' + + # Send a request to Google (by means of `gcloud projects describe ...`) to obtain project name + # this often. Negative value disables periodic polling. In this mode project name is retrieved + # only when the current configuration, account or project id changes. + typeset -g POWERLEVEL9K_GCLOUD_REFRESH_PROJECT_NAME_SECONDS=60 + + # Custom icon. + # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #[ google_app_cred: google application credentials (https://cloud.google.com/docs/authentication/production) ]# + # Show google_app_cred only when the command you are typing invokes one of these tools. + # Tip: Remove the next line to always show google_app_cred. + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_SHOW_ON_COMMAND='terraform|pulumi|terragrunt' + + # Google application credentials classes for the purpose of using different colors, icons and + # expansions with different credentials. + # + # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES is an array with even number of elements. The first + # element in each pair defines a pattern against which the current kubernetes context gets + # matched. More specifically, it's P9K_CONTENT prior to the application of context expansion + # (see below) that gets matched. If you unset all POWERLEVEL9K_GOOGLE_APP_CRED_*CONTENT_EXPANSION + # parameters, you'll see this value in your prompt. The second element of each pair in + # POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES defines the context class. Patterns are tried in order. + # The first match wins. + # + # For example, given these settings: + # + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( + # '*:*prod*:*' PROD + # '*:*test*:*' TEST + # '*' DEFAULT) + # + # If your current Google application credentials is "service_account deathray-testing x@y.com", + # its class is TEST because it doesn't match the pattern '* *prod* *' but does match '* *test* *'. + # + # You can define different colors, icons and content expansions for different classes: + # + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_FOREGROUND=28 + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_VISUAL_IDENTIFIER_EXPANSION='⭐' + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_TEST_CONTENT_EXPANSION='$P9K_GOOGLE_APP_CRED_PROJECT_ID' + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_CLASSES=( + # '*:*prod*:*' PROD # These values are examples that are unlikely + # '*:*test*:*' TEST # to match your needs. Customize them as needed. + '*' DEFAULT) + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_FOREGROUND=32 + # typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Use POWERLEVEL9K_GOOGLE_APP_CRED_CONTENT_EXPANSION to specify the content displayed by + # google_app_cred segment. Parameter expansions are very flexible and fast, too. See reference: + # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. + # + # You can use the following parameters in the expansion. Each of them corresponds to one of the + # fields in the JSON file pointed to by GOOGLE_APPLICATION_CREDENTIALS. + # + # Parameter | JSON key file field + # ---------------------------------+--------------- + # P9K_GOOGLE_APP_CRED_TYPE | type + # P9K_GOOGLE_APP_CRED_PROJECT_ID | project_id + # P9K_GOOGLE_APP_CRED_CLIENT_EMAIL | client_email + # + # Note: ${VARIABLE//\%/%%} expands to ${VARIABLE} with all occurrences of '%' replaced by '%%'. + typeset -g POWERLEVEL9K_GOOGLE_APP_CRED_DEFAULT_CONTENT_EXPANSION='${P9K_GOOGLE_APP_CRED_PROJECT_ID//\%/%%}' + + ##############[ toolbox: toolbox name (https://github.com/containers/toolbox) ]############### + # Toolbox color. + typeset -g POWERLEVEL9K_TOOLBOX_FOREGROUND=178 + # Don't display the name of the toolbox if it matches fedora-toolbox-*. + typeset -g POWERLEVEL9K_TOOLBOX_CONTENT_EXPANSION='${P9K_TOOLBOX_NAME:#fedora-toolbox-*}' + # Custom icon. + # typeset -g POWERLEVEL9K_TOOLBOX_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_TOOLBOX_PREFIX='%246Fin ' + + ###############################[ public_ip: public IP address ]############################### + # Public IP color. + typeset -g POWERLEVEL9K_PUBLIC_IP_FOREGROUND=94 + # Custom icon. + # typeset -g POWERLEVEL9K_PUBLIC_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ########################[ vpn_ip: virtual private network indicator ]######################### + # VPN IP color. + typeset -g POWERLEVEL9K_VPN_IP_FOREGROUND=81 + # When on VPN, show just an icon without the IP address. + # Tip: To display the private IP address when on VPN, remove the next line. + typeset -g POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION= + # Regular expression for the VPN network interface. Run `ifconfig` or `ip -4 a show` while on VPN + # to see the name of the interface. + typeset -g POWERLEVEL9K_VPN_IP_INTERFACE='(gpd|wg|(.*tun)|tailscale)[0-9]*|(zt.*)' + # If set to true, show one segment per matching network interface. If set to false, show only + # one segment corresponding to the first matching network interface. + # Tip: If you set it to true, you'll probably want to unset POWERLEVEL9K_VPN_IP_CONTENT_EXPANSION. + typeset -g POWERLEVEL9K_VPN_IP_SHOW_ALL=false + # Custom icon. + # typeset -g POWERLEVEL9K_VPN_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ###########[ ip: ip address and bandwidth usage for a specified network interface ]########### + # IP color. + typeset -g POWERLEVEL9K_IP_FOREGROUND=38 + # The following parameters are accessible within the expansion: + # + # Parameter | Meaning + # ----------------------+------------------------------------------- + # P9K_IP_IP | IP address + # P9K_IP_INTERFACE | network interface + # P9K_IP_RX_BYTES | total number of bytes received + # P9K_IP_TX_BYTES | total number of bytes sent + # P9K_IP_RX_BYTES_DELTA | number of bytes received since last prompt + # P9K_IP_TX_BYTES_DELTA | number of bytes sent since last prompt + # P9K_IP_RX_RATE | receive rate (since last prompt) + # P9K_IP_TX_RATE | send rate (since last prompt) + typeset -g POWERLEVEL9K_IP_CONTENT_EXPANSION='${P9K_IP_RX_RATE:+%70F⇣$P9K_IP_RX_RATE }${P9K_IP_TX_RATE:+%215F⇡$P9K_IP_TX_RATE }%38F$P9K_IP_IP' + # Show information for the first network interface whose name matches this regular expression. + # Run `ifconfig` or `ip -4 a show` to see the names of all network interfaces. + typeset -g POWERLEVEL9K_IP_INTERFACE='[ew].*' + # Custom icon. + # typeset -g POWERLEVEL9K_IP_VISUAL_IDENTIFIER_EXPANSION='⭐' + + #########################[ proxy: system-wide http/https/ftp proxy ]########################## + # Proxy color. + typeset -g POWERLEVEL9K_PROXY_FOREGROUND=68 + # Custom icon. + # typeset -g POWERLEVEL9K_PROXY_VISUAL_IDENTIFIER_EXPANSION='⭐' + + ################################[ battery: internal battery ]################################# + # Show battery in red when it's below this level and not connected to power supply. + typeset -g POWERLEVEL9K_BATTERY_LOW_THRESHOLD=20 + typeset -g POWERLEVEL9K_BATTERY_LOW_FOREGROUND=160 + # Show battery in green when it's charging or fully charged. + typeset -g POWERLEVEL9K_BATTERY_{CHARGING,CHARGED}_FOREGROUND=70 + # Show battery in yellow when it's discharging. + typeset -g POWERLEVEL9K_BATTERY_DISCONNECTED_FOREGROUND=178 + # Battery pictograms going from low to high level of charge. + typeset -g POWERLEVEL9K_BATTERY_STAGES='\UF008E\UF007A\UF007B\UF007C\UF007D\UF007E\UF007F\UF0080\UF0081\UF0082\UF0079' + # Don't show the remaining time to charge/discharge. + typeset -g POWERLEVEL9K_BATTERY_VERBOSE=false + + #####################################[ wifi: wifi speed ]##################################### + # WiFi color. + typeset -g POWERLEVEL9K_WIFI_FOREGROUND=68 + # Custom icon. + # typeset -g POWERLEVEL9K_WIFI_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Use different colors and icons depending on signal strength ($P9K_WIFI_BARS). + # + # # Wifi colors and icons for different signal strength levels (low to high). + # typeset -g my_wifi_fg=(68 68 68 68 68) # <-- change these values + # typeset -g my_wifi_icon=('WiFi' 'WiFi' 'WiFi' 'WiFi' 'WiFi') # <-- change these values + # + # typeset -g POWERLEVEL9K_WIFI_CONTENT_EXPANSION='%F{${my_wifi_fg[P9K_WIFI_BARS+1]}}$P9K_WIFI_LAST_TX_RATE Mbps' + # typeset -g POWERLEVEL9K_WIFI_VISUAL_IDENTIFIER_EXPANSION='%F{${my_wifi_fg[P9K_WIFI_BARS+1]}}${my_wifi_icon[P9K_WIFI_BARS+1]}' + # + # The following parameters are accessible within the expansions: + # + # Parameter | Meaning + # ----------------------+--------------- + # P9K_WIFI_SSID | service set identifier, a.k.a. network name + # P9K_WIFI_LINK_AUTH | authentication protocol such as "wpa2-psk" or "none"; empty if unknown + # P9K_WIFI_LAST_TX_RATE | wireless transmit rate in megabits per second + # P9K_WIFI_RSSI | signal strength in dBm, from -120 to 0 + # P9K_WIFI_NOISE | noise in dBm, from -120 to 0 + # P9K_WIFI_BARS | signal strength in bars, from 0 to 4 (derived from P9K_WIFI_RSSI and P9K_WIFI_NOISE) + + ####################################[ time: current time ]#################################### + # Current time color. + typeset -g POWERLEVEL9K_TIME_FOREGROUND=66 + # Format for the current time: 09:51:02. See `man 3 strftime`. + typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' + # If set to true, time will update when you hit enter. This way prompts for the past + # commands will contain the start times of their commands as opposed to the default + # behavior where they contain the end times of their preceding commands. + typeset -g POWERLEVEL9K_TIME_UPDATE_ON_COMMAND=false + # Custom icon. + # typeset -g POWERLEVEL9K_TIME_VISUAL_IDENTIFIER_EXPANSION='⭐' + # Custom prefix. + typeset -g POWERLEVEL9K_TIME_PREFIX='%246Fat ' + + # Example of a user-defined prompt segment. Function prompt_example will be called on every + # prompt if `example` prompt segment is added to POWERLEVEL9K_LEFT_PROMPT_ELEMENTS or + # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS. It displays an icon and orange text greeting the user. + # + # Type `p10k help segment` for documentation and a more sophisticated example. + function prompt_example() { + p10k segment -f 208 -i '⭐' -t 'hello, %n' + } + + # User-defined prompt segments may optionally provide an instant_prompt_* function. Its job + # is to generate the prompt segment for display in instant prompt. See + # https://github.com/romkatv/powerlevel10k#instant-prompt. + # + # Powerlevel10k will call instant_prompt_* at the same time as the regular prompt_* function + # and will record all `p10k segment` calls it makes. When displaying instant prompt, Powerlevel10k + # will replay these calls without actually calling instant_prompt_*. It is imperative that + # instant_prompt_* always makes the same `p10k segment` calls regardless of environment. If this + # rule is not observed, the content of instant prompt will be incorrect. + # + # Usually, you should either not define instant_prompt_* or simply call prompt_* from it. If + # instant_prompt_* is not defined for a segment, the segment won't be shown in instant prompt. + function instant_prompt_example() { + # Since prompt_example always makes the same `p10k segment` calls, we can call it from + # instant_prompt_example. This will give us the same `example` prompt segment in the instant + # and regular prompts. + prompt_example + } + + # User-defined prompt segments can be customized the same way as built-in segments. + # typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=208 + # typeset -g POWERLEVEL9K_EXAMPLE_VISUAL_IDENTIFIER_EXPANSION='⭐' + + # Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt + # when accepting a command line. Supported values: + # + # - off: Don't change prompt when accepting a command line. + # - always: Trim down prompt when accepting a command line. + # - same-dir: Trim down prompt when accepting a command line unless this is the first command + # typed after changing current working directory. + typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=always + + # Instant prompt mode. + # + # - off: Disable instant prompt. Choose this if you've tried instant prompt and found + # it incompatible with your zsh configuration files. + # - quiet: Enable instant prompt and don't print warnings when detecting console output + # during zsh initialization. Choose this if you've read and understood + # https://github.com/romkatv/powerlevel10k#instant-prompt. + # - verbose: Enable instant prompt and print a warning when detecting console output during + # zsh initialization. Choose this if you've never tried instant prompt, haven't + # seen the warning, or if you are unsure what this all means. + typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose + + # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. + # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload + # can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you + # really need it. + typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true + + # If p10k is already loaded, reload configuration. + # This works even with POWERLEVEL9K_DISABLE_HOT_RELOAD=true. + (( ! $+functions[p10k] )) || p10k reload +} + +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + +(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} +'builtin' 'unset' 'p10k_config_opts' diff --git a/private_dot_config/zsh/dot_zfunc/prompt_jinks_setup b/private_dot_config/zsh/dot_zfunc/prompt_jinks_setup new file mode 100644 index 0000000..c9993b4 --- /dev/null +++ b/private_dot_config/zsh/dot_zfunc/prompt_jinks_setup @@ -0,0 +1,90 @@ + +prompt_jinks_help () { + cat < [ []]] + +The default colors are green for host and green/red for user/root. +This theme works best with a dark background. + +EOH +} + +prompt_jinks_setup () { + + GITBRANCH=`which git 2>/dev/null` + precmd () { + psvar=() + if [[ -n ${GITBRANCH} ]]; then + BRANCH=($(git branch 2>/dev/null | grep '*')); BRANCH=$BRANCH[2] + if [ $BRANCH ]; then + BRANCH="(git: $BRANCH) " + psvar[1]=$BRANCH + fi + fi + } + + setopt promptsubst + local host_col=${1:-'green'} + local user_col=${2:-'green'} + local root_col=${3:-'red'} + local parens_col=blue + colors + + PR_TITLEBAR='' + PR_STITLE='' + case $TERM in + xterm*|rxvt*) + PR_TITLEBAR=$'%{\e]0;%(!.-=*[ROOT]*=- | .)%n@%m:%~ | %y\a%}' + ;; + screen) + PR_TITLEBAR=$'%{\e_screen \005 (\005t) | %(!.-=[ROOT]=- | .)%n@%m:%~ | %y\e\\%}' + PR_STITLE=$'%{\ekzsh\e\\%}' + ;; + *) + PR_TITLEBAR='' + ;; + esac + + local parens="%{$fg_bold[$parens_col]%}" + local host="%{$fg_bold[$host_col]%}" + local usr="%{$fg_bold[$user_col]%}" + local root="%{$fg_bold[$root_col]%}" + local reset="%{$reset_color%}" + + local lpar="$parens($reset" + local rpar="$parens)$reset" + local lbra="$parens%\[$reset" + local rbra="$parens%\]$reset" + + local clock="$lpar%{$fg_bold[$host_col]%}%T$rpar" + local userstr="%(!.$root.$usr)%n" + local hoststr="%{$fg_no_bold[yellow]%}@$host%m" + local dirstr="%{$fg_bold[cyan]%}%~" + [[ -n $SCHROOT_SESSION_ID ]] && local schroot="$lpar%{$fg_bold[red]%}${SCHROOT_SESSION_ID%%-*}$rpar" + + PS2="$lpar%{$fg_bold[cyan]%}%_$rpar%{$fg_bold[yellow]%} ->$reset " + RPROMPT="(%B%(?.%{$fg_bold[green]%}%?.%{$fg_bold[red]%}%?)%b$reset)" + PROMPT="$PR_STITLE${(e)PR_TITLEBAR}$schroot$clock$lbra$userstr$hoststr$rbra$dirstr$reset %v%# " + +} + +prompt_jinks_preview () { + local color colors + colors=(red yellow green blue magenta) + + if (( ! $#* )); then + for (( i = 1; i <= $#colors; i++ )); do + color=$colors[$i] + prompt_preview_theme jinks $color + (( i < $#colors )) && print + done + else + prompt_preview_theme jinks "$@" + fi +} + +prompt_jinks_setup "$@" + +# vim: ft=zsh: diff --git a/private_dot_config/zsh/dot_zshrc b/private_dot_config/zsh/dot_zshrc new file mode 100644 index 0000000..d8bf063 --- /dev/null +++ b/private_dot_config/zsh/dot_zshrc @@ -0,0 +1,252 @@ +# Personal Zsh configuration file. It is strongly recommended to keep all +# shell customization and configuration (including exported environment +# variables such as PATH) in this file or in files sourced from it. +# +# Documentation: https://github.com/romkatv/zsh4humans/blob/v5/README.md. + +# Periodic auto-update on Zsh startup: 'ask' or 'no'. +# You can manually run `z4h update` to update everything. +zstyle ':z4h:' auto-update 'no' +# Ask whether to auto-update this often; has no effect if auto-update is 'no'. +zstyle ':z4h:' auto-update-days '28' + +# Keyboard type: 'mac' or 'pc'. +zstyle ':z4h:bindkey' keyboard 'pc' + +# Don't start tmux. +zstyle ':z4h:' start-tmux no + +# Mark up shell's output with semantic information. +zstyle ':z4h:' term-shell-integration 'yes' + +# Right-arrow key accepts one character ('partial-accept') from +# command autosuggestions or the whole thing ('accept')? +zstyle ':z4h:autosuggestions' forward-char 'accept' + +# Recursively traverse directories when TAB-completing files. +zstyle ':z4h:fzf-complete' recurse-dirs 'no' + +# Enable direnv to automatically source .envrc files. +zstyle ':z4h:direnv' enable 'no' +# Show "loading" and "unloading" notifications from direnv. +zstyle ':z4h:direnv:success' notify 'yes' + +# Enable ('yes') or disable ('no') automatic teleportation of z4h over +# SSH when connecting to these hosts. +zstyle ':z4h:ssh:example-hostname1' enable 'yes' +zstyle ':z4h:ssh:zeus' enable 'yes' +zstyle ':z4h:ssh:*.example-hostname2' enable 'no' +# The default value if none of the overrides above match the hostname. +zstyle ':z4h:ssh:*' enable 'no' + +# Send these files over to the remote host when connecting over SSH to the +# enabled hosts. +zstyle ':z4h:ssh:*' send-extra-files '~/.nanorc' '~/.env.zsh' + +# Clone additional Git repositories from GitHub. +# +# This doesn't do anything apart from cloning the repository and keeping it +# up-to-date. Cloned files can be used after `z4h init`. This is just an +# example. If you don't plan to use Oh My Zsh, delete this line. +z4h install ohmyzsh/ohmyzsh || return + +# Install or update core components (fzf, zsh-autosuggestions, etc.) and +# initialize Zsh. After this point console I/O is unavailable until Zsh +# is fully initialized. Everything that requires user interaction or can +# perform network I/O must be done above. Everything else is best done below. +z4h init || return + +# Extend PATH. +path=(~/bin $path) + +# Export environment variables. +export GPG_TTY=$TTY + +# Source additional local files if they exist. +z4h source ~/.env.zsh + +# Use additional Git repositories pulled in with `z4h install`. +# +# This is just an example that you should delete. It does nothing useful. +z4h source ohmyzsh/ohmyzsh/lib/diagnostics.zsh # source an individual file +z4h load ohmyzsh/ohmyzsh/plugins/emoji-clock # load a plugin + +# Define key bindings. +z4h bindkey z4h-backward-kill-word Ctrl+Backspace Ctrl+H +z4h bindkey z4h-backward-kill-zword Ctrl+Alt+Backspace + +z4h bindkey undo Ctrl+/ Shift+Tab # undo the last command line change +z4h bindkey redo Alt+/ # redo the last undone command line change + +z4h bindkey z4h-cd-back Alt+Left # cd into the previous directory +z4h bindkey z4h-cd-forward Alt+Right # cd into the next directory +z4h bindkey z4h-cd-up Alt+Up # cd into the parent directory +z4h bindkey z4h-cd-down Alt+Down # cd into a child directory + +# Autoload functions. +autoload -Uz zmv + +# Define functions and completions. +function md() { [[ $# == 1 ]] && mkdir -p -- "$1" && cd -- "$1" } +compdef _directories md + +# Define named directories: ~w <=> Windows home directory on WSL. +[[ -z $z4h_win_home ]] || hash -d w=$z4h_win_home + +# Define aliases. +alias tree='tree -a -I .git' + +# Add flags to existing aliases. +alias ls="${aliases[ls]:-ls} -A" + +# Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html. +setopt glob_dots # no special treatment for file names with a leading dot +setopt no_auto_menu # require an extra TAB press to open the completion menu + +# Personal settings +# Some extra configuration +setopt numericglobsort # sort filenames numerically when it makes sense + +# History configurations +HISTSIZE=50000 +SAVEHIST=30000 +setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE +setopt hist_ignore_all_dups # ignore duplicated commands history list +setopt hist_ignore_space # ignore commands that start with space +setopt hist_verify # show command with history expansion to user before running it +#setopt inc_append_history # Write to the history file immediately, not when the shell exits. -- conflicts with share_history +setopt share_history # share command history data +setopt extended_history # Write the history file in the ":start:elapsed;command" format. +setopt hist_save_no_dups # Don't write duplicate entries in the history file. +setopt hist_reduce_blanks # Remove superfluous blanks before recording entry. + +# force zsh to show the complete history +alias history="history 0" + +# enable additional color support +if [ -x /usr/bin/dircolors ]; then + alias fgrep='fgrep --color=auto' + alias diff='diff --color=auto' + alias ip='ip --color=auto' +fi + +# Distro specific settings +[[ -a /etc/gentoo-release ]] && export DISTRO=gentoo +[[ -a /etc/arch-release ]] && export DISTRO=arch +[[ -a /etc/debian_version ]] && export DISTRO=debian +case $DISTRO in + (debian) + sudo="sudo " + alias agi="${sudo}apt install" + alias pai="${sudo}apt install" + alias acs="apt search" + alias pas="apt search" + alias acp="apt policy" + alias acss="apt show" + alias agu="${sudo}apt update" + alias agdu="${sudo}apt dist-upgrade" + ;; + (gentoo) + export PALUDIS_OPTIONS="--dl-reinstall-scm weekly" + export PALUDIS_NO_WRITE_CACHE_CLEAN=yes + alias emerge='echo "Use Paludis!"' + alias pap='paludis -pi' + alias pai='nice -n 20 paludis -i' + alias pas='inquisitio -s' + alias paq='paludis -q' + alias qlop='pint.rb' + alias pao='paludis -o' + alias pal='paludis --contents' + ;; + (arch) + pkgman="pacman" + sudo="sudo " + if [ -x /usr/bin/yay ]; then + pkgman="yay" + sudo="" + fi + if [ -x /usr/bin/paru ]; then + pkgman="paru" + sudo="" + alias yay=paru + fi + alias pai="${sudo}${pkgman} -S ${aur}" + alias paR="${sudo}${pkgman} -Rnsc ${aur}" + alias pas="${pkgman} -Ss ${aur}" + alias pao="${pkgman} -Qo" + alias pal="${pkgman} -Ql" + alias paq="yes n |${sudo}${pkgman} -Si ${aur}" + alias padu="${sudo}${pkgman} -Syu" + alias y="${sudo}${pkgman} ${aur}" + ;; +esac + +# Functions +hex() { echo ${$(echo "obase=16; $1" | bc):l} } +int() { echo $(echo "ibase=16; ${1:u}" | bc) } +# Bash Versions: +# hex() { I=$(echo "obase=16; $1" | bc); echo ${I,,}; } +# int() { H=${1^^}; echo $(echo "ibase=16; $H" | bc); } +clearcaches() +{ + echo "Before:" + free -m + echo -n 'syncing... ' + sync + echo 'clearing caches...\n' + echo -n '3' > /proc/sys/vm/drop_caches + echo 'After:' + free -m +} +saneperms() +{ + find . -type d -print0| xargs -0 chmod 755 + find . -type f -print0| xargs -0 chmod ${1:=644} +} +lowercase() +{ + print -n 'Really lowercase all files? (yn) ' + if read -q ; then + for i in * ; do + mv $i $i:l + done + fi +} +dirdiff() +{ + # Shell-escape each path: + DIR1=$(printf '%q' "$1"); shift + DIR2=$(printf '%q' "$1"); shift + nvim $@ -c "DirDiff $DIR1 $DIR2" +} + +# Global aliases -- These do not have to be at the beginning of +# the command line. +alias -g :g='| grep' # Easy grepping +alias -g :p='| $PAGER' # Easy piping one +alias -g :sp='| sort | $PAGER' # Easy piping two +alias -g :n='&> /dev/null' # Easy piping to /dev/null +alias -g :sn='1> /dev/null' # See above +alias -g :en='2> /dev/null' # Ditto +# Directories +hash -d KSP='/mnt/games/Steam/steamapps/common/Kerbal Space Program' + +# Aliases +alias quickweb='python -m http.server' +alias df='pydf' +alias screen='tmux' +alias pp='python -mjson.tool' +alias vim='nvim' +alias vimdiff='nvim -d' + +if (( _z4h_use[zsh-history-substring-search] )); then + # Move cursor one line up or fetch the previous command from LOCAL history. + bindkey '^[[A' z4h-up-substring-global # up + # Move cursor one line down or fetch the next command from LOCAL history. + bindkey '^[[B' z4h-down-substring-global # down +else + # Move cursor one line up or fetch the previous command from LOCAL history. + bindkey '^[[A' z4h-up-prefix-global # up + # Move cursor one line down or fetch the next command from LOCAL history. + bindkey '^[[B' z4h-down-prefix-global # down +fi diff --git a/private_dot_config/zsh/private_dot_zsh_history b/private_dot_config/zsh/private_dot_zsh_history new file mode 100644 index 0000000..aaaf6c2 --- /dev/null +++ b/private_dot_config/zsh/private_dot_zsh_history @@ -0,0 +1,10797 @@ +: 1645191142:0;evince hCPiXVOp_uv.pdf +: 1645191186:0;rm hCPiXVOp_uv.pdf +: 1645191289:0;qpdf --password=49716 hCPiXVOp.pdf > Depot_Eröffnung.pdf +: 1645191297:0;man qpdf +: 1645191312:0;qpdf --help +: 1645191362:0;qpdf --help | grep -i pass +: 1645191417:0;qpdf --password=49716 --password-mode=none hCPiXVOp.pdf Depot_Eröffnung.pdf +: 1645191427:0;qpdf --password=49716 hCPiXVOp.pdf Depot_Eröffnung.pdf +: 1645191432:0;file Depot_Eröffnung.pdf +: 1645191477:0;qpdf --password=49716 --decrypt hCPiXVOp.pdf Depot_Eröffnung.pdf +: 1645191479:0;zathura Depot_Eröffnung.pdf +: 1645191482:0;rm hCPiXVOp.pdf +: 1645191494:0;evince Depot_Eröffnung.pdf +: 1645264606:0;pas jabra +: 1645264622:0;pacman -Ss jabra +: 1645264626:0;pacman -Ss jab +: 1645264671:0;cd aur/yay +: 1645264729:0;yay -Ss jabra +: 1645264740:0;ping aur.archlinux.org +: 1645265638:0;yay -Qo /usr/bin/kde-open +: 1645265645:0;ls -l /usr/bin/kde-open +: 1645265649:0;rm /usr/bin/kde-open +: 1645265652:0;sudo rm /usr/bin/kde-open +: 1645267556:0;pas xdg +: 1645267593:0;pal community/xdg-desktop-portal-wlr +: 1645267756:0;pas obs +: 1645267787:0;yay -Rnsc wlrobs +: 1645268662:0;pas wayland-info +: 1645268826:0;slurp -f %o +: 1645268831:0;man /usr/share/man/man5/xdg-desktop-portal-wlr.5.gz +: 1645268834:0;slurp -f %o -or +: 1645268894:0;sudo systemctl reboot +: 1645268992:0;fdsf +: 1645270479:0;ls Pic +: 1645270484:0;ls Pictures/S +: 1645270804:0;cd Pictures +: 1645270812:0;ls Screenshots +: 1645271055:0;ls ~/bin +: 1645271078:0;sleep 5 && sway-prop +: 1645271172:0;flameshot launcher +: 1645271285:0;flameshot screen +: 1645271293:0;flameshot full +: 1645271300:0;feh /home/jinks/Pictures/Screenshots/screenshot_2022-02-19-124814.png +: 1645271317:0;rm /home/jinks/Pictures/Screenshots/screenshot_2022-02-19-124814.png +: 1645271618:0;flameshot -h +: 1645271627:0;flameshot -h gui +: 1645271635:0;flameshot --help gui +: 1645271641:0;flameshot gui --help +: 1645271696:0;flameshot gui -s +: 1645271709:0;rm /home/jinks/Pictures/Screenshots/screenshot_2022-02-19-125500.png +: 1645271727:0;rg murrine +: 1645274623:0;systemctl --user --now enable wireplumber +: 1645274627:0;ps aux | grep wire +: 1645274638:0;pao /usr/bin/pipewire-media-session +: 1645274645:0;ls -l /usr/bin/pipewire-media-session +: 1645274688:0;systemctl --user --now disable pipewire-media-session +: 1645274706:0;cat /etc/pipewire/pipewire.conf +: 1645274709:0;cat /etc/pipewire/pipewire.conf.d +: 1645274824:0;pas wire +: 1645274837:0;pas wireplu +: 1645274859:0;pas pipewi +: 1645274982:0;pal foot +: 1645275223:0;pas kirigami +: 1645275299:0;pipecontrol +: 1645275369:0;yay -Rnscpipecontrol +: 1645275373:0;yay -Rnsc pipecontrol +: 1645275756:0;pw-viz +: 1645275939:0;yay -Rnsc pw-viz +: 1645275993:0;pal jamesdsp +: 1645276036:0;pal qpwgraph +: 1645276537:0;cd .config/jamesdsp +: 1645276540:0;cd irs +: 1645279890:0;wget 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/6a41ef09-4bb6-4714-b772-d4277be5d6ca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220219%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220219T141040Z&X-Amz-Expires=300&X-Amz-Signature=b3b3b5508bc4bc5f364fe22494dc94139b38e831766ac2f410635c76d56d3585&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DProton-7.2-GE-2.tar.gz&response-content-type=application%2Foctet-stream' | tar xv +: 1645279948:0;wget 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/6a41ef09-4bb6-4714-b772-d4277be5d6ca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220219%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220219T141040Z&X-Amz-Expires=300&X-Amz-Signature=b3b3b5508bc4bc5f364fe22494dc94139b38e831766ac2f410635c76d56d3585&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DProton-7.2-GE-2.tar.gz&response-content-type=application%2Foctet-stream' | tar xzv +: 1645280013:0;wget 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/6a41ef09-4bb6-4714-b772-d4277be5d6ca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220219%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220219T141040Z&X-Amz-Expires=300&X-Amz-Signature=b3b3b5508bc4bc5f364fe22494dc94139b38e831766ac2f410635c76d56d3585&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DProton-7.2-GE-2.tar.gz&response-content-type=application%2Foctet-stream' > pge.tar.gz +: 1645280060:0;file pge.tar.gz +: 1645280081:0;tar xvf 6a41ef09-4bb6-4714-b772-d4277be5d6ca\?X-Amz-Algorithm=AWS4-HMAC-SHA256\&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220219%2Fus-east-1%2Fs3%2Faws4_request\&X-Amz-Date=20220219T141040Z\&X-Amz-Expires=300\&X-Amz-Signature=b3b3b5508bc4bc5f364fe22 +: 1645280099:0;rm 6a41ef09-4bb6-4714-b772-d4277be5d6ca\?X-Amz-Algorithm=AWS4-HMAC-SHA256\&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220219%2Fus-east-1%2Fs3%2Faws4_request\&X-Amz-Date=20220219T141040Z\&X-Amz-Expires=300\&X-Amz-Signature=b3b3b5508bc4bc5f364fe22* +: 1645280103:0;rm pge.tar.gz +: 1645307436:0;bin/ckan +: 1645307440:0;locate ckan +: 1645310608:0;ckan.exe --help +: 1645310624:0;ckan.exe upgrade +: 1645310825:0;cert-sync /etc/ssl/certs/ca-certificates.crtcd ~KSP +: 1645310834:0;rm CKAN/registry. +: 1645310836:0;rm CKAN/registry.locked +: 1645311018:0;ckan.exe install cert-sync /etc/ssl/certs/ca-certificates.crt +: 1645311217:0;openssl -in /etc/ssl/certs/ +: 1645311230:0;ls /etc/ssl/certs/ca-certificates.crt -l +: 1645311235:0;ls /etc/ssl/certs/ +: 1645311247:0;ls /etc/ssl/certs/ISRG_Root_X2.pem +: 1645311259:0;openssl -in /etc/ssl/certs/ISRG_Root_X2.pem +: 1645311266:0;openssl /etc/ssl/certs/ISRG_Root_X2.pem +: 1645311304:0;openssl x509 -enddate -noout -in /etc/ssl/certs/ISRG_Root_X2.pem +: 1645311336:0;fint /etc/ssl/certs -iname "*.pem" -exec openssl x509 -enddate -noout -in {} \; +: 1645311338:0;find /etc/ssl/certs -iname "*.pem" -exec openssl x509 -enddate -noout -in {} \; +: 1645311381:0;find /etc/ssl/certs -iname "*.pem" -exec openssl x509 -enddate -noout -in {} \; | sort +: 1645311395:0;find /etc/ssl/certs -iname "*.pem" -exec openssl x509 -enddate -noout -in {} \; | grep 2022 +: 1645311400:0;find /etc/ssl/certs -iname "*.pem" -exec openssl x509 -enddate -noout -in {} \; | grep 2021 +: 1645311403:0;find /etc/ssl/certs -iname "*.pem" -exec openssl x509 -enddate -noout -in {} \; | grep 2020 +: 1645311430:0;cert-sync /etc/ssl/certs/ca-certificates.crt +: 1645311449:0;ls -l /usr/share/.mono +: 1645311465:0;find /usr/share/.mono -exec pacman -Qo {} \; +: 1645311506:0;rm -rf /usr/share/.mono +: 1645311512:0;sudo rm -rf /usr/share/.mono +: 1645311555:0;ckan.exe install StationPartsExpansionRedux +: 1645311591:0;lsof | grep -i ckan +: 1645311626:0;ckan.exe search stationparts +: 1645311676:0;ckan.exe install StationPartsExpansionRedux-IVAs +: 1645311725:0;ls .local/share/CKAN +: 1645311728:0;ls .local/share/CKAN/downloads +: 1645311733:0;du -hs .local/share/CKAN/downloads +: 1645311744:0;ckan.exe upgrade --all +: 1645312737:0;unzip -l ~/Downloads/Windows\ 10\ x64\ Version\ -\ Stardew\ Valley\ SMAPI\ Mod\ Manager-7365-1-4-1610428795.zip +: 1645312757:0;mkdir SVSMM +: 1645312759:0;cd SVSMM +: 1645312898:0;ls lib/tkinter +: 1645312917:0;wine ./Stardew\ SMAPI\ Mod\ Manager.exe +: 1645312947:0;locate init.tcl +: 1645312956:0;ls lib/tkinter/tcl8.6 +: 1645312991:0;mkdir sdvmm +: 1645312994:0;cd sdvmm +: 1645312996:0;unzip ~/Downloads/Windows\ 10\ x64\ Version\ -\ Stardew\ Valley\ SMAPI\ Mod\ Manager-7365-1-4-1610428795.zip +: 1645313002:0;wine Stardew\ SMAPI\ Mod\ Manager.exe +: 1645313126:0;rm -rf SVSMM +: 1645313464:0;../Kerbal\ Space\ Program +: 1645313481:0;ls saves/Kerbin\ Empire\ 1_12 +: 1645313527:0;sudo btrfs sub show . +: 1645313540:0;sudo btrfs sub show /mnt/games +: 1645313547:0;sudo btrfs sub show /mnt/ +: 1645313583:0;sudo btrfs sub li /mnt/ +: 1645313600:0;ls Backup +: 1645314235:0;find . -iname "*moduledocking*" +: 1645314254:0;rg moduledockingnode +: 1645314318:0;rg -i moduledockingnodef +: 1645314322:0;rg -i moduledockingnode +: 1645314330:0;rg -i fixdoc +: 1645314333:0;rg -i fix +: 1645315096:0;cd Kerbin\ Empire\ 1_12 +: 1645315108:0;cp persistent_backup.loadmeta persistent.loadmeta +: 1645315117:0;cp persistent_backup.sfs persistent.sfs +: 1645315124:0;ls sett +: 1645315126:0;,, +: 1645315137:0;sudo chattr -i settings.cfg +: 1645315156:0;ls -lah settings.cfg +: 1645315167:0;cp settings.cfg settings.bak +: 1645315172:0;chmod 644 settings. +: 1645376515:0;mc . /mnt/hera +: 1645445044:0;mtr rule34.xyz +: 1645468089:0;pal glfw-wayland +: 1645468238:0;pas multimc +: 1645468282:0;yay -Rnsc multimc-bin +: 1645468355:0;yay -Rnsc jdk-openjdk +: 1645468366:0;yay -Rnsc jdk11-openjdk +: 1645468953:0;yay -U jre11-openjdk-* +: 1645469016:0;yay -U jre11-openjdk-11.0.13.u8-1-x86_64.pkg.tar.zst +: 1645469111:0;pas lwjg +: 1645469410:0;yay -U jre11-openjdk-11.0.13.u8-1-x86_64.pkg.tar.zst jre11-openjdk-headless-11.0.13.u8-1-x86_64.pkg.tar.zst +: 1645494989:0;cd Documents/Bewerbung +: 1645494995:0;cd Lebenslauf +: 1645495006:0;imv Noshadow-45x55.png +: 1645495036:0;imv Foto_Kroll_600_scaled.png +: 1645495060:0;gimp Foto_Kroll_600_scaled.png +: 1645495189:0;file Foto* +: 1645495210:0;gimp Foto_Kroll_600.png +: 1645556249:0;pas climan +: 1645556252:0;pas clipman +: 1645556292:0;killall flameshot +: 1645556298:0;pal climpan +: 1645556301:0;pal clipmpan +: 1645556303:0;pal clipman +: 1645556307:0;man clipman +: 1645556514:0;man slurp +: 1645556723:0;which wl-copy +: 1645556728:0;pao wl-copy +: 1645556733:0;pal wl-clipboard +: 1645556937:0;wl-paste --list-types +: 1645556941:0;wl-copy -l +: 1645556955:0;wl-copy --list-types +: 1645556962:0;wl-clipboard --list-types +: 1645556966:0;man wl-copy +: 1645557170:0;wl-pase -l +: 1645557217:0;wl-paste +: 1645557350:0;grim -g "$(slurp)" -t png - | wl-copy -t image/png +: 1645557366:0;wl-paste -l +: 1645557501:0;find $(xdg-user-dir PICTURES)/Screenshots/ -printf "%C@ %p\n" +: 1645557516:0;find $(xdg-user-dir PICTURES)/Screenshots/ -printf "%C@ %p\n" | sort -n | cut -f2- -d" " | tail -1 +: 1645557705:0;locate grimshot +: 1645557888:0;grimshot copy +: 1645557904:0;grimshot copy area +: 1645558125:0;date -n +: 1645558129:0;date -iN +: 1645558132:0;date -In +: 1645558134:0;date -Is +: 1645558144:0;date -I +: 1645558150:0;date -Ins +: 1645558206:0;grimshot save area +: 1645558219:0;echo XDG_SCREENSHOTS_DIR +: 1645558224:0;echo $XDG_SCREENSHOTS_DIR +: 1645558240:0;less .config/user-dirs.locale +: 1645558243:0;less .config/user-dirs.dirs +: 1645558298:0;rm Pictures/2022-02-22T20:30:06,113722927+01:00.png +: 1645558885:0;rm Pictures/Screenshots/screenshot_2022-02-22-204106.png +: 1645563785:0;sudo btrfs sub snap krastorio_1.1 spaceex_1.1 +: 1645589449:0;~/bin/ckan.exe install scatterer +: 1645614316:0;grim -g "$(slurp)" -t png - | swappy -o - | wl-copy -t image/png +: 1645614325:0;grim -g "$(slurp)" -t png - | swappy -f - -o - | wl-copy -t image/png +: 1645614468:0;grim -g "$(slurp)" -t png - | swappy -f - +: 1645615287:0;man imv +: 1645615613:0;vim ~/.config/imv/comfig +: 1645615730:0;imv . +: 1645616044:0;ls | grep -i belt | read +: 1645616054:0;ls | grep -i belt && read +: 1645616929:0;vim ~/.config/imv/config +: 1645617133:0;vim bin/imv-dir +: 1645617148:0;chmod 755 bin/imv-dir +: 1645617279:0;vim .config/mc/mc.ext +: 1645617301:0;grep feh .config/mc/* +: 1645617310:0;grep -R feh .config/mc/* +: 1645617411:0;vim ~/.config/mimeapps.list +: 1645617422:0;locate imv.desktop +: 1645617427:0;locate imv.Desktop +: 1645617440:0;cat /usr/share/applications/imv-folder.desktop +: 1645617454:0;cat /usr/bin/imv-folder +: 1645617479:0;rm bin/imv-dir +: 1645617484:0;cat /usr/bin/imv-wayland +: 1645617501:0;man imv-folder +: 1645617871:0;ls Downloads/coc +: 1645640732:0;d spaceex_1.1 +: 1645640801:0;scp saves/initial_SE.zip play@zeus: +: 1645643705:0;less factorio-current.log +: 1645644184:0;tail -f factorio-current.log +: 1645658520:0;ls mods/DiscoScience_1.1.3.zip +: 1645707124:0;weston +: 1645707152:0;killall weston +: 1645707160:0;sway +: 1645717872:0;./factorio +: 1645721610:0;vim .config/swappy/config +: 1645722088:0;swaymsg -t get_tree |\ + jq -r '.nodes[] | select(.name != "__i3").nodes[] | [recurse(.nodes[])] + .floating_nodes | .[] | select(.nodes==[]) | ((.id | tostring) + "\t" + .name)' |\ + wofi --show dmenu | {\ + read -r id name\ + swaymsg "[con_id=$id]" focus\ +} +: 1645722629:0;pas pywal +: 1645722652:0;pal wofi +: 1645722700:0;man 3 wofi +: 1645723016:0;man wofi-map +: 1645723218:0;man wofi-keys +: 1645723276:0;man 5 wofi +: 1645723446:0;wayland-info +: 1645728270:0;pas bluemoon +: 1645728277:0;pao bluemoon +: 1645728281:0;bluemoon +: 1645728321:0;blueman-adapters +: 1645728486:0;kill 312799 +: 1645728490:0;ps aux | grep blu +: 1645728502:0;/usr/bin/blueman-manager +: 1645736118:0;pas egl +: 1645736880:0;pao vkcube +: 1645785782:0;paq linux +: 1645786088:0;l '/mnt/virt/yay/certigo/src/certigo-1.14.1/gopath/pkg/mod/golang.org/x/crypto@v0.0.0-20181015023909-0c41d7ab0a0e/ssh/transport_test.go' +: 1645786103:0;cd /mnt/virt/yay +: 1645799252:0;strace loginctl lock-session +: 1645799305:0;man loginctl +: 1645800057:0;man swaylock +: 1645800319:0;loginctl lock-session +: 1645801177:0;man swayidle +: 1645801217:0;killall swayidle +: 1645801329:0;loginctl unlock-session +: 1645801347:0;loginctl list-sessions +: 1645801363:0;loginctl unlock-session 24 +: 1645801371:0;loginctl unlock-session 23 +: 1645801405:0;kill -KILL $(pgrep swaylock) +: 1645801445:0;pas blu prox +: 1645801486:0;pas blu lock +: 1645801508:0;pal bluetooth-unlock +: 1645801651:0;bluetooth-unlock -h +: 1645801657:0;bluetooth-unlock --help +: 1645801682:0;less /usr/bin/bluetooth +: 1645801684:0;less /usr/bin/bluetooth-unlock +: 1645801700:0;less config.ini +: 1645801711:0;bluetooth-unlock +: 1645801865:0;rm config.ini +: 1645802144:0;sleep 3 && sway-prop > ff1 +: 1645802166:0;cat ff1 +: 1645802181:0;sleep 3 && sway-prop > ff1 2>&1 +: 1645802201:0;sleep 3 && sway-prop >ff1 2>&1 +: 1645802211:0;rm ff1 +: 1645802298:0;sleep 3 && swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true)' > ff1 +: 1645802305:0;sleep 3 && swaymsg -t get_tree | jq '.. | select(.type?) | select(.focused==true)' > ff2 +: 1645802380:0;man 5 sway +: 1645802759:0;nvim -d ff1 ff2 +: 1645812492:0;grep X settings.cfg +: 1645812508:0;grep C settings.cfg +: 1645823283:0;pas nwg +: 1645823659:0;ckan.exe install WildBlue-PlayMode-CRP +: 1645829741:0;cd KSP +: 1645829754:0;rm -rf GameData/Scatterer +: 1645832925:0;mv GameData/Jinks/Plugins/ExceptionDetector.dll . +: 1645833500:0;yay -Rnsc libpipewire02 +: 1645833592:0;pas pipewire +: 1645833684:0;catia +: 1645833706:0;pas catia +: 1645833713:0;pas carla +: 1645842030:0;cd saves/KGE +: 1645842034:0;rg visual +: 1645842087:0;grep visual quicksave\ \#3.sfs +: 1645842092:0;grep -i visual quicksave\ \#3.sfs +: 1645842142:0;less quicksave\ \#3.sfs +: 1645842558:0;rg sspxVisualObservation ../../GameData/ +: 1645880887:0;less GameData/Bumblebee/Parts/bb_Core.cfg +: 1645881185:0;rg -i techrequired GameData/Bumblebee +: 1645881210:0;rg -i techrequired GameData/Bumblebee | sort +: 1645881222:0;rg -i techrequired GameData/Bumblebee | cut -f 2 +: 1645881240:0;rg -i techrequired GameData/Bumblebee | cut -d ":" -f 2 +: 1645881257:0;rg -i techrequired GameData/Bumblebee | cut -d ":" -f 2 | sed -i 's/ //g' +: 1645881263:0;rg -i techrequired GameData/Bumblebee | cut -d ":" -f 2 | sed 's/ //g' +: 1645881279:0;rg -i techrequired GameData/Bumblebee | cut -d ":" -f 2 | sed 's/ //g' | sed 's/ //g' +: 1645881283:0;rg -i techrequired GameData/Bumblebee | cut -d ":" -f 2 | sed 's/ //g' | sed 's/ //g' | sort +: 1645881289:0;rg -i techrequired GameData/Bumblebee | cut -d ":" -f 2 | sed 's/ //g' | sed 's/ //g' | sort -u +: 1645881580:0;rg fieldScience GameData +: 1645893619:0;chmod 644 settings.cfg +: 1645932528:0;cd saves +: 1645932800:0;cd wrk +: 1645932806:0;mv config config_new +: 1645932885:0;ls | grep -i scatter && read +: 1645932922:0;meld config config_new +: 1645932943:0;rm -rf wrk +: 1645967785:0;mc ~/Downloads +: 1645980465:0;locate KSP_Log +: 1645980500:0;ls ~KSP +: 1645980503:0;ls ~KSP/KSP_Data/Managed +: 1645980546:0;vim JanitorsCloset/JanitorsClosetLoader.cs +: 1645980575:0;vim JanitorsCloset/JanitorsCloset.csproj +: 1645980792:0;ls ~KSP/GameData/SpaceTuxLibrary/Plugin +: 1645980793:0;ls ~KSP/GameData/SpaceTuxLibrary/Plugins +: 1645980803:0;vim Makefile +: 1645981177:0;l /mnt/games/Steam/steamapps/common/Kerbal\ Space\ Program/GameData/JanitorsCloset/Plugins/JanitorsCloset.dll +: 1645983511:0;rg IconHover +: 1645983564:0;vim hovernull.diff +: 1645983614:0;vim JanitorsCloset/JanitorsToolbar.cs +: 1645983778:0;vim JanitorsCloset/EditorIconEvents.cs +: 1645985012:0;rm ff1 ff2 +: 1645985632:0;vim JanitorsCloset/JanitorsCloset.cs +: 1645985650:0;cp GameData/JanitorsCloset/Plugin/JanitorsCloset.dll /mnt/games/Steam/steamapps/common/Kerbal\ Space\ Program/GameData/JanitorsCloset/Plugins/JanitorsCloset.dll +: 1646024241:0;mc . Pictures/Screenshots/ +: 1646078265:0;pas pipe blu +: 1646078291:0;paq pipewire-enable-bluez5 +: 1646078373:0;tree /etc/pipewire/ +: 1646078419:0;cat /usr/share/wireplumber/wireplumber.conf +: 1646083658:0;ckan.exe install AstronomersVisualPack +: 1646167499:0;/lib/ld-linux-x86-64.so.2 --help +: 1646342710:0;grep -i scatter "/home/jinks/.config/unity3d/Squad/Kerbal Space Program/Player.log" +: 1646342742:0;rg scatter GameData +: 1646342776:0;find GameData -iname "inscatter*" +: 1646342813:0;rg inscatter GameData +: 1646352067:0;pas rngd +: 1646352077:0;locate rngd +: 1646428500:0;grep msg .config/sway/config +: 1646428542:0;swaymsg -s /run/user/1000/sway-ipc.1000.909.sock +: 1646428551:0;swaymsg -s /run/user/1000/sway-ipc.1000.909.sock "output * dpms on" +: 1646428581:0;ps aux | grep sway +: 1646428591:0;pas greet +: 1646474091:0;mc . ~/.local/share/CKAN/downloads +: 1646474425:0;rg "Cruise Control" +: 1646482083:0;../saves +: 1646482095:0;rg "Include a station core" +: 1646482113:0;vim KGE/persistent.sfs +: 1646508455:0;../GameData +: 1646508460:0;rg "RC-0" +: 1646578862:0;cd ThimbleweedPark +: 1646578883:0;bwrap --unshare-net --dev-bind / / ./razor1911-thimbleweed_park.sh +: 1646769669:0;drill -x 91.249.201.135 +: 1646769697:0;drill -x 195.243.215.99 +: 1646769751:0;whois wocken.com +: 1646770007:0;drill web.wocken/it.com +: 1646770011:0;drill web.wocken-it.com +: 1646772105:0;drill -x 37.228.156.252 +: 1646772131:0;whois de-nserver.de +: 1646825431:0;waynergy -b wlr -c 192.168.0.51 +: 1646825825:0;waynergy -h +: 1646826169:0;pal waynergy +: 1646826273:0;cd .confi +: 1646826284:0;cd .config/wynergy +: 1646826290:0;mkdir .config/waynergy +: 1646826297:0;cd .config/waynergy +: 1646826395:0;setxkbmap -print > xkb_keymap +: 1646826735:0;cd .xkb +: 1646826744:0;mkdir keycodes +: 1646826751:0;less symbols/us-german-umlaut +: 1646826770:0;mkdir keycodes/ +: 1646826772:0;cd keycodes +: 1646826786:0;mv ~/.config/waynergy/xkb_keymap win +: 1646826797:0;cat > xkb_keymap +: 1646826893:0;setxkbmap -print +: 1646826925:0;ls /usr/lib/xkbcommon +: 1646826932:0;locate xkb +: 1646826966:0;pao /var/lib/xkb +: 1646826974:0;pal xkeyboard-config +: 1646827063:0;cat /usr/share/X11/xkb/symbols/eurosign +: 1646827070:0;cat /usr/share/X11/xkb/symbols/inet +: 1646827106:0;vim xkb_keymap +: 1646832640:0;whois wolters-estrich.de +: 1646832661:0;waynergy +: 1646832684:0;whois dns1.de +: 1646832697:0;whois dns2.de +: 1647050409:0;ls | grep Fly && read +: 1647085796:0;mpv /mnt/hera/share/Movies/Spider-Man\ No\ Way\ Home\ \(2021\)/Spider-Man\ No\ Way\ Home\ \(2021\)\ \[Bluray-720p\ \(NTb\)\].mkv +: 1647091863:0;cd /mnt/virt/games/ThimbleweedPark +: 1647091883:0;bwrap --unshare-net --dev-bind / / ./start.sh +: 1647111042:0;cd spaceex_1.1 +: 1647113345:0;s mods +: 1647119557:0;cd krastorio_1.1 +: 1647582821:0;paq xow +: 1647583144:0;pas xow +: 1647583151:0;paq xow-git +: 1647638442:0;cd /mnt/games/MultiMC/instances +: 1647638458:0;meld TNP\ Limitless\ 3\ -\ v1.11.8/minecraft/kubejs TNP\ Limitless\ 3\ -\ v1.11.10/minecraft/kubejs +: 1647638883:0;nvim -d TNP\ Limitless\ 3\ -\ v1.11.8/minecraft/config/lootbagmod-client.toml TNP\ Limitless\ 3\ -\ v1.11.10/minecraft/config/lootbagmod-client.toml +: 1647638925:0;ps aux | grep meld +: 1647638935:0;kill -9 504299 504371 +: 1647638939:0;meld TNP\ Limitless\ 3\ -\ v1.11.8/minecraft/config TNP\ Limitless\ 3\ -\ v1.11.10/minecraft/config +: 1647639404:0;mkdir old +: 1647639409:0;mkdir new +: 1647639416:0;sshfs play@zeus:games/old_TNPL3 old +: 1647639423:0;sshfs play@zeus:games/TNPL3 new +: 1647639629:0;meld old/kubejs new/kubejs +: 1647639673:0;nvim -d old/config/lootbagmod-client.toml new/config/lootbagmod-client.toml +: 1647639693:0;meld old/config new/config +: 1647640020:0;umount old +: 1647640022:0;umount new +: 1647640119:0;vim TNP\ Limitless\ 3\ -\ v1.11.10/minecraft/config/quark-common.toml +: 1647648367:0;cd /mnt/games/factorio/krastorio_1.1 +: 1647648372:0;../spaceex_1.1 +: 1647879868:0;./factorio- +: 1647906508:0;sleep 300 && systemctl suspend +: 1647927497:0;fint . -inmae "transp*" +: 1647927499:0;find . -inmae "transp*" +: 1647927505:0;find . -iname "transp*" +: 1647927619:0;ls bandion_vomag7_1 +: 1647927627:0;less bandion_vomag7_1/mod.lua +: 1647927639:0;ls bandion_vomag7_1/res +: 1647927643:0;tree bandion_vomag7_1/res +: 1647927651:0;cd eis_os_commonapi2_1 +: 1647927705:0;mc . /mnt/virt/mods/TF2 +: 1647973412:0;rsync -avHAX --delete /mnt/games/factorio/spaceex_1.1/mods play@zeus:games/factorio/spaceex_1.1/ +: 1648214088:0;ping phoenix +: 1648214098:0;ssh phoenix +: 1648217982:0;nslookup -v web.de +: 1648218049:0;resolvectl -h +: 1648218059:0;resolvectl -i br0 query web.de +: 1648218213:0;resolvectl -v query web.de +: 1648218224:0;resolvectl log-level debug +: 1648253550:0;mpv /mnt/hera/share/Series/Halo/Season\ 01/Halo\ -\ S01E01\ -\ Contact\ -\ WEBDL-720p.mkv +: 1648253989:0;corl sonarr.home.sweevo.net +: 1648253991:0;curl sonarr.home.sweevo.net +: 1648253997:0;curl -I sonarr.home.sweevo.net +: 1648254008:0;curl -I https://sonarr.home.sweevo.net +: 1648254026:0;curl -I https://sonarr.home.sweevo.net//login?returnUrl=/ +: 1648254032:0;curl -I 'https://sonarr.home.sweevo.net//login?returnUrl=/' +: 1648254042:0;curl 'https://sonarr.home.sweevo.net/login?returnUrl=/' +: 1648254401:0;ffmpeg -i /mnt/hera/share/Series/Halo/Season\ 01/Halo\ -\ S01E01\ -\ Contact\ -\ WEBDL-720p.mkv +: 1648293220:0;locate systemrescue +: 1648324471:0;sudo rm -rf /mnt/virt/yay/certigo +: 1648324645:0;yay -Rnsc scangearmp2 +: 1648335232:0;swaymsg +: 1648335238:0;swaymsg "seat seat0 hide_cursor 0001" +: 1648335277:0;swaymsg "seat seat0 hide_cursor 3000\ +" +: 1648335280:0;swaymsg "seat seat0 hide_cursor 3000" +: 1648335289:0;swaymsg "seat seat0 hide_cursor 5000" +: 1648371756:0;ssh makris.sweevo.net +: 1648374262:0;l /run/media/jinks/external +: 1648374265:0;l /run/media/jinks/external/backup +: 1648374277:0;tree -d /run/media/jinks/external/backup +: 1648374740:0;mv ~/Downloads/xxx/ProjectMyriamLifeandExplorations-ch3.0* . +: 1648375104:0;rm ProjectMyriamLifeandExplorations-ch3.01-pc.zip +: 1648375111:0;unzip -l ProjectMyriamLifeandExplorations-ch3.03b-pc.zip +: 1648375116:0;unzip ProjectMyriamLifeandExplorations-ch3.03b-pc.zip +: 1648580347:0;wget 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/8cd3b8d1-8381-415e-934f-92d6863a01e9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220329%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220329T185835Z&X-Amz-Expires=300&X-Amz-Signature=2931e826fa740656f0314463c6627df14590e50c6e1dd710f4aecdbce742684f&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DGE-Proton7-10.tar.gz&response-content-type=application%2Foctet-stream' | tar xvz +: 1648580362:0;rm 8cd3b8d1-8381-415e-934f-92d6863a01e9\?X-Amz-Algorithm=AWS4-HMAC-SHA256\&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220329%2Fus-east-1%2Fs3%2Faws4_request\&X-Amz-Date=20220329T185835Z\&X-Amz-Expires=300\&X-Amz-Signature=2931e826fa740656f031446 +: 1648580367:0;curl 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/8cd3b8d1-8381-415e-934f-92d6863a01e9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220329%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220329T185835Z&X-Amz-Expires=300&X-Amz-Signature=2931e826fa740656f0314463c6627df14590e50c6e1dd710f4aecdbce742684f&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DGE-Proton7-10.tar.gz&response-content-type=application%2Foctet-stream' | tar xvz +: 1648581461:0;tree && read +: 1648581962:0;yay -Rnsc texlive-core +: 1648581976:0;pas texlive +: 1648581981:0;yay -Rnsc texlive-bin +: 1648581992:0;sudo ncdu -x / +: 1648582010:0;pao /var/lib/texmf +: 1648582039:0;sudo ncdu -x /home +: 1648582280:0;sudo ncdu -x /mnt/games +: 1648582527:0;pydf +: 1648590856:0;wget 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/8cd3b8d1-8381-415e-934f-92d6863a01e9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220329%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220329T185835Z&X-Amz-Expires=300&X-Amz-Signature=2931e826fa740656f0314463c6627df14590e50c6e1dd710f4aecdbce742684f&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DGE-Proton7-10.tar.gz&response-content-type=application%2Foctet-stream' -O ge710.tar.gz +: 1648591039:0;tar xvzf ~/Downloads/GE-Proton7-10.tar.gz +: 1648591051:0;tar xvzf ~/Downloads/GE-Proton7-2.tar.gz +: 1648591067:0;rm ~/Downloads/GE-Proton7-* +: 1648591077:0;rm ge710.tar.gz +: 1648591110:0;rm -rf GE-Proton7-2 +: 1648591191:0;tar xvzf ~/Downloads/Proton-7.2-GE-2.tar.gz +: 1648591203:0;rm ~/Downloads/Proton-7.2-GE-2.tar.gz +: 1648651948:0;ssh-keygen -R hestia.sweevo.net +: 1648651952:0;ssh-keygen -R hestia +: 1648651965:0;ssh-keygen -R 185.193.158.77 +: 1648652077:0;pal wireguard-tools +: 1648652085:0;man wg-quick +: 1648652522:0;sudo ip link add sweevo-wg type wireguard +: 1648652541:0;sudo resolvconf -a sweevo-wg 10.42.0.2 +: 1648652553:0;sudo resolvconf -a tun.sweevo-wg 10.42.0.2 +: 1648652560:0;sudo resolvconf -a .sweevo-wg 10.42.0.2 +: 1648652566:0;sudo resolvconf -a sweevo-wg. 10.42.0.2 +: 1648652570:0;sudo resolvconf -a sweevo-wg0 10.42.0.2 +: 1648652578:0;sudo resolvconf -a br0 10.42.0.2 +: 1648652711:0;ip link delete sweevo-wg +: 1648652714:0;sudo ip link delete sweevo-wg +: 1648653056:0;man resolvconf +: 1648653090:0;sudo systemctl stop wg-quick@sweevo-wg +: 1648653092:0;journalctl -xeu wg-quick@sweevo-wg.service +: 1648653259:0;sudo systemctl start wg-quick@sweevo-wg +: 1648760691:0;agi +: 1648761086:0;rm -rf /tmp/tmp.ujj27pf7g6 +: 1648761193:0;paq car +: 1648761201:0;yay -Si car +: 1648761261:0;dnews +: 1648761425:0;chezmoi add .zshrc.local +: 1648761486:0;git commit -m "leading space fix" +: 1648761724:0;pas bitwarden +: 1648761744:0;pao bitwarden +: 1648761756:0;pai bitwarden-bin +: 1648761780:0;pal bitwarden +: 1648761792:0;pai bitwarden-cli +: 1648761818:0;chezmoi doctor +: 1648764621:0;look plane +: 1648764628:0;pao `which look` +: 1648764761:0;gocode +: 1648764818:0;nvim +PlugInstall +UpdateRemotePlugins +qa +: 1648764823:0;nvim +PlugInstall +UpdateRemotePlugins +: 1648765187:0;git commit -m "neovim config" +: 1648765398:0;chezmoi edit .config/nvim/init.vim +: 1648765422:0;git commit -m "neovim fix" +: 1648766654:0;ls .cache/mozilla +: 1648766658:0;rm -rf .cache/mozilla +: 1648766680:0;ls .mozilla +: 1648766683:0;ls .mozilla/extensions +: 1648766687:0;rmdir .mozilla/extensions +: 1648766694:0;ls .mozilla/firefox +: 1648766777:0;bw +: 1648766783:0;bw login +: 1648766821:0;bw help login +: 1648767371:0;vim onetab-left.txt +: 1648767725:0;vim pinned.txt +: 1648768190:0;mv .mozilla moznew +: 1648768193:0;mv mozn .mozilla +: 1648768197:0;mv moz .mozilla +: 1648768235:0;mv .mozilla moz +: 1648768237:0;mv moznew .mozilla +: 1648768397:0;cd addontransfer +: 1648768402:0;cat onetab-left.txt +: 1648768942:0;vim onetab-right.txt +: 1648768946:0;cat onetab-right.txt +: 1648769188:0;cd moz +: 1648769191:0;rg volume +: 1648769196:0;rg volume_scale +: 1648769209:0;rg media.volume +: 1648769399:0;less firefox/itcdc2aa.Jinks/prefs.js +: 1648770242:0;ncdu . +: 1648770290:0;rm -rf moz +: 1648770312:0;mv addontransfer ffox-settings_20220331 +: 1648770323:0;mv ffox-settings_20220331 Stuff +: 1648770340:0;ls N-ableTechnologies +: 1648770342:0;ls N-ableTechnologies/RemoteControl +: 1648770345:0;ls N-ableTechnologies/RemoteControl/logs +: 1648770355:0;ls vimwiki +: 1648770389:0;zathura Documents/TK_Antrag_2022-02-22.pdf +: 1648770507:0;ls Stuff/ +: 1648770527:0;locate tk_ +: 1648770544:0;locate TK_ +: 1648770548:0;locate TK- +: 1648770562:0;find . -name "*.PDF" +: 1648770572:0;find . -name "*.pdf" +: 1648770642:0;ls Downloads/*.png +: 1648770695:0;ls Pictures/Screenshots +: 1648770715:0;find . -iname "mozilla*" +: 1648770725:0;find . -iname "mozilla.*" +: 1648770743:0;find . -iname "*mozilla*" +: 1648770758:0;find . -iname "*antrag*" +: 1648828548:0;ping web.wocken.com +: 1648828741:0;ssh 10.100.5.95 +: 1648828834:0;ssh web.wocken.com +: 1648829666:0;drill autodiscover.wocken.com +: 1648829677:0;drill -x 62.225.141.131 +: 1648829723:0;drill mail.wocken.com +: 1648829733:0;whois 62.225.141.131 +: 1648829801:0;whois 195. +: 1648829806:0;drill web.wocken.com +: 1648829816:0;whois 195.243.215.99 +: 1648829887:0;drill autodiscover.wocken-it.com +: 1648829900:0;drill bi.wocken.com +: 1648829910:0;drill exc.wocken.com +: 1648829921:0;drill exc16.wocken.com +: 1648829934:0;drill webconnector.wocken.com +: 1648830232:0;mtr web.wocken.com +: 1648830266:0;mtr autodiscover.wocken.com +: 1648830277:0;nmap mail.wocken.com +: 1648855570:0;curl https://mail.wocken.com +: 1648930616:0;ps aux | grep -i mako +: 1648930630:0;dunst +: 1648930652:0;mako +: 1648930668:0;dunst --help +: 1648930674:0;man dunst +: 1648930886:0;mako &! +: 1648976646:0;ssh 10.100.5.95 -l root +: 1648982736:0;cd Downloads/BIOS +: 1648983874:0;scp ./sum_2.8.0_Linux_x86_64_20220126.tar.gz hera: +: 1648984055:0;scp X10SLL1.308 hera: +: 1648984643:0;ping google.com +: 1648986841:0;locate splash.png +: 1648986850:0;feh /home/jinks/Pictures/splash.png +: 1648986858:0;file /home/jinks/Pictures/splash.png +: 1648986882:0;convert /home/jinks/Pictures/splash.png splash.bmp +: 1648986885:0;file splash.bmp +: 1648986894:0;scp splash.bmp hera: +: 1648986897:0;rm splash.bmp +: 1649018910:0;ping 192.168.0.43 +: 1649022716:0;pai duf +: 1649022910:0;mc /mnt/games/ +: 1649023280:0;ps aux | grep "\.[e]xe" | cut -d" " -f2 +: 1649023281:0;ps aux | grep "\.[e]xe" | cut -d" " -f3 +: 1649023282:0;ps aux | grep "\.[e]xe" | cut -d" " -f4 +: 1649023283:0;ps aux | grep "\.[e]xe" | cut -d" " -f5 +: 1649023292:0;ps aux | grep "\.[e]xe" | cut -d" " -f7 | xargs kill +: 1649191816:0;pas galaxy +: 1649191889:0;cd /mnt/games/GOG\ Games/Secret\ Files +: 1649191901:0;wine ./setup_secret_files_tunguska_1.02_\(33223\).exe +: 1649192226:0;gamescope wine Tunguska.exe +: 1649192307:0;file ~/Pictures/Screenshots/screenshot_2022-04-05-225801.png +: 1649192362:0;gamescope -w 1024 -h 768 -f wine Tunguska.exe +: 1649193522:0;../ +: 1649193550:0;mkdir Secret\ Files\ \(German\) +: 1649193671:0;ncdu .. +: 1649193738:0;cd Secret\ Files\ \(German\) +: 1649193741:0;wine ../Secret\ Files/setup_secret_files_tunguska_1.02_\(33223\).exe +: 1649193934:0;../../../.. +: 1649193942:0;rm -rf Secret\ Files\ \(German\) +: 1649193951:0;rm setup_secret_files_tunguska_1.02_\(33223\)* +: 1649194491:0;echo "#-w 1024 -h 768 -f -U wine Tunguska.exe" > launch.sh +: 1649194517:0;echo "#\!/bin/bash\ngamescope -w 1024 -h 768 -f -U wine Tunguska.exe" > launch.sh +: 1649194520:0;cat launch.sh +: 1649194523:0;chmod 755 launch.sh +: 1649194548:0;rm -rf ../Secret\ Files\ \(German\) +: 1649194570:0;ca drive_c/GOG\ Games/Secret\ Files\ Tunguska +: 1649194584:0;vim launch.sh +: 1649273794:0;pas kiosk +: 1649273811:0;paq cage +: 1649276660:0;virt-viewer +: 1649276663:0;virt-viewer --help +: 1649276699:0;virsh +: 1649276817:0;virt-viewer 1 +: 1649276829:0;virt-viewer qemu://system/1 +: 1649276832:0;virt-viewer qemu://system +: 1649276938:0;virt-viewer -c qemu:///system +: 1649277039:0;virsh -c qemu:///system +: 1649278957:0;ps aux | grep wine +: 1649279056:0;locate d3dx9_26.dll +: 1649279118:0;export WINEPREFIX=$WINEPREFIX_1 +: 1649279157:0;export WINEPREFIX=$(echo $WINEPREFIX)_1 +: 1649279166:0;cd drive_c/GOG\ Games/Secret\ Files\ Tunguska +: 1649279390:0;export WINEPREFIX=$PWD/../../.. +: 1649279413:0;export WINEPREFIX=$(echo $PWD/../../..) +: 1649279622:0;mv Secret\ Files sf +: 1649279627:0;mkdir Secret\ Files +: 1649279632:0;rmdir Secret\ Files_1 +: 1649279637:0;rm -rf Secret\ Files_1 +: 1649279647:0;cd Secret\ Files +: 1649279866:0;pas nine +: 1649279880:0;setup_dxvk uninstall +: 1649279902:0;pai wine-nine +: 1649279909:0;pal wine-nine +: 1649279993:0;wine /usr/lib/wine/x86_64-windows/ninewinecfg.exe +: 1649280338:0;pai minigalaxy +: 1649281617:0;gamescope wine ConfigTool.exe +: 1649281689:0;wine ninewinecfg +: 1649281750:0;yay -Rnsc wine-nine +: 1649281756:0;pai wine-wayland +: 1649281762:0;pas wine-wayland +: 1649281765:0;pas wine wayland +: 1649281809:0;wine Tunguska.exe +: 1649282256:0;paq rttr +: 1649282267:0;yay -Rnsc rttr +: 1649282390:0;cd /mnt/virt/games/minigalaxy/Secret\ Files\ Tunguska +: 1649282715:0;gimp +: 1649282805:0;ls /home/jinks/Documents/1x1.png +: 1649282808:0;feh /home/jinks/Documents/1x1.png +: 1649350078:0;virt-viewer -c qemu:///system 1 +: 1649356610:0;locate Enhanced +: 1649357430:0;./launch.sh +: 1649357611:0;gamescope -w 1280 -h 1024 -f -U wine Tunguska.exe +: 1649358176:0;winetricks directx9 +: 1649358324:0;mc . /mnt/games/GOG\ Games +: 1649358362:0;gamescope -w 1024 -h 768 -f -U wine ConfigTool.exe +: 1649517111:0;gdisk -l /dev/sda +: 1649517117:0;sudo gdisk -l /dev/sda +: 1649706516:0;gamescope -w 1024 -h 768 -f -U wine Tunguska.exe +: 1649792317:0;minigalaxy +: 1649792738:0;../Secret\ Files\ 2\ Puritas\ Cordis +: 1650096251:0;cd src/go +: 1650096259:0;git clone https://git.zx2c4.com/wireguard-go +: 1650096282:0;ldd wireguard-go +: 1650096295:0;scp wireguard-go znc.sweevo.net: +: 1650097382:0;scp znc.mended-drum.net:znc.tar.gz +: 1650097398:0;scp znc.mended-drum.net:znc.tar.gz znc_20220416.tar.gz +: 1650097856:0;cd src/go/ +: 1650097857:0;cd wireguard-go +: 1650099515:0;scp wireguard-go znc.mended-drum.net: +: 1650099521:0;scp wireguard-go znc.mended-drum.net:wgo +: 1650099537:0;../wgo +: 1650102615:0;ssh znc.mended-drum.net +: 1650104285:0;rm -rf wireguard-go +: 1650104669:0;scp znc_20220416.tar.gz hestia: +: 1650105896:0;vim .config/hexchat/servlist.conf +: 1650138174:0;su - jinkst +: 1650138175:0;su - jinks +: 1650138183:0;pai pacdiffviewer +: 1650138201:0;pai -y pacdiffviewer +: 1650138269:0;pal pacdiffviewer +: 1650138424:0;sudo vim /etc/sudoers +: 1650138528:0;sudo pacdiffviewer +: 1650188809:0;ssh znc.sweevo.net +: 1650188830:0;ssh 2001:470:1f18:3aa:1d8:0:1c:34ac +: 1650190317:0;ping dalles.mended-drum.net +: 1650190321:0;ping dallas.mended-drum.net +: 1650190339:0;ping -6 dallas.mended-drum.net +: 1650190776:0;scp -r /etc/zsh dallas: +: 1650190793:0;cat bin/prep_zsh +: 1650190802:0;pal zsh-autosuggestions zsh-completions zsh-syntax-highlighting +: 1650190832:0;scp -r /usr/share/zsh/plugins/zsh-autosuggestions/ dallas: +: 1650190855:0;scp -r /usr/share/zsh/plugins/zsh-syntax-highlighting/ dallas: +: 1650191199:0;echo $fpath +: 1650191248:0;echo $ppath +: 1650192205:0;chezmoi -v apply +: 1650192225:0;chezmoi cd +: 1650192254:0;git commit -m "debian apt fixes" +: 1650193188:0;ssh-copy-id -i .ssh/id_ed25519.pub dallas: +: 1650193198:0;ssh-copy-id -i .ssh/id_ed25519.pub dallas +: 1650193330:0;sudo cat /etc/sudoers +: 1650195172:0;ssh dalla +: 1650195177:0;ssh dallas +: 1650227108:0;chromium --incognito +: 1650233963:0;cd /mnt/virt/games/minigalaxy/Secret\ Files\ 3 +: 1650234035:0;chezmoi edit-config +: 1650299833:0;rm -rf GE-Proton7-10 +: 1650299884:0;curl 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/5a512be3-e633-44d2-87d9-859765242340?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220418%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220418T163745Z&X-Amz-Expires=300&X-Amz-Signature=98ef73090c2a71c256e863e7b043b851616cf1ff31e1fde52d3bd655bc176123&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DGE-Proton7-14.tar.gz&response-content-type=application%2Foctet-stream' | tar xv +: 1650299890:0;curl 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/5a512be3-e633-44d2-87d9-859765242340?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220418%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220418T163745Z&X-Amz-Expires=300&X-Amz-Signature=98ef73090c2a71c256e863e7b043b851616cf1ff31e1fde52d3bd655bc176123&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DGE-Proton7-14.tar.gz&response-content-type=application%2Foctet-stream' | tar xzv +: 1650334065:0;cd Secret\ Files\ Sam\ Peters +: 1650360252:0;ffmpeg -i ~/Audio/homermail.wav +: 1650360260:0;audacious ~/Audio/homermail.wav +: 1650392295:0;drill -t ns shortbus.fail +: 1650446402:0;pai kopia-bin +: 1650446475:0;kopia benchmark crypto +: 1650446605:0;kopia benchmark splitter +: 1650446814:0;curl https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.17.4.tar.xz -O +: 1650446843:0;z -d linux-5.17.4.tar.xz +: 1650446844:0;xz -d linux-5.17.4.tar.xz +: 1650446884:0;kopia benchmark compression --data-file linux-5.17.4.tar +: 1650449618:0;kopia connect +: 1650449621:0;kopia connect --help +: 1650449633:0;kopia repo +: 1650449637:0;kopia repo connect +: 1650449641:0;kopia repo connect --help +: 1650449681:0;kopia repo connect server --url=https://hera:51515 +: 1650449702:0;kopia repo connect server --url=http://hera:51515 --insecure +: 1650449711:0;kopia repo connect server --url=http://hera:51515 +: 1650449726:0;kopia repo connect server --url=http://192.168.0.42:51515 +: 1650449777:0;kopia repo connect sftp --parth=/mnt/storage/jinks/kopia --host=hera --username=jinks +: 1650449783:0;kopia repo connect sftp --path=/mnt/storage/jinks/kopia --host=hera --username=jinks +: 1650449827:0;kopia repo connect sftp --path=/mnt/storage/jinks/kopia --host=hera --username=jinks --keyfile=~/.ssh/id_ed25519 +: 1650449849:0;kopia repo connect sftp --path=/mnt/storage/jinks/kopia --host=hera --username=jinks --keyfile=~/.ssh/id_ed25519 --known-hosts=~/.ssh/known_hosts +: 1650449862:0;kopia repo connect sftp --path=/mnt/storage/jinks/kopia --host=hera --username=jinks --keyfile=.ssh/id_ed25519 --known-hosts=.ssh/known_hosts +: 1650449916:0;kopia snapshot Documents/ +: 1650449952:0;kopia +: 1650449985:0;kopia status +: 1650449989:0;kopia status --help +: 1650450152:0;kopia snapshot ls --host=hera +: 1650450158:0;kopia snapshot ls --override-host=hera +: 1650450163:0;kopia snapshot ls --help +: 1650450185:0;kopia snapshot ls --owner +: 1650450194:0;kopia snapshot ls +: 1650450236:0;kopia snapshot ls -a +: 1650450254:0;kopia snapshot ls k113afb341eb5bde1a9f7ac7f84ef91b7 +: 1650450263:0;kopia snapshot show k113afb341eb5bde1a9f7ac7f84ef91b7 +: 1650450282:0;kopia snapshot --help +: 1650453206:0;ls .config/kopia +: 1650453216:0;less .config/kopia/repository.config +: 1650453241:0;less .config/kopia/repository.config.kopia-password +: 1650453265:0;base64 -d "cnlGcm9udGlrNQ==\ +" +: 1650453271:0;base64 -d "cnlGcm9udGlrNQ==" +: 1650453280:0;base64 +: 1650453283:0;base64 -h +: 1650453286:0;base64 --help +: 1650453292:0;base64 -d < "cnlGcm9udGlrNQ==" +: 1650453307:0;base64 -d << "cnlGcm9udGlrNQ=="\ +\ + +: 1650453322:0;echo "cnlGcm9udGlrNQ==" | base64 -d +: 1650492847:0;mc . /mnt/hera/share/Downloads +: 1650507861:0;sleep 600 && systemctl suspend +: 1650529481:0;pas jitsu +: 1650529483:0;pas jitsi +: 1650551645:0;pai ipscan +: 1650551678:0;pal ipscan +: 1650551696:0;ipscan +: 1650552041:0;pai zenmap +: 1650557201:0;sshfs 192.168.0.20:/srv/exports /mnt/cdrom +: 1650557230:0;mc /mnt /mnt +: 1650558780:0;imv tumblr_mkaqmqlm8n1ru3ss4o1_r1_500.gif +: 1650558793:0;imv *.gif +: 1650564938:0;ls /mnt/virt/games/DOS +: 1650564979:0;ls /mnt/virt/games/factorio +: 1650565020:0;ls /mnt/virt/games/playonlinux +: 1650565073:0;ls /mnt/virt/games/Steam/steamapps/common +: 1650565101:0;ls /mnt/virt/games/lutris +: 1650565761:0;grep 985 /etc/group +: 1650566050:0;ls .crypt +: 1650566072:0;gocryptfs-xray .crypt/QJ1eaS6UKGjiASWzH7ArPQ +: 1650566083:0;ld Dropbox/Private +: 1650566088:0;ls Dropbox/Private +: 1650566148:0;ls crypt +: 1650647673:0;ssh 192.168.0.20 +: 1650647680:0;ping 192.168.0.20 +: 1650659046:0;unzip -l TS-420_20220303-4.3.3.1945.zip +: 1650659051:0;unzip TS-420_20220303-4.3.3.1945.zip +: 1650659056:0;rm TS-420_20220303-4.3.3.1945.zip +: 1650659677:0;ssh 192.168.0.60 +: 1650659718:0;ssh -oHostKeyAlgorithms=ssh-rsa,ssh-rsa 192.168.0.60 +: 1650661932:0;ssh-keygen -R 192.168.0.20 +: 1650662378:0;ssh 192.168.0.61 +: 1650662408:0;ssh 192.168.0.61 -l installer +: 1650662440:0;ssh installer@192.168.0.61 +: 1650664589:0;ssh -oHostKeyAlgorithms=ssh-rsa,ssh-rsa 192.168.0.60 -l admin +: 1650665958:0;wine fsasgame.exe +: 1650673499:0;ssh-keygen -R 192.168.0.60 +: 1650673501:0;ssh -oHostKeyAlgorithms=ssh-rsa,ssh-rsa 192.168.0.60 -l installer +: 1650674075:0;man btrfs +: 1650674106:0;man 8 btrfs-filesystem +: 1650675776:0;systemd-inhibit vim +: 1650675798:0;systemd-inhibit --list +: 1650719202:0;wget https://git.kernel.org/torvalds/t/linux-5.18-rc3.tar.gz +: 1650719316:0;gzip -d linux-5.18-rc3.tar.gz +: 1650719338:0;ls -l linux-5.1* +: 1650719349:0;ls -l linux-5.1* -h +: 1650719364:0;scp linux-5.17.4.tar debian: +: 1650719375:0;scp linux-5.17.4.tar 192.168.0.62: +: 1650719388:0;rm linux-5.18-rc3.tar +: 1650727974:0;ssh jinks@192.168.0.62 +: 1650742073:0;scp Downloads/mirrorlist iris: +: 1650743939:0;reflector -c de -c nl -f 20 > mirrorlist +: 1650744203:0;nvim -d mlist mirrorlist +: 1650751377:0;ssh hersit +: 1650813224:0;mc /mnt/games +: 1650813492:0;ls && read +: 1650821016:0;BAK=$PWD +: 1650821032:0;echo $AK +: 1650821039:0;echo $BAK && read +: 1650821303:0;mc /mnt/games/Steam/steamapps/compatdata/49520/pfx/drive_c/users/steamuser /mnt/cdrom/mnt/games/Steam/steamapps/compatdata/49520/pfx/drive_c/users/steamuser +: 1651094710:0;pas dosbox +: 1651094716:0;pal disbox +: 1651094720:0;pal dosbox +: 1651094734:0;cd /mnt/virt/games/minigalaxy/Tex\ Murphy\ 1\ \ Mean\ Streets +: 1651094743:0;less start.sh +: 1651094783:0;gamescope -w 1024 -h 768 -f -U ./start.sh +: 1651096704:0;wine ConfigTool.exe +: 1651100892:0;cd ../../../wineprefix +: 1651100897:0;mkdir TES +: 1651100899:0;cd TES +: 1651100918:0;cp /mnt/hera/share/Upload/Games/TESDaggerfall_Setup.exe . +: 1651101022:0;cd prefix/drive_c/Program\ Files\ \(x86\)/Bethesda.net\ Launcher/platforms/qwindows.dll +: 1651101118:0;wine TESDaggerfall_Setup.exe +: 1651185056:0;ls gadget +: 1651185300:0;ls ../.../../.. +: 1651185311:0;ls /mnt/virt/wineprefix +: 1651185333:0;cd /mnt/virt/games/LifePlay +: 1651185638:0;7za x LifePlay_5_0_Beta_3_Linux.7z +: 1651283776:0;pai dcpomatic +: 1651284060:0;ssh root@192.168.0.62 +: 1651316401:0;ping de.pool.ntp.org +: 1651351273:0;ls linux +: 1651351279:0;ls linux/asset_unpacker +: 1651351281:0;linux/asset_unpacker +: 1651351292:0;ls ../../workshop/content/211820/ +: 1651351316:0;linux/asset_unpacker ../../workshop/content/211820/1846028927/contents.pak diet +: 1651351320:0;cd diet +: 1651364280:0;rsync -avHAX /mnt/games/Steam/steamapps/workshop/content/211820 play@zeus:games/starbound/ +: 1651433836:0;cd storage/player +: 1651433841:0;rg storo +: 1651433844:0;rg Storo +: 1651434516:0;4 +: 1651434570:0;cp 8a07ae944d02c1fe2f3c8ddb2fe23b66.shipworld 80b5be3189ddc50ba71278a5bc455f03.shipworld +: 1651827628:0;ssh 192.168.0.61 -l root +: 1651917904:0;tar cvf git_test.tar.gz storage +: 1651917981:0;git clone https://github.com/Aegonian/ElithianAllianceStarboundMod +: 1651917994:0;ls ElithianAllianceStarboundMod +: 1651918654:0;rm -rf mods/ElithianAllianceStarboundMod +: 1651918666:0;tar xvf git_test.tar.gz +: 1651918675:0;rm git_test.tar.gz +: 1651964890:0;linux/asset_unpacker ../../workshop/content/211820/732764113 cas +: 1651964901:0;cd cas +: 1651965011:0;rm -rf cas +: 1651965059:0;mc np np +: 1651965159:0;mc cas cas +: 1651965402:0;mkdir beam +: 1651965419:0;linux/asset_unpacker ../../workshop/content/211820/1301992771/contents.pak beam +: 1651965423:0;mc beam/ beam +: 1651965737:0;mkdir cas +: 1651965739:0;mkdir np +: 1651965746:0;linux/asset_unpacker ../../workshop/content/211820/2799908573/contents.pak np +: 1651965751:0;linux/asset_unpacker ../../workshop/content/211820/732764113/contents.pak cas +: 1651966002:0;scp NoPixelLost play@zeus: +: 1651966008:0;scp -R NoPixelLost play@zeus: +: 1651966011:0;scp -r NoPixelLost play@zeus: +: 1651966155:0;mv NoPixelLost mods +: 1651966356:0;zip -r +: 1651966371:0;zip -r NoPixelLost.zip NoPixelLost/ +: 1651966434:0;rm NoPixelLost.zip +: 1652022585:0;mkdir AssetFix +: 1652022587:0;cd AssetFix +: 1652022608:0;mkdir /parallax/images/reddesertrare/base/ +: 1652022614:0;mkdir -p /parallax/images/reddesertrare/base/ +: 1652022626:0;mkdir -p parallax/images/reddesertrare/base/ +: 1652022631:0;cd parallax/images/reddesertrare/base +: 1652022660:0;wget https://raw.githubusercontent.com/sayterdarkwynd/FrackinUniverse/master/parallax/images/reddesertback/base/3.png +: 1652022664:0;file 3.png +: 1652022668:0;feh 3.png +: 1652022677:0;mv 3.png 2.png +: 1652022703:0;scp -r mods/AssetFix play@zeus: +: 1652022874:0;mv mods/AssetFix/parallax assets/user/ +: 1652022876:0;rmdir mods/AssetFix +: 1652031465:0;tar cvzf mod_test.tar.gz storage +: 1652115666:0;ls /mnt/games/Steam/steamapps/common/Starbound/storage/player +: 1652115683:0;rm -rf /mnt/games/Steam/steamapps/common/Starbound/storage/player/ +: 1652115799:0;ls /mnt/games/Steam/steamapps/common +: 1652115807:0;ls /mnt/games/Steam/steamapps/common/x3\ terran\ conflict +: 1652115831:0;ls /mnt/games/Steam/steamapps/common/ASTRONEER\ Early\ Access +: 1652115845:0;ls /mnt/games/Steam/steamapps/common/Stardew\ Valley +: 1652115896:0;ls /mnt/games/Steam/steamapps/common/Stardew\ Valley/save-backups +: 1652115930:0;ls .local/share/StardewValley/ +: 1652115937:0;ls .config/StardewValley +: 1652115941:0;ls .config/StardewValley/Saves +: 1652116323:0;pas btrfs undel +: 1652116328:0;pas undel +: 1652120450:0;tar tf mod_test.tar.gz +: 1652201756:0;paq doas +: 1652201759:0;pas doas +: 1652217034:0;cd /mnt/virt/games/minigalaxy/Lost\ Horizon +: 1652292296:0;mkdir starmap +: 1652292320:0;linux/asset_unpacker ../../workshop/content/211820/1130211954/contents.pak starmap +: 1652293058:0;mkdir mpi +: 1652293067:0;linux/asset_unpacker ../../workshop/content/211820/1117007107/contents.pak mpi +: 1652295775:0;vim cockpit.config.patch/mnt/games/Steam/steamapps/common/Starbound/mods/starmap/interface/cockpit/cockpit.config.patch +: 1652295789:0;dos2unix cockpit.config.patch +: 1652295963:0;cd /mnt/games/Steam/steamapps/common/Starbound +: 1652386715:0;tail -F storage/starbound.log +: 1652444152:0;pai calibre +: 1652444243:0;mc /mnt/hera +: 1652512970:0;host www.zensus2020.de +: 1652512973:0;host www.zensus2022.de +: 1652512984:0;drill www.zensus2022.de +: 1652537233:0;ps aux | grep resolve +: 1652537235:0;ps aux | grep resolv +: 1652549848:0;linux/asset_unpacker ../../workshop/content/211820/1772643711/contents.pak qmf +: 1652549851:0;ls qmf +: 1652550526:0;vim cockpit.config.patch +: 1652582741:0;kdenlive +: 1652614940:0;cd Downloads/RPi +: 1652614950:0;xz -d 2022-04-04-raspios-bullseye-arm64.img.xz +: 1652615010:0;file 2022-04-04-raspios-bullseye-arm64.img +: 1652615358:0;man sudo +: 1652615401:0;sudo -E gparted +: 1652627202:0;pas polycraft +: 1652627253:0;pai java-runtime=17 +: 1652903187:0;iperf3 -c hera +: 1652903200:0;iperf3 -c hera -R +: 1652903220:0;iperf3 +: 1652903302:0;iperf3 -c hera -w 512k -l 512k +: 1652903929:0;iperf3 -c 10.42.0.1 -R +: 1652903943:0;ssh raspberrypi +: 1653336587:0;../Lost\ Horizon\ 2 +: 1653336599:0;ls ../Lost\ Horizon +: 1653336657:0;gamescope -w 1920 -h 1080 -f -U wine fsasgame.exe +: 1653336816:0;winetricks d3dx9 +: 1653337646:0;rm -rf prefix +: 1653337916:0;winetricks corefonts +: 1653339426:0;cd /mnt/virt/games/Steam/steamapps/common/Pillars\ of\ Eternity +: 1653339455:0;./PillarsOfEternity.exe +: 1653339458:0;./PillarsOfEternity +: 1653339461:0;less ./PillarsOfEternity +: 1653340292:0;ldd ./PillarsOfEternity +: 1653340374:0;strace ./PillarsOfEternity +: 1653340507:0;less /home/jinks/.config/unity3d/Player.log +: 1653340572:0;less /home/jinks/.config/unity3d/Obsidian\ Entertainment/Pillars\ of\ Eternity/Player.log +: 1653364435:0;pas mediathek +: 1653365825:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/05/24/nachrichten_dlf_20220524_0559_be38b913.mp3' +: 1653365904:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/05/24/presseschau_dlf_20220524_0535_2621dc86.mp3' +: 1653421135:0;pao /etc/qemu/bridge.conf +: 1653421139:0;cat /etc/qemu/bridge.conf +: 1653421148:0;sudo rm /etc/qemu/bridge.conf +: 1653422015:0;ls /etc/sway/config.d +: 1653422020:0;cat /etc/sway/config.d/50-systemd-user.conf +: 1653422492:0;pas libseat +: 1653422498:0;pal seatd +: 1653422516:0;man seatd +: 1653422762:0;cat /usr/lib/sysusers.d/seatd.conf +: 1653422776:0;systemctl enable seatd +: 1653451698:0;rm nachrichten_dlf_20220524_0559_be38b913.mp3 +: 1653452442:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/05/25/nachrichten_dlf_20220525_0600_c75f19c2.mp3' +: 1653452452:0;rm presseschau_dlf_20220524_0535_2621dc86.mp3 +: 1653592488:0;cd /mnt/virt/games/minigalaxy/Lost\ Horizon\ 2 +: 1653626376:0;rm nachrichten_dlf_20220525_0600_c75f19c2.mp3 +: 1653626385:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/05/27/nachrichten_dlf_20220527_0600_40abd095.mp3" +: 1653626387:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/05/27/nachrichten_dlf_20220527_0600_40abd095.mp3' +: 1653678065:0;man compsize +: 1653688913:0;rsync -avHAX --delete /mnt/games/Steam/steamapps/workshop/content/211820 play@zeus:games/starbound/ +: 1653753177:0;cd /mnt/games/Steam/steamapps/workshop/content/211820 +: 1653753208:0;../294100 +: 1653753209:0;ls | wc -l +: 1653775569:0;cd .local/share/barrier +: 1653775572:0;locate Larian +: 1653775645:0;mc /home/jinks/Stuff/ . +: 1653776753:0;gamescope -w 1920 -h 1080 -f -U wine LostHorizon2.exe +: 1653785458:0;cp -va ~/.local/share/Steam/steamapps/common/Sacred\ 2\ Gold/redist/PhysX/PhysX_9.10.0513_SystemSoftware.exe ~/.local/share/Steam/steamapps/common/Sacred\ 2\ Gold/redist/ +: 1653785504:0;cp redist/PhysX/PhysX_9.10.0513_SystemSoftware.exe redist +: 1653785664:0;cp sacred2.exe sacred2.exe.old +: 1653785679:0;cp ../redist/PhysX_9.10.0513_SystemSoftware.exe sacred2.exe +: 1653785723:0;cp sacred2.exe.old sacred2.exe +: 1653785759:0;ls ../scripts +: 1653785773:0;ls ../pak +: 1653785925:0;locate tracked_files +: 1653785932:0;cat /mnt/virt/games/Steam/steamapps/compatdata/503620/tracked_files +: 1653785954:0;cp /mnt/virt/games/Steam/steamapps/compatdata/503620/tracked_files /mnt/virt/games/Steam/steamapps/compatdata/225640/tracked_files +: 1653786003:0;protontricks 503620 physx +: 1653786126:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=225640 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton 7.0/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Sacred 2 Gold/system/sacred2.ex +: 1653786145:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=225640 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 7.0/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Sacred 2 Gold/system/sacred2.ex +: 1653786298:0;/mnt/games/Steam/steamapps/common/Proton\ 7.0/proton sacred2.exe +: 1653786321:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=225640 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 7.0/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Sacred\ 2\ Gold/system/sacred2.exe +: 1653786337:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=225640 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 7.0/proton waitforexitandrun sacred2.exe +: 1653786382:0;/mnt/games/Steam/steamapps/common/Proton\ 7.0/proton waitforexitandrun ../redist/PhysX_9.10.0513_SystemSoftware.exe +: 1653786818:0;rm -rf /mnt/virt/games/Steam/steamapps/compatdata/225640 +: 1653786889:0;/mnt/games/Steam/steamapps/common/Proton\ 7.0/proton waitforexitandrun sacred2.exe +: 1653786916:0;/home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun sacred2.exe +: 1653787045:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=225640 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun sacred2.exe +: 1653787146:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=225640 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Sacred\ 2\ Gold/system/sacred2.exe +: 1653787178:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=225640 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Sacred 2 Gold/system/sacred2.exe +: 1653787362:0;alacritty --help +: 1653787625:0;mc /mnt/hera/share/Upload/Sacred2 +: 1653788337:0;alacritty -e "echo 'moo'" +: 1653788349:0;alacritty -e echo 'moo' +: 1653788353:0;alacritty -e echo 'moo' && zsh +: 1653788365:0;alacritty -e "sh -c echo 'moo' && zsh" +: 1653788390:0;alacritty -e sh -c echo 'moo' +: 1653788394:0;alacritty -e sh -c echo 'moo' && zsh +: 1653788499:0;xterm -e sh -c "echo '%command%' && zsh" +: 1653789222:0;vim run.sh +: 1653789268:0;mc /mnt/hera/share/Upload +: 1653789346:0;/home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun cm-enable.exe +: 1653789414:0;/home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun jsgme_setup.exe +: 1653789492:0;cd /mnt/hera/share/Upload/Sacred2 +: 1653789658:0;cd /mnt/virt/games/Steam/steamapps/common/Sacred\ 2\ Gold +: 1653789659:0;mc . /mnt/hera/share/Upload/Sacred2 +: 1653790086:0;/home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun JSGME.exe +: 1653791713:0;cd system +: 1653791715:0;sh run.sh +: 1653884468:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/05/30/nachrichten_dlf_20220530_0600_631ee411.mp3' +: 1653971163:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/05/31/nachrichten_dlf_20220531_0600_e7453fc1.mp3' +: 1654024601:0;killall -9 wine +: 1654024626:0;killall -9 Subnautica.exe +: 1654034498:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=631570 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Whispers of a Machine/Whispers.exe +: 1654034516:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=631570 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Whispers\ of\ a\ Machine/Whispers.exe +: 1654034728:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=631570 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-14/proton waitforexitandrun /mnt/virt/games/Steam/steamapps/common/Whispers\ of\ a\ Machine/Whispers.exe --setup +: 1654034854:0;rm -r 631570 +: 1654035380:0;yay -Rnsc linux-zen teams glfw-wayland-minecraft ags +: 1654035401:0;yay -Rnsc python-grip +: 1654057845:0;rm nachrichten_dlf_20220531_0600_e7453fc1.mp3 +: 1654057897:0;wget https://ondemand-mp3.dradio.de/file/dradio/2022/06/01/nachrichten_dlf_20220601_0600_3c6b9d94.mp3 +: 1654098242:0;rm nachrichten_dlf_20220601_0600_3c6b9d94.mp3 +: 1654143646:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/06/02/nachrichten_dlf_20220602_0600_0991f79f.mp3' +: 1654207111:0;mc . 631570 +: 1654207177:0;tar cvzf pre-ending.tar.gz Whispers\ of\ a\ Machine// +: 1654208389:0;cd /mnt/virt/games/minigalaxy/The\ Samaritan\ Paradox +: 1654208427:0;gamescope -U wine samaritan.exe +: 1654208449:0;gamescope -w 640 -h 400 -U wine samaritan.exe +: 1654208577:0;wine winsetup.exe +: 1654209037:0;paq ags +: 1654209050:0;pas adven game stu +: 1654209072:0;pai ags +: 1654209301:0;ags +: 1654209425:0;killall ags +: 1654209446:0;gamescope -w 1280 -h 800 -U ags +: 1654230975:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/03/nachrichten_dlf_20220603_0600_51b85558.mp3" +: 1654267464:0;ps aux | grep 44214 +: 1654267483:0;kill 44214 +: 1654292252:0;killall jellyfin +: 1654292256:0;killall jellyfinmediapl +: 1654292263:0;ps aux | grep jelly +: 1654292269:0;killall jellyfinmediaplayer +: 1654361476:0;rm nachrichten_dlf_20220603_0600_51b85558.mp3 +: 1654361531:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/04/nachrichten_dlf_20220604_1800_4871dc79.mp3" +: 1654433247:0;wine samaritan.exe +: 1654433461:0;sleep 3 && wine samaritan.exe +: 1654433553:0;gamescope -w 1280 -h 800 -U wine samaritan.exe +: 1654457502:0;pas james dsp +: 1654457514:0;pai jamesdsp +: 1654526204:0;rm nachrichten_dlf_20220604_1800_4871dc79.mp3 +: 1654531908:0;cd /mnt/virt/games/Steam/steamapps/compatdata/225640/pfx/drive_c/users/steamuser/AppData/ +: 1654531923:0;cd Local/Ascaron\ Entertainment/Sacred\ 2 +: 1654531926:0;vim options.txt +: 1654552671:0;cdc /mnt/games/PolyMC/instances/All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.2/minecraft/mods +: 1654552674:0;cd /mnt/games/PolyMC/instances/All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.2/minecraft/mods +: 1654553046:0;ls spark-1.9.1-forge.jar +: 1654553056:0;ls SuperCircuitMaker2-0.2.9+1.18.2.jar +: 1654691234:0;ls functionalstorage-1.18.2-0.0.15.jar +: 1654719118:0;./entangled.js +: 1654730033:0;rg external +: 1654730089:0;vim defaultconfigs/immersiveengineering-server.toml +: 1654730104:0;rg heater +: 1654730204:0;vim kubejs/README.txt +: 1654732419:0;pas jre +: 1654734951:0;vim saves/world3/serverconfig/curios-server.toml +: 1654735189:0;rg bundle +: 1654735682:0;vim config/solcarrot-client.toml +: 1654735716:0;vim saves/world3/serverconfig/solcarrot-server.toml +: 1654742216:0;ls backups +: 1654742731:0;scp play@zeus:games/TNPL3/local/extbackup/borgmatic.yaml +: 1654742732:0;scp play@zeus:games/TNPL3/local/extbackup/borgmatic.yaml . +: 1654742776:0;ls /mnt/virt/backup +: 1654742789:0;mkdir /mnt/virt/backup/ATM7 +: 1654742922:0;borgmatic -c borgmatic.yaml init -e repokey-blake2 +: 1654742986:0;borgmatic -c borgmatic.yaml prune crate +: 1654743078:0;borgmatic -c borgmatic.yaml list hydra-2022-06-09T04:49:52.557303 +: 1654743086:0;borgmatic -c borgmatic.yaml list 8764a74da30684d83de5236ff47d35f0ec0ea0147fc417145188984480728ecc +: 1654743108:0;borgmatic -c borgmatic.yaml info +: 1654743211:0;borgmatic -c borgmatic.yaml prune create +: 1654743281:0;man watch +: 1654743347:0;watch -pn 600 borgmatic -c borgmatic.yaml prune create info +: 1654750242:0;borgmatic -c borgmatic.yaml prune create info +: 1654772034:0;man sleep +: 1654772328:0;chmod 755 backupwrapper.sh +: 1654772383:0;./backupwrapper.sh +: 1654772388:0;man test +: 1654772857:0;mv backupwrapper.sh borgmatic.yaml minecraft +: 1654775052:0;cp backupwrapper.sh .. +: 1654775158:0;pas inotif +: 1654775169:0;pai inotify-tools +: 1654775178:0;pal inotify-tools +: 1654775202:0;man inotifywait +: 1654775508:0;rm ../backupwrapper.sh +: 1654776270:0;echo $PGID +: 1654776278:0;echo $PPID +: 1654776285:0;echo $PGRP +: 1654776358:0;cat /proc/$PID/stat +: 1654776491:0;ps -o pgid -p "$pid" +: 1654776500:0;ps -o pgid -p "$PID" +: 1654776505:0;ps -o pgid -p $PID +: 1654776508:0;ps -o pgid -p $$ +: 1654776580:0;env | grep 2835 +: 1654776585:0;env | grep 283 +: 1654776590:0;env | grep PID +: 1654776608:0;echo $PID $PPID +: 1654776617:0;echo $$ $PPID +: 1654776698:0;pgrep +: 1654776700:0;pgrep . +: 1654776705:0;pgrep -g0 . +: 1654776708:0;pgrep -g 0 . +: 1654776739:0;vim backupwrapper.sh +: 1654777009:0;man wait +: 1654777774:0;wait 300467 +: 1654778147:0;rg "Java =" +: 1654778410:0;ls minecraft/.dobackup +: 1654778415:0;ls .dobackup +: 1654778918:0;rm minecraft/.dobackup +: 1654779180:0;pgrep zsh +: 1654779188:0;echo $! +: 1654779191:0;pgrep java +: 1654779195:0;echo $? +: 1654779375:0;cat minecraft/.dobackup +: 1654779442:0;find . -iname ".dobackup" +: 1654779505:0;man tail +: 1654779588:0;pgrep tail +: 1654779726:0;tail --pid=303652 -f /dev/null +: 1654779781:0;tail --pid=$(cat .dobackup) -f /dev/null +: 1654779802:0;rm .dobackup +: 1654780026:0;killall sleep +: 1654780051:0;man pgrep +: 1654780216:0;cat .dobackup +: 1654782982:0;borgmatic -c borgmatic.yaml list +: 1654782999:0;borgmatic -c borgmatic.yaml list --latest +: 1654783009:0;borgmatic -c borgmatic.yaml list --help +: 1654783017:0;borgmatic -c borgmatic.yaml list --archive latest +: 1654783025:0;borgmatic -c borgmatic.yaml info --archive latest +: 1654796308:0;#meld saves/world3/serverconfig saves/world4/serverconfig +: 1654796317:0;less config/alltheores-common.toml +: 1654796361:0;less config/allthetweaks-common.toml +: 1654796374:0;rg allthemodium +: 1654803856:0;vim config/tombstone-server.toml +: 1654805032:0;nbtexplorer +: 1654841978:0;vim config/wstweaks.cfg +: 1654866594:0;ls run/world +: 1654866600:0;du -hs run +: 1654866614:0;less .project +: 1654866700:0;git commit -m "newer forge" +: 1654866703:0;git puish +: 1654867616:0;tree src +: 1654867619:0;pai eclips +: 1654867621:0;pai eclipse +: 1654867673:0;pas eclipse +: 1654867718:0;paq eclipse-java +: 1654868131:0;eclipse +: 1654869084:0;rm -rf /home/jinks/.gradle/ +: 1654869136:0;rg "6.8.1 +: 1654869140:0;rg "6.8.1" +: 1654869179:0;./gradlew wrapper --gradle-version 7.4.2 +: 1654875946:0;rg 17 +: 1654876010:0;sudo archlinux-java set java-17-openjdk +: 1654876046:0;pas openjdk 17 +: 1654876126:0;scp build/libs/ExtBackup-1.18.2-1.1.1.jar play@zeus: +: 1654878355:0;cd /mnt/games/PolyMC/instances/All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.2/minecraft/ +: 1654881676:0;vim src/main/java/com/github/jinks/extbackup/BackupHandler.java +: 1654882455:0;git lcone https://github.com/NotTooManyItems/StepUp +: 1654882459:0;git clone https://github.com/NotTooManyItems/StepUp +: 1654882462:0;cd StepUp +: 1654882660:0;cp build/libs/StepUp-1.18.0-0.1.1.jar /mnt/games/PolyMC/instances/All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.2/minecraft/mods/ +: 1654960535:0;scp mods/TravelAnchors-1.18.2-3.3.jar play@zeus:games/minecraft/ATM7/mods/ +: 1655064747:0;vim config/ftbic-common.toml +: 1655064898:0;vim config/waystones-common.toml +: 1655065046:0;ls mods/ftb-chunks-forge-1802.3.6-build.145.jar +: 1655094146:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/06/13/nachrichten_dlf_20220613_0600_ff37eb0a.mp3" +: 1655094147:0;wget 'https://ondemand-mp3.dradio.de/file/dradio/2022/06/13/nachrichten_dlf_20220613_0600_ff37eb0a.mp3' +: 1655152562:0;scp mods/MmmMmmMmmMmm-1.18.2-1.5.2.jar play@zeus:games/minecraft/ATM7/mods/ +: 1655153583:0;scp mods/laserio-1.2.0.jar play@zeus:games/minecraft/ATM7/mods/ +: 1655153597:0;scp mods/ftb-chunks-forge-1802.3.6-build.147.jar play@zeus:games/minecraft/ATM7/mods/ +: 1655153605:0;rm mods/laserio-1.1.1.jar +: 1655153622:0;rm mods/ftb-chunks-forge-1802.3.6-build.14 +: 1655153625:0;rm mods/ftb-chunks-forge-1802.3.6-build.145.jar +: 1655181774:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/14/nachrichten_dlf_20220614_0600_985e480d.mp3" +: 1655268013:0;rm nachrichten_dlf_20220614_0600_985e480d.mp3 +: 1655268019:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/15/nachrichten_dlf_20220615_0600_3484ac45.mp3" +: 1655354579:0;rm nachrichten_dlf_20220615_0600_3484ac45.mp3 +: 1655354583:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/16/nachrichten_dlf_20220616_0600_dfaaffe3.mp3" +: 1655461844:0;rm nachrichten_dlf_20220616_0600_dfaaffe3.mp3 +: 1655461848:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/17/nachrichten_dlf_20220617_1159_801aee74.mp3" +: 1655622569:0;pas maulet +: 1655627582:0;diff -u <(ls -1 All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.2/minecraft/mods/) <(ls -1 ATM7\ -\ 0.4.13/minecraft/mods/) +: 1655627771:0;meld All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.2/minecraft/config ATM7\ -\ 0.4.13/minecraft/config +: 1655654764:0;flameshot -help +: 1655654767:0;flameshot --help +: 1655654783:0;sleep 3 && flameshot gui +: 1655654836:0;grep Print .config/sway/config +: 1655654865:0;sleep 3 && grim -g "$(slurp)" -t png - | wl-copy -t image/png +: 1655654925:0;sleep 3 && grim -t png - | wl-copy -t image/png +: 1655699451:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/20/nachrichten_dlf_20220620_0600_d0446f54.mp3" +: 1655786394:0;rm nachrichten_dlf_20220620_0600_d0446f54.mp3 +: 1655786399:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/21/nachrichten_dlf_20220621_0600_a36acbca.mp3" +: 1655842777:0;pas font brows +: 1655842789:0;pas font +: 1655842812:0;pai gnoe-font-viewer +: 1655842825:0;pai gnome-font-viewer +: 1655842831:0;pal gnome-font-viewer +: 1655872948:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/22/nachrichten_dlf_20220622_0600_23912988.mp3" +: 1655958710:0;rm nachrichten_dlf_20220622_0600_23912988.mp3 +: 1655958714:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/23/nachrichten_dlf_20220623_0600_7eb7843c.mp3" +: 1656012039:0;cd coc +: 1656022823:0;cd ATM7\ -\ 0.4.13 +: 1656022840:0;scp mods/laserio-1.3.0.jar play@zeus:games/minecraft/ATM7/mods/ +: 1656022852:0;scp mods/BotanicalMachinery-1.18.2-1.0.1.jar play@zeus:games/minecraft/ATM7/mods/ +: 1656091205:0;ssh admin@192.168.0.192 +: 1656095262:0;sshfs root@192.168.0.192:/volume1 mnt +: 1656095268:0;cd mnt +: 1656095273:0;cd .@iscsi +: 1656095292:0;less test1@0 +: 1656095303:0;killall -9 less +: 1656095310:0;less test1@index +: 1656095315:0;less test1@rc +: 1656095320:0;less test1@snap_s20220624-1926 +: 1656158145:0;ls /mnt/hera/share/Upload/minecraft/atm7 +: 1656160633:0;cp ATM7\ -\ 0.4.13/minecraft/mods/StepUp-1.18.0-0.1.1.jar ATM7\ -\ 0.4.16/minecraft/mods/ +: 1656160651:0;diff -u <(ls -1 ATM7\ -\ 0.4.13/minecraft/mods/) <(ls -1 ATM7\ -\ 0.4.16/minecraft/mods/) +: 1656160759:0;cp ATM7\ -\ 0.4.13/minecraft/mods/ModernUI-1.18.2-3.4.7.108-universal.jar ATM7\ -\ 0.4.16/minecraft/mods/ +: 1656161777:0;meld ATM7\ -\ 0.4.13/minecraft/kubejs ATM7\ -\ 0.4.16/minecraft/kubejs +: 1656161841:0;meld ATM7\ -\ 0.4.13/minecraft/config ATM7\ -\ 0.4.16/minecraft/config +: 1656161984:0;meld ATM7\ -\ 0.4.13/minecraft/ ATM7\ -\ 0.4.16/minecraft/ +: 1656166092:0;mc /mnt/games /mnt/hera +: 1656180541:0;ssh shortbus.fails +: 1656272194:0;vim ATM7\ -\ 0.4.16/minecraft/config/apotheosis/spawner.cfg +: 1656281660:0;pai polymc-bin +: 1656281693:0;polymc +: 1656304663:0;rm nachrichten_dlf_20220623_0600_7eb7843c.mp3 +: 1656304704:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/27/nachrichten_dlf_20220627_0600_0b50f33a.mp3" +: 1656346922:0;cd /mnt/games/PolyMC/instances +: 1656347051:0;rsync -avxHAX --delete ATM7\ -\ 0.4.16/minecraft/mods/ All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.21/minecraft/mods/ +: 1656347060:0;diff -u <(ls -1 ATM7\ -\ 0.4.16/minecraft/mods/) <(ls -1 All\ the\ Mods\ 7\ -\ ATM7\ -\ 1.18.21/minecraft/mods) +: 1656358627:0;vim ATM7\ -\ 0.4.16/minecraft/config/cyclic-client.toml +: 1656358671:0;vim ATM7\ -\ 0.4.16/minecraft/config/cyclic.toml +: 1656390911:0;rm nachrichten_dlf_20220627_0600_0b50f33a.mp3 +: 1656390918:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/28/nachrichten_dlf_20220628_0600_fa774f95.mp3" +: 1656434262:0;cd /mnt/hera/jinks/Upload\ -\ Priv +: 1656434294:0;cd /mnt/hera +: 1656434456:0;cd Upload\ -\ Priv +: 1656434458:0;ls Upload\ -\ Priv +: 1656434466:0;ls Upload\ -\ Priv/Android +: 1656434470:0;ls Upload\ -\ Priv/Android/sdcard0 +: 1656434476:0;ls Upload\ -\ Priv/Android/sdcard0/DCIM +: 1656434481:0;ls Upload\ -\ Priv/Android/sdcard0/DCIM/100ANDRO +: 1656434485:0;ls Upload\ -\ Priv/Android/sdcard0/DCIM/Camera +: 1656434491:0;imv Upload\ -\ Priv/Android/sdcard0/DCIM/Camera/* +: 1656435060:0;ssh 192.168.0.62 -l root +: 1656435067:0;ssh 192.168.0.192 -l root +: 1656444525:0;rm nachrichten_dlf_20220628_0600_fa774f95.mp3 +: 1656477194:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/29/nachrichten_dlf_20220629_0600_5b9dacb5.mp3" +: 1656540799:0;tree . +: 1656540812:0;tree . | head -n 100 +: 1656540841:0;ls ../.. +: 1656541063:0;yay -Rnsc giblib +: 1656543808:0;ls mnt/hera +: 1656543811:0;ls mnt/hera/share +: 1656543844:0;less asimov_not_final.asciidoc +: 1656544338:0;man exports +: 1656544515:0;sshhera +: 1656563953:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/06/30/nachrichten_dlf_20220630_0600_70c40786.mp3" +: 1656637234:0;cd /mnt/games/PolyMC/instances/ATM7\ -\ 0.4.16/minecraft +: 1656637262:0;scp mods/StorageDrawers-1.18.2-10.2.1.jar play@zeus:games/minecraft/ATM7/mods +: 1656700044:0;scp mods/laserio-1.3.1.jar play@zeus:games/minecraft/ATM7/mods +: 1656775858:0;du -hs Downloads +: 1656776906:0;ssh debian +: 1656776909:0;ssh debian -l root +: 1656779630:0;ssh nyx +: 1656779640:0;ssh nyx.home.sweevo.net +: 1656793608:0;ls /mnt/games/Steam +: 1656793621:0;ls /mnt/games/Steam/steamapps/common/ +: 1656793655:0;ls /mnt/virt/games/Steam/steamapps/common/ +: 1656793911:0;ncdu .local/share/Steam/ +: 1656794034:0;vim /mnt/virt/games/Steam/libraryfolder.vdf +: 1656797222:0;du -hs && read +: 1656797314:0;scp /etc/borgmatic/bo +: 1656797353:0;vim borgmatic.yaml +: 1656797721:0;ls .local/share/Steam +: 1656797728:0;ls .local/share/Steam/compatibilitytools.d +: 1656797798:0;ncdu .local +: 1656800800:0;du -hs /home/jinks/.local/share/Euro Truck Simulator 2/online/ +: 1656800806:0;du -hs "/home/jinks/.local/share/Euro Truck Simulator 2/online/" +: 1656800966:0;du -hs .local/share/PolyMC +: 1656800972:0;ncdu .local/share/PolyMC +: 1656801807:0;ss hhestia +: 1656803455:0;touch .local/share/PolyMC/assets/.nobackup +: 1656803460:0;touch .local/share/PolyMC/libraries/.nobackup +: 1656803473:0;touch .local/share/multimc/assets/nobackup +: 1656803478:0;rm .local/share/multimc/assets/nobackup +: 1656803482:0;touch .local/share/multimc/assets/.nobackup +: 1656803488:0;touch .local/share/multimc/libraries/.nobackup +: 1656803492:0;touch .local/share/multimc5/assets/.nobackup +: 1656804796:0;touch .gradle/.nobackup +: 1656804935:0;rm -rf .local/share/Trash +: 1656804939:0;touch .local/share/Trash +: 1656804993:0;touch .eclipse/.nobackup +: 1656805025:0;rm -rf .ftba/ +: 1656805047:0;touch .jd/.nobackup +: 1656805236:0;ls src/MineCraft/ExtBackup +: 1656805240:0;ls src/MineCraft/ExtBackup =R +: 1656805245:0;ls src/MineCraft/ExtBackup -R +: 1656805411:0;touch .config/discord/.nobackup +: 1656849274:0;cat > /dev/null +: 1656851138:0;pas dropbox +: 1656851157:0;pai dropbox +: 1656851231:0;dropbox +: 1656851337:0;killall dropbox +: 1656852703:0;sh Downloads/UrBackup\ Client\ \(hydra\).sh +: 1656852708:0;sudo sh Downloads/UrBackup\ Client\ \(hydra\).sh +: 1656852721:0;sudo sh Downloads/UrBackup\ Client\ \(hydra\).sh --help +: 1656852743:0;sudo sh Downloads/UrBackup\ Client\ \(hydra\).sh --target /opt/urbackup +: 1656852798:0;ls /usr/local +: 1656852808:0;tree /usr/local/ +: 1656854724:0;cat /usr/local/share/urbackup/scripts/mariadbdump +: 1656854729:0;sudo cat /usr/local/share/urbackup/scripts/mariadbdump +: 1656866426:0;ssh qnap +: 1656866433:0;ssh qnap -l root +: 1656868197:0;findmnt +: 1656875697:0;sudo btrfs sub li /mnt/games +: 1656875719:0;sudo btrfs sub li /mnt/virt +: 1656875779:0;man 5 btrfs +: 1656882626:0;ping qnap +: 1656892796:0;ls /tmp/kopia-mount4249498248 +: 1656895848:0;mkdir brepo +: 1656895861:0;borg init brepo +: 1656896004:0;wget "https://git.kernel.org/torvalds/t/linux-5.19-rc5.tar.gz" +: 1656896030:0;gzip -d linux-5.19-rc5.tar.gz +: 1656896047:0;tzr tf linux-5.19-rc5.tar| head +: 1656896049:0;tar tf linux-5.19-rc5.tar| head +: 1656896057:0;tar xf linux-5.19-rc5.tar +: 1656896097:0;kopia repo create file --path krepo +: 1656896102:0;kopia repo create filesystem --path krepo +: 1656896109:0;kopia repo create filesystem --path ./krepo +: 1656896134:0;borg +: 1656896156:0;borg create +: 1656896180:0;borg create lk-1 linux-5.19-rc5 +: 1656896188:0;borg create brepo::lk-1 linux-5.19-rc5 +: 1656896283:0;borg create brepo::lk-2 linux-5.19-rc5 +: 1656896345:0;kopia snap ls +: 1656896368:0;borg create brepo::lk-3 linux-5.19-rc5.tar +: 1656896415:0;borg info brepo +: 1656896425:0;borg list brepo +: 1656896456:0;kopia repo info +: 1656896461:0;kopia repo --help +: 1656896521:0;rm -rf krepo +: 1656896525:0;mkdir krepo +: 1656896532:0;kopia repo init +: 1656896540:0;kopia repo create filesystem --path $PWD/krepo +: 1656896599:0;kopia policy set +: 1656896603:0;kopia policy ls +: 1656896607:0;kopia policy get +: 1656896612:0;kopia policy get --global +: 1656896626:0;kopia policy set comression --help +: 1656896664:0;kopia policy set --compression=zstd --global +: 1656896677:0;kopia snap linux-5.19-rc5 +: 1656896698:0;kopia snap linux-5.19-rc5.tar +: 1656896729:0;kopia repo status +: 1656896759:0;rm -rf brepo +: 1656896764:0;borg init -e repokey-blake2 brepo +: 1656896775:0;ls brepo +: 1656896794:0;borg create --compression zstd brepo::lk-1 linux-5.19-rc5 +: 1656896819:0;borg create --compression zstd --password=borg brepo::lk-1 linux-5.19-rc5 +: 1656896834:0;borg create --compression zstd -p borg brepo::lk-1 linux-5.19-rc5 +: 1656896847:0;BORG_PASSWORD=borg borg create --compression zstd brepo::lk-1 linux-5.19-rc5 +: 1656896858:0;BORG_PASSPHRASE=borg borg create --compression zstd brepo::lk-1 linux-5.19-rc5 +: 1656896897:0;BORG_PASSPHRASE=borg borg create --compression zstd brepo::lk-2 linux-5.19-rc5 +: 1656896917:0;BORG_PASSPHRASE=borg borg create --compression zstd brepo::lk-3 linux-5.19-rc5.tar +: 1656896935:0;BORG_PASSPHRASE=borg borg list brepo +: 1656896945:0;BORG_PASSPHRASE=borg borg list brepo::lk-3 +: 1656896949:0;BORG_PASSPHRASE=borg borg list brepo::lk-2 +: 1656896960:0;BORG_PASSPHRASE=borg borg info brepo +: 1656897010:0;BORG_PASSPHRASE=borg borg info brepo::lk-1 +: 1656897012:0;BORG_PASSPHRASE=borg borg info brepo::lk-2 +: 1656897013:0;BORG_PASSPHRASE=borg borg info brepo::lk-3 +: 1656897060:0;kopia snap linux-5.19-rc5 linux-5.19-rc5.tar +: 1656897331:0;kopia content stats +: 1656897366:0;kopia mount +: 1656897377:0;mc /tmp/kopia-mount3327109535 +: 1656897450:0;ls res +: 1656897452:0;ls res -lag +: 1656897455:0;ls res -lah +: 1656897463:0;rmdir res/home_jinks_tmp_linux-5.19-rc5.tar/20220704-030458 +: 1656897466:0;l res/home_jinks_tmp_linux-5.19-rc5.tar/20220704-030458 +: 1656897472:0;l -d res/home_jinks_tmp_linux-5.19-rc5.tar/20220704-030458 +: 1656897479:0;cd res +: 1656897485:0;saneperms . +: 1656897497:0;chmod -R 755 . +: 1656897503:0;rm -rf home_jinks_tmp_linux-5.19-rc5.tar +: 1656897509:0;ls /tmp/kopia-mount3327109535 +: 1656897511:0;ls /tmp/kopia-mount3327109535/jinks@hydra +: 1656897517:0;ls /tmp/kopia-mount3327109535/jinks@hydra/home_jinks_tmp_linux-5.19-rc5.tar +: 1656897519:0;ls /tmp/kopia-mount3327109535/jinks@hydra/home_jinks_tmp_linux-5.19-rc5.tar/20220704-03 +: 1656897521:0;ls /tmp/kopia-mount3327109535/jinks@hydra/home_jinks_tmp_linux-5.19-rc5.tar/20220704-030458 +: 1656897537:0;kopia restore +: 1656897540:0;kopia restore --help +: 1656897557:0;kopia snap ls -lda +: 1656897621:0;kopia snap ls -lda Ix38c62f84b3dc9e21c3fcfa10b658e6d1 +: 1656897627:0;kopia snap ls Ix38c62f84b3dc9e21c3fcfa10b658e6d1 +: 1656897698:0;kopia restore Ix38c62f84b3dc9e21c3fcfa10b658e6d1/home/jinks/tmp/linux-5.19-rc5.tar +: 1656897704:0;kopia restore Ix38c62f84b3dc9e21c3fcfa10b658e6d1/home/jinks/tmp/linux-5.19-rc5.tar res +: 1656897718:0;kopia restore Ix38c62f84b3dc9e21c3fcfa10b658e6d1/linux-5.19-rc5.tar res +: 1656897727:0;kopia restore Ix38c62f84b3dc9e21c3fcfa10b658e6d1 res +: 1656897744:0;kopia restore Ix38c62f84b3dc9e21c3fcfa10b658e6d1 res/out +: 1656897760:0;file res/out +: 1656897764:0;tar tf res/out +: 1656897826:0;kopia repo disconnect +: 1656897834:0;rm -rf tmp +: 1656948754:0;pas jre head +: 1656990634:0;vim config/computercraft-client.toml +: 1656992537:0;rm /mnt/hera/share/Upload/minecraft/atm7/ftbbackups2-forge-1.18.2-1.0.11.jar +: 1657030406:0;locate CACHEDIR.TAG +: 1657030419:0;cat /home/jinks/.local/share/Steam/WINDOWSTEMPDIR_FONTCONFIG_CACHE/CACHEDIR.TAG +: 1657030438:0;cat /mnt/usbstick/backup_siri/home/siren/.ccache/CACHEDIR.TAG +: 1657032147:0;pao xdg-open +: 1657038343:0;meld ATM7\ -\ 0.4.16/minecraft/ ATM7\ -\ 0.4.18/minecraft/ +: 1657039139:0;diff -u <(ls -1 ATM7\ -\ 0.4.16/minecraft/mods/) <(ls -1 ATM7\ -\ 0.4.18/minecraft/mods) +: 1657041132:0;ls Nextcloud/Photos/Internet +: 1657043781:0;cd ATM7\ -\ 0.4.18 +: 1657043790:0;scp mods/CodeChickenLib-1.18.2-4.1.1.462-universal.jar play@zeus:games/minecraft/ATM7/mods +: 1657043795:0;scp mods/EnderStorage-1.18.2-2.9.0.177-universal.jar play@zeus:games/minecraft/ATM7/mods +: 1657043944:0;scp mods/shetiphiancore-1.18-3.10.10.jar play@zeus:games/minecraft/ATM7/mods +: 1657045540:0;ls mods/structure_gel-1.18.2-2.4.4.jar +: 1657045566:0;ls ../../ATM7\ -\ 0.4.16/minecraft/mods/structure_gel-1.18.2-2.4.3.jar +: 1657119856:0;scp mods/structure_gel-1.18.2-2.4.6.jar play@zeus:games/minecraft/ATM7/mods +: 1657124713:0;pas kooha +: 1657124720:0;pas screencorder +: 1657124724:0;pai kooha +: 1657124926:0;ls Videos +: 1657124946:0;vlc Videos/Kooha-07-06-2022-18-26-50.webm +: 1657125012:0;mpv Videos/Kooha-07-06-2022-18-26-50.webm +: 1657125142:0;mpv Videos/Kooha-07-06-2022-18-31-24.mp4 +: 1657125200:0;pas screen record +: 1657125221:0;pao simplescreenrecorder +: 1657125229:0;pas screenrecord +: 1657125267:0;pas record +: 1657125330:0;paq byzanz peek +: 1657125425:0;pal wf-recorder +: 1657125462:0;wf-recorder -g "0,0 1920x1080" -f ftb-bug.mp4 +: 1657125511:0;mpv ftb-bug.mp4 +: 1657125555:0;rm Videos/Kooha-07-06-2022-18-26-50.webm +: 1657125559:0;rm Videos/Kooha-07-06-2022-18-31-24.mp4 +: 1657125657:0;mv ftb-bug.mp4 ATM7-RenderLoop-Error_2022-07-06T18-40-33.mp4 +: 1657125665:0;ls -lah ATM7-RenderLoop-Error_2022-07-06T18-40-33.mp4 +: 1657125671:0;mv ATM7-RenderLoop-Error_2022-07-06T18-40-33.mp4 Videos +: 1657125676:0;man wf-recorder +: 1657132952:0;scp mods/theoneprobe-1.18-5.1.0.jar play@zeus:games/minecraft/ATM7/mods +: 1657135050:0;mv config/byg .. +: 1657137495:0;rm -rf config/byg +: 1657155572:0;scp mods/soulshards-1.18.2-1.2.2.jar play@zeus:games/minecraft/ATM7/mods +: 1657366022:0;scp mods/ChickenChunks-1.18.2-2.9.2.95-universal.jar play@zeus:games/minecraft/ATM7/mods +: 1657471856:0;whois 91.97.201.44 +: 1657471918:0;ssh hes +: 1657474588:0;unzip -l twokinds.zip +: 1657474600:0;mcomix twokinds.zip +: 1657475278:0;rm twokinds.zip +: 1657475290:0;scp hestia:twokinds.zip . +: 1657475339:0;mkdir tmp +: 1657475344:0;mv twokinds.zip tmp +: 1657475620:0;hwmixvolume +: 1657475628:0;pao hwmixvolume +: 1657475642:0;pas stream twitch +: 1657475658:0;pas streamlink +: 1657475800:0;streamlink --twitch-oauth-authenticate +: 1657475839:0;streamlink --twitch-oauth-authenticate twitch.tv/spoonloeffel +: 1657475843:0;streamlink --help +: 1657475916:0;streamlink twitch.tv/spoonloeffel +: 1657475923:0;streamlink twitch.tv/spoonloeffel best +: 1657476085:0;vim bin/twitch.sh +: 1657476201:0;twitch.sh twitch.tv/spoonloeffel +: 1657565519:0;chezmoi edit .zshrc.local +: 1657565536:0;chezmoi update +: 1657565540:0;chezmoi update --pull +: 1657565552:0;chezmoi apply +: 1657565562:0;dirdiff +: 1657565604:0;dirdiff ATM-temp/minecraft/config ATM7\ -\ 0.4.20/minecraft/config +: 1657565801:0;dirdiff ATM-temp/minecraft/kubejs ATM7\ -\ 0.4.20/minecraft/kubejs +: 1657565888:0;dirdiff ATM-temp/minecraft/mods ATM7\ -\ 0.4.20/minecraft/mods +: 1657565962:0;ls ATM-temp +: 1657565964:0;ls ATM-temp/m +: 1657565965:0;ls ATM-temp/minecraft +: 1657565982:0;dirdiff ATM-temp/minecraft/packmenu ATM7\ -\ 0.4.20/minecraft/packmenu +: 1657566801:0;cd ATM7\ -\ 0.4.20/minecraft +: 1657566822:0;scp mods/create-confectionery1.18.2_v1.0.8.jar play@zeus:games/minecraft/ATM7/mods +: 1657567054:0;scp mods/createcafe-1.4-1.18.2.jar.disabled play@zeus:games/minecraft/ATM7/mods +: 1657567061:0;scp mods/createdeco-1.2.8-1.18.2.jar.disabled play@zeus:games/minecraft/ATM7/mods +: 1657574715:0;modinfo snd-hda-intel +: 1657575393:0;less /etc/modprobe.d/kvm.conf +: 1657575792:0;cat ~/.zshrc.local +: 1657575960:0;less ~/.config/nvim/init.vim +: 1657576128:0;cat ~/.config/nvim/init.vim | wc -l +: 1657576204:0;git clone git://github.com/will133/vim-dirdiff +: 1657578366:0;vim config/create-client.toml +: 1657578403:0;vim config/create-common.toml +: 1657609051:0;vim kubejs/server_scripts/mod_specific/hostilenetworks/hostilenetworks.js +: 1657609084:0;mc kubejs/server_scripts/mod_specific/ +: 1657640990:0;scp mods/connectivity-1.18.2-3.2.jar play@zeus:games/minecraft/ATM7/mods +: 1657644821:0;vim config/jei-client.toml +: 1657644849:0;vim config/jei/recipe-category-sort-order.ini +: 1657654328:0;scp mods/chunkloaders-1.2.0-forge-mc1.18.jar play@zeus:games/minecraft/ATM7/mods +: 1657739973:0;cat /etc/udev/rules.d/50-wake-on-device.rules +: 1657763139:0;wine CoCEd +: 1657807700:0;lsusb -vv +: 1657807702:0;lsusb -v +: 1657819928:0;dirdiff temp/minecraft/packmenu ATM7\ -\ 0.4.20/minecraft/packmenu +: 1657819941:0;dirdiff temp/minecraft/kubejs ATM7\ -\ 0.4.20/minecraft/kubejs +: 1657820306:0;dirdiff temp/minecraft/config ATM7\ -\ 0.4.20/minecraft/config +: 1657820626:0;dirdiff temp/minecraft/mods ATM7\ -\ 0.4.20/minecraft/mods +: 1657822797:0;scp mods/supermartijn642co* play@zeus:games/minecraft/ATM7/mods +: 1657822828:0;scp mods/soulshards-1.18.2-1.3.2.jar play@zeus:games/minecraft/ATM7/mods +: 1657823367:0;cd src/MineCraft/ +: 1657823371:0;git clone https://github.com/BloCamLimb/ModernUI +: 1657823383:0;cd ModernUI +: 1657823587:0;git checkout a106ee5 +: 1657823630:0;sudo archlinux-java set java-18-openjdk +: 1657823723:0;ls /home/jinks/src/MineCraft/ModernUI/core/build/libs/ModernUI-3.5.0.109.jar +: 1657823726:0;ls /home/jinks/src/MineCraft/ModernUI/core/build/libs/ +: 1657823728:0;ls /home/jinks/src/MineCraft/ModernUI/core/build/ +: 1657823731:0;ls /home/jinks/src/MineCraft/ModernUI/core/ +: 1657823746:0;sh gradlew build --help +: 1657823763:0;sh gradlew build core +: 1657823801:0;cd core +: 1657823805:0;sh ../gradlew build core +: 1657823914:0;mkdir -p /home/jinks/src/MineCraft/ModernUI/core/build/libs/ +: 1657823928:0;mv ~/ModernUI-Core-3.5.0.109.jar build/libs +: 1657823939:0;sh gradlew build +: 1657823964:0;sh gradlew build --stacktrace +: 1657825646:0;unzip -l mods/ModernUI-1.18.2-3.5.0.109-universal.jar +: 1657825688:0;unzip -l mods/ModernUI-1.18.2-3.5.0.109-universal.jar |grep forge +: 1657827408:0;pinta MC-skin_jinks_pre18.png +: 1657828287:0;pinta MC-skin_jinks_64x64.png +: 1657850475:0;unzip -l ~/tmp/Bunnycop-43a-WINDOWS.zip +: 1657850485:0;mkdir bunnycop +: 1657850493:0;cd bunnycop +: 1657850497:0;unzip ~/tmp/Bunnycop-43a-WINDOWS.zip +: 1657850512:0;wine Bunnycop.exe +: 1657852444:0;mkdir beacsidebunnies +: 1657852451:0;mv bunnycop beacsidebunnies +: 1657852479:0;cd gadget +: 1657852482:0;ls ~/tmp +: 1657852499:0;wine Gadget\ -\ Pint\ Sized\ Fun.exe +: 1657853165:0;mv beacsidebunnies/bunnycop bunnies +: 1657853168:0;rmdir beacsidebunnies +: 1657853182:0;cd bunnies +: 1657853199:0;wine julia-minigame-windows.exe +: 1657853271:0;mkdir engineer +: 1657853274:0;cd engineer +: 1657853279:0;locate *.swf +: 1657853282:0;locate \*.swf +: 1657853338:0;unzip ~/tmp/IE-17-WINDOWS.zip +: 1657853349:0;wine Interdimensional\ Engineer.exe +: 1657895175:0;ps aux | grep "^m" +: 1657895178:0;ps aux | grep "^a" +: 1657895199:0;grep exec ~/.config/sway/config +: 1657895224:0;grep -A 5 exec_alw ~/.config/sway/config +: 1657895277:0;pas notific +: 1657895313:0;grep mako ~/.config/sway/config +: 1657895369:0;rg --one-file-system mako +: 1657895403:0;systemctl --user status mako.service +: 1657895439:0;systemctl --user stop mako.service +: 1657895450:0;systemctl --user restart dunst.service +: 1657895452:0;notify-send test +: 1657895458:0;notify-send testfsd +: 1657895459:0;notify-send testfsdsdfs +: 1657895489:0;man 5 dunst +: 1657895520:0;systemctl --user restart mako.service +: 1657895523:0;notify-send testfsdsdfssdfsdf +: 1657895524:0;notify-send testfsdsdfssdfsdfgdfg +: 1657895544:0;systemctl --user list-unit +: 1657895667:0;ls ~/.config/systemd/user/ +: 1657895671:0;tree ~/.config/systemd/user/ +: 1657898168:0;cd /etc +: 1657906150:0;iperf -c zeus +: 1657906170:0;iperf -u -c zeus +: 1657906236:0;iperf -u -c zeus -t 30 +: 1657911581:0;cd ATM7\ -\ 0.4.21/minecraft +: 1657911591:0;scp mods/createaddition-1.18.2-20220715a.jar play@zeus:games/minecraft/ATM7/mods +: 1657911782:0;scp mods/PrettyPipes* play@zeus:games/minecraft/ATM7/mods +: 1657994346:0;pai yt-dlp +: 1657994362:0;yt-dlp +: 1657994365:0;yt-dlp --help +: 1657994369:0;yt-dlp https://www.youtube.com/watch?v=YVuZDtz-Aes +: 1657994374:0;yt-dlp 'https://www.youtube.com/watch?v=YVuZDtz-Aes' +: 1657994513:0;file Sci-Fi\ Series\ \'ATROPA\'\ Episode\ 1\ _\ DUST\ \[YVuZDtz-Aes\].webm +: 1657994519:0;ffmpeg -i Sci-Fi\ Series\ \'ATROPA\'\ Episode\ 1\ _\ DUST\ \[YVuZDtz-Aes\].webm +: 1657994544:0;yt-dlp -F 'https://www.youtube.com/watch?v=YVuZDtz-Aes' +: 1657994662:0;rm Sci-Fi\ Series\ \'ATROPA\'\ Episode\ 1\ _\ DUST\ \[YVuZDtz-Aes\].webm +: 1657995380:0;showmount -e hera +: 1657995430:0;smbclient -L //hera +: 1657995916:0;ls /mnt/hera/share/Upload/minecraft +: 1657995919:0;ls /mnt/hera/share/Upload/minecraft -l +: 1657996069:0;dd if=/dev/urandom of=nfs.dat bs=1M count=500 status=progress +: 1657996112:0;dd if=/dev/urandom of=nfs.dat bs=1M count=1500 status=progress +: 1657996137:0;rm nfs.dat +: 1657996140:0;cd /mnt/cdrom +: 1657996147:0;dd if=/dev/urandom of=smb.dat bs=1M count=1500 status=progress +: 1657996200:0;rm smb.dat +: 1657997647:0;touch moo.bla +: 1657997660:0;rm moo.bla +: 1657998110:0;man mount.smb3 +: 1657998169:0;ls -l /mnt/hera/share/Series/Ms.\ Marvel +: 1657998934:0;cd /mnt/hera/share/Series/Ms.\ Marvel +: 1657998940:0;chmod u+x tvshow.nfo +: 1658053602:0;scp mods/FluxNetworks-1.18.2-7.0.3.4.jar play@zeus:games/minecraft/ATM7/mods +: 1658118178:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/18/nachrichten_dlf_20220718_0600_15767e63.mp3" +: 1658205340:0;rm nachrichten_dlf_20220718_0600_15767e63.mp3 +: 1658205344:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/19/nachrichten_dlf_20220719_0600_a19cdc6d.mp3" +: 1658273409:0;cd Downloads/xxx/ +: 1658273414:0;curl https://pervertslut.com/embed/143248 +: 1658273469:0;curl https://pervertslut.com/get_file/1/e539240c0da30a6f94c0537e04645f400397763e9b/143000/143248/143248.mp4 +: 1658273478:0;curl -O https://pervertslut.com/get_file/1/e539240c0da30a6f94c0537e04645f400397763e9b/143000/143248/143248.mp4 +: 1658273694:0;mpv 143248.mp4 +: 1658273753:0;rm 143248.mp4 +: 1658275728:0;curl https://pervertslut.com/embed/129571 | grep mp4 +: 1658275761:0;curl -O https://pervertslut.com/get_file/1/ca0e0aa9fc3e0cc4e18be2eac38634aae48a9a3675/129000/129571/129571.mp4 +: 1658275893:0;mpv 129571.mp4 +: 1658291755:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/20/nachrichten_dlf_20220720_0600_acc33850.mp3" +: 1658331493:0;umount /mnt/hera +: 1658378383:0;mediathekview +: 1658378685:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/21/nachrichten_dlf_20220721_0630_69050986.mp3" +: 1658436121:0;pas mtp +: 1658436184:0;go-mtpfs +: 1658436190:0;go-mtpfs tmp +: 1658436224:0;go-mtpfs -o nonempty tmp +: 1658436240:0;go-mtpfs -nonempty tmp +: 1658436328:0;cp org.fdroid.fdroid.privileged.ota_2130.zip mnt +: 1658478904:0;rm nachrichten_dlf_20220720_0600_acc33850.mp3 +: 1658478908:0;rm nachrichten_dlf_20220721_0630_69050986.mp3 +: 1658478913:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/22/nachrichten_dlf_20220722_0800_cf7dcb3f.mp3" +: 1658515813:0;cp tmp/org.fdroid.fdroid.privileged.ota_2130.zip /mnt/hera/share/Upload/ +: 1658538653:0;ps aux | grep chrm +: 1658538655:0;ps aux | grep chrom +: 1658538659:0;ps aux | grep Chrom +: 1658613485:0;killall telegram +: 1658613496:0;killall telegram-desktop +: 1658613503:0;ps aux | grep -i tele +: 1658613538:0;killall thunar +: 1658613549:0;ps aux | grep -i thun +: 1658613557:0;killall Thunar +: 1658614206:0;locate MindThe +: 1658624257:0;ls mnt/Internal\ Storage +: 1658624262:0;ls mnt/Internal\ Storage/Download +: 1658624273:0;cp tmp/org.fdroid.fdroid.privileged.ota_2130.zip mnt/Internal\ Storage/Download +: 1658722816:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/25/nachrichten_dlf_20220725_0600_b88303aa.mp3" +: 1658810386:0;rm nachrichten_dlf_20220725_0600_b88303aa.mp3 +: 1658810389:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/26/nachrichten_dlf_20220726_0600_c5a95f8c.mp3" +: 1658896564:0;rm nachrichten_dlf_20220726_0600_c5a95f8c.mp3 +: 1658896568:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/27/nachrichten_dlf_20220727_0600_d2cfbd38.mp3" +: 1658982011:0;pai nnn lf +: 1658982028:0;pai -y nnn lf +: 1658982065:0;pas lf +: 1658982110:0;passixel +: 1658982113:0;pas sixel +: 1658982220:0;nnn +: 1658982932:0;rm nachrichten_dlf_20220727_0600_d2cfbd38.mp3 +: 1658982935:0;wget "https://download.deutschlandfunk.de/file/dradio/2022/07/28/nachrichten_dlf_20220728_0600_5cf61925.mp3" +: 1659069581:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/07/29/nachrichten_dlf_20220729_0600_8b1c72a5.mp3" +: 1659138391:0;mv ~/Downloads/Telegram\ Desktop/framework-res.apk +: 1659138393:0;mv ~/Downloads/Telegram\ Desktop/framework-res.apk . +: 1659138400:0;mv framework-res.apk framework-res.zip +: 1659138430:0;mkdir fr +: 1659138436:0;unzip ../framework-res.zip +: 1659145845:0;pkill chrom +: 1659214665:0;cd /mnt/games/Steam/steamapps/workshop/content/304930 +: 1659231850:0;curl "https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/5d897772-bfcf-4efa-b516-81b55bf71a9a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220731%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220731T014304Z&X-Amz-Expires=300&X-Amz-Signature=92be77cc3b57805958aa1d25226c3c6ece630aae7d5417ed3e1be8aa949ff052&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DGE-Proton7-28.tar.gz&response-content-type=application%2Foctet-stream" | tar xv +: 1659231862:0;curl "https://objects.githubusercontent.com/github-production-release-asset-2e65be/161428437/5d897772-bfcf-4efa-b516-81b55bf71a9a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220731%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220731T014304Z&X-Amz-Expires=300&X-Amz-Signature=92be77cc3b57805958aa1d25226c3c6ece630aae7d5417ed3e1be8aa949ff052&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=161428437&response-content-disposition=attachment%3B%20filename%3DGE-Proton7-28.tar.gz&response-content-type=application%2Foctet-stream" | tar xvz +: 1659276185:0;cd /mnt/games/PolyMC/instances/ +: 1659276290:0;dirdiff temp_ATM7/minecraft/mods ATM7\ -\ 0.4.23/minecraft/mods/ +: 1659276504:0;cp ATM7\ -\ 0.4.21/minecraft/mods/eccentrictome-1.18.2-1.3.1.jar ATM7\ -\ 0.4.23/minecraft/mods/ +: 1659276754:0;dirdiff temp_ATM7/minecraft/config ATM7\ -\ 0.4.23/minecraft/config +: 1659276903:0;dirdiff temp_ATM7/minecraft/kubejs ATM7\ -\ 0.4.23/minecraft/kubejs +: 1659276996:0;dirdiff ATM7\ -\ 0.4.21/minecraft/mods/ ATM7\ -\ 0.4.23/minecraft/mods/ +: 1659327881:0;wget "https://download.deutschlandfunk.de/file/dradio/2022/08/01/nachrichten_dlf_20220801_0600_bf8f88c2.mp3" +: 1659418230:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/02/nachrichten_dlf_20220802_0600_5bb5e263.mp3" +: 1659500605:0;rm nachrichten_dlf_20220802_0600_5bb5e263.mp3 +: 1659500608:0;wget "https://download.deutschlandfunk.de/file/dradio/2022/08/03/nachrichten_dlf_20220803_0600_9cdc3f6e.mp3" +: 1659587680:0;wget "https://download.deutschlandfunk.de/file/dradio/2022/08/04/nachrichten_dlf_20220804_0600_03029d09.mp3" +: 1659673931:0;rm nachrichten_dlf_20220804_0600_03029d09.mp3 +: 1659673934:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/05/nachrichten_dlf_20220805_0600_a228f80d.mp3" +: 1659740348:0;cd /mnt/virt/games/minigalaxy/Twinsens Little Big Adventure Classic +: 1659740354:0;cd "/mnt/virt/games/minigalaxy/Twinsens Little Big Adventure Classic" +: 1659740733:0;cp S1098.LBA S1098.BAK +: 1659740740:0;hexcurse S1098.LBA +: 1659747658:0;mv ~/Downloads/Sexploitation-1.0-pc.zip . +: 1659747666:0;unzip -l Sexploitation-1.0-pc.zip +: 1659747670:0;unzip Sexploitation-1.0-pc.zip +: 1659747679:0;cd Sexploitation-1.0-pc +: 1659747684:0;./Sexploitation.sh +: 1659932958:0;rm nachrichten_dlf_20220805_0600_a228f80d.mp3 +: 1659932962:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/08/nachrichten_dlf_20220808_0600_6e9c0a11.mp3" +: 1660019856:0;rm nachrichten_dlf_20220808_0600_6e9c0a11.mp3 +: 1660019859:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/09/nachrichten_dlf_20220809_0600_bac26755.mp3" +: 1660106282:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/10/nachrichten_dlf_20220810_0600_7fe8c7b2.mp3" +: 1660170486:0;pai steamtinkerlaunch +: 1660170679:0;paq pev +: 1660170937:0;steamtinkerlaunch help +: 1660171002:0;steamtinkerlaunch compat add +: 1660192624:0;rm nachrichten_dlf_20220810_0600_7fe8c7b2.mp3 +: 1660192629:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/11/nachrichten_dlf_20220811_0600_700f1f91.mp3" +: 1660423889:0;zip -l /mnt/hera/jinks/XXX/B0130-0157.zip +: 1660423891:0;unzip -l /mnt/hera/jinks/XXX/B0130-0157.zip +: 1660423904:0;unzip -l /mnt/hera/jinks/XXX/Back\ Street\ Dogs.zip +: 1660423919:0;unzip -l /mnt/hera/jinks/XXX/BeautyBeast-Nihaotomita.zip +: 1660423932:0;unzip -l /mnt/hera/jinks/XXX/Campire\ Memories.zip +: 1660423951:0;unzip -l /mnt/hera/jinks/XXX/Dabafa35.zip +: 1660423963:0;unzip -l /mnt/hera/jinks/XXX/Dakbak.zip +: 1660423970:0;mc /mnt/hera/jinks/XXX/ +: 1660537169:0;rm nachrichten_dlf_20220811_0600_700f1f91.mp3 +: 1660537174:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/15/nachrichten_dlf_20220815_0600_e4a88f9a.mp3" +: 1660537181:0;cd Nextcloud/DLF +: 1660623900:0;rm nachrichten_dlf_20220815_0600_e4a88f9a.mp3 +: 1660623903:0;wget "https://ondemand-mp3.dradio.de/file/dradio/2022/08/16/nachrichten_dlf_20220816_0600_f8ceeb60.mp3" +: 1660660382:0;rm nachrichten_dlf_20220816_0600_f8ceeb60.mp3 +: 1660710519:0;rm +: 1660750775:0;yt-dlp -h +: 1660750806:0;yt-dlp "https://www.redwap.me/videos/277943/delicious-redhead-girl-in-hot-anal-sex-video-xxx/" +: 1660751537:0;ls Del* +: 1660751572:0;mv Delicious\ Redhead\ Girl\ In\ Hot\ Anal\ Sex\ Video\ Xxx\ HQ\ Mp4\ XXX\ Video\ \[delicious-redhead-girl-in-hot-anal-sex-video-xxx\].mp4 /mnt/hera/jinks/XXX +: 1660853024:0;ls ~/.config/steamtinkerlaunch +: 1660853031:0;ls ~/.config/steamtinkerlaunch/compatdata +: 1660853036:0;ls ~/.config/steamtinkerlaunch/compatdata -l +: 1660853046:0;ls ~/.config/steamtinkerlaunch/gamecfgs +: 1660853049:0;ls ~/.config/steamtinkerlaunch/gamecfgs/customvars +: 1660853056:0;less ~/.config/steamtinkerlaunch/gamecfgs/customvars/588030.conf +: 1660853067:0;ls ~/.config/steamtinkerlaunch/proton/custom/GE-Proton7-29 +: 1660853071:0;ls ~/.config/steamtinkerlaunch/proton/custom/ +: 1660853089:0;less ~/.config/steamtinkerlaunch/protonlist.txt +: 1660853119:0;rm GE-Proton7-* +: 1660853122:0;rm GE-Proton7-* -rf +: 1660853137:0;rm Proton-* -rf +: 1660853244:0;pal yad +: 1660854156:0;steamtinkerlaunch meta +: 1660857596:0;locate eis_os +: 1660857620:0;cd /home/jinks/.local/share/Steam/userdata/81990693/1066780/local/mods +: 1660857641:0;mv ~/Downloads/eis_os_commonapi2_1_20220805.zip /mnt/virt/mods/TF2 +: 1660857657:0;unzip /mnt/virt/mods/TF2/eis_os_commonapi2_1_20220805.zip +: 1660863303:0;pai archlinux-keyring +: 1660863929:0;ls /boot/EFI/refind +: 1660863932:0;ls /boot/EFI/refind -lah +: 1660863944:0;pal refind +: 1660938238:0;cd /mnt/virt/mods/RDR2 +: 1660938242:0;unrar x Red_Dead_Redemption_Save_Editor-427-0-1-9-0-1613466877.rar +: 1660939064:0;cd /mnt/virt/games/Steam/steamapps/compatdata/1174180/pfx/drive_c/users/steamuser/Documents/Rockstar\ Games/Red\ Dead\ Redemption\ 2/Profiles/A22CEF5E/ +: 1660939077:0;hexcurse SRDR30000 +: 1660939315:0;pas conquer +: 1661090024:0;cd /mnt/virt/games/minigalaxy/Twinsens\ Little\ Big\ Adventure\ Classic +: 1661090062:0;gamescope -w 1920 -h 1080 -U wine TLBA1C.exe +: 1661090135:0;gamescope -w 1024 -h 768 -U wine TLBA1C.exe +: 1661091866:0;wine TLBA1C.exe +: 1661092205:0;cd 20190807\ LBATrainer +: 1661092210:0;wine LBATrainer.exe +: 1661094345:0;gamescope -w 800 -h 600 -U wine TLBA1C.exe +: 1661095699:0;wine ~/.config/steamtinkerlaunch/cheatengine/Cheat\ Engine\ 7.4/cheatengine-x86_64.exe +: 1661205835:0;whois duscheleit.de +: 1661205869:0;whois duscheleit.eu +: 1661205881:0;whois duscheleit.com +: 1661292991:0;pal go-mtpfs +: 1661293001:0;pao go-mtpfs +: 1661293095:0;go-mtpfs mnt +: 1661303048:0;cd Nextcloud/Pro +: 1661303050:0;cd Nextcloud/Private +: 1661303054:0;vim wocken.ovpn +: 1661983881:0;killall sway +: 1661983943:0;ps aux | grep dun +: 1661983947:0;ps aux | grep man +: 1661984134:0;sleep 1 && sway-prop +: 1661984187:0;ps aux | grep noti +: 1661984222:0;pas notifi +: 1661984258:0;ps aux | grep dunst +: 1661984592:0;locate dunst.service +: 1661984602:0;pal dunst +: 1661984634:0;systemctl --user status dunst.service +: 1661984652:0;systemctl --user stop dunst.service +: 1661984658:0;systemctl --user disable dunst.service +: 1661984666:0;yay -Rnsc dunst +: 1661984692:0;notify-send testfsdsdfssdfsdfgdfggfdg +: 1662187489:0;tmux a +: 1662187491:0;tmux +: 1662291739:0;wget "https://s2134901.florenfile.com:183/d/jufze25y6yxkawbv6m3t5jjiju7rkujzonoetp2gdsiwbpfsxoy77kzvovxo47k5x4ip53yw3xuif4q/Pat's%20Island.rar" +: 1662325672:0;yay _Rnsc file-roller +: 1662325930:0;yay -rnsc mcomix +: 1662325934:0;yay -Rnsc mcomix +: 1662334457:0;pai mcomix +: 1662334521:0;mv Pat\'s\ Island.rar /mnt/hera/ +: 1662334534:0;sudo mount /mnt/hera +: 1662334543:0;mv Pat\'s\ Island.rar /mnt/hera/jinks/XXX +: 1662334608:0;paq macomix +: 1662334610:0;paq mcomix +: 1662334624:0;pas cbr +: 1662334677:0;mcomix $PWD/Pat\'s\ Island.rar.cbz +: 1662391388:0;cdc +: 1662391418:0;ssh-copy-id -i .ssh/id_ed25519.pub root@qnap +: 1662391549:0;iperf3 -s +: 1662410113:0;nc +: 1662410132:0;nc -l -p 44444 > /dev/null +: 1662410310:0;yes | pv | nc qnap 44444 +: 1662410334:0;cat /dev/zero | pv | nc qnap 44444 +: 1662415836:0;cd /mnt/virt/games/minigalaxy/STASIS +: 1662416143:0;cat > config.ini +: 1662416167:0;wine stasis_config_tool.exe +: 1662416209:0;vim config.ini +: 1662416221:0;wine Stasis.exe +: 1662664650:0;cd Nextcloud/Photos/Internet/ +: 1662664666:0;yt-dlp https://www.bbc.com/news/av/uk-21927209 +: 1662774653:0;ls bun +: 1662774665:0;ls universal-win7-stick-16gb.img +: 1662774679:0;ls $PWD/bun* +: 1662774698:0;flashplayer /mnt/hera/jinks/XXX/bunny_farm.swf +: 1662895259:0;unzip QMod\ Manager\ Reloaded-40-1-0-8272-35378-1661421052.zip +: 1662895269:0;mono QMod.Manager.Reloaded.v1.0.8272.35378.msi +: 1662895559:0;cabextract QMod.Manager.Reloaded.v1.0.8272.35378.msi +: 1662895676:0;cd /mnt/games/Steam/steamapps/common/Graveyard\ Keeper/Graveyard\ Keeper_Data/Managed +: 1662895800:0;locate System.dll +: 1662895854:0;cabextract /mnt/virt/mods/GraveyardKeeper/QMod.Manager.Reloaded.v1.0.8272.35378.msi +: 1662895902:0;rm QModReloadedGUI.exe System.Buffers.dll DotNetZip.dll System.Runtime.CompilerServices.Unsafe.dll System.Memory.dll System.Numerics.Vectors.dll System.Text.Encoding.CodePages.dll System.Text.Encodings.Web.dll Mono.Cecil.Inject.dll System.Text.Json.dll System.Threading.Tasks.Extensions.dll System.ValueTuple.dll Microsoft.Bcl.AsyncInterfaces.dll Mono.Cecil.dll Harmony.dll_1 Harmony.dll QModReloaded.dll QModReloadedGUI.exe.config Helper.dll +: 1662895917:0;export WINEPREFIX=$PWD/prefix +: 1662895953:0;pas mono +: 1662896404:0;wine /mnt/virt/mods/GraveyardKeeper/QMod.Manager.Reloaded.v1.0.8272.35378.msi +: 1662896731:0;mono QModReloadedGUI.exe +: 1662896744:0;rm -rf Managed +: 1662896758:0;ls MonoBleedingEdge +: 1662896760:0;ls MonoBleedingEdge/x86_64 +: 1662902431:0;sudo onqueror +: 1662902530:0;pai mate-polkit +: 1662902534:0;pal mate-polkit +: 1662902546:0;cat /etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop +: 1662902551:0;xdg-open /etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop +: 1662902621:0;/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 +: 1662902641:0;sudo /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 +: 1662902666:0;pai polkit-gnome +: 1662902670:0;pal polkit-gnome +: 1662902677:0;/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +: 1662902706:0;yay -Rnsc polkit-mate +: 1662902712:0;pas polkit +: 1662902723:0;yay -Rnsc mate-polkit +: 1662903019:0;paq waynergy +: 1662903298:0;xhost +si:localuser:root +: 1662903303:0;sudo gameconqueror +: 1662903312:0;gameconqueror +: 1662906263:0;protontricks 599140 dotnet48 +: 1662906275:0;protontricks --gelp +: 1662906278:0;protontricks --help +: 1662906309:0;ls .steam/root/compatibilitytools.d +: 1662906312:0;ls .steam/root/compatibilitytools.d/GE-Proton7-31 +: 1662906425:0;cd /mnt/games/Steam/steamapps/common/Graveyard\ Keeper/ +: 1662906442:0;cp /mnt/virt/mods/GraveyardKeeper/QMod.Manager.Reloaded.v1.0.8272.35378.msi qmod.msi +: 1662906558:0;rm -rf proton/custom +: 1662906652:0;ls -l .steam +: 1662928239:0;cd /mnt/games/Steam/steamapps/common/Graveyard\ Keeper/QMods/ +: 1662928254:0;vim ThoughtfulReminders/config.ini +: 1662928271:0;vim AddStraightToTable/mod.json +: 1663014491:0;vim QueueEverything/config.ini +: 1663018929:0;vim GerrysJunkTrunk/config.ini +: 1663097617:0;vim FasterCraftReloaded/config.ini +: 1663186472:0;vim WheresMaStorage/config.ini +: 1663190243:0;vim GiveMeMoar/config.ini +: 1663190547:0;vim TheSeedEqualizer/config.ini +: 1663290864:0;ls /mnt/virt/games/legendary +: 1663290866:0;ls /mnt/virt/games/legendary/Subnautica +: 1663290869:0;du -hs /mnt/virt/games/legendary/Subnautica +: 1663290874:0;rm -rf /mnt/virt/games/legendary/Subnautica +: 1663350834:0;pas graveyard +: 1663350908:0;cd /mnt/virt/mods/GraveyardKeeper +: 1663350911:0;tar tf Graveyard-Keeper-Savefile-Editor-0.1.24.tar.gz +: 1663350914:0;tar xf Graveyard-Keeper-Savefile-Editor-0.1.24.tar.gz +: 1663350916:0;cd Graveyard-Keeper-Savefile-Editor-0.1.24 +: 1663350941:0;pas pipx +: 1663350951:0;pai python-pipx +: 1663350957:0;pipx +: 1663351003:0;pipx requirements.txt +: 1663351015:0;pipx install requirements.txt +: 1663351142:0;pipx run main.py +: 1663351162:0;pipx run ./main.py +: 1663351224:0;pipx install -r requirements.txt +: 1663351324:0;python -m pip install -r requirements.txt +: 1663351769:0;cd ../../compatdata/599140/pfx/drive_c/users/steamuser/AppData/LocalLow/Lazy\ Bear\ Games/Graveyard\ Keeper +: 1663353228:0;rm -rf vortex +: 1663353318:0;steamtinkerlaunch vortex i +: 1663353332:0;ls vortex +: 1663353335:0;ls vortex/compatdata +: 1663353336:0;ls vortex/compatdata/pfx +: 1663353337:0;ls vortex/compatdata/pfx/drive_c +: 1663353339:0;ls vortex/compatdata/pfx/drive_c/Program\ Files\ \(x86\) +: 1663353340:0;ls vortex/compatdata/pfx/drive_c/Program\ Files\ \(x86\)/Steam +: 1663353343:0;ls vortex/compatdata/pfx/drive_c/Program\ Files\ \(x86\)/Steam/config +: 1663353349:0;ls vortex/compatdata/pfx/drive_c/Program\ Files\ \(x86\)/Steam/steamapps +: 1663353350:0;ls vortex/compatdata/pfx/drive_c/Program\ Files\ \(x86\)/Steam/steamapps/common +: 1663353371:0;steamtinkerlaunch gui main +: 1663353486:0;steamtinkerlaunch vortex stage +: 1663353508:0;steamtinkerlaunch vortex sart +: 1663353531:0;vim global.conf +: 1663353962:0;steamtinkerlaunch launch menu +: 1663354215:0;pas plocate +: 1663354224:0;pas mlocate +: 1663354243:0;locate hostfxr.dll +: 1663355012:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex games +: 1663355043:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex synlinks +: 1663355060:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex symlinks +: 1663355098:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex li +: 1663355111:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex ls +: 1663355132:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex low +: 1663355161:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex getset +: 1663360656:0;cd /mnt/games/Vortex/su +: 1663360658:0;cd /mnt/games/Vortex/subnautica +: 1663360704:0;cd subnautica +: 1663361514:0;pal plasma-workspace +: 1663364197:0;vim 0.0.3-prototype-win-158-0-0-3-1611866688/MiniMap/subnauticaminimap +: 1663364291:0;cat /usr/lib/systemd/user/plasma-xembedsniproxy.service +: 1663364306:0;cat /etc/xdg/autostart/xembedsniproxy.desktop +: 1663364315:0;/usr/bin/xembedsniproxy --help +: 1663364416:0;systemctl --user start xembedsniproxy +: 1663364420:0;pal plasma-workspace | grep xem +: 1663364781:0;xprop +: 1663365113:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steam &! +: 1663380060:0;cp CustomizedStorage-35-1-0-5-1590075509/CustomizedStorage/config.json CustomizedStorage-35-1-0-5-1590075509/CustomizedStorage/config.json.orig +: 1663380062:0;vim CustomizedStorage-35-1-0-5-1590075509/CustomizedStorage/config.json +: 1663368885:11714;python main.py +: 1663380617:0;ls 0.0.3-prototype-win-158-0-0-3-1611866688 +: 1663436473:0;ls ../Steam/steamapps/common/Pathfinder\ Kingmaker +: 1663436480:0;ls ../Steam/steamapps/common/Pathfinder\ Kingmaker/Mods +: 1663436509:0;ls ../Steam/steamapps/common/Pathfinder\ Kingmaker/t:0$'\a' +: 1663436515:0;ls ../Steam/steamapps/common/Pathfinder\ Kingmaker/t:0$'\a'/English\(US\) +: 1663436519:0;rmdir ../Steam/steamapps/common/Pathfinder\ Kingmaker/t:0$'\a'/English\(US\) +: 1663436521:0;rmdir ../Steam/steamapps/common/Pathfinder\ Kingmaker/t:0$'\a'/ +: 1663436780:0;locate UnityModManager +: 1663436788:0;cd /mnt/virt/mods/Pathfinder/UnityModManager +: 1663437461:0;ls ../Steam/steamapps/common/Valheim +: 1663437479:0;cd ../Steam/steamapps/common/Valheim +: 1663437486:0;ln -s valheim.x86_64 valheim.exe +: 1663437670:0;rm -rf Valheim +: 1663437778:0;cd Valheim +: 1663437787:0;cp valheim.x86_64 valheim.exe +: 1663437949:0;md5sum valheim.* +: 1663437952:0;ls InSlimVML +: 1663437954:0;ls InSlimVML/Mods +: 1663437957:0;ls InSlimVML/Mods -lah +: 1663447363:0;cd /mnt/virt/games/Steam/steamapps +: 1663447371:0;ls common/Red\ Dead\ Redemption\ 2 +: 1663450341:0;cd common/Red\ Dead\ Redemption\ 2 +: 1663450351:0;vim CombatExperience.ini +: 1663450374:0;vim DeadEyeMaster/DeadEyeMaster.ini +: 1663450420:0;ls mods/source +: 1663450421:0;ls mods/source/content +: 1663450425:0;ls mods/x64 +: 1663450426:0;ls mods/x64/dlcpacks +: 1663450442:0;less asiloader.log +: 1663450472:0;ls 12on7 +: 1663450529:0;less READ\ ME\!\!.txt +: 1663458739:0;alacritty -e sh -c "echo 'moo' && zsh" +: 1663458799:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1284190 -- /mnt/games/Steam/steamapps/common/The Planet Crafter/Planet Crafter.exe +: 1663458824:0;/mnt/games/Steam/steamapps/common/The\ Planet\ Crafter/Planet\ Crafter.exe +: 1663458847:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1284190 -- /mnt/games/Steam/steamapps/common/The\ Planet\ Crafter/Planet\ Crafter.exe +: 1663458859:0;vim /mnt/games/Steam/steamapps/common/The\ Planet\ Crafter/Planet\ Crafter.exe +: 1663458873:0;file /mnt/games/Steam/steamapps/common/The\ Planet\ Crafter/Planet\ Crafter.exe +: 1663466813:0;ls Dragon\ Age\ Ultimate\ Edition +: 1663466819:0;ls Dragon\ Age\ Ultimate\ Edition/Addins +: 1663466829:0;ls Dragon\ Age\ Ultimate\ Edition/packages +: 1663466838:0;ls Dragon\ Age\ Ultimate\ Edition/modules +: 1663466840:0;ls Dragon\ Age\ Ultimate\ Edition/modules/single\ player +: 1663466850:0;ls Dragon\ Age\ Ultimate\ Edition/DAO +: 1663466852:0;ls Dragon\ Age\ Ultimate\ Edition/DAOMM +: 1663466861:0;ls Dragon\ Age\ Ultimate\ Edition/DAOMM/mods +: 1663466864:0;ls Dragon\ Age\ Ultimate\ Edition/DAOMM/mods/dazip +: 1663466868:0;ls Dragon\ Age\ Ultimate\ Edition/DAOMM/mods/override +: 1663466879:0;ls Dragon\ Age\ Ultimate\ Edition/data +: 1663466885:0;ls Dragon\ Age\ Ultimate\ Edition/ +: 1663467104:0;cd /mnt/virt/games/Steam/Vortex +: 1663467109:0;ls dragonage +: 1663467110:0;ls dragonage/mods +: 1663467113:0;ls dragonage/mods/master_summon_witherfang-5848-1-0-1663423161 +: 1663467142:0;find Dragon\ Age\ Ultimate\ Edition -iname "summon*" +: 1663467149:0;find Dragon\ Age\ Ultimate\ Edition -iname "*.gda" +: 1663497578:0;wget https://gist.githubusercontent.com/keiya/6955d169b348625820487c1759686211/raw/0bd5903e46309cf28d24a843927733289db2b869/ssh-bench.py +: 1663497785:0;chmod 755 ssh-bench.py +: 1663497800:0;./ssh-bench.py hera +: 1663497874:0;less ssh-bench-kex.csv +: 1663497912:0;less ssh-bench-mac-send.csv +: 1663498158:0;pai gnuplot +: 1663498197:0;vim ssh-bench.plot +: 1663498321:0;less ssh-bench-mac-receive.csv +: 1663498760:0;gnuplot -e filename="ssh-bench-cipher-receive.csv"; ssh-bench.gnuplot +: 1663498917:0;gnuplot -e filename="ssh-bench-cipher-receive.csv" ssh-bench.gnuplot +: 1663501721:0;gnuplot +: 1663501894:0;mkdir work/sshbench +: 1663501900:0;mc . work/sshbench +: 1663501921:0;:wq +: 1663501942:0;cd work/sshbench +: 1663502231:0;vim ssh-bench.gnuplot +: 1663502325:0;rm ssh-bench-cipher-receive.csv ssh-bench-cipher-send.csv ssh-bench-kex.csv ssh-bench-mac-receive.csv ssh-bench-mac-send.csv +: 1663503099:0;vim ssh-bench.py +: 1663504656:0;man sshd_config +: 1663504747:0;rm *.csv +: 1663504784:0;./ssh-bench.py root@qnap +: 1663505070:0;ssh -o MACs=foobar-12 root@qnap +: 1663505078:0;ssh -o MACs=hmac-md5 root@qnap +: 1663505101:0;ssh -Q mac +: 1663505155:0;ssh -Q ciphers +: 1663505173:0;ssh -o Ciphers=aes128-gcm@openssh.com root@qnap +: 1663506022:0;gnuplot ssh-bench.gnuplot +: 1663506089:0;pas telnet +: 1663506120:0;pao telnet +: 1663506127:0;pal inetutils +: 1663506739:0;host qnap +: 1663506755:0;host -v qnap +: 1663458748:0;alacritty -e "echo 'moo' && zsh" +: 1663507191:0;cat /usr/lib/systemd/system/telnet@.service +: 1663507196:0;cat /usr/lib/systemd/system/telnet.socket +: 1663507301:0;telnet root@qnap +: 1663507311:0;telnet qnap +: 1663507355:0;telnet --help +: 1663507370:0;man telnet +: 1663507383:0;info telnet +: 1663507421:0;telnet -a qnap +: 1663507438:0;man telnetd +: 1663507491:0;man rsh +: 1663507794:0;rsh root@qnap ls +: 1663511973:0;unzip midjourney_selection_2022-9-18_163915_\[1\].zip +: 1663511990:0;mv Jinks_mad_max_standing_next_to_his_car_on_a_country_dirt_road_b_0108d744-b1d8-4f32-bbf9-0f402a79a0fe.png mad_max_suv.png +: 1663511993:0;rm midjourney_selection_2022-9-18_163915_\[1\].zip +: 1663529036:0;cd compatdata/pfx/drive_c/users/steamuser +: 1663529160:0;less Documents/BioWare/Dragon\ Age/packages/core/override/vortex.deployment.json +: 1663529189:0;locate vortex.deployment.json +: 1663706700:0;mv openSUSE-Leap-15.4-JeOS.x86_64-kvm-and-xen.qcow2 /mnt/virt/iso +: 1663706809:0;mv /mnt/virt/iso/openSUSE-Leap-15.4-JeOS.x86_64-kvm-and-xen.qcow2 /mnt/virt/vms/ +: 1663706815:0;sudo mv /mnt/virt/iso/openSUSE-Leap-15.4-JeOS.x86_64-kvm-and-xen.qcow2 /mnt/virt/vms/ +: 1663706851:0;ls -l /mnt/virt +: 1663706857:0;ls -l /mnt/virt/vms +: 1663706870:0;ls -l /mnt/virt/libvirt -d +: 1663706891:0;sudo mv /mnt/virt/vms/openSUSE-Leap-15.4-JeOS.x86_64-kvm-and-xen.qcow2 /mnt/virt/libvirt +: 1663706894:0;ls -l /mnt/virt/libvirt +: 1663708341:0;ssh root@192.168.0.196 +: 1663710951:0;ls -l /mnt/virt/libvirt -lh +: 1663934838:0;pas wormhole +: 1663935087:0;cat /etc/hostname +: 1663935525:0;pai wormhole-william-bin +: 1663935544:0;wormhole-william receive 5-universe-cubic +: 1663936687:0;sudo nmap 10.42.0.4 +: 1663936708:0;sudo nmap 10.42.0.1 +: 1663936711:0;sudo nmap 10.42.0.2 +: 1663936714:0;sudo nmap 10.42.0.3 +: 1663940724:0;ping 10.42.0.4 +: 1663940729:0;ssh 10.42.0.4 +: 1663940735:0;ssh 10.42.0.4 -l monika +: 1663940827:0;iperf3 -c 10.42.0.4 +: 1663940978:0;mtr 10.42.0.4 +: 1663940995:0;drill -x 10.42.0.1 +: 1663941247:0;pas wir +: 1663941249:0;pas wireguard +: 1664582254:0;less /mnt/games/Steam/steamapps/common/RimWorld/Mods/JinksFixes/Patches/TerrainPatches/TerrainPatch.xml +: 1664674328:0;ls /mnt/games/Steam/steamapps/common/RimWorld +: 1664674345:0;less /mnt/games/Steam/steamapps/common/RimWorld/start_RimWorld.sh +: 1664674354:0;less /mnt/games/Steam/steamapps/common/RimWorld/start_RimWorld_openglfix.sh +: 1664742267:0;tar cvzf Rinworld_1.3-Opengl.tar.gz RimWorld +: 1664742295:0;mv Rinworld_1.3-Opengl.tar.gz Rimworld_1.3-Opengl.tar.gz +: 1664750316:0;mc /mnt/games/Steam/steamapps/compatdata/294100/pfx/drive_c/users/steamuser/ .config/unity3d/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios/ +: 1664793175:0;mc /mnt/games/Steam/steamapps/compatdata/294100/pfx/drive_c/users/steamuser/AppData/LocalLow/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios .config/unity3d/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios/ +: 1664945577:0;ssh root@qnap +: 1665097764:0;ps aux | grep borg +: 1665116218:0;cat /proc/cmdline +: 1665143121:0;locate UnityModManager.exe +: 1665143131:0;cd /mnt/virt/mods/Pathfinder/UnityModManager/ +: 1665143132:0;mono UnityModManager.exe +: 1665143939:0;locate Portraits +: 1665143944:0;locate Portraits | grep pathf +: 1665143948:0;locate Portraits | grep Pathf +: 1665143957:0;cd "/home/jinks/.config/unity3d/Owlcat Games/Pathfinder Kingmaker/Portraits" +: 1665143966:0;mc . /mnt/virt/mods/Pathfinder +: 1665189492:0;pai archlinux-keyring discord +: 1665196375:0;paq overdue +: 1665196448:0;yay -Rnsc libuinputplus libevdevplus overdue python2 jamesdsp heroic-games-launcher-bin gotop-bin gnome-icon-theme gamehub-bin eclipse-javaceph-libs celt +: 1665196452:0;yay -Rnsc libuinputplus libevdevplus overdue python2 jamesdsp heroic-games-launcher-bin gotop-bin gnome-icon-theme gamehub-bin eclipse-java ceph-libs celt +: 1665197721:0;yay -Rnsc electron11 itch js68 libopenaptx libvterm01 monodevelop-bin obs-xdg-portal-git progsreiserfs r2modman +: 1665197728:0;pas itch +: 1665197791:0;yay -Rnsc certigo +: 1665197802:0;yay -Rnsc legendary +: 1665230415:0;pas telegram +: 1665230424:0;pal telegram-desktop +: 1665230447:0;cat /usr/share/applications/telegramdesktop.desktop +: 1665230615:0;wofi -s run +: 1665230628:0;wofi -D run +: 1665230826:0;cd $XDG_DATA_HOME +: 1665230876:0;ls wine +: 1665230879:0;ls wine/Programs +: 1665230903:0;ls wine/Programs/X4\ Foundations +: 1665230908:0;less wine/Programs/X4\ Foundations/X4\ Foundations.desktop +: 1665231108:0;pas trilium +: 1665231181:0;ls tmp/Pa +: 1665231233:0;pas wuala +: 1665231390:0;rm .cache/wofi-* +: 1665231539:0;yay -Rnsc rofi +: 1665231549:0;pas dmenu +: 1665231705:0;paq slop tofi +: 1665231741:0;pas tofi +: 1665231746:0;paq tofi +: 1665233799:0;paq ulauncher +: 1665234967:0;pas font awe +: 1665234998:0;pai ttf-font-awesome +: 1665318518:0;xrandr -q verbose +: 1665318561:0;for file in `ls -1 /sys/class/drm/*/edid`; do text=$(tr -d '\0' <"$file"); if [ -n "$text" ]; then edid-decode "$file" | grep -e Manufacturer: -e Product; sleep 0.0001; fi done +: 1665318590:0;for file in `ls -1 /sys/class/drm/*/edid`; do text=$(tr -d '\0' <"$file"); if [ -n "$text" ]; then edid-decode "$file" | grep -e Manufacturer: -e Product; sleep 0.0001; fi; done +: 1665318610:0;pai red-edid +: 1665318614:0;pai read-edid +: 1665318620:0;pal read-edid +: 1665318626:0;get-edid +: 1665318636:0;sudo get-edid +: 1665318659:0;sudo get-edid -h +: 1665318680:0;yay -Rnsc read-edid +: 1665318708:0;pas edid +: 1665435386:0;du -hs Rimworld +: 1665435395:0;du -hs RimWorld +: 1665435404:0;rm Rimworld_1.3-Opengl.tar.gz +: 1665435442:0;tar cvzf Rinworld-1.3_20221010_with_mods.tar.gz RimWorld +: 1665435523:0;cd RimWorld/Mods +: 1665611992:0;cd /mnt/games/Vortex/subnautica/mods +: 1665611999:0;cd FreeLook-517-0-8-4-1625491727 +: 1665612002:0;cd FreeLook +: 1665612005:0;vim mod.json +: 1665612305:0;kill 1012 +: 1665612331:0;ps aux | grep -i xway +: 1665612549:0;xrandr --output XWAYLAND0 --primary t +: 1665612551:0;xrandr --output XWAYLAND0 --primary +: 1665612553:0;xrandr -q +: 1665613161:0;yay -Rnsc kopia-bin multimc-bin +: 1665783692:0;ping6 youtube.com +: 1665784087:0;ping -6 youtube.com +: 1665835831:0;pas qt5 gtk +: 1665835964:0;pas qt6 style +: 1665835978:0;pas qt6 arc +: 1665835992:0;pas qt6 dark +: 1665836454:0;yay -Rnsc qt5-styleplugins +: 1665836625:0;pas murrine +: 1665836644:0;pai community/gtk-engine-murrine +: 1665836663:0;pai community/gtk-engine-adwaita +: 1665836669:0;pas adwaita +: 1665864748:0;pas alfacast +: 1665865156:0;pas mango +: 1665865231:0;paq mangoapp +: 1665940011:0;cp /tmp/ModsConfig.xml .config/unity3d/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios/Config/ModsConfig.xml +: 1665940030:0;cd .config/unity3d/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios/ +: 1665941878:0;tar cvjf Stardew\ Valley SDV_20221016.tar.gz +: 1665941889:0;tar cvjf SDV_20221016.tar.gz Stardew\ Valley/ +: 1665942007:0;l -ah *.gz +: 1665942211:0;ln -s Stardew\ Valley Stardew\ Valley.exe +: 1665943360:0;rm -rf Mods/SkipIntro +: 1665943440:0;mv Mods modbackup +: 1665943443:0;mkdir Mods +: 1665950912:0;pgrep *.exe +: 1665950930:0;pgrep "*.exe" +: 1665950957:0;killall -9 wineserver.exe +: 1665951019:0;kill -9 118563 +: 1665951049:0;kill -9 184715 +: 1665951063:0;ps aux | grep Xwa +: 1665951073:0;kill - 9 978 +: 1665951084:0;kill -9 978 +: 1665951480:0;mv Mods mn +: 1665951494:0;mv modbackup Mods +: 1665951783:0;unzip -l ~/tmp/SMAPI-3.16.2-installer.zip +: 1665951791:0;cd SMAPI\ 3.1 +: 1665952103:0;meld modsbackup Mods +: 1665954655:0;cd .config/steamtinkerlaunch/vortex/downloads +: 1665954661:0;cd stardewvalley +: 1665955584:0;./StardewModdingAPI +: 1665955981:0;unzip ~/tmp/SMAPI-3.16.2-installer.zip +: 1665955984:0;cd SMAPI\ 3.16.2\ installer +: 1665956021:0;ls ../Mods/ErrorHandler +: 1665956239:0;ls Desktop +: 1665956243:0;mkdir Desktop +: 1666024852:0;man drill +: 1666025053:0;drill mx web.de +: 1666025063:0;drill txt web.de +: 1666025076:0;drill heise.de aaaa +: 1666025085:0;drill -V 5 heise.de aaaa +: 1666025113:0;drill -h +: 1666025140:0;drill aaaa heise.de @8.8.8.8 +: 1666025145:0;drill aaaa heise.de +: 1666026129:0;drill spoonloeffel.de aaaa +: 1666026143:0;drill spoonloeffel.de +: 1666026622:0;drill aaaa spoonstrom.de +: 1666026632:0;drill a spoonstrom.de +: 1666026923:0;drill a kitchetv.spoonstrom.de +: 1666026930:0;drill aaaa kitchetv.spoonstrom.de +: 1666026944:0;drill a gattel.de +: 1666026959:0;whois gattel.de +: 1666026969:0;drill mx gattel.de +: 1666026978:0;drill any gattel.de +: 1666026990:0;drill any heise.de +: 1666027096:0;drill kitchentv.spoonstrom.de +: 1666027103:0;drill kitchentv.spoonstrom.de aaaa +: 1666027149:0;resolvectl +: 1666027914:0;drill doku.gattel.de +: 1666027921:0;drill doku.gattel.de aaaa +: 1666028766:0;drill aaaa jellyfin.home.sweevo.net +: 1666028788:0;drill aaaa hera.home.sweevo.net +: 1666028800:0;drill aaaa hera.home.sweevo.net @pihole +: 1666028816:0;drill aaaa hera.home.sweevo.net @pihole.home.sweevo.net +: 1666215096:0;rm Downloads/2018-08-01\ Josef\ Schlömer\ Mietvertrag_Schlömer.pdf Downloads/2021-08-25\ Wocken\ IT\ Arbeitsvertrag\ Alex\ -\ Wocken\ IT.pdf +: 1666358972:0;pai wdisplays +: 1666359016:0;pas gpg-agent +: 1666463256:0;pas plymc +: 1666463259:0;pas polymc +: 1666463992:0;pas gdlauncher +: 1666464000:0;pai gdlauncher-bin +: 1666465276:0;ls .config/gdlauncher +: 1666465281:0;rm -rf .config/gdlauncher +: 1666465282:0;ls .config/gdlauncher_next +: 1666465292:0;ls /mnt/games/GDLauncher +: 1666465296:0;rm -rf .config/gdlauncher_next +: 1666465378:0;mc .config/gdlauncher_next +: 1666499045:0;paq raptor +: 1666499055:0;paq rubberband +: 1666549042:0;mv ~/Downloads/SMAPI-3.17.2-installer.zip . +: 1666549046:0;unzip SMAPI-3.17.2-installer.zip +: 1666549051:0;cd SMAPI\ 3.17.2\ installer +: 1666549081:0;rm -rf SMAPI\ 3.1* +: 1666549086:0;ls SMAPI-3.17.2-installer.zip +: 1666566002:0;DOTNET_ROOT="c:\\Program Files\\dotnet\\\\" steamtinkerlaunch vortex start +: 1666643273:0;lsusb -t +: 1666643387:0;cat /proc/acpi/wakeup | sort +: 1666643671:0;grep c08d /sys/bus/usb/devices/*/idProduct +: 1666643829:0;udevadm control --reload +: 1666643892:0;grep c539 /sys/bus/usb/devices/*/idProduct +: 1666644271:0;udevadm info -q all -a /sys/devices/... +: 1666644885:0;ls /lib/systemd/system-sleep +: 1666644888:0;ls /lib/systemd/system-sleep/ +: 1666800073:0;borgmatic +: 1666825389:0;less /etc/X11/xorg.conf.d/10-radeon.conf +: 1666825408:0;less /etc/X11/xorg.conf.d/10-nvidia.conf.disabled +: 1667097571:0;pas bottle +: 1667097785:0;pal bottles +: 1667098135:0;mount -o loop /mnt/hera/share/Downloads/nzbget/completed/ +: 1667098142:0;mount /mnt/hera +: 1667098762:0;cd /mnt/virt/games/bottles/Sniper-Elite-4 +: 1667098786:0;wine d:\setup.exe +: 1667142373:0;rm -rf Satisfactory +: 1667143222:0;rm -rf 526870 +: 1667144793:0;ls Satisfactory-Mod-Manager.AppImage +: 1667144796:0;file Satisfactory-Mod-Manager.AppImage +: 1667144802:0;chmod 755 Satisfactory-Mod-Manager.AppImage +: 1667146091:0;ls Satisfactory +: 1667146093:0;ls Satisfactory/FactoryGame +: 1667147479:0;ls Satisfactory/FactoryGame/ +: 1667147498:0;ls Satisfactory/FactoryGame/Mods +: 1667147509:0;updatedb +: 1667147519:0;paq plocate +: 1667238632:0;unzip -l SatisfactorySaveEditor-v0.10.2.zip +: 1667238645:0;unzip ../Downloads +: 1667238648:0;mkdir SSE +: 1667238649:0;cd SSE +: 1667238656:0;unzip ../../Downloads/SatisfactorySaveEditor-v0.10.2.zip +: 1667238692:0;export WINPREFIX=/mnt/virt/wineprefix/para +: 1667238704:0;wine SatisfactorySaveEditor.exe +: 1667241915:0;cp -a /mnt/games/Steam/steamapps/compatdata/526870/pfx/drive_c/users/steamuser/AppData/Local/FactoryGame/Saved/SaveGames/76561198042256421 . +: 1667241932:0;zip -r sse.zip SSE +: 1667243916:0;cp -a /mnt/games/Steam/steamapps/compatdata/526870/pfx/drive_c/users/steamuser/AppData/Local/FactoryGame/Saved/SaveGames/76561198042256421/NoFarm.sav SSE/76561198042256421/ +: 1667245236:0;cp -a /mnt/games/Steam/steamapps/compatdata/526870/pfx/drive_c/users/steamuser/AppData/Local/FactoryGame/Saved/SaveGames/76561198042256421/Nofarm2.sav SSE/76561198042256421/ +: 1667245237:0;python -m http.server +: 1667658841:0;curl http://feed43.com/freefall.xml +: 1667658852:0;curl -i http://feed43.com/freefall.xml +: 1667658884:0;curl -i https://node2.feed43.com/freefall.xml +: 1667658895:0;curl -i-k https://node2.feed43.com/freefall.xml +: 1667658900:0;curl -ik https://node2.feed43.com/freefall.xml +: 1667669915:0;ss -plnu +: 1667669962:0;sudo ss -plnt +: 1667670023:0;sudo lsof -ni tcp +: 1667670059:0;sudo lsof -ni udp +: 1667670088:0;sudo ss -plnu +: 1667670102:0;sudo lsof -ni udp | grep 45912 +: 1667670112:0;netstat -tapn +: 1667670117:0;netstat -uapn +: 1667670516:0;ping ebay.de +: 1667670653:0;nslookup web.de +: 1667670668:0;nslookup web.de hera +: 1667670839:0;curl https://ttrss.sweevo.net +: 1667670850:0;nslookup ttrss.sweevo.net +: 1667670855:0;nslookup ttrss.sweevo.net hera +: 1667675410:0;vainfo +: 1667678292:0;OB +: 1667678749:0;pwed +: 1667743747:0;rg X +: 1667743758:0;rg \'X\' +: 1667743833:0;rg \"X\" +: 1667743872:0;rg ' X ' +: 1667743938:0;ls proton +: 1667743939:0;ls protonc +: 1667743942:0;ls protonlist.txt +: 1667743955:0;ls downloads/proton +: 1667743957:0;ls downloads/proton/custom +: 1667745188:0;cd downloads/proton/custom +: 1667777123:0;cd /mnt/games/Steam/steamapps/compatdata/526870 +: 1667799524:0;cat /dev/shm/steamtinkerlaunch/steamtinkerlaunch.log +: 1667836325:0;paq steamtinkerlaunch +: 1667934637:0;pai steamtinkerlaunch-git +: 1667934738:0;cd .config/steamtinkerlaunch +: 1667934758:0;ls proton/custom +: 1667934769:0;ls downloads/proton/custom -l +: 1667934777:0;rm downloads/proton/custom/X +: 1667938842:0;pas appindicator +: 1667938878:0;XDG_CURRENT_DESKTOP=Unity steamtinkerlaunch vortex start +: 1668032529:0;cd /mnt/virt/games/Steam/steamapps/music/FAR\ Lone\ Sails\ -\ Soundtrack +: 1668038617:0;picard +: 1668044572:0;yay -Rnsc dropbox lib32-polkit python-msoffcrypto-tool python-steamgriddb +: 1668048490:0;pai amd-ucdoe +: 1668048494:0;pai amd-ucode +: 1668049189:0;pai ficsit-cli-bin +: 1668049204:0;pal ficsit-cli-bin +: 1668049207:0;ficsit +: 1668098541:0;pai sysbench unigine-superposition +: 1668098843:0;env | grep platfom +: 1668098849:0;env | grep -i platform +: 1668099534:0;pai geekbench +: 1668110572:0;ping heise.de +: 1668115707:0;geekbench +: 1668116074:0;pas openrgb +: 1668116087:0;pai openrgb-bin +: 1668116097:0;openrgb +: 1668116405:0;pas radeon +: 1668116416:0;radeon-profile +: 1668116491:0;pas sapphire +: 1668116521:0;locate i2c +: 1668123468:0;cp -a /mnt/virt/games/Steam/steamapps/music/FAR\ Lone\ Sails\ -\ Soundtrack /mnt/hera/share/Downloads/nzbget/completed/Music/ +: 1668123560:0;ls /mnt/hera/share/Downloads/nzbget/completed/Music/FAR\ Lone\ Sails\ -\ Soundtrack/Soundtrack\ FLAC +: 1668123567:0;rm -rf /mnt/hera/share/Downloads/nzbget/completed/Music/FAR\ Lone\ Sails\ -\ Soundtrack/ +: 1668131780:0;pas cursor +: 1668131835:0;pai xcursor-themes xcursor-bluecurve xcursor-flatbed xcursor-pinux xcursor-premium +: 1668131951:0;yay -Rnsc xcursor-themes xcursor-bluecurve xcursor-flatbed xcursor-pinux xcursor-premium +: 1668132259:0;echo $XCURSOR_SIZE +: 1668133068:0;lsusb nn +: 1668133189:0;grep . /sys/bus/usb/devices/1-6/ +: 1668133194:0;grep -R . /sys/bus/usb/devices/1-6/ +: 1668133201:0;ls /sys/bus/usb/devices/1-6/ +: 1668133207:0;ls /sys/bus/usb/devices/1-6/wakeup +: 1668133209:0;ls /sys/bus/usb/devices/1-6/wakeup/wakeup38 +: 1668133239:0;grep . /sys/bus/usb/devices/1-5/wakeup/wakeup38/* +: 1668133261:0;grep . /sys/bus/usb/devices/1-7.4/wakeup/wakeup37/* +: 1668133492:0;cat /proc/acpi/wakeup +: 1668133547:0;ls /sys/bus/usb/devices +: 1668133580:0;ls /sys/bus/usb/devices/1-6/power +: 1668133621:0;grep 046d /sys/bus/usb/devices/*/idVendor +: 1668133655:0;ls /sys/class/wakeup +: 1668133659:0;ls /sys/class/wakeup -l +: 1668133704:0;grep 258a /sys/bus/usb/devices/*/idVendor +: 1668169667:0;grep . /sys/bus/usb/devices/1-6/wakeup/wakeup38/* +: 1668169742:0;ls /sys/bus/usb/devices/usb1 +: 1668169749:0;ls /sys/bus/usb/devices/usb2 +: 1668169751:0;ls /sys/bus/usb/devices/usb3 +: 1668169758:0;ls /sys/bus/usb/devices/usb4 +: 1668169783:0;ls /sys/bus/usb/devices/usb3/3-0:1.0/power +: 1668169813:0;grep . /sys/bus/usb/devices/usb?/power/wakeup +: 1668169831:0;echo enabled /sys/bus/usb/devices/usb1/power/wakeup +: 1668169918:0;grep . /sys/bus/usb/devices/1-7.4/power/* +: 1668169926:0;grep . /sys/bus/usb/devices/1-5/power/* +: 1668169930:0;grep . /sys/bus/usb/devices/1-6/power/* +: 1668169941:0;grep . /sys/bus/usb/devices/*/power/wakeup +: 1668170009:0;grep . /sys/class/wakeup/*/device/physical_node/power/wakeup +: 1668170046:0;grep . /sys/class/wakeup/*/device/power/wakeup +: 1668170079:0;ls /sys/class/wakeup/wakeup2 +: 1668170084:0;ls /sys/class/wakeup/wakeup2/device +: 1668170094:0;cat /sys/class/wakeup/wakeup2/device/path +: 1668170150:0;cat /sys/class/wakeup/wakeup2/device/adr +: 1668170171:0;cat /sys/class/wakeup/wakeup2/device/physical_node/vendor +: 1668170207:0;ls /sys/class/wakeup/wakeup*/device/physical_node/ +: 1668172608:0;pai amdvbflash +: 1668173555:0;pai xarchiver +: 1668281457:0;curl http://adminer.sweevo.net/ +: 1668311064:0;ls 379720 +: 1668311068:0;rm -rf 379720 +: 1668311135:0;WINEPREFIX=$PWD/379720/pfx winetricks vcrun2015 xinput +: 1668319775:0;locate ego_dlc +: 1668319782:0;locate ego_dlc_split +: 1668319847:0;vim content.xml +: 1668319936:0;rm -rf *_bak +: 1668359023:0;ln -s X4 X4.exe +: 1668359098:0;locate __vortex_staging +: 1668359162:0;ls /mnt/games +: 1668359177:0;ls /mnt/games/Steam/steamapps/ +: 1668359188:0;ls /mnt/games/Vortex +: 1668360533:0;sqlite3 Databases.db +: 1668360698:0;cp X4.exe X4_backup.exe +: 1668363015:0;sudo compsize * +: 1668363075:0;cd .config/EgoSoft/X4 +: 1668363084:0;cd save +: 1668363089:0;sudo compsize save_001.xml.gz +: 1668363095:0;sudo compsize save_002.xml +: 1668363107:0;rm save_002.xml +: 1668363494:0;ls logos +: 1668363588:0;cp -va logos /mnt/games/Steam/steamapps/compatdata/392160/pfx/drive_c/users/steamuser/My\ Documents/Egosoft/X4/81990693/ +: 1668363598:0;l /mnt/games/Steam/steamapps/compatdata/392160/pfx/drive_c/users/steamuser/ +: 1668363614:0;mc /mnt/games/Steam/steamapps/compatdata/392160/pfx/drive_c/users/steamuser/ +: 1668364926:0;grep scrat .config/sway/config +: 1668700395:0;ddate +: 1668802316:0;ls | grep erl +: 1668893862:0;tar cvzf save_vro_2022-11-19.tar.gz +: 1668893866:0;tar cvzf save_vro_2022-11-19.tar.gz save/ +: 1668893891:0;rm save/*.gz +: 1668904336:0;vim * +: 1668904383:0;emacs * +: 1668904397:0;gedit * +: 1668904414:0;pas emacs +: 1668904452:0;xedit +: 1668904476:0;xed * +: 1668914472:0;vimdiff ext_01.dat playerreputation.xml +: 1668923020:0;pai emacs +: 1668923129:0;pas pgtk +: 1668923140:0;paq emacs +: 1668923306:0;yay -Rnsc emacs +: 1668923309:0;pai aur/emacs-gcc-wayland-devel-bin +: 1668923326:0;xlsclients +: 1668968575:0;xed JP_PlaceSatelliteToObject_SD.xml +: 1668977005:0;firefox X3\ Peace2\ \(Kingdom\ End\).mp3 +: 1668977100:0;cd /mnt/virt/games/Steam/steamapps/music/ +: 1668977103:0;cd /mnt/games/Steam/steamapps/music/ +: 1668977110:0;cd X4\ Split\ Vendetta\ Soundtrack +: 1668977113:0;cd mp3 +: 1668977259:0;firefox 03.\ Alexei\ Zakharov\ -\ Heart\ of\ Acrimony.mp3 +: 1669233225:0;man sway +: 1669233243:0;killall swaylock +: 1669233357:0;export SWAY_SOCK=/run/user/1000/sway-ipc.1000.968.sock +: 1669233387:0;swaymsg -s SWAY_SOCK=/run/user/1000/sway-ipc.1000.968.sock -t get_outputs +: 1669233424:0;killall -HUP sway +: 1669235096:0;pas wonderwall +: 1669235101:0;pas fondo +: 1669235108:0;pai wonderwall fondo +: 1669235855:0;wonderwall +: 1669235983:0;rm -rf .local/share/ktechpit +: 1669235984:0;rm -rf .config/ktechpit +: 1669235992:0;yay -Rnsc wonderwall +: 1669235998:0;fondo +: 1669236000:0;pal fondo +: 1669236145:0;yay -Rnsc fondo +: 1669236176:0;pai gosimac +: 1669236203:0;gosimac +: 1669236215:0;gosimac bing +: 1669236283:0;gosimac unsplash +: 1669236375:0;feh Pictures/GoSiMac/* +: 1669236417:0;yay -Rnsc gosimac +: 1669236556:0;pai wallpaperdownloader +: 1669236801:0;ls Pictures/Wallpapers +: 1669236839:0;wallpaperdownloader +: 1669236868:0;yay -Rnsc wallpaperdownloader +: 1669236872:0;pas bing +: 1669236884:0;pas unsplash +: 1669236905:0;pai wallsplash +: 1669336931:0;cd ../../../compatdata/392160 +: 1669336958:0;cd pfx/drive_c/users/steamuser/Documents/Egosoft/X4 +: 1669336961:0;cd 81990693 +: 1669336981:0;tar cvzf save_nonvro_2022-11-25.tar.gz save/ +: 1669338096:0;mc . /mnt/hera/share/Upload/X4_mods/2022 +: 1669339643:0;vim job_scripts.xml +: 1669339724:0;vim jobs.xml +: 1669419680:0;tar cvzf save_vro_2022-11-26.tar.gz save/ +: 1669419699:0;tar xvf save_nonvro_2022-11-25.tar.gz +: 1669428625:0;tar xvf save_vro_2022-11-19.tar.gz +: 1669428632:0;rm -rf save +: 1669428638:0;tar xvf save_vro_2022-11-26.tar.gz +: 1669501016:0;pas source code pro +: 1669501039:0;pal adobe-source-code-pro-fonts +: 1669501062:0;paq ttf-sourcecodepro-nerd +: 1669501089:0;pas source-code-pro +: 1669501112:0;pas sourcecodepro +: 1669501125:0;pai ttf-sourcecodepro-nerd +: 1669501132:0;pal ttf-sourcecodepro-nerd +: 1669501154:0;fonttools +: 1669501162:0;xfont +: 1669501180:0;pas nanum +: 1669501214:0;pai ttf-nanumgothic_coding +: 1669501285:0;yad --font +: 1669501456:0;ls .emacs.d +: 1669501468:0;git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d +: 1669501508:0;~/.emacs.d/bin/doom help env +: 1669501555:0;vim ~/.emacs.d/bin/doom +: 1669501667:0;vim ~/.emacs.d/lisp/doom-packages.el +: 1669501680:0;cd .emacs.d +: 1669501684:0;rg afternoon +: 1669501782:0;cd ~/.emacs.d/.local/straight/repos/straight.el +: 1669501787:0;git checkout master\ +git pull\ + +: 1669501823:0;~/.emacs.d/bin/doom install +: 1669503561:0;less move.autopilot.xml +: 1669546709:0;bwrap --unshare-net --dev-bind / / playonlinux +: 1669546716:0;pal playonlinux +: 1669546720:0;pal playonlinux | grep bin +: 1669770614:0;fd +: 1669770618:0;paq fd +: 1669770959:0;emacs .doom.d/init.el +: 1669774242:0;emacs .doom.d/config.el +: 1669774318:0;.emacs.d/bin/doom sync +: 1669834728:0;pas prism +: 1669910890:0;systemctl restart systemd-networkd +: 1669910901:0;systemctl restart systemd-resolved.service +: 1669910907:0;resolvectl query web.de +: 1669910917:0;drill adminer.sweevo.net 8.8.8.8 +: 1669910922:0;drill adminer.sweevo.net 192.168.0.42 +: 1669910934:0;drill adminer.sweevo.net @192.168.0.42 +: 1669910942:0;drill adminer.sweevo.net +: 1669910948:0;ssh hestia.sweevo.net +: 1669919982:0;ls .local/share/PolyMC +: 1669920014:0;ls /mnt/games/PolyMC/instances/FTB\ StoneBlock\ 3\(1\)/ +: 1670166859:0;python ../unpack.py +: 1670166865:0;python ../unpack.py . out +: 1670166912:0;python ../../unpack.py +: 1670166921:0;python ../../unpack.py . out +: 1670166935:0;vim ../../unpack.py +: 1670167004:0;ls out +: 1670186392:0;vim ext_01.dat +: 1670264854:0;pas prisml +: 1670264959:0;ps aux | grep prism +: 1670704182:0;scp -r 142world play@zeus: +: 1670787797:0;ls -l /var/log/pacman.log +: 1670787801:0;ls -hl /var/log/pacman.log +: 1670787944:0;ls -hl /var/log/pacman.log* +: 1671140730:0;pas logitech +: 1671140786:0;lomoco +: 1671140793:0;pas piper +: 1671270343:0;rm -rf __LocalCopy_\[BLD\]\ Quantum\ Cooling\ Redux_-17-12 +: 1671311458:0;mc ../../Vortex common/X4\ Foundations +: 1671359642:0;cd ../RimWorld/Mods/ +: 1671359649:0;git clone https://github.com/RWDevathon/Android-Tiers-Reforged/tree/DevTest1.4 +: 1671359688:0;git clone https://github.com/RWDevathon/Android-Tiers-Reforged.git +: 1671359724:0;git checkout DevTest1.4 +: 1671360594:0;vim SaveOurShip2Experimental/LoadFolders.xml +: 1671360606:0;vim SaveOurShip2Experimental/About/About.xml +: 1671360671:0;vim SurgeonJob/About/About.xml +: 1671361059:0;tree SurgeonJob +: 1671361071:0;rm SurgeonJob/About/About.xml~ +: 1671374044:0;cd ../../../ +: 1671374083:0;cd workshop/content/294100/ +: 1671374503:0;vim Buildings_Storage.xml +: 1671394322:0;cd Android-Tiers-Reforged +: 1671394334:0;git shortlog +: 1671401952:0;rg Terror +: 1671482640:0;cd SaveOurShip2Experimental +: 1671546854:0;pas franz +: 1671546867:0;pai franz +: 1671546876:0;pai franz-bin +: 1671546976:0;yay -Rnsc franz-bin +: 1671558998:0;rg terror +: 1671559038:0;vim 1.4/Defs/ThingDefs_Races/AlienRace_AndroidT1.xml +: 1671571307:0;mc /mnt/games/Steam/steamapps/compatdata/294100/pfx/drive_c/users/steamuser/ /home/jinks/.config/unity3d/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios +: 1671572221:0;ls ~/.config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios/Saves/ +: 1671572228:0;ls "~/.config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios/Saves/" +: 1671572235:0;ls "~/.config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios/\ +" +: 1671572238:0;ls "~/.config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios/" +: 1671572272:0;ls ~/.config/unity3d/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios +: 1671635099:0;pai teamviewer +: 1671635170:0;yay -Rnsc teamviewer +: 1671851470:0;mc /mnt/games/Steam/steamapps/compatdata/294100/pfx/drive_c/users/steamuser/ +: 1671872415:0;vim About.xml +: 1671872734:0;./Manifest.xml +: 1671872742:0;vim Manifest.xml +: 1671961905:0;/home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/Finding Paradise/steamshim/parent.amd64 ./FindingParadise.amd64 +: 1671961936:0;/mnt/games/Steam/steamapps/common/Finding Paradise/steamshim/parent.amd64 ./FindingParadise.amd64 +: 1671961956:0;pas lubcrypt +: 1671961960:0;pas libcrypt +: 1671961999:0;pas openssl +: 1671962021:0;pai lib32-openssl-1.1 +: 1671962088:0;pai libxcrypt-compat +: 1671962097:0;/home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/Finding\ Paradise/steamshim/parent.amd64 ./FindingParadise.amd64 +: 1671994777:0;ps aux | grep -i franz +: 1671994804:0;kill -9 1225263 1225270 1225271 1225273 1225299 1225315 1225343 1489542 +: 1671994815:0;rm -rf ~/.config/Franz +: 1672088573:0;pas diffusion +: 1672088608:0;pai aur/stable-diffusion-ui +: 1672088634:0;stable-diffusion-ui-server +: 1672089004:0;cd /mnt/virt/StableDiffusion +: 1672089013:0;mv mifake_woman_20_training_images_2020__steps.ckpt mifake_woman_20_training_images_2020_bukkake__steps.ckpt +: 1672089688:0;file image.png +: 1672089694:0;pas exif +: 1672089703:0;pal exiv2 +: 1672089712:0;exiv2 image.png +: 1672089740:0;pinta image.png +: 1672089777:0;rm image.png +: 1672090702:0;paq stable-diffusion-ui +: 1672090749:0;pai python-pytorch-rocm +: 1672091725:0;cd /opt/stable-diffusion-ui/models/ +: 1672091734:0;cd stable-diffusion +: 1672091745:0;ln -s /mnt/virt/StableDiffusion/mifake_woman_20_training_images_2020_bukkake__steps.ckpt . +: 1672092809:0;ln -s /mnt/virt/StableDiffusion/purePornPlusMerge_purePornPlus10.ckpt . +: 1672094528:0;ls Stuff +: 1672095129:0;ln -s /mnt/virt/StableDiffusion/* . +: 1672149931:0;yay -Rnsc stable-diffusion-ui +: 1672151523:0;../Android-Tiers-Reforged +: 1672151638:0;../SaveOurShip2Experimental +: 1672188490:0;pai aur/steamtinkerlaunch-git +: 1672188523:0;pas up-qt +: 1672188560:0;pai protonup-qt-bin +: 1672194453:0;cd ./*/2900271933/ +: 1672194467:0;find -type d -iname 2900271933 +: 1672194478:0;cd `find -type d -iname 2900271933` +: 1672194524:0;scp -r 2900271933 play@zeus: +: 1672227591:0;steamtinkerlaunch run +: 1672228297:0;less AppData/Roaming/SpaceEngineers/SpaceEngineers_20221228_12012909.log +: 1672228313:0;less AppData/Roaming/SpaceEngineers/VRageRender-DirectX11_20221228_120129654.log +: 1672228340:0;less AppData/Roaming/SpaceEngineers/ColdStart.txt +: 1672231522:0;killall -9 Xorg +: 1672231526:0;sudo killall -9 Xorg +: 1672231620:0;sudo killall -9 sway +: 1672231628:0;sudo killall -9 Xwayland +: 1672232090:0;less AppData/Roaming/SpaceEngineers/SpaceEngineers_20221228_135136937.log +: 1672232116:0;tail -f AppData/Roaming/SpaceEngineers/SpaceEngineers_20221228_135136937.log +: 1672232164:0;tail -f AppData/Roaming/SpaceEngineers/VRageRender-DirectX11_20221228_135137449.log +: 1672273834:0;less AppData/Roaming/SpaceEngineers/SpaceEngineers_20221228_222212771.log +: 1672273971:0;tail -f AppData/Roaming/SpaceEngineers/SpaceEngineers_20221228_222212771.log +: 1672274731:0;rg ICOR +: 1672331736:0;pas gst +: 1672333611:0;tar cvzf SEpfx.tar.gz 244850 +: 1672333652:0;scp SEpfx.tar.gz erebus: +: 1672333684:0;scp SEpfx.tar.gz 192.168.0.23: +: 1672335541:0;tail -f AppData/Roaming/SpaceEngineers/SpaceEngineers_20221229_164531206.log +: 1672340533:0;tail -f AppData/Roaming/SpaceEngineers/SpaceEngineers_20221229_200200182.log +: 1672344874:0;cd 244850/pfx/drive_c/users/steamuser/AppData/Roaming/SpaceEngineers +: 1672344886:0;scp -r Saves zeus: +: 1672345887:0;cd Bin64 +: 1672345937:0;cd SpaceEngineers. +: 1672348367:0;cd .steam/steam/steamapps/shadercache +: 1672348394:0;cd /mnt/games/Steam/steamapps/shadercache +: 1672348452:0;steam -console +: 1672348529:0;watch -n1 du -hs 244850 +: 1672348539:0;du -hs 244850 +: 1672349418:0;rsync -r Saves zeus: +: 1672349588:0;scp -r .config/nvim/ zeus: +: 1672349593:0;scp -r ~/.config/nvim/ zeus: +: 1672351534:0;tail -f AppData/Roaming/SpaceEngineers/SpaceEngineers_20221229_221954138.log +: 1672357303:0;scp saves/MPWorld play@zeus: +: 1672357320:0;scp -r saves/MPWorld play@zeus: +: 1672358485:0;/usr/lib/jvm/java-17-openjdk/bin/java +: 1672363917:0;scp mods/FastLeafDecay-28.jar play@zeus:games/minecraft/LL5/mods +: 1672427792:0;paq rdate +: 1672427831:0;timedatectl +: 1672442149:0;killall java +: 1672479668:0;scp mods/creeperconfetti-3.11.jar mods/createchunkloading-1.2.1-forge.jar play@zeus:games/minecraft/LL5/mods +: 1672553409:0;vim config/agricraft/config-client.toml +: 1672556507:0;vimdiff config/agricraft/config-client.toml config/agricraft/config-common.toml +: 1672556782:0;vim config/agricraft/config-common.toml +: 1672557127:0;cd config/agricraft +: 1672557157:0;scp play@zeus:games/minecraft/LL5/config/agricraft/config-common.toml . +: 1672557180:0;vimdiff config-common.toml config-client.toml +: 1672698161:0;scp mods/BotanyPots-Forge-1.18.2-8.0.23.jar play@zeus:games/minecraft/LL5/mods +: 1672849111:0;scp ./light-overlay-6.0.5-forge.jar ./RoughlyEnough* ./REIPluginCompatibilities-forge-8.0.42.jar play@zeus:games/minecraft/LL5/mods +: 1672849286:0;multitail -c logs/latest.log +: 1672849427:0;less kubejs/data/tnp/recipes/ink_sac.json +: 1672849486:0;tail -F logs/latest.log +: 1672852081:0;vim kubejs/client_scripts/rei_show_and_hide.js +: 1672852153:0;vim kubejs/client_scripts/rei_groups.js +: 1672852360:0;cd kubejs/client_scripts +: 1672852362:0;rg facad +: 1672852411:0;mv ../../config/jei/blacklist.cfg ~/temp +: 1672852546:0;rg transm +: 1672852856:0;less ../../logs/latest.log +: 1672852871:0;less ../../logs/rei-issues.log +: 1672853075:0;less ../exported/tags/items.txt +: 1672853276:0;vim rei_groups.js +: 1672854831:0;less ../../config/roughlyenoughitems/config.json5 +: 1672854905:0;rg ae2 +: 1672855652:0;less ../../logs/rei.log +: 1672855660:0;less ../logs/rei.log +: 1672855770:0;vim client_scripts/rei_remove.categories.js +: 1672869259:0;pai dolphin +: 1672872472:0;pai konsole +: 1672872491:0;scp erebus:rei* . +: 1672872495:0;scp erebus:rei\* . +: 1672971882:0;less client_scripts/rei_show_and_hide.js +: 1673069446:0;ps aux | grep gdl +: 1673069450:0;ps aux | grep GD +: 1673216528:0;vim client_scripts/rei_groups.js +: 1673216951:0;cd /mnt/games/GDLauncher/instances/TNP\ Limitless\ 5\ \ \ LL5/ +: 1673216957:0;tail -f logs/latest.log +: 1673282183:0;killall -9 java +: 1673583880:0;ls MultiMC +: 1673583882:0;ls MultiMC/instances +: 1673583895:0;ls PolyMC +: 1673583900:0;ls PolyMC/instances +: 1673583950:0;less .MultiMC +: 1673583961:0;rm .MultiMC +: 1673583976:0;ls .local/share/multimc5 +: 1673583980:0;rmdir .local/share/multimc5 +: 1673584092:0;mv .local/share/PolyMC . +: 1673584104:0;mc PolyMC PrismLauncher +: 1673584291:0;ls .local/share +: 1673584301:0;ls .local/share/PrismLauncher +: 1673584314:0;mv .local/share/PrismLauncher . +: 1673584365:0;mc PrismLauncher .local/share/PrismLauncher +: 1673584486:0;locate MultiMC +: 1673584528:0;find -iname multimc .local/ +: 1673584538:0;find .local -iname multimc +: 1673584548:0;rm -rf .local/share/multimc +: 1673587801:0;saneperms +: 1673614084:0;mc GDLauncher PrismLauncher +: 1673635056:0;cd PrismLauncher/instances/TNP\ Limitless\ 5\ LL5\ -\ 2.29/minecraft/config +: 1673635064:0;less apotheosis/enchantments.cfg +: 1673887347:0;paq mlt6 +: 1673887357:0;yay -Rnsc mlt6 +: 1673895697:0;rm /mnt/games/Steam/steamapps/common/Kerbal Space Program/CKAN/registry.locked" +: 1673895972:0;rm "/mnt/games/Steam/steamapps/common/Kerbal Space Program/CKAN/registry.locked" +: 1673896284:0;cd ./src/KSP +: 1673896303:0;cd K +: 1673896304:0;cd Kerbal-Joint-Reinforcement +: 1673896391:0;mc /mnt/games/Steam/steamapps/common/Kerbal\ Space\ Program/ Documents +: 1673896596:0;ncdu /home/jinks +: 1673897346:0;vimdiff settings.cfg ~/Documents/KSP/settings.cfg +: 1673900350:0;less KSP_Modlist.txt +: 1673966936:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-43/proton waitforexitandrun /mnt/games/Steam/steamapps/common/Kerbal Space Program/PDLauncher/LauncherPatcher.exe +: 1673966991:0;winserver -k +: 1673966993:0;ll wine +: 1673966996:0;killall proton +: 1673967134:0;rm -rf ../../../compatdata/220200 +: 1673967138:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-43/proton waitforexitandrun "/mnt/games/Steam/steamapps/common/Kerbal Space Program/PDLauncher/LauncherPatcher.exe" +: 1673967316:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton7-43/proton waitforexitandrun "/mnt/games/Steam/steamapps/common/Kerbal Space Program/KSP_x64.exe" +: 1673968478:0;export WINEPREFIX=$PWD +: 1673968492:0;cd drive_c/Claire\'s\ Quest\ 0.20.1b\ WIN +: 1674154795:0;gtop +: 1674155758:0;vim windowsplayerlaunch.txt +: 1674155850:0;ckan.exe &! +: 1674395868:0;cd instances +: 1674395903:0;meld TNP\ Limitless\ 5\ LL5\ -\ 2.29/minecraft LL5\ -\ 2.30/minecraft +: 1674396255:0;pas kompare +: 1674396259:0;pai kompare +: 1674396265:0;pas kdiff +: 1674396268:0;pai kdiff3 +: 1674396277:0;kompare TNP\ Limitless\ 5\ LL5\ -\ 2.29/minecraft LL5\ -\ 2.30/minecraft +: 1674396350:0;kdiff3 TNP\ Limitless\ 5\ LL5\ -\ 2.29/minecraft LL5\ -\ 2.30/minecraft +: 1674397483:0;mv TNP\ Limitless\ 5\ LL5\ -\ 2.29 TNP\ Limitless\ 5\ LL5\ -\ 2.30 +: 1674397502:0;kdiff3 TNP\ Limitless\ 5\ LL5\ -\ 2.30/minecraft LL5\ -\ 2.30/minecraft +: 1674397852:0;meld TNP\ Limitless\ 5\ LL5\ -\ 2.30/minecraft LL5\ -\ 2.30/minecraft +: 1674400712:0;cd /mnt/games/PrismLauncher +: 1674400721:0;mkdir srv_old +: 1674400723:0;mkdir srv_new +: 1674400752:0;sshfs play@zeus:games/mincraft/LL5 srv_old +: 1674400758:0;sshfs play@zeus:games/minecraft/LL5 srv_old +: 1674400779:0;sshfs play@zeus:games/minecraft/LL5_update srv_new +: 1674401954:0;meld srv_old/mods instances/LL5\ -\ 2.30/minecraft/mods +: 1674402068:0;meld srv_old/mods instances/TNP\ Limitless\ 5\ LL5\ -\ 2.30/minecraft/mods +: 1674710459:0;pas evtest +: 1674710463:0;pai evtest +: 1674710468:0;evtest +: 1674857772:0;vim KSP_Modlist.txt +: 1674930776:0;piper +: 1674940980:0;sudo evtest +: 1675557871:0;paq metis +: 1675557888:0;yay -Rnsc metis +: 1675557896:0;yay -Rnsc gdlauncher-bin +: 1675971353:0;cd BepInEx +: 1675971361:0;cd co +: 1675971367:0;vim BepInEx.cfg +: 1675971395:0;vim SilmVML.cfg +: 1675971405:0;vim blacks7ar.MagicPlugin.cfg +: 1675971454:0;vim randyknapp.mods.advancedportals.cfg +: 1675971501:0;vim valheim_plus.cfg +: 1675973473:0;ls plugins +: 1675973617:0;vim config/TastyChickenLegs.DropMoreLoot.cfg +: 1675973653:0;vim config/randyknapp.mods.epicloot.cfg +: 1675973732:0;vim config/vapok.mods.adventurebackpacks.cfg +: 1676207246:0;Downloads/Satisfactory-Mod-Manager.AppImage +: 1676239497:0;cd /mnt/games/PrismLauncher/instances/TNP\ Limitless\ 5\ LL5\ -\ 2.30/minecraft +: 1676239511:0;scp mods/Cyclic-1.18.2-1.7.14.jar play@zeus:games/minecraft/LL5/mods +: 1676239971:0;scp mods/polymorph-forge-1.18.2-0.46.jar play@zeus:games/minecraft/LL5/mods +: 1676240060:0;scp mods/ironfurnaces-1.18.2-3.3.3.jar play@zeus:games/minecraft/LL5/mods +: 1677042750:0;yt-dlp https://www.ardmediathek.de/video/filme/absolute-giganten/one/Y3JpZDovL3dkci5kZS9CZWl0cmFnLWQ1NTg0NjM5LWI3NWUtNGE4NS04Zjk2LTg0NjU4YzYyZmI2ZA +: 1677713615:0;locate Broken +: 1677713866:0;cd /mnt/games/GOG\ Games +: 1677714008:0;pai -y bottles +: 1677714284:0;locate "Sniper Elite" +: 1677714294:0;ls /mnt/virt/games +: 1677714298:0;ls /mnt/virt/games/bottles +: 1678641349:0;pai -y archlinux-keyring +: 1678824669:0;pai mesa-git +: 1678824690:0;pas mesa-git +: 1678824783:0;paq mesa-aco-gamescope-git +: 1678824798:0;pai aur/mesa-git +: 1678836250:0;cd .local/share/Transport\ Fever\ 2/mods +: 1678836381:0;locate "Transport Fever" +: 1678836404:0;locate "Transport" +: 1678836432:0;locate "transport fever" +: 1678836438:0;locate -i "transport fever" +: 1678836482:0;locate -i "obsidian islands" +: 1678836506:0;cd local/mod +: 1678836507:0;cd local/mods +: 1678836513:0;rm -rf eis_os_commonapi2_1 +: 1678836528:0;mc . ~/Downloads +: 1678837750:0;cd /home/jinks/.local/share/Steam/userdata/81990693/1066780/ +: 1678837759:0;cd local +: 1678837769:0;ls save -la +: 1678837777:0;ls save -lah +: 1679256113:0;pas jellyfin player +: 1679256124:0;pai jellyfin player +: 1679256145:0;yay jellyfin player +: 1679418713:0;sudo mount /mnt/hera/share/Downloads/nzbget/completed/PC\ Games/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/emp-hl.iso /mnt/cdrom +: 1679418730:0;ls /mnt/cdrom +: 1679418765:0;sudo mount -o loop /mnt/hera/share/Downloads/nzbget/completed/PC\ Games/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/emp-hl.iso /mnt/cdrom +: 1679418869:0;cd /mnt/virt/games +: 1679418880:0;cp /mnt/hera/share/Downloads/nzbget/completed/PC\ Games/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/emp-hl.iso . +: 1679419063:0;bottles --help +: 1679419072:0;bottles -b +: 1679419119:0;mkdir wineprefix +: 1679419122:0;cd wineprefix +: 1679419141:0;export WINEPREFIX=$PWD/legacy +: 1679419189:0;cd legacy/ +: 1679428156:0;sudo mount -o loop emp-hl.iso /mnt/cdrom +: 1679428193:0;wine /mnt/cdrom/setup.exe +: 1679429723:0;setup_dxvk install +: 1679429938:0;cd drive_c/Hogwarts\ Legacy/ +: 1679429957:0;ls Phoenix/Binaries/Win64/ +: 1679429967:0;ls Engine/Binaries/Win64/CrashReportClient.exe +: 1679429996:0;wine Phoenix/Binaries/Win64/HogwartsLegacy.exe +: 1679430518:0;rm -rf ~/.local/share/bottles/ +: 1679431224:0;ls lutris/hogwarts-legacy +: 1679431228:0;tree lutris/hogwarts-legacy +: 1679431734:0;rm -rf wineprefix/legacy +: 1679697690:0;ip ro +: 1679699389:0;mpv /mnt/hera/share/Series/Star\ Trek\ Picard/Season\ 03/Star\ Trek\ Picard\ -\ S03E06\ -\ Part\ Six\ The\ Bounty\ -\ WEBRip-1080p.mkv +: 1679699440:0;mplayer /mnt/hera/share/Series/Star\ Trek\ Picard/Season\ 03/Star\ Trek\ Picard\ -\ S03E06\ -\ Part\ Six\ The\ Bounty\ -\ WEBRip-1080p.mkv +: 1679699690:0;l /mnt/hera/share/Series/Star\ Trek\ Picard/Season\ 03/ +: 1679699755:0;mplayer /mnt/hera/share/Series/Star\ Trek\ Picard/Season\ 03/Star\ Trek\ Picard\ -\ S03E06\ -\ Part\ Six\ The\ Bounty\ -\ WEBDL-1080p.mkv +: 1679839217:0;ls bin/main +: 1679839220:0;ls bin/main/com +: 1679839221:0;ls bin/main/com/github +: 1679839222:0;ls bin/main/com/github/jinks +: 1679839223:0;ls bin/main/com/github/jinks/extbackup +: 1679839231:0;ls run +: 1679839375:0;git tag -a +: 1679839382:0;git tag -l +: 1679839401:0;git commit -m "1.18.2" +: 1679839437:0;git tag v1.18.2-1.1.1 +: 1679839505:0;find . -iname *~ +: 1679841594:0;vim /home/jinks/src/MineCraft/ExtBackup/src/main/java/com/github/jinks/extbackup/ExtBackupUtil.java +: 1679841942:0;vim /home/jinks/src/MineCraft/ExtBackup/src/main/java/com/github/jinks/extbackup/ExtBackup.java +: 1679842346:0;rg "1.18.2" +: 1679842393:0;cp build/libs/ExtBackup-1.19.2-1.1.1.jar /mnt/games/PrismLauncher/instances/ATM8\ -\ 1.0.14/minecraft/mods +: 1679843383:0;ls local +: 1679843392:0;ls local/extbackup +: 1679843443:0;vim local/extbackup/runbackup.sh +: 1679843448:0;local/extbackup/runbackup.sh +: 1679843453:0;cat /tmp/ebtest.txt +: 1679844880:0;ssh p +: 1679845523:0;scp mods/goprone-1.19-2.0.4.jar mods/Cyclic-1.19.2-1.7.14.jar mods/BotanyPotsTiers-Forge-1.19.2-3.3.1.jar mods/ExtBackup-1.19.2-1.1.1.jar play@zeus:games/minecraft/ATM8/mods +: 1679846464:0;scp -r saves/ATM8v2 play@zeus: +: 1679846853:0;vim config/ftbic-common.snbt +: 1679846858:0;vim config/ftbquests +: 1679846966:0;vim local/ftbchunks/data/d8f6b8ff-a202-459d-afbe-0a7c9de38a47/minecraft_overworld/ +: 1679867860:0;vim config/jeresources.toml +: 1679867881:0;vim config/jeresources-common.toml +: 1679867963:0;rm config/jeresources +: 1679867965:0;rm config/jeresources* +: 1679868290:0;scp mods/plonk-1.19.2-10.0.3.jar mods/SimpleStorageNetwork-1.19-1.6.5.jar play@zeus:games/minecraft/ATM8/mods +: 1679868661:0;scp mods/SimpleStorageNetwork-1.19-1.6.4.jar play@zeus:games/minecraft/ATM8/mods +: 1679937840:0;scp mods/scannable-MC1.19.2-forge-1.7.7+dc5ea09.jar play@zeus:games/minecraft/ATM8/mods +: 1679939648:0;scp mods/buildersaddition-1.19.2-20220926a.jar play@zeus:games/minecraft/ATM8/mods +: 1679942636:0;ls mods/CTM-1.19.2-1.1.6+8.jar +: 1680012256:0;cd /mnt/games/PrismLauncher/instances/ATM8\ -\ 1.0.14/minecraft +: 1680012604:0;scp mods/PuzzlesLib-v4.3.12-1.19.2-Forge.jar mods/creeperconfetti-4.0.jar mods/EnchantingInfuser-v4.2.2-1.19.2-Forge.jar play@zeus:games/minecraft/ATM8/mods +: 1680021832:0;meld srv/ srv/Server-Files-1.0.15 +: 1680022418:0;rmdir srv +: 1680022429:0;../../ATM8\ -\ 1.0.15/minecraft +: 1680022433:0;mkdir srv +: 1680022450:0;meld kubejs srv/kubejs +: 1680022516:0;meld config srv/config +: 1680022660:0;fusermount -u srv +: 1680113138:0;rm -rf ./* +: 1680113145:0;rm -rf files +: 1680113163:0;ls flame +: 1680113167:0;cd instance.cfg +: 1680113202:0;cd .config/mc +: 1680113207:0;cat mc.ext +: 1680113251:0;locate mc.ext.ini +: 1680113255:0;rm mc.ext +: 1680128580:0;scp mods/redstonepen-1.19.2-forge-1.2.20.jar mods/lostcities-1.19-6.0.14.jar play@zeus:games/minecraft/ATM8/mods +: 1680216497:0;killall prismlauncher +: 1680219657:0;loffice minecraft/output/silentgear/material_export.tsv +: 1680233157:0;scp mods/rsgauges-1.19.2-forge-1.2.18.jar mods/Jade* play@zeus:games/minecraft/ATM8/mods +: 1680245317:0;cd TNP\ Limitless\ 5\ LL5\ -\ 2.30 +: 1680245323:0;cd minecraft/saves +: 1680245352:0;scp -r play@zeus:games/minecraft/LL5/world server +: 1680245370:0;ls server +: 1680249086:0;vim minecraft/config/durabilitytooltip-common.toml +: 1680315479:0;pas ydotool +: 1680315527:0;systemctl --user start ydotool +: 1680315529:0;sleep 5 && ydotool click --buttons right +: 1680315541:0;man ydotool +: 1680315744:0;ydotool click 01 +: 1680316005:0;sleep 5 && ydotool click 41 +: 1680316069:0;ydotool click 81 +: 1680505686:0;paq onetbb +: 1680506095:0;vim minecraft/config/botania-client.toml +: 1680506635:0;had -n 20 /etc/pacman.d/mirrorlist +: 1680506636:0;head -n 20 /etc/pacman.d/mirrorlist +: 1680538946:0;solaar --help +: 1680538963:0;solaar -w hide +: 1680539676:0;cd /mnt/games/PrismLauncher/instances/ATM8\ -\ 1.0.15 +: 1680539719:0;scp mods/ExplorersCompass-1.19.2-1.3.0-forge.jar mods/repurposed_structures_forge-6.3.20+1.19.2.jar mods/StructureCompass-1.19.2-1.4.0.jar play@zeus:games/minecraft/ATM8/mods +: 1680540062:0;locate sessionstore +: 1680544373:0;pas amulet +: 1680544410:0;paq aur/amulet-map-editor-bin +: 1680544589:0;yay -rnsc amulet-map-editor-bin +: 1680544596:0;yay -Rnsc amulet-map-editor-bin +: 1680544651:0;sshfs play@zeus:games/minecraft/ATM8 srv +: 1680544838:0;yay amulet-map-editor +: 1680544889:0;paq amulet-map-editor +: 1680544976:0;python3.9 -m venv +: 1680544983:0;python3.9 -m venv amulet +: 1680545019:0;ls amulet/bin +: 1680545026:0;source amulet/bin/activate +: 1680545031:0;pip -V +: 1680545038:0;python -V +: 1680545065:0;python -m pip install amulet-map-editor --upgrade +: 1680545109:0;locate amulet +: 1680545682:0;cp -a srv/world saves/serverworld +: 1680545686:0;cp -va srv/world saves/serverworld +: 1680545708:0;python -m amulet_map_editor +: 1680545760:0;ls saves/serverworld +: 1680545776:0;ls srv/world +: 1680545783:0;cd saves/serverworld +: 1680546122:0;deactivate +: 1680546129:0;rm -rf amulet +: 1680546134:0;yay -Rnsc python39 +: 1680546246:0;ls srv +: 1680546252:0;mc saves srv +: 1680597839:0;scp mods/ServerTabInfo-1.19.1-1.3.7.jar play@zeus:games/minecraft/ATM8/mods +: 1680644258:0;scp mods/refinedstorage-1.11.6.jar mods/EnigmaticLegacy-2.26.5.jar mods/CodeChickenLib-1.19.2-4.3.1.481-universal.jar mods/ChickenChunks-1.19.2-2.9.4.97-universal.jar play@zeus:games/minecraft/ATM8/mods +: 1680684656:0;cd /mnt/virt/games/playonlinux/wineprefix/Steam/drive_c/ +: 1680684677:0;mv /mnt/hera/share/Upload/Games/BecomeKingOfSkyrimv5e-41087-v5e.zip . +: 1680694900:0;pas hjsplit +: 1680694910:0;pai lxsplit +: 1680694946:0;lxsplit +: 1680694960:0;lxsplit -j Cum\ Shot\ Brothel\ 0.7.1.7z.001 +: 1680694969:0;rm *.001 +: 1680694970:0;rm *.002 +: 1680730148:0;rm TabooStories-0.4-pc.zip +: 1680730157:0;mv ~/Downloads/xxx/TabooStories-0.5-pc.zip . +: 1680730161:0;unzip -l TabooStories-0.5-pc.zip +: 1680730166:0;unzip TabooStories-0.5-pc.zip +: 1680730193:0;cd TabooStories-0.5-pc +: 1680730216:0;./TabooStories.sh +: 1680734388:0;mv ~/Downloads/xxx/The_Hunter_2_v0.25.1.zip . +: 1680734393:0;unzip -L The_Hunter_2_v0.25.1.zip +: 1680734399:0;unzip The_Hunter_2_v0.25.1.zip +: 1680734412:0;cd The\ Hunter\ 2\ v0.25.1 +: 1680742616:0;cp file2.rpgsave f2.b64 +: 1680742625:0;base64 -d < f2.b64 +: 1680742632:0;base64 -d < f2.b64 | file +: 1680742636:0;base64 -d < f2.b64 | file - +: 1680742661:0;base64 -d < f2.b64 > f2.bin +: 1680742696:0;file f2.bin +: 1680742703:0;hexcurse f2.b +: 1680742705:0;hexcurse f2.bin +: 1680742918:0;rm f2.b* +: 1680742953:0;cd www/save +: 1680742960:0;cp file2.rpgsave f2.bak +: 1680742971:0;mv file3.rpgsave file2.rpgsave +: 1680750227:0;mv ~/Downloads/xxx/CarainCreekmaw-E1P1-A-pc.zip . +: 1680750235:0;unzip CarainCreekmaw-E1P1-A-pc.zip +: 1680759779:0;scp mods/immersive_aircraft-0.4.2+1.19.2-forge.jar play@zeus:games/minecraft/ATM8/mods +: 1680837552:0;mv ~/Downloads/xxx/AOG_2022-0.81.zip . +: 1680837557:0;unzip -l AOG_2022-0.81.zip +: 1680837570:0;rm -rf the\ hunter\ 2\ v0.25.1 +: 1680837588:0;file save/config.rpgsave +: 1680837593:0;less save/config.rpgsave +: 1680837607:0;ls bunnies +: 1680837624:0;unzip AOG_2022-0.81.zip +: 1680837628:0;cd AOG_2022-0.81 +: 1680837637:0;cd Game +: 1680837957:0;vim Game.ini +: 1680837970:0;cat SCRIPTS\ MISSING-FIX.bat +: 1680838004:0;wine Blizz-ABS\ Config\ 2.79.exe +: 1680838832:0;unzip -l Butimthebadguy-0.048v4-pc.zip +: 1680838923:0;unzip Butimthebadguy-0.048v4-pc +: 1680838947:0;cd Butimthebadguy-0.048v4-pc +: 1680841559:0;unzip HornyCraft-0.12.1-pc.zip -l +: 1680841564:0;unzip -l HornyCraft-0.12.1-pc.zip +: 1680841568:0;unzip HornyCraft-0.12.1-pc.zip +: 1680841584:0;cd HornyCraft-0.12.1-pc +: 1680841981:0;file game/saves/* +: 1680851404:0;ls game/saves +: 1680851411:0;./HornyCraft.sh +: 1680935380:0;../The\ Hunter\ 2\ v0.25.1 +: 1680935388:0;ls www/save +: 1680942855:0;../Butimthebadguy-0.048v4-pc +: 1680956439:0;unzip -l Harry_Potter__The_Codex_of_Corruption.7z +: 1680956450:0;7z l Harry_Potter__The_Codex_of_Corruption.7z +: 1680956454:0;7z x Harry_Potter__The_Codex_of_Corruption.7z +: 1680956457:0;cd Harry\ Potter\ \&\ The\ Codex\ of\ Corruption +: 1680956468:0;ls images +: 1680960141:0;unzip -l FeralIsland_v0.15.188.STABLE.rar +: 1680960145:0;7z l FeralIsland_v0.15.188.STABLE.rar +: 1680960148:0;7z x FeralIsland_v0.15.188.STABLE.rar +: 1680960296:0;cd FeralIsland_v0.15.188.STABLE +: 1680961141:0;rm -rf FeralIsland_v0.15.188.STABLE* +: 1680961145:0;unzip KingsTale-0. +: 1680961149:0;unzip KingsTale-0.5-pc.zip +: 1680961162:0;cd KingsTale-0.5-pc +: 1681006541:0;less ~/.zshrc.local +: 1681114815:0;unrar l Summer\ by\ the\ Sea\ 017.rar +: 1681114819:0;ls Summer\ by\ the\ Sea\ 017.rar +: 1681114823:0;unrar x Summer\ by\ the\ Sea\ 017.rar +: 1681146677:0;vim config/ad_astra.toml +: 1681403362:0;../games +: 1681403365:0;ls LifePlay +: 1681403395:0;mkdir LP_Addons +: 1681403396:0;mv LifePlay/Cologne.zip LP_Addons/ +: 1681403400:0;rm -rf LifePlay +: 1681403406:0;7z l LifePlay_5_27_Linux.7z +: 1681403430:0;7z l LifePlay_5_27_Linux.7z | less +: 1681403438:0;mkdir LifePlay +: 1681403440:0;cd LifePlay +: 1681403448:0;7z x ../LifePlay_5_27_Linux.7z +: 1681404180:0;chmod 755 LifePlay.sh +: 1681404342:0;locate lifePlay +: 1681404346:0;locate LifePlay +: 1681404353:0;locate LifePlay less +: 1681404359:0;locate LifePlay | less +: 1681404371:0;rm -rf /home/jinks/.config/Epic/LifePlay +: 1681404375:0;./LifePlay.sh +: 1681559541:0;wget https://raw.githubusercontent.com/shahin8r/iptv/master/iptv +: 1681559548:0;chmod 755 iptv +: 1681559582:0;iptv https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8 +: 1681559600:0;pai fzf +: 1681559760:0;mpv "https://orf1.mdn.ors.at/out/u/orf1/q8c/manifest.m3u8" +: 1681559841:0;mpv https://racingvic-i.akamaized.net/hls/live/598695/racingvic/1500.m3u8 +: 1681559860:0;vim iptv +: 1681559886:0;iptv +: 1681641239:0;unzip -l Game_MND-1.0-pc.zip +: 1681641244:0;unzip Game_MND-1.0-pc.zip +: 1681647191:0;mc Downloads/xxx /mnt/hera/jinks/XXX +: 1681944302:0;grep "" /sys/block/*/queue/scheduler +: 1682021606:0;ps aux | grep ckan +: 1682021615:0;kill 1009523 +: 1682021621:0;kill -9 1009523 +: 1682217762:0;cd /mnt/virt +: 1682217777:0;locate emp-hl.iso +: 1682244092:0;ls .local/share/bottles +: 1682244095:0;du -hs .local/share/bottles +: 1682244116:0;ncdu .local/share/bottles +: 1682244228:0;cd /mnt/virt/games/bottles/ +: 1682244235:0;ncdu Sniper-Elite-4 +: 1682244249:0;cd games +: 1682244254:0;umount /mnt/cdrom +: 1682244352:0;cp "/mnt/hera/share/Downloads/nzbget/completed/PC Games/Sniper.Elite.4.Deluxe.Edition.v1.5.0.(2017.07.18)-ElAmigos/Sniper.Elite.4.Deluxe.Edition.MULTi10-ElAmigos/Sniper Elite 4 Deluxe Edition 1.5.0/Sniper Elite 4 Deluxe Edition.iso" . +: 1682244436:0;pai monitorix +: 1682244488:0;pai nutty +: 1682244505:0;pai netspeed +: 1682244510:0;pas netspeed +: 1682244586:0;sudo nutty +: 1682244594:0;which nutty +: 1682244599:0;pal nutty +: 1682244603:0;pal nutty | grep bin +: 1682244612:0;sudo com.github.babluboy.nutty +: 1682244699:0;yay -rnsc nutty +: 1682244702:0;yay -Rnsc nutty +: 1682247122:0;cd Sniper-Elite-4 +: 1682260841:0;paq prismlauncher-bin +: 1682260939:0;paq prismlauncher +: 1682266678:0;pas fireshot +: 1682266683:0;pas flameshot +: 1682266688:0;flameshot +: 1682271168:0;cd /mnt/games/Steam/steamapps/common/Kerbal\ Space\ Program +: 1682364976:0;pas unigine +: 1682364992:0;yay -Rnsc aur/unigine-superposition +: 1682365003:0;yay -Rnsc unigine-superposition geekbench +: 1682365035:0;yay -Rnsc jre-openjdk jre8-openjdk icedtea-web +: 1682365059:0;yay -Rnsc jre-openjdk jre8-openjdk icedtea-web jre-openjdk-headless jre8-openjdk-headless jdk17-openjdk +: 1682365110:0;sudo rm -rf /home/jinks/.cache/yay/certigo +: 1682456468:0;cd Downloads/coc +: 1682456477:0;flashplayer CoC_1.0.2_mod_1.4.19.swf +: 1682539785:0;less "/home/jinks/.config/unity3d/Squad/Kerbal Space Program/Player.log" +: 1682610502:0;ssh 192.168.0.38 -l root +: 1682618031:0;ssh 192.168.0.38 -l installer +: 1682632012:0;host hestia +: 1682633377:0;ssh 192.168.0.253 -l root +: 1682637476:0;pai aur/heroic-games-launcher-bin +: 1682639035:0;cd .config/heroic/ +: 1682639044:0;mc . ../chromium +: 1682690142:0;unzip The_Island_Die_Insel_v0_4-win.zip +: 1682741091:0;cd Summer\ by\ the\ Sea\ 017 +: 1682741094:0;cd Summer\ by\ the\ Sea +: 1682742312:0;unzip -l WhoresOfThrones3-S3E01.5p-pc.zip +: 1682742316:0;unzip WhoresOfThrones3-S3E01.5p-pc.zip +: 1682745491:0;unzip -l On_Endless_Roads_0.1.5.7z +: 1682745498:0;7z l On_Endless_Roads_0.1.5.7z +: 1682745503:0;7z x On_Endless_Roads_0.1.5.7z +: 1682745552:0;cd On\ Endless\ Roads\ 0.1.5 +: 1682821281:0;pas vlc +: 1682831728:0;unzip -l MirisCorruption-0.1.9.5-pc.zip +: 1682831738:0;unzip MirisCorruption-0.1.9.5-pc.zip +: 1682831789:0;cd MirisCorruption-0.1.9.5-pc +: 1682858640:0;unzip AlexiasReturn-0.11-pc.zip +: 1682858680:0;cd AlexiasReturn-0.11-pc +: 1682890590:0;pas netplan +: 1682969185:0;cd /mnt/games/factorio +: 1682969191:0;ls angelbob_1.1 +: 1682969194:0;ls angelbob_1.1/mods +: 1682969238:0;tar tf factorio_alpha_x64_1.1.46.tar.xz +: 1682969282:0;btrfs sub cr factorio +: 1682969295:0;tar xf factorio_alpha_x64_1.1.46.tar.xz +: 1682969333:0;mv factorio angelbob_2023 +: 1682969347:0;cd angelbob_2023 +: 1682969356:0;mc . ../angelbob_ +: 1682972500:0;ls ../angelbob_1.1/mods +: 1682974206:0;ls ../angelbob_1.1/mods | grep -i laode +: 1682974209:0;ls ../angelbob_1.1/mods | grep -i loade +: 1682974407:0;ls ../angelbob_1.1/mods | grep -i fill +: 1682974444:0;ls ../angelbob_1.1/mods | grep -i fla +: 1682974567:0;ls ../angelbob_1.1/mods | grep -i cra +: 1682974572:0;ls ../angelbob_1.1/mods | grep -i rese +: 1682974697:0;ls ../angelbob_1.1/mods | grep -i bal +: 1682974773:0;ls ../angelbob_1.1/mods | grep -i rea +: 1682974783:0;ls ../angelbob_1.1/mods | grep -i nix +: 1682974809:0;ls ../angelbob_1.1/mods | grep -i flo +: 1682975621:0;ls ../angelbob_1.1/mods | grep -i tra +: 1682975627:0;ls ../angelbob_1.1/mods | grep -i tras +: 1682975840:0;mc ../angelbob_1.1/mods +: 1683039753:0;ls Rav* +: 1683039786:0;ls Ra* +: 1683039791:0;7z l Ravager_v5.0.5.7z +: 1683039796:0;7z x Ravager_v5.0.5.7z +: 1683040083:0;chmod 755 Ravager.sh +: 1683040108:0;chmod 755 /mnt/virt/wineprefix/para/drive_c/Ravager/lib/py3-linux-x86_64/Ravager +: 1683048293:0;paq duktape +: 1683084066:0;ls script-output/q +: 1683084080:0;ls data +: 1683084090:0;ls temp +: 1683084098:0;ls script-output +: 1683084100:0;ls script-output/Screenshots +: 1683084104:0;imv script-output/Screenshots/2418379.png +: 1683091187:0;rsync -avHAX --delete play@zeus:games/factorio/angelbob_2023/saves . +: 1683091479:0;rsync -avHAX --delete /mnt/games/factorio/angelbob_2023/saves play@zeus:games/factorio/angelbob_2023/ +: 1683091509:0;cp saves/MP.zip saves/MP_crea.zip +: 1683097385:0;unzip ThePilgrimage-1.65-pc.zip +: 1683097416:0;cd ThePilgrimage-1.65-pc +: 1683164863:0;mpv /mnt/hera/share/Movies/Puss\ in\ Boots\ The\ Last\ Wish\ \(2022\)/Puss\ in\ Boots\ The\ Last\ Wish\ \(2022\)\ \[Bluray-1080p\ \(TayTO\)\].mp4 +: 1683164875:0;mplayer /mnt/hera/share/Movies/Puss\ in\ Boots\ The\ Last\ Wish\ \(2022\)/Puss\ in\ Boots\ The\ Last\ Wish\ \(2022\)\ \[Bluray-1080p\ \(TayTO\)\].mp4 +: 1683186179:0;unrar l A_Weekend_with_Jeff_Father-Final-Win.rar +: 1683186187:0;unrar x A_Weekend_with_Jeff_Father-Final-Win.rar +: 1683186204:0;cd Jeff\'s\ father\ -\ End\ game +: 1683228533:0;ls mods | grep -i sear +: 1683237531:0;../ThePilgrimage-1.65-pc +: 1683237970:0;../Jeff\'s\ father\ -\ End\ game +: 1683248414:0;unzip ProjectMyriamLifeandExplorations-ch4.02a-pcp.zip +: 1683248441:0;cd ProjectMyriamLifeandExplorations-ch3.03b-pc +: 1683248691:0;cd ProjectMyriamLifeandExplorations-ch4.02a-pc +: 1683291579:0;rg -z reprocessing +: 1683291598:0;rg -z reprocessing *.zi[ +: 1683291599:0;rg -z reprocessing *.zip +: 1683291627:0;rg -z nuclear +: 1683291634:0;rg -z nuclear . +: 1683291826:0;pai ripgrep-all +: 1683291833:0;rga nuclear +: 1683291842:0;rga reproces +: 1683292012:0;rga enrich +: 1683292017:0;rga process +: 1683292030:0;rga -z enrichment +: 1683292034:0;rga -h +: 1683292045:0;rga enrichment +: 1683304686:0;unzip -l YAFCLinux.zip +: 1683304699:0;mkdir ../tmp/YAFC +: 1683304701:0;cd ../tmp/YAFC +: 1683304718:0;unzip ../../Downloads/YAFCLinux.zip +: 1683304720:0;cd Linux +: 1683304730:0;dotnet YAFC.dll +: 1683304764:0;pas dotnet core +: 1683304780:0;file YAFC +: 1683304786:0;chmod 755 YAFC +: 1683304789:0;./YAFC +: 1683311157:0;rga g-maker +: 1683464404:0;../angelbob_1.1 +: 1683464466:0;scp play@zeus:games/factorio/1.1/saves/MP11.zip saves/ +: 1683490098:0;scp play@zeus:games/factorio/angelbob_2023/saves/MP.zip saves/ +: 1683691769:0;killall winw +: 1683750792:0;mkdir AMUMSS +: 1683750796:0;cd AMUMSS +: 1683750800:0;curl -O https://github.com/HolterPhylo/AMUMSS/releases/download/v4.2.1.4W/AMUMSS.4.2.1.4W.7z +: 1683750834:0;less AMUMSS.4.2.1.4W.7z +: 1683750837:0;rm AMUMSS.4.2.1.4W.7z +: 1683750865:0;curl -O https://objects.githubusercontent.com/github-production-release-asset-2e65be/632234651/89083be0-658d-4d47-9380-42124451c222?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230510T203406Z&X-Amz-Expires=300&X-Amz-Signature=3b6b54b0dfead4fe2160f2d2cf30573012f14ae16b0f7ec46a0de47e141d5b62&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=632234651&response-content-disposition=attachment%3B%20filename%3DAMUMSS.4.2.1.4W.7z&response-content-type=application%2Foctet-stream' +: 1683750869:0;curl -O 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/632234651/89083be0-658d-4d47-9380-42124451c222?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230510%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230510T203406Z&X-Amz-Expires=300&X-Amz-Signature=3b6b54b0dfead4fe2160f2d2cf30573012f14ae16b0f7ec46a0de47e141d5b62&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=632234651&response-content-disposition=attachment%3B%20filename%3DAMUMSS.4.2.1.4W.7z&response-content-type=application%2Foctet-stream' +: 1683750892:0;mv 89083be0-658d-4d47-9380-42124451c222 AMUMSS.4.2.1.4W.7z +: 1683750896:0;7z x AMUMSS.4.2.1.4W.7z +: 1683750929:0;cat BUILDMOD.bat +: 1683750998:0;ls MODBUILDER +: 1683751014:0;wine _ModScript_Manager.exe +: 1683751060:0;winetricks list +: 1683751066:0;winetricks apps +: 1683751174:0;winetricks dotnmetcore5 +: 1683751181:0;winetricks dotnetcore5 +: 1683751188:0;winetricks dotnetcore3 +: 1683751223:0;wine BUILDMOD.bat +: 1683751258:0;wine winget install --architecture x64 Microsoft.Dotnet.DesktopRuntime.5 +: 1683751263:0;vim BUILDMOD.bat +: 1683751527:0;rm -rf AMUMSS +: 1683751535:0;cd GAMEDATA/PCBANKS/MODS/ +: 1683751545:0;wine NMS-MCDAMM.exe +: 1683751662:0;mv ~/Downloads/PSArcTool-ConflictChecker.exe . +: 1683751666:0;wine PSArcTool-ConflictChecker.exe +: 1683751690:0;wine PSArcTool-ConflictChecker.exe . +: 1683751892:0;mv ~/Downloads/PSArcTool.exe . +: 1683751895:0;wine PSArcTool.exe +: 1683751930:0;wine PSArcTool.exe Jetpack\ -\ Enhanced\ -\ INTERCEPTOR\ -\ VERSION\ 2\ -\ Updated\ 22-04-2023.pak +: 1683751952:0;wine PSArcTool.exe --help +: 1683751956:0;wine PSArcTool.exe -help +: 1683751978:0;wine PSArcTool.exe JetpackEnhancedV2.lua +: 1683752020:0;rm psarc.pak +: 1683752025:0;wine PSArcTool-ConflictChecker.exe -listall . +: 1683922961:0;mv ~/Downloads/NMSSaveEditor.jar . +: 1683922966:0;java -jar NMSSaveEditor.jar +: 1683932977:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=460790 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/compatibilitytools.d/SteamTinkerLaunch/steamtinkerlaunch waitforexitandrun /mnt/games/Steam/steamapps/common/Bayonetta/Bayonetta.exe +: 1683933075:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=460790 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/ubuntu12_32/../compatibilitytools.d/GE-Proton7-53/./proton waitforexitandrun /mnt/games/Steam/steamapps/common/Bayonetta/Bayonetta.exe +: 1683942850:0;unrar l OER_AF.rar +: 1683942876:0;unrar x OER_AF.rar +: 1683943773:0;vils OER\ AF/Update/Day1 +: 1683943780:0;vils OER\ AF/Update/Day1/8 +: 1683943784:0;vils OER\ AF/Update/Day1/* +: 1683943819:0;cd OER\ AF/Update/Day1/ +: 1683943912:0;../Day3 +: 1683943922:0;../Day4 +: 1683943940:0;../Day2 +: 1683943997:0;../Day7 +: 1683944009:0;ls Borito +: 1683946691:0;cd ../Day4 +: 1683946698:0;cd Update/Day4 +: 1683947679:0;../Day5 +: 1683948598:0;../Day6 +: 1683949204:0;cd WhoresOfThrones3-S3E01.5-pc +: 1683949207:0;./WhoresOfThrones3.sh +: 1683950258:0;unzip Into_The_Wild_-_Episodes_1-8_EXE.zip +: 1683950300:0;rm credits.html d3dcompiler_47.dll ffmpeg.dll Game.exe icudtl.dat libEGL.dll libGLESv2.dll natives_blob.bin node.dll nw.dll nw_100_percent.pak nw_200_percent.pak nw_elf.dll package.json resources.pak snapshot_blob.bin +: 1683950309:0;rm -rf locales swiftshader www +: 1683950319:0;mkdir "Into_The_Wild" +: 1683950322:0;cd Int +: 1683950331:0;unzip ../Into_The_Wild_-_Episodes_1-8_EXE.zip +: 1683952629:0;unzip -l The_Office_Wife_V.0.89_WINDOWS_PUBLIC.zip +: 1683952633:0;unzip The_Office_Wife_V.0.89_WINDOWS_PUBLIC.zip +: 1683952680:0;cd The_Office_Wife_V.0.89_WINDOWS_PUBLIC.zip +: 1683952686:0;cd Teh\ O +: 1683952689:0;cd The\ O +: 1683952690:0;cd The\ Office\ Wife\ V.0.89\ WINDOWS\ PUBLIC +: 1683954003:0;unzip -l WhoresOfThrones-1.14p-pc.zip +: 1683954007:0;unzip WhoresOfThrones-1.14p-pc.zip +: 1683954016:0;cd WhoresOfThrones-1.14-pc +: 1683954019:0;./WhoresOfThrones.sh +: 1683958814:0;unrar l theunpredictable0.36\ Public.rar +: 1683958819:0;unrar x theunpredictable0.36\ Public.rar +: 1684079364:0;locate Fritz +: 1684506905:0;btrfs sub snapshot angelbob_2023 freightforward +: 1684506910:0;cd freightforward +: 1684506924:0;rm mods/*.zip +: 1684506934:0;rm mods/JinksFixes_0.3.0 +: 1684506936:0;rm mods/JinksFixes_0.3.0 -r +: 1684562252:0;unzip -l Witchcraft-0.9.8p-pc.zip +: 1684562256:0;unzip Witchcraft-0.9.8p-pc.zip +: 1684562268:0;cd W0.9.8p-0.9.8p-pc +: 1684562273:0;./W0.9.8p.sh +: 1684567846:0;unzip -l CorruptedLove-0.7-pc.zip +: 1684567850:0;unzip CorruptedLove-0.7-pc.zip +: 1684567860:0;cd CorruptedLove-0.7-pc +: 1684701773:0;scp saves/MP.zip play@zeus:games/factorio/angelbob_2023/saves +: 1684707614:0;drill mx shortbis.fail +: 1684707623:0;drill mx shortbus.fail +: 1684877952:0;yay -Syu +: 1684878008:0;lf +: 1684878350:0;tele +: 1684878352:0;telegram-desktop &! +: 1684878465:0;ldd `which telegram-desktop` +: 1684878487:0;pas webkit +: 1684878501:0;yay -Rnsc qy5-webkit +: 1684878507:0;yay -Rnsc qt5-webkit +: 1684878647:0;systemmonitor +: 1684878726:0;pal gnome-system-monitor +: 1684878741:0;/usr/bin/gnome-system-monitor +: 1684878779:0;strace /usr/bin/gnome-system-monitor +: 1684879255:0;dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY +: 1684879262:0;ps -aux | grep dbus +: 1684879274:0;dbus-send --print-reply --session --dest=org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.DBus.Introspectable.Introspect +: 1684879366:0;pai xdg-desktop-portal +: 1684879374:0;sudo pacman -Rndd xdg-desktop-portal xdg-desktop-portal-gtk +: 1684879515:0;/usr/lib/xdg-desktop-portal-wlr +: 1684879525:0;ps aux | grep xdg +: 1684879540:0;kill 1109 1113 1214 7485 +: 1684879549:0;telegram-desktop +: 1684879565:0;yay -Qo /usr/lib/xdg-desktop-portal-kde +: 1684879589:0;yay -Rnsc xdg-desktop-portal +: 1684879614:0;ls .config/systemd/user/default.target.wants +: 1684879656:0;pal xdg-desktop-portal +: 1684879661:0;pal xdg-desktop-portal | grep service +: 1684879790:0;echo $XDG_CURRENT_DESKTOP +: 1684879805:0;pal xdg-desktop-portal-wlr | grep service +: 1684879826:0;strace pavucontrol +: 1684879887:0;journalctl -xeu xdg-desktop-portal-wlr +: 1684879891:0;journalctl -xeu +: 1684879933:0;strace telegram-desktop +: 1684879937:0;journalctl -xe +: 1684879996:0;systemctl --user start xdg-desktop-portal.service +: 1684880008:0;systemctl --user cat xdg-desktop-portal.service +: 1684880016:0;/usr/lib/xdg-desktop-portal +: 1684880109:0;strace /usr/lib/xdg-desktop-portal +: 1684880301:0;pavucontrol +: 1684881254:0;pas sdl sound +: 1685050959:0;ssscp play@zeus:games/factorio/angelbob_2023/saves/MP.zip saves/MP_opy.zip +: 1685050978:0;rm saves/* +: 1685050982:0;scp play@zeus:games/factorio/angelbob_2023/saves/MP.zip saves/MP_opy.zip +: 1685052000:0;rm mods/ClosestFirstOneDotOne_1.1.0.zip +: 1685137936:0;rm -rf freightforward +: 1685137980:0;btrfs sub snapshot angelbob_2023 pump +: 1685137984:0;cd pump +: 1685152809:0;chvt 3 +: 1685153043:0;sudo - i +: 1685154213:0;ls .cache +: 1685154217:0;ls .cache/yay +: 1685154220:0;ls .cache/yay -l +: 1685154237:0;pai sddm-git +: 1685163821:0;cd/mnt/virt/wineprefix/para +: 1685163823:0;cd /mnt/virt/wineprefix/para +: 1685163835:0;;s Butimthebadguy-0.048v4-pc +: 1685163839:0;ls Butimthebadguy-0.048v4-pc +: 1685164044:0;less /usr/lib/mc/ext.d/image.sh +: 1685164105:0;xdg-mime query default png +: 1685164164:0;xdg-mime default imv image/* +: 1685164166:0;xdg-mime default imv image/\* +: 1685164171:0;pal imv +: 1685164177:0;xdg-mime default imv.desktop image/\* +: 1685164188:0;xdg-mime default imv.desktop image/png +: 1685164190:0;xdg-mime query default image/png +: 1685164194:0;xdg-mime default imv.desktop image/jpg +: 1685164201:0;xdg-mime query default image/jpg +: 1685164211:0;xdg-mime default imv.desktop image/ +: 1685164214:0;xdg-mime query default image/jpeg +: 1685164218:0;xdg-mime default imv.desktop image/jpeg +: 1685164300:0;unzip Butimthebadguy-0.05v3-pc +: 1685166797:0;cd zoocomic +: 1685166806:0;flashplayer a_day_in_the_field-english.swf +: 1685167071:0;flashplayer a_day_in_the_park-english.swf +: 1685197198:0;systemctl --user cat enable --now dbus-broker +: 1685197216:0;systemctl --user enable dbus-broker +: 1685197235:0;systemctl --user enable --now dbus-broker +: 1685197243:0;systemctl --user status dbus-broker +: 1685241331:0;pas grep +: 1685241346:0;rga fuel-oil +: 1685241388:0;rga kerosene +: 1685287902:0;cd drive_c/AlexiasReturn-0.12-pc +: 1685372636:0;pas vdf +: 1685372661:0;protontricks 244850 dotnet48 +: 1685372934:0;protontricks 244850 wine-mono +: 1685373135:0;locate user_settinhs.py +: 1685373138:0;locate user_settings.py +: 1685373230:0;mv 244850 244850.bak +: 1685373284:0;tail -f steam-244850.log +: 1685373364:0;mc 244850.bak 244850 +: 1685373810:0;tail -F steam-244850.log +: 1685374237:0;pas wintricks +: 1685374241:0;pas winetricks +: 1685374284:0;winetricks --self-update +: 1685374292:0;pai wintricks-git +: 1685374297:0;pai winetricks-git +: 1685374315:0;protontricks 244850 --gui +: 1685374381:0;protontricks 244850 --force -q dotnet48 faudio d3dcompiler_47 +: 1685374469:0;protontricks 244850 --force -q faudio d3dcompiler_47 +: 1685374597:0;protontricks 244850 --force -q dotnet476 +: 1685375383:0;protontricks 244850 --force -q msxml3 +: 1685375911:0;protontricks 244850 --force -q uninstaller +: 1685376377:0;ls 244* +: 1685386024:0;wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso +: 1685387274:0;pai ksnip +: 1685387332:0;pas portal +: 1685387346:0;pai xdg-desktop-portal-kde +: 1685387350:0;pal xdg-desktop-portal-kde +: 1685387370:0;systemctl --user start plasma-xdg-desktop-portal-kde.service +: 1685387495:0;yay -Rnsc xdg-desktop-portal-wlr +: 1685387522:0;pai xdg-desktop-portal-gnome +: 1685387566:0;mc ~/Pictures/Screenshots/ +: 1685388324:0;protontricks 244850 --force -q dotnet48 +: 1685388781:0;tar tf SEpfx.tar.gz +: 1685388933:0;yay -Rnsc xarchiver +: 1685388939:0;pai file-roller +: 1685389124:0;zip -r 244850_proton50_dotnet48_cleanprefix.zip SpaceEngineers_Linux_DotNET48.txt 244850 +: 1685389170:0;ls 244850/pfx/dosdevices/ -l +: 1685389183:0;man zip +: 1685389335:0;protontricks 244850 winecfg +: 1685389468:0;protontricks 244850 --force -q dotnet461 +: 1685389778:0;protontricks 244850 --force -q dotnet472 +: 1685390276:0;protontricks 244850 -q dotnet472 +: 1685391113:0;vim SpaceEngineers_Linux_DotNET48.txt +: 1685391709:0;rm 244850_proton50_dotnet472_cleanprefix.zip +: 1685391723:0;zip --symlinks -r 244850_proton50_dotnet472_cleanprefix.zip SpaceEngineers_Linux_DotNET48.txt 244850 +: 1685392124:0;zip --symlinks -r 244850_proton50_dotnet48_cleanprefix.zip SpaceEngineers_Linux_DotNET48.txt 244850 +: 1685392313:0;rm -rf 244850 +: 1685392331:0;unzip 244850_proton50_dotnet472_cleanprefix.zip +: 1685392348:0;l -h +: 1685392788:0;rm 244850_proton50_dotnet48_cleanprefix.zip +: 1685392803:0;zip --symlinks -r 244850_proton83_dotnet48_cleanprefix.zip SpaceEngineers_Linux_DotNET48.txt 244850 +: 1685392893:0;scp 244850_proton83_dotnet48_cleanprefix.zip erebus: +: 1685392999:0;less steam-244850.log +: 1685439379:0;../ProjectMyriamLifeandExplorations-ch4.02a-pc +: 1685439811:0;unzip -l MansBestFriend-Episode-1-full-pc.zip +: 1685439815:0;unzip MansBestFriend-Episode-1-full-pc.zip +: 1685439834:0;cd MansBestFriend-Episode-1-pc +: 1685439841:0;./MansBestFriend.sh +: 1685470271:0;scp play@zeus:games/factorio/angelbob_2023/mods/mod-settings.dat mods +: 1685470503:0;rsync -avHAX --delete play@zeus:games/factorio/angelbob_2023/ /mnt/games/factorio/angelbob_2023/mods +: 1685470953:0;rsync -avHAX --delete play@zeus:games/factorio/angelbob_2023/mods /mnt/games/factorio/angelbob_2023/ +: 1685471564:0;rsync -avHAX --delete /mnt/games/factorio/angelbob_2023/mods play@zeus:games/factorio/angelbob_2023/ +: 1685486600:0;protontricks 1042490 -q vcrun205 +: 1685486603:0;protontricks 1042490 -q vcrun2015 +: 1685506721:0;steamtinkerlaunch vortex +: 1685506811:0;steamtinkerlaunch gui +: 1685506915:0;steamtinkerlaunch launcher menu +: 1685506967:0;steamtinkerlaunch settings +: 1685679391:0;rm -rf /mnt/games/Vortex\ Mods +: 1685735982:0;cd /mnt/games/Steam/steamapps/common/STALKER\ Shadow\ of\ Chernobyl +: 1685736008:0;ls bin/reshade-shaders +: 1685736013:0;ls bin/reshade-shaders/Shaders +: 1685736041:0;mc . /mnt/games/Vortex/stalkershadowofchernobyl +: 1685737570:0;cd ../../compatdata/4500 +: 1685743972:0;mv mods/* bin/gdex +: 1685750632:0;unrar l The_Unpredictable.V0.36.rar +: 1685750642:0;unrar x The_Unpredictable.V0.36.rar +: 1685750653:0;ls TU\ Ep1\ v0.36 +: 1685750664:0;rm -rf V0.36 +: 1685754965:0;unzip -L MovingOut-Day-7b-pc.zip +: 1685754970:0;cd MovingOut-Day-7b-pc +: 1685754975:0;./MovingOut.sh +: 1685888780:0;cd /mnt/games/factorio/angelbob_2023 +: 1685889478:0;btrfs sub snapshot angelbob_2023 angelbob_2023x +: 1685890550:0;rm mods/GCKI_1.1.7.zip +: 1685891169:0;rsync -avHAX --delete play@zeus:games/factorio/angelbob_2023/mods /mnt/games/factorio/angelbob_2023x/ +: 1685891177:0;rsync -avHAX --delete /mnt/games/factorio/angelbob_2023x/mods play@zeus:games/factorio/angelbob_2023/ +: 1686173565:0;multitail -s 2 -f "/home/jinks/.config/unity3d/Squad/Kerbal Space Program/Player.log" -f "/mnt/games/Steam/steamapps/common/Kerbal Space Program/KSP.log" +: 1686173685:0;multitail -s 2 -f "/mnt/games/Steam/steamapps/compatdata/220200/pfx/drive_c/users/steamuser/AppData/Roaming/PD Launcher/app.log" -f "/mnt/games/Steam/steamapps/common/Kerbal Space Program/KSP.log" +: 1686177363:0;ls .config/.data +: 1686257398:0;less 2023.ckan +: 1686257418:0;diff -u KSP_Modlist.txt KSP_Modlist_2023.txt +: 1686258025:0;mv Launcher.exe StupidPDLauncher.exe +: 1686258037:0;ln -s KSP_x64.exe Launcher.exe +: 1686258077:0;rm -rf PDLauncher +: 1686258142:0;mkdir PDLauncher +: 1686258145:0;cd PDLauncher +: 1686258163:0;ln -s +: 1686258187:0;rm LauncherPatcher.exe +: 1686258197:0;ln -s ../KSP_x64.exe LauncherPatcher.exe +: 1686259012:0;ls saves +: 1686259023:0;mc saves +: 1686267076:0;localc KSP_Modlist_2023.txt +: 1686615914:0;cd ~KSp +: 1686615924:0;ls GameData/UmbraSpaceIndustries +: 1686615933:0;mc GameData/UmbraSpaceIndustries +: 1686685795:0;pal dbus-broker +: 1686686312:0;cd TheOuterWorlds +: 1686771291:0;pas xdg-desktop-portal +: 1686771311:0;pai xdg-desktop-portal-wlr +: 1686771338:0;systemctl --user enable /usr/lib/systemd/user/xdg-desktop-portal-wlr.service +: 1686771344:0;systemctl --user enable xdg-desktop-portal-wlr.service +: 1686771355:0;systemctl --user start xdg-desktop-portal-wlr.service +: 1686771361:0;ksnip +: 1686771838:0;swappy -f sFoto2.png +: 1686771865:0;swappy -f screenshot_2023-06-14-214043.png +: 1686772738:0;cat .config/wofi/config +: 1686772789:0;cat .config/waybar/config +: 1686773102:0;ls -l /sys/class/hwmon +: 1686773124:0;ls -l /sys/class/hwmon/hwmon0 +: 1686773130:0;ls -l /sys/class/hwmon/hwmon0/ +: 1686773143:0;cat /sys/class/hwmon/hwmon0/name +: 1686773159:0;cat /sys/class/hwmon/hwmon0/temp1_input +: 1686773164:0;cat /sys/class/hwmon/hwmon0/temp2_input +: 1686773168:0;cat /sys/class/hwmon/hwmon0/temp3_input +: 1686773397:0;head /proc/cpuinfo +: 1686773707:0;ls /sys/devices/pci0000:00/0000:00:18.3/hwmon +: 1686773710:0;ls /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1 +: 1686773724:0;grep . /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/* +: 1686773745:0;grep . /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/temp1_input +: 1686773861:0;cat /sys/devices/pci0000:00/0000:00:03.1/0000:04:00.0/0000:05:00.0/0000:06:00.0/hwmon/hwmon0/temp2_input +: 1686774192:0;killall -USR1 waybar +: 1686774213:0;man waybar +: 1686774380:0;grep . /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/temp* +: 1686774909:0;helvum +: 1686775345:0;upower +: 1686775348:0;upower -h +: 1686775350:0;upower -e +: 1686775367:0;upower -m +: 1686775372:0;man upower +: 1686775379:0;man upowerd +: 1686775393:0;man upower 7 +: 1686775406:0;man UPower 7 +: 1686858193:0;kitty -c sh curl v3.wttr.in/Meppen.sxl +kitten icat +: 1686867000:0;env | grep GDK +: 1686872397:0;cat .config/mako/config +: 1686873184:0;ls .conda +: 1686873187:0;ls .conda/environments.txt +: 1686873189:0;less .conda/environments.txt +: 1686873201:0;rm -rf .conda +: 1686875701:0;vim settings.cfg +: 1686875802:0;chmod a-w settings.cfg +: 1686926774:0;cd GameData +: 1686926789:0;wget https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/Extras/KSPCF_UserSettings.cfg.extra +: 1686926821:0;mv KSPCF_UserSettings.cfg.extra KSPCF_UserSettings.cfg +: 1686926828:0;ls KSPC* +: 1686927146:0;unzip -l DMD.Fantasy.Scenes-0.01-pc.zip +: 1686927151:0;unzip DMD.Fantasy.Scenes-0.01-pc.zip +: 1686927175:0;cd DMD.Fantasy.Scenes-0.01-pc +: 1686939661:0;ls 999_KSP-Recall +: 1686939670:0;tree 999_KSP-Recall +: 1686940488:0;mv KSPCommunityFixes/MMPatches/ModSupport/KSPRecall.cfg ../.. +: 1686941083:0;tree KSPCommunityFixes/ +: 1686941790:0;mv ../../KSPRecall.cfg KSPCommunityFixes/MMPatches/ModSupport/ +: 1686943588:0;less "/mnt/games/Steam/steamapps/compatdata/220200/pfx/drive_c/users/steamuser/AppData/LocalLow/Squad/Kerbal Space Program/Player.log" -f "/mnt/games/Steam/steamapps/common/Kerbal Space Program/KSP.log" +: 1686943719:0;vim KSPCommunityFixes/Settings.cfg +: 1686943847:0;vim KSPCF_UserSettings.cfg +: 1687005668:0;rm KSPCF_UserSettings.cfg +: 1687017535:0;xdg-mime query default x-scheme-handler/https +: 1687017559:0;xdg-mime query default x-scheme-handler/http +: 1687017563:0;xdg-mime query default x-scheme-handler/htt +: 1687017571:0;locate browser-spawn.desktop +: 1687017581:0;cat /home/jinks/.local/share/applications/browser-spawn.desktop +: 1687017605:0;gio mime x-scheme-handler/https +: 1687187996:0;unzip -l sluted_0_13.zip +: 1687188002:0;unzip sluted_0_13.zip +: 1687188006:0;ls sluted_0_13 +: 1687385554:0;unzip -l ATMAdventures-0.2-pc.rar +: 1687385561:0;unrar l ATMAdventures-0.2-pc.rar +: 1687385565:0;unrar x ATMAdventures-0.2-pc.rar +: 1687385590:0;cd ATMAdventures-0.2-pc +: 1687385603:0;rmdir ATMAdventures-0.2-pc +: 1687385644:0;file lib/linux-x86_64/ATMAdventures +: 1687429923:0;git clone https://github.com/SonicTHI/SaveOurShip2Experimental +: 1687459658:0;rm -rf Android-Tiers-Reforged SaveOurShip2Experimental +: 1687459674:0;vim JinksFixes/Patches/TerrainPatches/TerrainPatch.xml +: 1687624841:0;unzip -l OhDaddy-V0.9-pc.zip +: 1687624845:0;unzip OhDaddy-V0.9-pc.zip +: 1687625064:0;cd OhDaddy-V0.9-pc +: 1687653004:0;terminator -h +: 1687653059:0;paq kitty +: 1687911245:0;unzip -l LifeofDesmond-0.9.3-pc.zip +: 1687911249:0;unzip LifeofDesmond-0.9.3-pc.zip +: 1687925879:0;yay +: 1687925935:0;yay -s +: 1687925966:0;/usr/bin/yay --stats +: 1687925982:0;/usr/bin/yay -P --stats +: 1687958938:0;unrar l FeralIsland_v0.15.225.rar +: 1687958942:0;unrar x FeralIsland_v0.15.225.rar +: 1687959041:0;cd FeralIsland_v0.15.225 +: 1687959068:0;wine FeralIsland.exe +: 1687959339:0;../LifeofDesmond-0.9.3-pc +: 1688065056:0;chezmoi ush +: 1688125871:0;pas node +: 1688125918:0;pas node galli +: 1688129276:0;yay -Rnsc nodejs-lts-gallium +: 1688129282:0;pai nodejs +: 1688129311:0;node test.js +: 1688129325:0;chmod 755 ./test.js +: 1688129330:0;vim test.js +: 1688129339:0;./test.js +: 1688129349:0;pal nodejs +: 1688129375:0;cat test.js +: 1688129542:0;chmod 755 test.sh +: 1688129562:0;vim test.sh +: 1688129581:0;time ./test.sh +: 1688129677:0;hmod 744 test.py +: 1688129678:0;chmod 744 test.py +: 1688129692:0;vim test.py +: 1688129697:0;time ./test.py +: 1688129703:0;time ./test.js +: 1688154624:0;mkdir csvfix +: 1688154634:0;pai npm +: 1688154647:0;paq nodejs-nopt +: 1688154654:0;npm init +: 1688154761:0;npm i -s csv +: 1688154768:0;ls node_modules +: 1688154862:0;vim package, +: 1688154866:0;vim package.json +: 1688154925:0;npm run test +: 1688196021:0;mc ~ +: 1688223300:0;ncdu -x +: 1688235627:0;unzip -l WildLife.2023.06.23_Shipping_Full_Build_1.zip +: 1688235639:0;unzip WildLife.2023.06.23_Shipping_Full_Build_1.zip +: 1688236221:0;mv 2023.06.23_Shipping_Full_Build_1 WildLife_2023.06.23_Shipping_Full_Build_1 +: 1688236224:0;cd WildLife_2023.06.23_Shipping_Full_Build_1 +: 1688236227:0;cd Windows +: 1688236238:0;wine WildLifeC.exe +: 1688245907:0;mv /mnt/hera/share/Downloads/torrents/complete/Bits_tomb_teaser . +: 1688246770:0;cd Bits_tomb_teaser +: 1688248017:0;vim KNOWN_BUGS.txt +: 1688248055:0;ls Bits_tomb_teaser +: 1688248058:0;tree Bits_tomb_teaser +: 1688248067:0;tree Engine +: 1688248102:0;wine Bits_tomb_teaser.exe +: 1688248917:0;wine Engine/Extras/Redist/en-us/UE4PrereqSetup_x64.exe +: 1688248947:0;wine Bits_tomb_teaser/Binaries/Win64/Bits_tomb_teaser-Win64-Shipping.exe +: 1688262227:0;cd /mnt/games/Steam/steamapps/common/TheOuterWorlds/ +: 1688262311:0;mv Indiana/Content/Paks/\~mods . +: 1688262317:0;ls \~mods +: 1688262543:0;mv ./\~mods Indiana/Content/Paks +: 1688262708:0;mc . /mnt/virt/mods +: 1688314217:1;docker pull codeberg.org/forgejo/forgejo +: 1688314224:0;docker pull codeberg.org/forgejo/forgejo:1.19 +: 1688314240:0;docker pull codeberg.org/forgejo/forgejo:1.20 +: 1688315707:0;mv csvfix cb +: 1688315712:0;git clone ssh://git@git.sweevo.net:2222/jinks/csvfix.git +: 1688315716:0;cd cs +: 1688315719:0;cd csvfix +: 1688315731:0;less README.md +: 1688315742:0;mc . ../cb +: 1688325566:0;pao `which unpack200` +: 1688325598:0;pai unp +: 1688325608:0;unp +: 1688325661:0;unp -U Legend_of_Queen_Opala_-_Origin_Beta_v3.20b.rar +: 1688325718:0;winecfg +: 1688326045:0;unrar l OnEndlessRoads_AF.rar +: 1688326053:0;unrar x OnEndlessRoads_AF.rar +: 1688328870:0;unp -U AlternativeFamily-0.4-pc.zip +: 1688344675:0;ls /mnt/virt/games/Vortex/reddeadredemption2 +: 1688344683:0;ls /mnt/games/Vortex/x4foundations +: 1688344684:0;ls /mnt/games/Vortex/x4foundations/mods +: 1688344752:0;ls /mnt/virt/mods/X4 +: 1688345294:0;ls .config/steamtinkerlaunch/vortex/downloads/__vortex_downloads_folder +: 1688345378:0;mc . /mnt/virt/mods/X4 +: 1688411060:0;rm -rf ws_1905655811_1 +: 1688411108:0;ls improvedspacesuit_bak +: 1688411116:0;meld improvedspacesuit improvedspacesuit_bak +: 1688411242:0;ls ../out +: 1688411253:0;cd improvedspacesuit +: 1688411276:0;meld out ../improvedspacesuit_bak +: 1688413393:0;find . -name "*.cortex_backup" +: 1688413400:0;find . -name "*.vortex_backup" -delete +: 1688413402:0;find . -name "*.vortex_backup" +: 1688425647:0;pas unpack +: 1688425877:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/compatibilitytools.d/SteamTinkerLaunch/steamtinkerlaunch waitforexitandrun /mnt/games/Steam/steamapps/common/Kerbal Space Program/PDLauncher/LauncherPatcher.exe +: 1688426043:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/compatibilitytools.d/SteamTinkerLaunch/steamtinkerlaunch waitforexitandrun "/mnt/games/Steam/steamapps/common/Kerbal Space Program/PDLauncher/LauncherPatcher.exe" +: 1688426057:0;less /home/jinks/.config/steamtinkerlaunch/logs/steamtinkerlaunch/id/220200.log +: 1688509024:0;sudo cgdisk /dev/sda +: 1688509030:0;sudo cgdisk /dev/nvme0n1 +: 1688509217:0;mount /dev/nvme0n1p1 /mnt/NAS +: 1688517917:0;python ../../unpack.py $PWD out +: 1688517936:0;cd drive_c/Butimthebadguy-0.05v3-pc +: 1688518598:0;unp -U Butimthebadguy-0.054v2-pc.zip +: 1688585106:0;pai sddm +: 1688788619:0;less SpaceEngineers_20230708_004035390.log +: 1688805989:0;cd Star\ System\ 2023-07-07\ 01-05 +: 1688806097:0;vim Storage/2656470280.sbm_PocketShieldV3/config.ini +: 1688830160:0;journalctl -xe --user -u pipewire +: 1688830524:0;yay -Rnsc clementine +: 1688873652:0;pai nvtop +: 1688874338:0;pai --asdeps glfw-x11 +: 1688874350:0;mangohud -h +: 1688874354:0;mangohud --help +: 1688874360:0;man mangohud +: 1688874424:0;goverlay --style fusion +: 1688874458:0;man mangoapp +: 1688874528:0;pai goverlay-bin +: 1688874562:0;pai vkbasalt +: 1688874571:0;paq vkbasalt +: 1688874587:0;goverlay +: 1688875060:0;paq replay-sorcery +: 1688880598:0;cd AppData/Roaming/SpaceEngineers +: 1688880610:0;less Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Sandbox.sbc +: 1688880643:0;less Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Sandbox_config.sbc +: 1688889105:0;rm -rf /mnt/virt/yay/replay-sorcery +: 1688889106:0;pai replay-sorcery +: 1688918824:0;vim .config/MangoHud/wine-X4.conf +: 1688918985:0;ls ~/.config/steamtinkerlaunch/gamecfgs/customvars/ +: 1688919002:0;less ~/.config/steamtinkerlaunch/gamecfgs/customvars/392160.conf +: 1688919020:0;rm .config/MangoHud/wine-X4.conf +: 1688919025:0;vim ~/.config/steamtinkerlaunch/gamecfgs/customvars/392160.conf +: 1688919192:0;rm ~/.config/steamtinkerlaunch/gamecfgs/customvars/392160.conf +: 1688932163:0;cd /mnt/games/Steam/steamapps/compatdata/244850/pfx/drive_c/users/steamuser +: 1688932228:0;cd /mnt/games/Steam/steamapps/compatdata/392160/pfx/drive_c/users/steamuser/Documents/Egosoft/X4/81990693 +: 1688932250:0;ls save +: 1688932298:0;ls ../mousecursors +: 1688932492:0;pas alkano +: 1688933280:0;pas skyrim +: 1688933313:0;cd .icons +: 1688933321:0;ls default +: 1688933353:0;wget 'https://ocs-dl.fra1.cdn.digitaloceanspaces.com/data/files/1584947851/Skyrim-by-ru5tyshark-cursors.tar.bz2?response-content-disposition=attachment%3B%2520Skyrim-by-ru5tyshark-cursors.tar.bz2&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=RWJAQUNCHT7V2NCLZ2AL%2F20230709%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230709T200901Z&X-Amz-SignedHeaders=host&X-Amz-Expires=3600&X-Amz-Signature=871fab197e63a89200734622a17dfb5507eefceb735e7f544ad7bd2eb22f0751' +: 1688933743:0;vim .config/gtkrc +: 1688933750:0;vim .config/gtkrc-2.0 +: 1688933782:0;vim .config/gtk-2.0/gtkfilechooser.ini +: 1688933928:0;pai gnoe-settings +: 1688933931:0;pai gnone-settings +: 1688933934:0;pai gnobe-settings +: 1688933937:0;pai gnome-settings +: 1688933940:0;pas gnome-settings +: 1688933945:0;pas gnome settings +: 1688933965:0;pas gnome +: 1688934026:0;rg -x Pulse +: 1688934032:0;rg Pulse +: 1688934036:0;rg Pulse-Glass +: 1688934093:0;vim .gtkrc-2.0 +: 1688934172:0;vim .config/kcminputrc +: 1688934233:0;rg -. Pulse-Glass +: 1688934324:0;vim .config/gtk-3.0/settings.ini +: 1688934343:0;locate Pulse-Glass +: 1688934355:0;pas pulse glas +: 1688934365:0;pal xcursor-pule-glass +: 1688934368:0;pal xcursor-pulse-glass +: 1688934388:0;pas kde set +: 1688934389:0;pas kde sett +: 1688934527:0;xrdb +: 1688934553:0;rg -. Xcursor.theme +: 1688934652:0;yay -Rnsc xcursor-pulse-glass +: 1688934775:0;pas gnoem twea +: 1688934778:0;pas gnome twea +: 1688934784:0;pai gnoe-tweaks +: 1688934787:0;pai gnone-tweaks +: 1688934789:0;pai gnome-tweaks +: 1688934796:0;pal gnome-tweaks +: 1688934802:0;pal gnome-tweaks | grep bin +: 1688934947:0;gsettings set org.gnome.desktop.interface cursor-size 32 +: 1688934966:0;vim .icons/default/index.theme +: 1688935006:0;gsettings get org.gnome.desktop.interface cursor-size +: 1688935066:0;cd .icons/Skyrim-by-ru5tyshark-cursors +: 1688935465:0;pas nardzy +: 1688935467:0;pas nordzy +: 1688935486:0;pai nordzy-cursors +: 1688935523:0;vim .Xdefaults +: 1688937134:0;pas sunit +: 1688937216:0;gsettings get org.gnome.desktop.interface cursor-theme +: 1688937229:0;gsettings set org.gnome.desktop.interface cursor-theme Sunity-cursors +: 1688937242:0;gnome-tweaks +: 1688937302:0;xrdb .Xresources +: 1688937314:0;yay -Rnsc nordzy-cursors +: 1688938441:0;pai weston +: 1688938650:0;systemctl restart sddm +: 1688940895:0;pai systemsettings +: 1688940903:0;systemsettings +: 1688941107:0;pas utterly +: 1688941114:0;pal sddm-stellar-theme +: 1688941170:0;paq archlinux-sddm-themes +: 1688941171:0;paq archlinux-sddm-theme +: 1688941181:0;paq archlinux-themes-sddm +: 1688941194:0;pai archlinux-themes-sddm +: 1688941202:0;pal archlinux-themes-sddm +: 1688941209:0;sddm-greeter --help +: 1688941226:0;sddm-greeter --test-mode --theme archlinux-simplyblack +: 1688941265:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/archlinux-simplyblack/ +: 1688941315:0;pai chili-sddm-theme +: 1688941326:0;pal chili-sddm-theme +: 1688941416:0;cp Dropbox/Public/Tron-Tux.png .face.icon +: 1688941429:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/chili +: 1688941451:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/sddm-stellar-theme +: 1688941488:0;paq sddm-breath-theme +: 1688941842:0;pai aur/sddm-nordic-theme-git +: 1688941987:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/Nordic-bluish +: 1688941993:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/Nordic-darker +: 1688942011:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/archlinux-soft-grey +: 1688942036:0;pas sddm corners +: 1688942084:0;pai aur/sddm-theme-corners-git +: 1688942103:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/corners +: 1688942198:0;pas sddm swish +: 1688942205:0;ap sddm-swish +: 1688942207:0;pai sddm-swish +: 1688942233:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/Swish +: 1688942274:0;sddm-greeter --test-mode --theme /usr/share/sddm/themes/Nordic +: 1688942851:0;pas wayl screen +: 1688942864:0;pas wayl randr +: 1688942870:0;pas sway randr +: 1688943430:0;pas lxapp +: 1688950843:0;scp .face.icon erebus: +: 1688950870:0;getfacl . +: 1689422116:0;ls /mnt/hera/jinks/XXX/ +: 1689422120:0;ls /mnt/hera/jinks/XXX/ | grep ear +: 1689493726:0;vim sectorsatellites/md/sectorsatellitesconfig.xml +: 1689493944:0;rm sectorsatellites/md/sectorsatellitesconfig.xml~ +: 1689494231:0;less vro/content.xml +: 1689494402:0;mc . /mnt/games/Vortex/x4foundations +: 1689514928:0;ls 2739353433 +: 1689514934:0;tree 2739353433 +: 1689514976:0;tree 2656470280 +: 1689515030:0;file 2656470280/Data/TransparentMaterials.sbc +: 1689515034:0;vim 2656470280/Data/TransparentMaterials.sbc +: 1689515079:0;cd 2656470280 +: 1689515085:0;rg -i opaci +: 1689515100:0;xdg-open Textures/Icons/ShieldBullet.DDS +: 1689515304:0;pai xnview +: 1689515308:0;pas xnview +: 1689515324:0;pai xnviewwmp +: 1689515329:0;pai xnviewmp +: 1689515373:0;pal xnviewmp +: 1689515387:0;xnviewmp Textures/Icons/ShieldBullet.DDS +: 1689515430:0;xnviewmp Textures/Icons/ShieldPluginCap.DDS +: 1689515444:0;xnviewmp Textures/Icons/ShieldExplosion.DDS +: 1689515465:0;vim Data/BlueprintClasses_PocketShield.sbc +: 1689515477:0;vim Data/Blueprints_PocketShield.sbc +: 1689515497:0;vim Data/PhysicalItems_PocketShield.sbc +: 1689515537:0;vim Data/Scripts/PocketShieldV3/Session_PocketShield.cs +: 1689515641:0;vim Data/Scripts/PocketShieldV3/PocketShieldAPI.cs +: 1689515702:0;vim Data/Scripts/PocketShieldV3/PocketShieldAPIV2.cs +: 1689515739:0;d 2739353433 +: 1689515741:0;cd 2739353433 +: 1689515783:0;vim Data/Scripts/Pocket\ Shield\ Core/ClientSessionComp/Session_PocketShieldCoreClient_Draw.cs +: 1689516004:0;rg HIT_EFFECT +: 1689538859:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-BossEncounters.xml +: 1689538883:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-Combat.xml +: 1689538909:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-ConfigDroneEncounters.xml +: 1689538935:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-Creatures.xml +: 1689538960:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-General.xml +: 1689538992:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-Grids.xml +: 1689539025:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-OtherNPCs.xml +: 1689539039:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-PlanetaryCargoShips.xml +: 1689539081:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-RandomEncounters.xml +: 1689539119:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-Progression.xml +: 1689539150:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/1521905890.sbm_ModularEncountersSystems/Config-CustomBlocks.xml +: 1689731964:0;unp -U Translucydity-1.0-pc.zip +: 1689731969:0;cd Translucydity-1.0-pc +: 1689731986:0;./Translucydity.sh +: 1689732706:0;unp -U Herald_11.07.2023.7z +: 1689732836:0;cd Herald\ \(11.07.2023\) +: 1689732852:0;grep . *.bat +: 1689732875:0;wine Herald.exe -d3d11 +: 1689733515:0;unp -U Claires_Quest_0.25.3a_WIN.rar +: 1689733529:0;cd Claire\'s\ Quest\ 0.25.3a\ WIN +: 1689735745:0;../Claire\'s\ Quest\ 0.20.1b\ WIN +: 1689735774:0;ls -l ../Claire\'s\ Quest\ 0.20.1b\ WIN/www/save/ +: 1689735797:0;cd ../Claire\'s\ Quest\ 0.20.1b\ WIN +: 1689908660:0;cd drive_c/Claire\'s\ Quest\ 0.25.3a\ WIN +: 1689919237:0;ls ATMAdventures-0.2-pc +: 1689935733:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Sandbox.sbc +: 1689974441:0;vim Storage/484504816.sbm_EnergyShields/EnergyShieldsRelease.cfg +: 1689974829:0;vim Saves/76561198042256421/Star\ System\ 2023-07-07\ 01-05/Storage/2656470280.sbm_PocketShieldV3/config.ini +: 1690021248:0;cd CarainCreekmaw-E1P1-A-pc +: 1690021446:0;unp -U CarainCreekmaw-E1P2-pc.zip +: 1690029117:0;ca Ravager +: 1690029120:0;cd Ravager +: 1690029127:0;./Ravager.sh +: 1690030953:0;unp -U ProjectMyriamLifeandExplorations-ch4.05-pcp.zip +: 1690031108:0;cd ProjectMyriamLifeandExplorations-ch4.05-pc +: 1690107249:0;unp -U Potion_Shop_Schwesterherz_v.0.26.zip +: 1690107252:0;cd Potion\ Shop\ Schwesterherz\ v.0.26 +: 1690107271:0;wine Potion\ Shop\ Schwesterherz.exe +: 1690110292:0;unp -U ThePilgrimage-1.75-pc.zip +: 1690110371:0;rm -rf ThePilgrimage-1.65-pc +: 1690110372:0;rm -rf ThePilgrimage-1.65-pc.zip +: 1690111209:0;find . -iname quick-1-LT2.save +: 1690111221:0;find . -iname quick-1-LT1.save +: 1690111255:0;find . -iname 1-1.save +: 1690111279:0;ls ThePilgrimage-1.75-pc/game/saves +: 1690111334:0;mc ~/.renpy +: 1690120772:0;edit +: 1690120787:0;xed game/script.rpy +: 1690121415:0;rg nyun +: 1690121466:0;rg nyunsaved +: 1690121499:0;vim script.rpy +: 1690143744:0;pai paru-bin +: 1690143822:0;yay -Syu --ignore linux,linux-headers,zfs-linux,zfs-linux-zen,linux-zen +: 1690143833:0;paru -Syu --ignore linux,linux-headers,zfs-linux,zfs-linux-zen,linux-zen +: 1690144012:0;paru -Rnsc electron12 electron18 js78 python-pep517 wayland-info-git xmacro +: 1690144031:0;paru -Ss sdl2_sound +: 1690144047:0;paru -Ql sdl2_sound-git +: 1690144078:0;ls /usr/lib/libSDL +: 1690144085:0;pas sdl2 sound +: 1690144132:0;paru -Ss btrfs +: 1690144193:0;paru -S btrfs-heatmap +: 1690144202:0;btrfs-heatmap +: 1690144207:0;btrfs-heatmap . +: 1690144213:0;sudo btrfs-heatmap . +: 1690144227:0;feh fsid_162cfa78-ece9-4f17-a547-c9b97d871613_at_1690144216.png +: 1690144421:0;sudo btrfs-heatmap /mnt/virt +: 1690144432:0;feh fsid_3ecd82be-a87f-46bc-bd70-d03c92af2b6a_at_1690144426.png +: 1690144447:0;rm fsid_* +: 1690144546:0;cd /mnt/hera/share/Random\ Stuff +: 1690144629:0;ls . +: 1690144637:0;ls Random\ Stuff +: 1690144642:0;ls Upload +: 1690144648:0;feh Random\ Stuff/fsid_a71011f9-d79c-40e8-85fb-60b6f2af0637_at_1690144538.png +: 1690144705:0;rm Random\ Stuff/fsid_a71011f9-d79c-40e8-85fb-60b6f2af0637_at_1690144538.png +: 1690159608:0;mv Stardew\ Valley.exe .. +: 1690159633:0;mv ../Stardew\ Valley.exe . +: 1690159651:0;./Stardew\ Valley +: 1690159944:0;mv ~/Downloads/SMAPI-3.18.4-installer.zip . +: 1690159951:0;unp -U SMAPI-3.18.4-installer.zip +: 1690233310:0;cd SMAPI\ 3.18.4\ installer +: 1690235358:0;./StardewValley +: 1690235420:0;mc . /mnt/hera/share/Upload/Stardew\ Valley +: 1690308770:0;unp -U Lust_Cage_v0.1.1.zip +: 1690312574:0;cd Lust\ Cage/img +: 1690312585:0;ls | grep cafe +: 1690312589:0;cd dad +: 1690312618:0;convert dadcafe.jpg dadcafe.webp +: 1690313254:0;ls | grep -i island +: 1690313267:0;unzip -l The_Island_Die_Insel_v0_4-win.zip +: 1690313272:0;ls DieInsel-0.4-pc +: 1690313274:0;cd DieInsel-0.4-pc +: 1690313669:0;unp -U The.Inland.Die.Insel-0.5-win.zip +: 1690313675:0;cd DieInsel-0.5-win +: 1690313694:0;python DieInsel.py +: 1690313712:0;cp ../DieInsel-0.4-pc/DieInsel.sh . +: 1690313817:0;wine DieInsel.exe +: 1690315062:0;rm -rf DieInsel-0.4-pc +: 1690315072:0;unp -U MidLifeCrisis-0.33-pc.zip +: 1690315109:0;cd MidLifeCrisis-0.33-pc +: 1690494868:0;cd Butimthebadguy-0.054v2-pc +: 1690578552:0;cd /tmp +: 1690578555:0;wget https://containrrr.dev/watchtower/images/logo-450px.png +: 1690583509:0;curl http://cloud.sweevo.net/.well-known/caldav +: 1690583521:0;curl -I http://cloud.sweevo.net/.well-known/caldav +: 1690591241:0;cd /mnt/hera/share/Series/Space\ Above\ and\ Beyond/Season\ 01 +: 1690591254:0;cd boot +: 1690599386:0;unip -U EvelynEP4-1.0-pc.zip +: 1690599387:0;unp -U EvelynEP4-1.0-pc.zip +: 1690599391:0;cd EvelynEP4-1.0-pc +: 1690599397:0;./EvelynEP4.sh +: 1690599680:0;rm -rf EvelynEP4-1.0-pc* +: 1690641309:0;mc Storage/ +: 1690641866:0;vim debug_shield_73260113348321596_0Jinks_Auto.log +: 1690666147:0;cd dro +: 1690666152:0;cd ThePilgrimage-1.75-pc +: 1690667877:0;unp -h +: 1690667907:0;unp -U SummerHeat-0.4.1-pc.zip +: 1690667936:0;cd SummerHeat-0.4.1-pc +: 1690667942:0;./SummerHeat-0.4.1.sh +: 1690683266:0;cd AlternativeFamily-0.4-pc +: 1690683514:0;unp -U AnitasInternship-0.14-pc.zip +: 1690683537:0;cd AnitasInternship-0.14-pc +: 1690683542:0;./AnitasInternship.sh +: 1690694268:0;unp -U Family_Affair.Week1.-0.73-pc.zip +: 1690694282:0;cd Family_Affair-0.73-pc +: 1690698218:0;unp -U Family_Affair.Week2-0.103-pc.fix.zip +: 1690745934:0;unp -U Earn_Your_Freedom_3D_v0.06_EYF3D.zip +: 1690745937:0;cd EarnYourFreedom3D-\(0.06\)-pc +: 1690755580:0;unp -U FamilyAffairWeek3-0.117.ENeditFix1.-pc.zip +: 1690755591:0;rm FamilyAffairWeek3-0.117.ENeditFix1.-pc\ \(1\).zip +: 1690767613:0;cd 1902970975 +: 1690769002:0;cat Config-General.xml +: 1690769040:0;vim Config-General.xml +: 1690803773:0;chmod 755 signals.js +: 1690803777:0;vim signals.js +: 1690803994:0;grep "" Sandbox.sbc +: 1690846632:0;rg -i rocket +: 1690846709:0;vim Storage/1521905890.sbm_ModularEncountersSystems/Config-General.xml +: 1690846826:0;rg -i cruiser +: 1690846875:0;vim Sandbox.sbc +: 1690921104:0;pas geekbench +: 1690921666:0;yay -Sq linux +: 1691157284:0;man sed +: 1691159562:0;chmod 755 fix_signals.sh +: 1691213970:0;unp -U ProjectMyriamLifeandExplorations-ch4.06-pcp.zip +: 1691214046:0;cd ProjectMyriamLifeandExplorations-ch4.06-pc +: 1691217238:0;mc /mnt/hera/share/Downloads/torrents/complete/MirisCorruption-0.1.9.7.7z . +: 1691217354:0;mv /mnt/hera/share/Downloads/torrents/complete/MirisCorruption-0.1.9.7.7z . +: 1691217495:0;unp -U MirisCorruption-0.1.9.7.7z +: 1691217632:0;cd MirisCorruption-0.1.9. +: 1691217634:0;cd MirisCorruption-0.1.9.7 +: 1691217642:0;mc . ../MirisCorruption-0.1.9.5-pc +: 1691218546:0;wget https://attachments.f95zone.to/2023/08/2850800_be_whiterun_shops_and_stalls.rpy +: 1691218550:0;vim 2850800_be_whiterun_shops_and_stalls.rpy +: 1691218604:0;mv 2850800_be_whiterun_shops_and_stalls.rpy be_whiterun_shops_and_stalls.rpy +: 1691218640:0;cd game +: 1691218652:0;rm 2850800_be_whiterun_shops_and_stalls.rpyc +: 1691218655:0;./MirisCorruption.sh +: 1691523091:0;grep -e "(false|true)" "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523099:0;grep -e "" "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523110:0;grep -e "(false|true)" "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523115:0;man grep +: 1691523607:0;grep -e "\(false|true\)" "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523745:0;grep -e '(false|true)' "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523771:0;grep -E '(false|true)' "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523784:0;grep -E '(false|true)' "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523792:0;grep -E '(false|true)' "Saves/76561198042256421/Star System 2023-07-07 01-05/Sandbox.sbc" +: 1691523806:0;man egrep +: 1691523881:0;fgrep +: 1691523888:0;egrep +: 1691523925:0;vim fix_signals.sh +: 1691523934:0;./fix_signals.sh +: 1691785242:0;systemctl --user status xdg-desktop-portal +: 1691785268:0;yay -Rnsc xdg-desktop-portal-gnome +: 1691785316:0;pas desktop-portal +: 1691785334:0;yay -Rnsc xdg-desktop-portal-gtk +: 1691785343:0;yay -Rnsc xdg-desktop-portal-kde +: 1691785516:0;pai xdg-desktop-portal-gtk +: 1691797697:0;cd Game_MND-1.0-pc +: 1691797704:0;./Game_MND.sh +: 1691811262:0;systemctl stop systemd-journald.socket +: 1691811267:0;systemctl stop systemd-journald +: 1691815309:0;nvme error-log /dev/nvme0 +: 1691816474:0;unp -U Die.Insel-The.Island-0.6-linux.tar.bz2 +: 1691816648:0;cd DieInsel-0.6-linux +: 1691816655:0;./DieInsel.sh +: 1691819189:0;vlc She\ wants\ to\ play\ with\ my\ horny\ dick\ in\ her\ ass\ \[qqo4d94\].mp4 +: 1691819388:0;mv She\ wants\ to\ play\ with\ my\ horny\ dick\ in\ her\ ass\ \[qqo4d94\].mp4 /mnt/hera/jinks/XXX +: 1691855594:0;swaymsg -t get_outputs +: 1691902749:0;unp -U PokeSluts-0.24-pc.zip +: 1691902753:0;cd PokeSluts-0.24-pc +: 1691902758:0;./PokeSluts.sh +: 1691903807:0;unp -U 3YoV-0.21.DV-pc.zip +: 1691903888:0;cd 3YoV-0.21.DV-pc +: 1692295049:0;cd yay +: 1692295072:0;cd su +: 1692295083:0;yay -G ceserver +: 1692295199:0;makepkg -G +: 1692295489:0;file /usr/bin/ceserver* +: 1692295512:0;/usr/bin/ceserver_x86 +: 1692295516:0;less /usr/bin/ceserver_x86 +: 1692295530:0;less /usr/bin/ceserver_x86_64 +: 1692295541:0;less /usr/bin/ceserver +: 1692295565:0;file /usr/lib/libceserver-extension_x86_64.so +: 1692295572:0;file /usr/lib/libceserver-extension_x86.so +: 1692295604:0;yay -Rnsc ceserver +: 1692295623:0;file /usr/lib/lib +: 1692295640:0;unzip -l src/ceserver75.zip +: 1692295683:0;makepkg +: 1692295686:0;makepkg -f +: 1692295695:0;yay -U ceserver-7.5-1-x86_64.pkg.tar.zst +: 1692295714:0;file /usr/lib/libMonoDataCollector-* +: 1692295728:0;less ceserver.service +: 1692295762:0;pal ceserver +: 1692295868:0;steamtinkerlaunch +: 1692295874:0;steamtinkerlaunch --help +: 1692298901:0;wine /home/jinks/Downloads/CheatEngine75.exe +: 1692422123:0;cd /mnt/games/PrismLauncher/instances/ATM9\ -\ 0.0.51/minecraft/co +: 1692422125:0;cd /mnt/games/PrismLauncher/instances/ATM9\ -\ 0.0.51/minecraft/config +: 1692422130:0;vim MouseTweaks.cfg +: 1692425500:0;vim ../saves/World3/serverconfig/ftbessentials.snbt +: 1692436506:0;unp -U Butimthebadguy-0.055v2-pc.zip +: 1692436521:0;cd Butimthebadguy-0.055v2-pc +: 1692438108:0;unp -U XTrek\ II\ -\ Final.rar +: 1692438115:0;cd XTrek\ II\ -\ ANWC\ v1.0 +: 1692438128:0;wine A_Night_With_Crusher.exe +: 1692439047:0;unp -U The_Hunter_2_v0.28.zip +: 1692439158:0;cd The_Hunter_2_v0.28 +: 1692439164:0;cd The\ Hunter\ 2\ v0.28 +: 1692518249:0;cd ATM9\ -\ 0.0.53/minecraft +: 1692518267:0;ls mods/ +: 1692519019:0;javac -version +: 1692519047:0;paru jdk17-openjdk +: 1692530745:0;sshfs play@zeus:games/minecraft/ATM8 srv_old +: 1692530752:0;sshfs play@zeus:games/minecraft/ATM8_2023 srv_new +: 1692530757:0;ls srv_old +: 1692530766:0;meld srv_old srv_new +: 1692534233:0;ls srv_old/mods +: 1692534247:0;ls srv_old/mods/Yung* +: 1692534252:0;ls srv_new/mods/Yung* +: 1692534341:0;meld instances/ATM8\ -\ 1.0.24/minecraft/mods srv_new/mods +: 1692534524:0;fusermount -u srv_old +: 1692534526:0;fusermount -u srv_new +: 1692534698:0;meld instances/ATM8\ -\ 1.0.15 instances/ATM8\ -\ 1.0.24 +: 1692536030:0;scp instances/ATM8\ -\ 1.0.24/minecraft/mods/redstonepen-1.19.2-forge-1.2.20.jar play@zeus: +: 1692537771:0;scp -r play@zeus:games/minecraft/ATM8/world instances/ATM8\ -\ 1.0.24/minecraft/saves/ +: 1692540688:0;scp -r instances/ATM8\ -\ 1.0.24/minecraft/saves/ play@zeus:games/minecraft/ATM8/world +: 1692541782:0;scp -r instances/ATM8\ -\ 1.0.24/minecraft/saves/world play@zeus:games/minecraft/ATM8/world +: 1692552712:0;cd instances/ATM8\ -\ 1.0.24/minecraft/saves/world +: 1692552722:0;cd region +: 1692552810:0;cp r.-1.-1.mca r.-2.-1.mca +: 1692552827:0;ls -lah r.-1.-1.mca r.-2.-1.mca r.-3.-1.mca +: 1692553139:0;mkdir zs +: 1692553213:0;scp play@zeus:games/minecraft/ATM8/local/extbackup/borgmatic.yaml zs.yaml +: 1692553357:0;vim zs.yaml +: 1692553367:0;borgmatic -c zs.yaml list +: 1692553377:0;borgmatic -c zs.yaml mount --mountpoint ./zs +: 1692553404:0;borgmatic -c zs.yaml mount --mountpoint zs +: 1692553410:0;borgmatic -c zs.yaml mount --mount-point ./zs +: 1692553485:0;ls config +: 1692553488:0;ls world +: 1692553531:0;borgmatic -c zs.yaml mount --mount-point ./zs --user 1000 +: 1692553542:0;borgmatic -c zs.yaml mount --mountd-point ./zs +: 1692553564:0;man borgmatic +: 1692553661:0;man borg +: 1692553703:0;man borg-mount +: 1692553777:0;borgmatic -c zs.yaml mount --mountd-point ./zs --options "-o uid=1000,gid=1000" +: 1692553788:0;borgmatic -c zs.yaml mount --mount-point ./zs --options "-o uid=1000,gid=1000" +: 1692553797:0;borgmatic -c zs.yaml mount --mount-point ./zs --options "uid=1000,gid=1000" +: 1692553804:0;ls -l zs +: 1692555012:0;pai extra/java17-openjfx +: 1692555063:0;pal java17-openjfx +: 1692555301:0;java -jar mcaselector-2.2.2.jar +: 1692555441:0;java -jar mcaselector-2.0.2.jar +: 1692555446:0;rm mcaselector-2.0.2.jar +: 1692555501:0;git clone https://github.com/Querz/mcaselector +: 1692555509:0;cd mcaselector +: 1692555584:0;java -jar build/libs/mcaselector-2.2.2.jar +: 1692558870:0;fusermount -u zs +: 1692559406:0;rm -rf saves/world +: 1692559462:0;scp -r play@zeus:games/minecraft/ATM8/world saves/ +: 1692559696:0;scp saves/world/region/r.-1.-1.mca play@zeus: +: 1692560948:0;killall -9 meld +: 1692560951:0;meld ATM8\ -\ 1.0.24 ATM8\ -\ 1.0.25 +: 1692561637:0;sshfs play@zeus:games/minecraft/ATM8 srv_new +: 1692561687:0;meld instances/ATM8\ -\ 1.0.25/minecraft/mods srv_new/mods +: 1692562577:0;meld instances/ATM8\ -\ 1.0.25/minecraft/kubejs srv_new/kubejs +: 1692563585:0;rm -rf srv_new/kubejs +: 1692563604:0;cp -a instances/ATM8\ -\ 1.0.25/minecraft/kubejs srv_new +: 1692563660:0;scp -r instances/ATM8\ -\ 1.0.25/minecraft/kubejs play@zeus: +: 1692563760:0;scp instances/ATM8\ -\ 1.0.25/minecraft/mods/everlastingcompat-0.0.5.jar play@zeus: +: 1692563820:0;rm instances/ATM8\ -\ 1.0.25/minecraft/mods/everlastingcompat-0.0.5.jar +: 1692564559:0;scp instances/ATM8\ -\ 1.0.24/minecraft/saves/world/region/r.-1.-1.mca play@zeus: +: 1692565399:0;scp instances/ATM8\ -\ 1.0.25/minecraft/mods/EverlastingAbilities-1.19.2-2.1.1.jar play@zeus: +: 1692566160:0;vi instances/ATM8\ -\ 1.0.25/minecraft/config/stepitup.json5 +: 1692566292:0;gradle/wrapper/gradle-wrapper.properties +: 1692566317:0;cp ../ExtBackup/gradlew . +: 1692566326:0;ls ../ExtBackup +: 1692566555:0;rm -rf StepItUp +: 1692566558:0;git clone https://github.com/spoorn/StepItUp +: 1692566561:0;cd StepItUp +: 1692566587:0;git checkout 8183 +: 1692566606:0;git switch -c 1.19 +: 1692567476:0;code ../StepUp/ +: 1692567787:0;git clone https://gitlab.com/modding-legacy/step.git +: 1692567791:0;cd step +: 1692567822:0;vim src/main/java/com/legacy/step/StepEntityEvents.java +: 1692568258:0;git clone https://github.com/CyclopsMC/EverlastingAbilities.git +: 1692568271:0;git checkout --help +: 1692568298:0;git checkout -b master-1.19 +: 1692568352:0;git checkout -b master-1.19-lts +: 1692568374:0;code . +: 1692569234:0;git checkout ff07b +: 1692569243:0;git stash apply +: 1692569314:0;git stash discard +: 1692569340:0;git add src/main/java/org/cyclops/everlastingabilities/ability/AbilityTypeSpecialStepAssist.java +: 1692570266:0;vim secrets.properties +: 1692570368:0;MAVEN_USERNAME=jinks +: 1692570378:0;MAVEN_KEY=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 +: 1692570595:0;cp build/libs/EverlastingAbilities-1.19.2-2.1.1-DEV.jar /mnt/games/PrismLauncher/instances/ATM8\ -\ 1.0.25/minecraft/mods +: 1692570637:0;scp instances/ATM8\ -\ 1.0.25/minecraft/mods/EverlastingAbilities-1.19.2-2.1.1-DEV.jar play@zeus: +: 1692570655:0;scp instances/ATM8\ -\ 1.0.25/minecraft/mods/EverlastingAbilities-1.19.2-2.1.1-DEV.jar /mnt/hera/share/Upload/minecraft/ATM8/ +: 1692735111:0;ls .config/autostart +: 1692735148:0;less .config/autostart/Nextcloud.desktop +: 1692735210:0;dex +: 1692735465:0;less .Xdefaults +: 1692735473:0;rg QT_QPA +: 1692735480:0;rg --help +: 1692735485:0;rg --help | hidden +: 1692735489:0;rg --help | grep hidden +: 1692735496:0;rg -. QT_QPA +: 1692735643:0;less .Xresources +: 1692735660:0;less .xsession +: 1692735736:0;less /etc/sddm.conf.d/10-wayland.conf +: 1692735747:0;less /etc/sddm.conf +: 1692735765:0;less /usr/lib/sddm/sddm.conf.d/default.conf +: 1692735811:0;less /usr/share/sddm/scripts/wayland-session +: 1692735922:0;less /etc/gdm/Xsession +: 1692735985:0;less /etc/gdm/PostLogin/Default.sample +: 1692736026:0;env | grep PLA +: 1692736272:0;ls /etc/xdg/autostart +: 1692736339:0;less /etc/xdg/Xwayland-session.d/00-at-spi +: 1692736353:0;pal sway +: 1692736367:0;locate sway.desktop +: 1692736376:0;locate -vvv sway.desktop +: 1692736380:0;locate -v sway.desktop +: 1692736391:0;cat /usr/share/wayland-sessions/sway.desktop +: 1692736658:0;paru gdm-settings +: 1692736906:0;sudo gdm-settings +: 1692737555:0;gdm-settings +: 1692799246:0;pas volctl +: 1692799256:0;pas valoumeicon +: 1692799264:0;pas volumeicon +: 1692799272:0;pai volumeicon +: 1692799276:0;volumeicon +: 1692799317:0;volumeicon -h +: 1692799333:0;volumeicon --help-gtk +: 1692799569:0;paru -Rnsc volumeicon +: 1692799723:0;pai retorvol +: 1692799730:0;pai retrovol +: 1692799764:0;retrovol +: 1692799833:0;paru -Rnsc retrovol +: 1692799987:0;pai mate-media +: 1692799996:0;mate-media +: 1692799999:0;pal mate-media +: 1692800029:0;/usr/bin/mate-volume-control +: 1692800102:0;/usr/bin/mate-volume-control-status-icon +: 1692800156:0;pas xfce puls +: 1692800167:0;pai extra/xfce4-pulseaudio-plugin +: 1692800176:0;pal xfce4-pulseaudio-plugin +: 1692800200:0;cat /usr/share/xfce4/panel/plugins/pulseaudio.desktop +: 1692800223:0;/usr/lib/xfce4/panel/plugins/libpulseaudio-plugin.so +: 1692800233:0;paru -Rnsc xfce4-pulseaudio-plugin +: 1692800253:0;pai emixer +: 1692800256:0;pas emixer +: 1692800264:0;pas enlig mixer +: 1692800273:0;pas enlightenment +: 1692800283:0;paru -S enlightenment +: 1692800340:0;emixer +: 1692800400:0;mate-panel-test-applets +: 1692800415:0;mate-panel +: 1692800831:0;pai pa-applet +: 1692800835:0;pas pa-applet +: 1692800843:0;paru pa-applet-git +: 1692800885:0;pa-applet +: 1692801907:0;unp -U ThePilgrimage-1.8-pc.zip +: 1692802089:0;cd ThePilgrimage-1.8-pc +: 1692805044:0;unp -U The_Forest_of_Love_v0.33.Linux.zip +: 1692805058:0;mv Linux ForestOfLove +: 1692805061:0;cd LifeofDesmond-0.9.3-pc +: 1692805065:0;cd ForestOfLove +: 1692822264:0;unp -U AlexiasReturn-0.13-pc.zip +: 1692822450:0;cd AlexiasReturn-0.13-pc +: 1692920762:0;unp -U EarnYourFreedom3D-0.07-pc.zip +: 1692920767:0;cd EarnYourFreedom3D-\(0.07\)-pc +: 1692926773:0;sudo cat /sys/kernel/debug/dri/0/amdgpu_pm_info +: 1693067077:0;blueman +: 1693079059:0;pactl list | grep a2dp_codec +: 1693079067:0;pactl list +: 1693103848:0;unp -U The_Roommate-0.9.7-pc.zip +: 1693103862:0;cd The_Roommate-0.9.7-pc +: 1693103901:0;./The_Roommate.sh +: 1693348761:0;cd LoQOO +: 1693348767:0;cd Legend\ of\ Queen\ Opala\ -\ Origin +: 1693348771:0;wine Game. +: 1693349054:0;unp -U Fo +: 1693349061:0;unp -U Four_Elements_Trainer_v.1.0.6a-pc.zip +: 1693349067:0;cd Fo +: 1693349068:0;cd Four_Elements_Trainer_v.1.0.6a-pc +: 1693349081:0;./Four\ Elements\ Trainer.sh +: 1693493178:0;mv /mnt/hera/share/Downloads/torrents/complete/BITS_EP1_Supporters . +: 1693494002:0;cd BITS_EP1_Supporters +: 1693494008:0;less READ_BEFORE_START.txt +: 1693494035:0;less KNOWN\ BUGS.txt +: 1693494082:0;wine BITS +: 1693494166:0;killall BITS.exe +: 1693515662:0;pas grapejuice +: 1693515671:0;pas vinegar +: 1693518639:0;yay -Rnsc bottles +: 1693518719:0;bottles +: 1693520787:0;pas cgroup +: 1693520823:0;bwrap --help +: 1693521080:0;ulimit -Sv 8192000; ulimit -Hv 8192000; bottles +: 1693521251:0;ulimit -Sv 16384000; ulimit -Hv 16384000; bottles +: 1693521431:0;ulimit -Sv 32768000; ulimit -Hv 32768000; bottles +: 1693521701:0;systemd-run --scope -p MemoryMax=16G -p MemoryHigh=15G -p CPUWeight=70 -p StartupCPUWeight=100 bottles +: 1693522053:0;systemd-run +: 1693522129:0;systemd-run --scope -p MemoryMax=16G -p MemoryHigh=15G bottles +: 1693527722:0;systemd-run --user --scope -p MemoryMax=16G -p MemoryHigh=15G bottles +: 1693528691:0;swayidle timeout 1 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \\ + +: 1693528977:0;ps aux | grep idle +: 1693618304:0;systemd-run --user --scope -p MemoryMax=20G -p MemoryHigh=18G bottles +: 1693621971:0;man systemd-run +: 1693621993:0;man systemd.resource-control +: 1693622024:0;systemd-run --user --scope -p MemoryMax=20G -p MemoryHigh=18G -p MemorySwapMax=100M bottles +: 1693623305:0;mv /mnt/virt/wineprefix/para/drive_c/BITS_EP1_Supporters . +: 1693623529:0;systemd-run --user --scope -p MemoryMax=32G -p MemoryHigh=24G -p MemorySwapMax=100M bottles +: 1693623796:0;pai gamescope +: 1693623800:0;gamescope +: 1693624555:0;unp -U Tales_of_Terrara-0.3.3-pc-prepatched-hc.zip +: 1693624563:0;cd ToT-0.3.3-pc +: 1693711380:0;cd /mnt/games/PrismLauncher/instances/ATM8\ -\ 1.0.25/minecraft +: 1693711441:0;scp mods/BotanicalMachinery-1.19.2-2.0.2.jar play@zeus:games/minecraft/ATM8/mods +: 1693854087:0;mv /mnt/hera/share/Downloads/torrents/complete/BITS_EP1_Supporters_v2 . +: 1693854704:0;s +: 1693854712:0;rm -rf BITS_EP1_Supporters +: 1693854743:0;systemd-run --user --scope -p MemoryMax=32G -p MemoryHigh=24G -p MemorySwapMax=1000M bottles +: 1693855088:0;pas playon +: 1693855111:0;pas lutris +: 1693855325:0;systemd-run --user --scope -p MemoryMax=32G -p MemoryHigh=24G lutris +: 1694124367:0;/usr/bin/xembedsniproxy +: 1694124633:0;cd .config/steamtinkerlaunch/vortex +: 1694124639:0;ls downloads +: 1694124677:0;ls /mnt/virt/games/Vortex +: 1694124692:0;du -hs downloads +: 1694125231:0;cd /mnt/games/Steam/steamapps/common/Starfield +: 1694220492:0;ls Midlife +: 1694220496:0;ls Midlife* +: 1694220737:0;unp -U KingsTale-0.63-pc.zip +: 1694220746:0;cd KingsTale-0.63-pc +: 1694323597:0;cat /home/jinks/.config/steamtinkerlaunch/gamecfgs/customvars/1086940.conf +: 1694325017:0;which mangohud +: 1694326404:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1086940 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/compatibilitytools.d/SteamTinkerLaunch/steamtinkerlaunch waitforexitandrun '/mnt/games/Steam/steamapps/common/Baldurs Gate 3/bin/bg3_dx11.exe' +: 1694345275:0;unp -U ProjectMyriamLifeandExplorations-ch4.07-pcp.zip +: 1694345435:0;cd ProjectMyriamLifeandExplorations-ch4.07-pc +: 1694346869:0;unp -U Unnatural_Instinct-0.5-pc-eng.zip +: 1694346878:0;cd Unnatural_Instinct-0.5-pc +: 1694376950:0;uname a +: 1694377818:0;/mnt/games/Steam/steamapps/common/Baldurs Gate 3/Launcher/LariLauncher.exe +: 1694622483:0;../MidLifeCrisis-0.33-pc +: 1694706226:0;../Unnatural_Instinct-0.5-pc +: 1694714573:0;unp -U MidLifeCrisis-0.34-pc.zip +: 1694714727:0;cd MidLifeCrisis-0.34-pc +: 1694716282:0;unp -U AFutaFuture-0.4.5-pc.zip +: 1694716286:0;cd AFutaFuture-0.4.5-pc +: 1694716296:0;./AFutaFuture.sh +: 1694849286:0;drill web.de 192.168.0.42 +: 1694849301:0;drill web.de @192.168.0.42 +: 1694851562:0;paq whatmask +: 1694851572:0;paru -Rnsc whatmask +: 1694851628:0;paru -Rnsc bluetooth-unlock lib32-openssl-1.0 lib32-simplescreenrecorder libguess sddm-stellar-theme sddm-swish systemd-swap ttf-droid-sans-mono-slashed-powerline-git xcursor-neutral +: 1694851704:0;yay -Qs +: 1694851709:0;yay -h +: 1694851716:0;yay -Ps +: 1694851721:0;paru -Ps +: 1694851779:0;pao `which sway` +: 1694851817:0;pal sway-git-debug +: 1694851835:0;paru -Rnsc sway-git-debug wlroots-git-debug +: 1694866232:0;./start_game_bepinex.sh +: 1694866237:0;chmod 755 ./start_game_bepinex.sh +: 1694877244:0;rg MODS +: 1694950789:0;cd 3036460977 +: 1695062251:0;ping hera.sweevo.net +: 1695062257:0;drill hera.home.sweevo.net +: 1695062266:0;ping hera.home.sweevo.net +: 1695062377:0;ping jellyfin.home.sweevo.net +: 1695065023:0;cd /mnt/games/Steam/steamapps/common/SpaceEngineersDedicatedServer +: 1695065031:0;ls linux64 +: 1695065038:0;ls DedicatedServer64 +: 1695065056:0;ls DedicatedServer64/*.exe +: 1695065069:0;wine DedicatedServer64/SpaceEngineersDedicated.exe +: 1695068470:0;ping calibreweb.home.sweevo.net +: 1695068499:0;drill calibreweb.home.sweevo.net +: 1695138087:0;systemctl stop systemd-resolved.service +: 1695241882:0;cd /mnt/games/Vortex/valheim +: 1695242028:0;cd /mnt/games/Steam/steamapps/common/Valheim +: 1695242035:0;mc . /mnt/hera/share/Upload/valheim +: 1695242171:0;cd /mnt/games/Vortex/valheim/mods +: 1695243038:0;chmod 755 start_* +: 1695399677:0;find . -iname xxxxx_backup* +: 1695399682:0;find . -iname "xxxxx_backup*" +: 1695399975:0;cd .config/unity3d/IronGate/Valheim/worlds_local +: 1695399996:0;md5sum * +: 1695460583:0;cd drive_c/Unnatural_Instinct-0.5-pc +: 1695460587:0;./Unnatural_Instinct.sh +: 1695461120:0;unp -U AngelInLA-0.6.3-pc.zip +: 1695461150:0;mc . AngelInLA-0.6.3-pc +: 1695461169:0;cd AngelInLA-0.6.3-pc +: 1695462796:0;unp -U Dungeon_Hunted_A_Tale_of_the_Preys_Adventure.rar +: 1695462804:0;cd Dungeon\ Hunted\ \~A\ Tale\ of\ the\ Prey\'s\ Adventure\~ +: 1695564027:0;unp -U Cracked_Heat_0.5.4.1.7z +: 1695566240:0;tail -F SpaceEngineers_20230924_162124824.log +: 1695566508:0;xclip -o +: 1695566516:0;xclip -o | cat +: 1695566587:0;xsel -bc +: 1695566589:0;xclip -selection clipboard -o | cat +: 1695567314:0;cd Cracked_Heat_0.5.4.1 +: 1695567323:0;wine Heat +: 1695567981:0;gamescope wine Heat +: 1695568042:0;gamescope -w 1920 -h 1080 -U wine Heat +: 1695568048:0;gamescope -w 1920 -h 1080 wine Heat +: 1695573151:0;unp -U Story_Of_Innocent_Queen_Iza_1.0.win.rar +: 1695573163:0;cd Story\ Of\ Innocent\ Queen\ Iza.win +: 1695582503:0;iperf -c sweevo.net +: 1695582527:0;iperf -h +: 1695582642:0;iperf -c -t 30 sweevo.net +: 1695582655:0;iperf -t 30 -c sweevo.net +: 1695582704:0;iperf -t 30 -c sweevo.net -R +: 1695582839:0;iperf -t 30 -c shortbus.fail -R +: 1695582878:0;iperf -t 30 -c shortbus.fail +: 1695654155:0;cd drive_c/Story\ Of\ Innocent\ Queen\ Iza.win +: 1695756840:0;scp -r Saves/76561198042256421/MP\ 2023-09-16 play@zeus: +: 1695758394:0;pai gdu +: 1695758461:0;../Skyrim\ Special\ Edition +: 1695998020:0;ssh herstia +: 1696001079:0;wget https://restic.readthedocs.io/en/latest/_static/logo.png +: 1696001087:0;mv logo.png restic-logo.png +: 1696089888:0;xauth add +loclhost +: 1696089892:0;xauth add +localhost +: 1696089903:0;xauth add + +: 1696089915:0;xauth +localhost +: 1696089920:0;xauth --help +: 1696089928:0;xauth add +: 1696089938:0;xauth add :0 +: 1696089942:0;xauth add --help +: 1696090011:0;xhost si:localuser:root +: 1696092797:0;paq attica5 +: 1696092928:0;yay -Rnsc kactivities kactivities-stats karchive kauth kbookmarks kcmutils kcodecs kcompletion attica baloo kconfig kconfigwidgets kcontacts kcoreaddons kcrash kdbusaddons kdeclarative kded kdesu kdnssd kfilemetadata kglobalaccel kguiaddons kholidays ki18n kiconthemes kidletime kio kitemmodels kitemviews kjobwidgets knewstuff knotifications knotifyconfig kpackage kparts kpeople kpty kquickcharts krunner kservice ktexteditor ktextwidgets kwallet kwayland kwidgetsaddons kwindowsystem kxmlgui modemmanager-qt prison qqc2-desktop-style purpose solid sonnet syndication syntax-highlighting threadweaver +: 1696092964:0;pas qt5-ct +: 1696095734:0;ssh liveluser@192.168.0.137 +: 1696095742:0;ssh liveuser@192.168.0.137 +: 1696101761:0;ls /boot/EFI/BOOT +: 1696152055:0;rg Light +: 1696152130:0;rg Light | grep Friend +: 1696155326:0;handbrake +: 1696155330:0;pai handbrake +: 1696155340:0;pal handbrake +: 1696155345:0;pal handbrake | grep bin\\ + +: 1696155350:0;ghb +: 1696155990:0;mpv /mnt/hera/share/Movies/Asterix\ and\ Cleopatra\ \(1968\)/Asterix\ and\ Cleopatra\ \(1968\)\ \[Remux-1080p\ \(pmHD\)\].mkv +: 1696160431:0;ls -l Asterix\ and\ Cleopatra\ \(1968\)\ \[Remux-1080p\ \(pmHD\)\].mkv +: 1696160514:0;rm Asterix\ and\ Cleopatra\ \(1968\)\ \[Remux-1080p\ \(pmHD\)\].mkv +: 1696165192:0;ffmpeg -i Asterix\ and\ Cleopatra\ \(1968\)\ \[Remux-1080p\ \(pmHD\)\].mkv +: 1696165200:0;ls -lh Asterix\ and\ Cleopatra\ \(1968\)\ \[Remux-1080p\ \(pmHD\)\].mkv +: 1696165233:0;mpv Asterix\ and\ Cleopatra\ \(1968\)\ \[Remux-1080p\ \(pmHD\)\].mkv +: 1696165300:0;mc . /mnt/hera/share/Movies/Asterix\ and\ Cleopatra\ \(1968\) +: 1696165808:0;ssh pl +: 1696183079:0;ssh root@fuji +: 1696226307:0;rm -rf Vae_Victis-Khan_Conquer_Ravish_Breed-0.10.8-market +: 1696226313:0;unp -U Vae_Victis-Khan_Conquer_Ravish_Breed-0.10.8-market.zip +: 1696226356:0;cd Vae_Victis-Khan_Conquer_Ravish_Breed-0.10.8-market +: 1696226361:0;./Khan.sh +: 1696257426:0;chezmoi --help +: 1696342571:0;ssh-copy-id -i .ssh/id_ed25519.pub fuji +: 1696343520:0;ssh zeus -l play +: 1696354787:0;feh screenshot_2023-10-03-193926.png +: 1696354792:0;imgur.sh screenshot_2023-10-03-193926.png +: 1696356523:0;imgur.sh screenshot_2023-10-03-200830.png +: 1696368279:0;killall -9 SpecEngineers.exe +: 1696368284:0;killall -9 SpaceEngineers.exe +: 1696368290:0;ps aux | grep Engin +: 1696368657:0;jellyfinmediaplayer +: 1696368664:0;pai jellyfin +: 1696368683:0;pai aur/jellyfin-media-player +: 1696368791:0;mpv /mnt/hera/share/Series/Murdoch\ Mysteries/Season\ 16/Murdoch\ Mysteries\ -\ S16E01\ -\ Sometimes\ They\ Come\ Back\ \(1\)\ -\ HDTV-720p.mkv +: 1696368812:0;file /mnt/hera/share/Series/Murdoch\ Mysteries/Season\ 16/Murdoch\ Mysteries\ -\ S16E18\ -\ Virtue\ and\ Vice\ -\ WEBRip-720p.mkv +: 1696373709:0;btrfstune -h +: 1696373949:0;vim dmesg.log +: 1696374311:0;vim find-root.log +: 1696376570:0;ls /mnt +: 1696406088:0;pas qt5ct +: 1696406096:0;pai qt6ct +: 1696406121:0;pas qt wayland +: 1696406127:0;pai extra/qt5-wayland +: 1696438642:0;ls LoQOO +: 1696438723:0;ls OER\ AF/Update +: 1696438736:0;mc OER\ AF/Update/AF +: 1696438773:0;thunar OER\ AF/Update/AF +: 1696438909:0;unp -U On_Endless_Roads_AF_0.3.7z +: 1696438941:0;ls On_Endless_Roads\ AF\ 0.3/Update +: 1696439241:0;unp -U Butimthebadguy-0.0565v3-pc.zip +: 1696439258:0;cd Butimthebadguy-0.0565v3-pc +: 1696458871:0;killall -9 SpaceEngineersLauncher.exe +: 1696485044:0;pai qbittorrent +: 1696525319:0;cd __LocalCopy_Pawn\ Suppression\ Implants_-5-10 +: 1696526549:0;file bomb.webp +: 1696526556:0;pinta bomb.webp +: 1696526615:0;cd __LocalCopy_Explosive\ Implant\ \(Continued\)_-5-10/Textures/UI/Buttons/ +: 1696526984:0;mkdir RJW +: 1696526992:0;mv rjw-master.zip RJW +: 1696527385:0;gimp bomb.png +: 1696527411:0;gimp bomb.webp +: 1696528850:0;mc . ~/Downloads/RJW +: 1696528879:0;cd BITS_EP1_Supporters_v3 +: 1696528916:0;wine BITS.exe -dx11 +: 1696541516:0;unp -U The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE.zip +: 1696541720:0;cd The_Office_Wife_V.0.90_WINDOWS_PUBLIC_RELEASE +: 1696541730:0;cd The\ Office\ Wife\ V.0.90\ WINDOWS\ PUBLIC\ RELEASE +: 1696541733:0;cd The\ Office\ Wife +: 1696638729:0;imgur.sh screenshot_2023-10-07-023148.png +: 1696639158:0;imgur.sh screenshot_2023-10-07-023859.png +: 1696681661:0;mpv /mnt/hera/Series/Childhood\'s\ End/Season\ 01/Childhood\'s\ End\ -\ S01E03\ -\ The\ Children\ -\ WEBDL-1080p.mkv +: 1696708502:0;ls /etc/pam.d +: 1696708529:0;pao /etc/pam.d/swaylock +: 1696708534:0;less /etc/pam.d/swaylock +: 1696708547:0;less /etc/pam.d/login +: 1696708574:0;less /etc/pam.d/system-local-login +: 1696708580:0;less /etc/pam.d/system-remote-login +: 1696708814:0;ls /etc/security +: 1696708823:0;less /etc/security/faillock.conf +: 1696711168:0;man 8 pam +: 1696711471:0;less /etc/pam.d/system-login +: 1696711487:0;apropos pam.d +: 1696712008:0;apropos pam_shells +: 1696712013:0;man pam_shells +: 1696712057:0;man pam_access +: 1696712097:0;less /etc/security/access.conf +: 1696712219:0;man pam_loginuid +: 1696712269:0;man pam_keyinit +: 1696712404:0;less /etc/pam.d/system-auth +: 1696712533:0;man pam_env +: 1696712563:0;man pam.d +: 1696712684:0;man pam_systemd_home +: 1696723970:0;pas amdgpu +: 1696724009:0;pas amdgpu pro +: 1696724161:0;pai amf-amdgpu-pro +: 1696724248:0;pal amf-amdgpu-pro +: 1696724367:0;VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_pro_icd64.json ghb +: 1696724627:0;ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i /mnt/hera/share/Movies/Asterix\ and\ Cleopatra\ \(1968\)/Asterix\ and\ Cleopatra\ \(1968\)\ \[Remux-1080p\ \(pmHD\)\].mkv -c:v hevc_vaapi -b:v 0.589M output.mp4 +: 1696725127:0;ls -l output.mp4 +: 1696725129:0;ls -l output.mp4 -h +: 1696725136:0;mpv -ao null output.mp4 +: 1696725188:0;rm output.mp4 +: 1696765788:0;pas nextcloud +: 1696765796:0;pai nextcloud-client +: 1696765806:0;pai -y nextcloud-client +: 1696765842:0;less Nextcloud/Documents/Hera\ -\ HDD\ diagram.excalidraw +: 1696765904:0;feh Nextcloud/Documents/Hera\ -\ HDD\ diagram.png +: 1696765983:0;gimp Nextcloud/Documents/Hera\ -\ HDD\ diagram.png +: 1696766078:0;feh Nextcloud/Documents/Hera\ -\ HDD\ diagram_3x.png +: 1696766101:0;rm Nextcloud/Documents/Hera\ -\ HDD\ diagram_3x.png +: 1696769348:0;mpv /mnt/hera/share/Music/Albums/Nightwish/Wishmaster\ \(2007\)/Nightwish\ -\ Wishmaster\ -\ 12\ Sleepwalker\ \(original\ version\).opus +: 1696769391:0;clementine /mnt/hera/share/Music/Albums/Nightwish/Wishmaster\ \(2007\)/Nightwish\ -\ Wishmaster\ -\ 12\ Sleepwalker\ \(original\ version\).opus +: 1696769396:0;pai clementine +: 1696769453:0;pai poppler +: 1696769458:0;pai poppler poppler-glib +: 1696769462:0;pai elisa +: 1696769509:0;pas vvave +: 1696769520:0;pas audacious +: 1696774479:0;file /mnt/hera/share/Music/Albums/ASP/Hast\ Du\ mich\ vermisst\?\ Der\ schwarze\ Schmetterling,\ Teil\ I\ \(2000\)/ASP\ -\ Hast\ Du\ mich\ vermisst\?\ Der\ schwarze\ Schmetterling,\ Teil\ I\ -\ 01\ Schwarzer\ Schmetterling.ogg +: 1696774489:0;vlc /mnt/hera/share/Music/Albums/ASP/Hast\ Du\ mich\ vermisst\?\ Der\ schwarze\ Schmetterling,\ Teil\ I\ \(2000\)/ASP\ -\ Hast\ Du\ mich\ vermisst\?\ Der\ schwarze\ Schmetterling,\ Teil\ I\ -\ 01\ Schwarzer\ Schmetterling.ogg +: 1696778188:0;cd /mnt/hera/share/Music/Albums/Blind\ Guardian/Somewhere +: 1696778269:0;mpv Blind\ Guardian\ -\ Somewhere\ Far\ Beyond\ -\ 07\ The\ Bard\'s\ Song:\ In\ the\ Forest.mp3 +: 1696778589:0;file Blind\ Guardian\ -\ Somewhere\ Far\ Beyond\ -\ 06\ Ashes\ to\ Ashes.mp3 +: 1696778652:0;cd /mnt/hera/share/Music/Albums/Blind\ Guardian/Somewhere\ Far\ Beyond\ \(1992\) +: 1696778655:0;file Blind\ Guardian\ -\ Somewhere\ Far\ Beyond\ -\ 07\ The\ Bard\'s\ Song:\ In\ the\ Forest.mp3 +: 1696778678:0;file $PWD/Blind\ Guardian\ -\ Somewhere\ Far\ Beyond\ -\ 07\ The\ Bard\'s\ Song:\ In\ the\ Forest.mp3 +: 1696778967:0;pal grml-zsh-config +: 1696779056:0;ls /usr/share/grml/zsh/functions +: 1696779059:0;ls /usr/share/grml/zsh/ +: 1696779061:0;ls /usr/share/grml/ +: 1696779063:0;ls /usr/share/ +: 1696779069:0;ls /usr/share/zsh/functions +: 1696779076:0;ls /usr/share/zsh/functions/VCS_Info +: 1696779086:0;psl /usr/share/zsh/functions/VCS_Info/vcs_info +: 1696779089:0;pao /usr/share/zsh/functions/VCS_Info/vcs_info +: 1696779150:0;pas grml +: 1696779344:0;echo $ZSH_VERSION +: 1696779394:0;cd /mnt/hera/share/Series/Murdoch\ Mysteries/Season\ 16 +: 1696779416:0;sudo vim /etc/zsh/zshrc +: 1696779902:0;sudo vim /usr/share/zsh/functions/VCS_Info/vcs_info +: 1696779930:0;cd /usr/share/zsh/functions/VCS_Info/ +: 1696779932:0;rg path +: 1696779984:0;rg dir +: 1696830163:0;ls ThePilgrimage-1. +: 1696831621:0;unp -U ThePilgrimage-1.85-pc.zip +: 1696832456:0;cd ThePilgrimage-1.85-pc +: 1696925683:0;unp -U OhDaddy-V0.10-pc.zip +: 1696925688:0;cd OhDaddy-V0.10-pc +: 1696925984:0;winetricks isolate +: 1696926004:0;winetricks list-all +: 1696926176:0;../OhDaddy-V0.9-pc +: 1696926672:0;./OhDaddy.sh +: 1696933126:0;pas oh my +: 1696933133:0;pas oh my zsh +: 1696958838:0;unp -U BlackmailAndEducation-1.0-pc-SE.zip +: 1696959276:0;cd BlackmailAndEducation-1.0-SE-pc +: 1696959294:0;chmod 755 BlackmailAndEducation.sh +: 1696959324:0;ls /mnt/virt/wineprefix/para/drive_c/BlackmailAndEducation-1.0-SE-pc/lib/py3-linux-x86_64/BlackmailAndEducation: +: 1696959325:0;ls /mnt/virt/wineprefix/para/drive_c/BlackmailAndEducation-1.0-SE-pc/lib/py3-linux-x86_64/BlackmailAndEducation +: 1696959329:0;less /mnt/virt/wineprefix/para/drive_c/BlackmailAndEducation-1.0-SE-pc/lib/py3-linux-x86_64/BlackmailAndEducation +: 1696959335:0;file /mnt/virt/wineprefix/para/drive_c/BlackmailAndEducation-1.0-SE-pc/lib/py3-linux-x86_64/BlackmailAndEducation +: 1696959346:0;chmod 755 /mnt/virt/wineprefix/para/drive_c/BlackmailAndEducation-1.0-SE-pc/lib/py3-linux-x86_64/BlackmailAndEducation +: 1696959357:0;./BlackmailAndEducation.sh +: 1696968768:0;unp -U AFamilyVenture-0.08_v3b-Fixed_SS-pc.zip +: 1696968875:0;cd AFamilyVenture-0.08_v3b_supporter-pc +: 1696973194:0;cd Nextcloud +: 1696973201:0;vim autopilok.txt +: 1696973208:0;vim autopillok.txt +: 1696975918:0;scp -r Storage hera: +: 1697144091:0;pas qt6ct +: 1697144096:0;pal qt6ct +: 1697144163:0;pas qpa +: 1697144177:0;pas qt5 +: 1697144327:0;pas styleplug +: 1697144424:0;env | grep STY +: 1697144436:0;env | grep THE +: 1697144459:0;pai kvantum +: 1697144466:0;pal kvantum +: 1697144482:0;kvantummanager +: 1697144603:0;export QT_STYLE_OVERRIDE=kvantum +: 1697279308:0;unp -U LifeofDesmond-0.9.4.2-pc.zip +: 1697320972:0;../MidLifeCrisis-0.34-pc +: 1697320974:0;./MidLifeCrisis.sh +: 1697343827:0;unp -U TheHardWayFree-0.28.6Free-pc.zip +: 1697343893:0;cd TheHardWayFree-0.28.6Free-pc +: 1697570398:0;ssh 142.171.161.107 +: 1697593297:0;../AFamilyVenture-0.08_v3b_supporter-pc +: 1697761001:0;xdg-open the\ mammoth\ book\ of\ extreme\ science\ fiction_ashley.epub +: 1697762576:0;pal libinput +: 1697762598:0;libinput debug-gui +: 1697762634:0;libinput debug-input +: 1697762637:0;libinput debug +: 1697762641:0;libinput +: 1697762646:0;libinput debug-events +: 1697762660:0;sudo libinput debug-events +: 1697762765:0;sudo libinput list-devices +: 1697845829:0;unp -U One_Girl_One_big_world.zip +: 1697846426:0;cd One\ Girl_One\ big\ world/images/me +: 1697846446:0;ln masturbate1.gif masturbate.gih +: 1697846448:0;ln masturbate1.gif masturbate.gif +: 1697846484:0;ln masturbate2.webp masturbate2.webm +: 1697851349:0;unp -U LustForAdventure_linux8.6.rar +: 1697851475:0;cd LustForAdventure_linux8.6 +: 1697851484:0;chmod 755 LfA.x86_64 +: 1697851493:0;./LfA.x86_64 +: 1697911489:0;imgur.sh screenshot_2023-10-21-200427.png +: 1698179956:0;../ProjectMyriamLifeandExplorations-ch4.07-pc +: 1698181024:0;unp -U ProjectMyriamLifeandExplorations-ch4.08-pcp.zip +: 1698181098:0;cd ProjectMyriamLifeandExplorations-ch4.08-pc +: 1698185732:0;ls $PWD +: 1698185752:0;yt-dlp https://www.xnxx.com/video-m6e2zc1/redhead_pussy_dildo_solo +: 1698185771:0;mv Redhead\ pussy\ dildo\ solo\ \[m6e2zc1\].mp4 /mnt/hera/jinks/XXX +: 1698185792:0;yt-dlp https://www.xnxx.com/video-qqo4d94/she_wants_to_play_with_my_horny_dick_in_her_ass +: 1698185836:0;yt-dlp https://www.xnxx.com/video-vtakn2e/anal_and_squirting +: 1698185885:0;mv She\ wants\ to\ play\ with\ my\ horny\ dick\ in\ her\ ass\ \[qqo4d94\].mp4 ANAL\ AND\ SQUIRTING\ \[vtakn2e\].mp4 /mnt/hera/jinks/XXX +: 1698185900:0;yt-dlp https://allclassic.porn/videos/205/debbie-does-dallas/ +: 1698186035:0;mv Debbie\ Does\ Dallas.\ Full\ length\ classic\ porn\ movie\ \(1978\)\ \[205\].mp4 /mnt/hera/jinks/XXX +: 1698255049:0;pas torbrowser +: 1698255059:0;pai extra/torbrowser-launcher +: 1698255066:0;pal extra/torbrowser-launcher +: 1698255071:0;pal torbrowser-launcher +: 1698353312:0;pas stress +: 1698353333:0;pai stress +: 1698353339:0;stress +: 1698353362:0;stress -c 16 +: 1698354283:0;waybar --help +: 1698354301:0;killall -HUP waybar +: 1698464297:0;cd $WINEPREFIX +: 1698464317:0;unp -U OneAggressiveFutaStepSister-0.91-pc.zip +: 1698464322:0;cd OneAggressiveFutaStepSister-0.91-pc +: 1698464329:0;./OneAggressiveFutaStepSister.sh +: 1698464752:0;rm -rf OneAggressiveFutaStepSister-0.91-pc* +: 1698556013:0;kill -9 3343247 3345375 3345378 3345466 +: 1698558639:0;ps aux | grep Engi +: 1698558647:0;kill 3403443 +: 1698558665:0;kill 3405621 +: 1698558676:0;kill 3405718 +: 1698723762:0;unp -U The_Hunter_2_v0.29.zip +: 1698724009:0;cd The_Hunter_2_v0.29/The\ Hunter\ 2\ v0.29 +: 1698724217:0;unp -U TheHardWayFree-0.28.8-pc.zip +: 1698724235:0;cd TheHardWayFree-0.28.8-pc +: 1698832278:0;unp -U AlternativeFamily-0.5-pc.zip +: 1698832291:0;cd AlternativeFamily-0.5-pc +: 1698832294:0;./AlternativeFamily.sh +: 1698874328:0;pas ipfs +: 1698874342:0;pal kubo +: 1698874644:0;ipfs mount QmTn9vTakmrJueDif658Xecrfz52L7ZBmbX3WPMbSyTmW2 +: 1698874674:0;sudo mkdir /ipfs /ipns +: 1698874686:0;sudo chown $(whoami) /ipfs /ipns +: 1698874778:0;ipfs key rotate -o rsa-key-backup -t ed25519 +: 1698874816:0;systemctl --user stop suncthing +: 1698874821:0;systemctl --user stop syncthing +: 1698874829:0;ipfs daemon & +: 1698874836:0;ipfs mount +: 1698874849:0;ls /ipns +: 1698874862:0;ls /ipfs/Qmf4L3KSwGQXXTwPoCProB6LFCkw2R3itZ2Ey6rrcKtSNn +: 1698874874:0;ipfs cid Qmf4L3KSwGQXXTwPoCProB6LFCkw2R3itZ2Ey6rrcKtSNn +: 1698874890:0;ipfs cat Qmf4L3KSwGQXXTwPoCProB6LFCkw2R3itZ2Ey6rrcKtSNn +: 1698875220:0;ipfs ls Qmf4L3KSwGQXXTwPoCProB6LFCkw2R3itZ2Ey6rrcKtSNn +: 1698876676:0;ipfs pin Qmf4L3KSwGQXXTwPoCProB6LFCkw2R3itZ2Ey6rrcKtSNn +: 1698876693:0;ipfs pin add Qmf4L3KSwGQXXTwPoCProB6LFCkw2R3itZ2Ey6rrcKtSNn +: 1698877041:0;ls /ipfs +: 1698880485:0;man ipfs +: 1698880493:0;strace ipfs pin add Qmf4L3KSwGQXXTwPoCProB6LFCkw2R3itZ2Ey6rrcKtSNn +: 1698880628:0;find . -iname "ipfs" +: 1698880635:0;find . -iname "ipfs*" +: 1698880639:0;find . -iname "*ipfs*" +: 1698880647:0;ls .ipfs +: 1698880651:0;ncdu .ipfs +: 1698880666:0;ipfs +: 1698880671:0;ipfs shutdown +: 1698880702:0;rm -rf .ipfs +: 1698982245:0;mv /mnt/hera/share/Downloads/torrents/complete/Affect3D\ Girlfriends\ 4\ Ever.zip . +: 1698982261:0;unp -U Affect3D\ Girlfriends\ 4\ Ever.zip +: 1698982283:0;cd A3D005_Affect3D_Girlfriends4Ever_v1 +: 1698982299:0;wine start.exe +: 1699062080:0;unp -U ATMAdventures-0.3-pc.rar +: 1699062115:0;cd ATMAdventures-0.3-pc +: 1699062153:0;chmod 755 /mnt/virt/wineprefix/para/drive_c/ATMAdventures-0.3-pc/lib/linux-x86_64/ATMAdventures: +: 1699062157:0;chmod 755 /mnt/virt/wineprefix/para/drive_c/ATMAdventures-0.3-pc/lib/linux-x86_64/ATMAdventures +: 1699088436:0;cp Kuendigung-bdT_2021-08-25.tex BankDaten_Schloemer_2023-11-04.tex +: 1699088929:0;latexmk +: 1699088932:0;pas latexmk +: 1699088942:0;pai texlive +: 1699089172:0;pacman -F paratype.sty +: 1699089196:0;pai extra/texlive-fontsextra +: 1699089206:0;pacman -F ngerman +: 1699089231:0;tlmgr info ngerman +: 1699089260:0;tlmgr info german +: 1699089290:0;las tex german +: 1699089292:0;pas tex german +: 1699089298:0;pai extra/texlive-langgerman +: 1699120657:0;unp -U /mnt/hera/share/Upload/Stardew\ Valley/SMAPI-3.18.6-installer.zip +: 1699120663:0;cd SMAPI\ 3.18.6\ installer +: 1699121370:0;cd /mnt/hera/share/Upload +: 1699121380:0;cd Stardew\ Valley +: 1699202426:0;rsync -avxHAX --delete Mods /mnt/hera/share/Upload/Stardew\ Valley/SVE/ +: 1699221916:0;vulkaninfo +: 1699223290:0;pai rclone +: 1699223298:0;pai -y rclone +: 1699223308:0;rclone +: 1699223377:0;rclone mount ftp://ni1227947_1:vz3VuFY3@ms3057.gamedata.io Stuff/ +: 1699223536:0;rclone mount +: 1699223548:0;rclone mount nitrado:/ mnt +: 1699223576:0;tree mnt +: 1699223722:0;less .config/rclone/rclone.conf +: 1699223742:0;scp -r .config/rclone hera: +: 1698527644:8;ssh fuji +: 1699372512:0;pai -y discord +: 1699479423:0;vim Mods/LadderLocator/config.json +: 1699483776:0;ls Mods/LadderLocator +: 1699546910:0;chezmoi push +: 1699547679:0;unp -U XIX-v0.6a-ss-pc.zip +: 1699547686:0;cd XIX-v0.6a-pc +: 1699547699:0;./XIX.sh +: 1699643966:0;unp -U WickedIslandFull0.8.4.zip +: 1699644254:0;cd WickedIslandFull0.8.4 +: 1699644263:0;wine WickedIsland.exe +: 1699685241:0;ls /mnt/games/Steam/steamapps/common/Stardew\ Valley/Mods /mnt/hera/share/Upload/Stardew\ Valley/SVE/ +: 1699685255:0;ls /mnt/games/Steam/steamapps/common/Stardew\ Valley/Mods /mnt/hera/share/Upload/Stardew\ Valley/SVE/ | grep -i zuzu +: 1699711001:0;vim MapTeleport/sve_coordinates.json +: 1699713266:0;cd Stardew\ Valley\ Expanded +: 1699745406:0;pinta screenshot_2023-11-12-002937.png +: 1699824712:0;rsync -avxHAX --delete /mnt/games/Steam/steamapps/common/Stardew\ Valley/Mods /mnt/hera/share/Upload/Stardew\ Valley/SVE/ +: 1699921018:0;pas rpi imag +: 1699921032:0;pai rpi-imager-bin +: 1699921314:0;pal rpi-imager-bin +: 1699921364:0;sudo QT_QPA_PLATFORM=wayland rpi-imager +: 1699951729:0;ls BITS_EP1_Supporters_v3 +: 1699951754:0;mv /mnt/hera/share/Downloads/torrents/complete/BITS_EP1_Supporters_v4 . +: 1699952081:0;cd BITS_EP1_Supporters_v4 +: 1699952102:0;../BITS_EP1_Supporters_v4 +: 1699952105:0;wine BITS.exe +: 1699989147:0;pas slice +: 1699989159:0;pai extra/superslicer +: 1699989258:0;superslicer +: 1699991054:0;pal slicer-udev +: 1699991065:0;pai prusa-sliver +: 1699991067:0;pai prusa-slicer +: 1699991081:0;pal prusa-slicer +: 1699992300:0;pas cura +: 1699992330:0;pai cura-bin +: 1699994575:0;vim Duct\ Knob-Body_25m_0.20mm_200C_PLA_ENDER3V2NEO.gcode +: 1699994696:0;vim CE3E3V2_Duct\ Knob-Body.gcode +: 1700002350:0;pas creality +: 1700002406:0;chmod 755 ./Creality_Print-v4.3.7.6627-x86_64-Release.AppImage +: 1700002409:0;./Creality_Print-v4.3.7.6627-x86_64-Release.AppImage +: 1700002557:0;chmod 755 ./Creality_Print-v4.3.6.6257-x86_64-Release.AppImage +: 1700002568:0;pas appimage +: 1700002577:0;pai libappimage +: 1700002675:0;ldd ./Creality_Print-v4.3.6.6257-x86_64-Release.AppImage +: 1700002684:0;./Creality_Print-v4.3.6.6257-x86_64-Release.AppImage +: 1700002702:0;./Creality_Print-v4.3.6.6257-x86_64-Release.AppImage.squash +: 1700002724:0;squashfuse ./Creality_Print-v4.3.7.6627-x86_64-Release.AppImage +: 1700002731:0;file Creality_Print-v4.3.7.6627-x86_64-Release.AppImage +: 1700002740:0;pal libappimage +: 1700150050:0;pas slic3r +: 1700150071:0;pai slic3r-bin +: 1700150227:0;pal slic3r-bin +: 1700150448:0;pai slic3r +: 1700151704:0;mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/bin" && wget -N https://raw.githubusercontent.com/alextrical/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && ./install.sh +: 1700152045:0;/usr/bin/slic3r +: 1700152074:0;yay -Rnsc slic3r +: 1700152087:0;yay --stats +: 1700171123:0;rm -rf .fusion360 +: 1700262691:0;pai blender +: 1700402467:0;unp -U Butimthebadguy-0.0567v3-pc.zip +: 1700417818:0;cd Documents/3D\ Print +: 1700417840:0;xed CE3V3SE_Duct\ Knob-Body.gcode +: 1700758214:0;md5sum Ender-3\ V3\ SE\ _supplementary\ files_EN_V1.3.zip +: 1700763786:0;host http://192.168.0.108 +: 1700763792:0;host 192.168.0.108 +: 1700763799:0;drill -x 192.168.0.108 +: 1700763815:0;drill -x 192.168.0.108 @192.168.0.42 +: 1700789501:0;ssh octopi +: 1700789663:0;ping 192.168.0.108 +: 1700918371:0;unp -U Lily-1.0-Final-linux.tar.bz2 +: 1700918591:0;cd Lily-1.0-Final-linux +: 1701009302:0;./Lily.sh +: 1701036696:0;vim .conf +: 1701036739:0;vim .local/share/cura/5.5/variants/creality/creality_ender3v3se_0.4.inst.cfg +: 1701036755:0;vim .local/share/cura/5.5/definitions/creality_ender3v3se.def.json +: 1701042391:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1542390 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/Monolith/Monolith.exe +: 1701042424:0;ls /mnt/games/Steam/steamapps/common/Monolith/Monolith.exe +: 1701042427:0;ls /mnt/games/Steam/steamapps/common/Monolith/Monolith.exe -lah +: 1701042439:0;file /mnt/games/Steam/steamapps/common/Monolith/Monolith.exe +: 1701111814:0;cd EV3SE +: 1701111960:0;cp klipper.bin /run/media/jinks/NEW\ VOLUME/firmware.bin +: 1701112020:0;md5sum klipper.bin +: 1701112028:0;md5sum /run/media/jinks/NEW\ VOLUME/firmware.bin +: 1701112435:0;cp klipper.bin /run/media/jinks/NEW\ VOLUME/FIRMWARE.BIN +: 1701112447:0;md5sum klipper.bin /run/media/jinks/NEW\ VOLUME/FIRMWARE.BIN +: 1701113516:0;cp klipper.bin /run/media/jinks/E94F-0E46 +: 1701113593:0;cp klipper.bin /run/media/jinks/E94F-0E46/KLIPPER.BIN +: 1701113664:0;cp klipper.bin /run/media/jinks/E94F-0E46/FIRMWARE.BIN +: 1701113767:0;cp klipper.bin /run/media/jinks/E94F-0E46/main.bin +: 1701113867:0;cp Ender-3\ V3\ SE_HWCR4NS200320C13_SWV1.0.6_GD303/Ender-3\ V3\ SE_HWCR4NS200320C13_SWV1.0.6_GD303.bin /run/media/jinks/E94F-0E46 +: 1701113875:0;cp klipper.bin /run/media/jinks/E94F-0E46/Ender-3\ V3\ SE_HWCR4NS200320C13_SWV1.0.6_GD303.bin +: 1701114198:0;cp klipper.bin /run/media/jinks/E94F-0E46/Firmware.bin +: 1701117512:0;cp klipper.bin /run/media/jinks/AGFA/firmware123.bin +: 1701117709:0;cp Ender-3\ V3\ SE_HWCR4NS200320C13_SWV1.0.6_GD303/Ender-3\ V3\ SE_HWCR4NS200320C13_SWV1.0.6_GD303.bin /run/media/jinks/AGFA/FIRMWARE123.bin +: 1701117717:0;rm -rf /run/media/jinks/AGFA/System\ Volume\ Information +: 1701128176:0;cd /mnt/games/Steam/Vortex/starfield/mods +: 1701128192:0;find . -iname "*imgui*" +: 1701128200:0;find . -iname "*inje*" +: 1701148555:0;pas orca +: 1701148560:0;pas orcaslicer +: 1701272515:0;yay -Ss amdvlk +: 1701299137:0;cd /mnt/games/Steam/steamapps/common/QuantumBreak/ +: 1701299142:0;cd videos +: 1701299180:0;mpv cine_j2_300.bk2 +: 1701299270:0;pai bikplayer-bin +: 1701299273:0;pai binkplayer-bin +: 1701299284:0;pal binkplayer-bin +: 1701299306:0;binkplayer cine_11_610.bk2 +: 1701299332:0;binkplayer cine_11_610_4k.bk2 +: 1701299413:0;binkplayer prevact2_junction1a.bk2 +: 1701299464:0;binkplayer prevact3_junction1a_junction2a.bk2 +: 1701299509:0;binkplayer qb_end_act1.bk2 +: 1701299534:0;binkplayer show_ep1.bk2 +: 1701299553:0;binkplayer title_sequence_act1.bk2 +: 1701299586:0;binkplayer prevshow1a.bk2 +: 1701299605:0;binkplayer cine_61_100.bk2 +: 1701299615:0;binkplayer cine_63_100.bk2 +: 1701299631:0;binkplayer cine_j1_intro_combined.bk2 +: 1701299650:0;binkplayer junction_stats_1a.bk2 +: 1701299684:0;binkplayer prevact2_junction1b.bk2 +: 1701299735:0;binkplayer os_a2p1_100.bk2 +: 1701299750:0;binkplayer prevshow1b.bk2 +: 1701299765:0;binkplayer cine_junc_diary_serene_01_1b.bk2 +: 1701299793:0;binkplayer a3p1_hatch_speech.bk2 +: 1701299806:0;binkplayer cine_a3p1_intro_j2b.bk2 +: 1701299822:0;binkplayer cine_j2_300.bk2 +: 1701299865:0;binkplayer os_a6p1_marketing.bk2 +: 1701299879:0;./a1_p1_paul_presentation.bk2 +: 1701299902:0;./a1_p1_paul_presentation_wide.bk2 +: 1701299994:0;[<0;111;36M +: 1701300157:0;/usr/bin/binkplayer +: 1701301072:0;binkplayer act1_part2_3165628d.rec +: 1701358617:0;v4l2-ctl --list-devices +: 1701358625:0;sudo v4l2-ctl --list-devices +: 1701364302:0;cd /mnt/hera/jinks/XXX +: 1701364308:0;yt-dlp 'https://www.drpornofilme.com/filme/arschficken-im-park-wieder-einmal/' +: 1701454049:0;pas rapberry +: 1701454208:0;rpi-imager +: 1701454215:0;sudo rpi-imager +: 1701454234:0;sudo -E rpi-imager +: 1701457104:0;ssh-keygen -R octopi +: 1701457112:0;ssh-keygen -R 192.168.0.108 +: 1701459516:0;scp pi@octopi:klipper/out/klipper.bin . +: 1701459534:0;mv klipper.bin klipper20231201_v1.bin +: 1701475713:0;rg arc +: 1701475728:0;rg -i arc +: 1701478092:0;unp -U CumonaBeach-0.8-pc.zip +: 1701478130:0;cd CumonaBeach-0.8-pc +: 1701491599:0;unp -U TWV-V_4.0_FINAL-pc.zip +: 1701491751:0;cd TWV-V_4.0_FINAL-pc +: 1701548661:0;drill -x 192.168.0.192 +: 1701548664:0;drill -x 192.168.0.195 +: 1701548979:0;ssh pi@oktopi +: 1701556445:0;cd Documents +: 1701556470:0;scp -r mks@mkspi:~ . +: 1701556515:0;scp -r mks@mkspi:/home/mks . +: 1701556522:0;ls tmp +: 1701556525:0;mc tmp +: 1701556995:0;wget https://github.com/fryc88/sv07/raw/main/sv07plus/armbian-update.deb +: 1701558045:0;du -hs mks +: 1701558596:0;cd tmp/mks +: 1701558614:0;scp printer_data/config/printer.cfg mks@mkspi: +: 1701558782:0;scp -r printer_data/config/ mks@mkspi: +: 1701558918:0;scp armbian-update.deb mks@mkspi: +: 1701559037:0;scp armbian-update.deb mks@mkspi:some_deb.deb +: 1701574850:0;ssh-copy-id -i .ssh/id_ed25519.pub mks@mkspi +: 1701578705:0;less KSP_Modlist +: 1701643973:0;pai vulkan-radeon lib32-vulkan-radeon +: 1701643983:0;yay -Rnsc amdvlk lib32-amdvlk +: 1701644241:0;vkinfo +: 1701644245:0;pas vulkan +: 1701644327:0;/usr/bin/vulkaninfo +: 1701644332:0;pal vulkan-tools +: 1701644335:0;/usr/bin/vkcubepp +: 1701644349:0;/usr/bin/vkcube +: 1701644353:0;/usr/bin/vkcube-wayland +: 1701714538:0;scp -r hera:OrcaSlicer_SuperSlicer/* . +: 1701714542:0;scp -r hera:OrcaSlicer_SuperSlicer/\* . +: 1701718619:0;rm -rf OrcaSlicer +: 1701718801:0;scp -r hera:OrcaSlicer_SuperSlicer/ . +: 1701718870:0;cd .config/O +: 1701718872:0;cd .config/OrcaSlicer +: 1701718880:0;mc ~/OrcaSlicer_SuperSlicer . +: 1701719026:0;vimdiff Ellis_Decorative_45_Degree_15mm3-CoreXY-Speeds.json _Ellis_Decorative_45_Degree_24mm3-CoreXY-Speeds.json +: 1701719170:0;vimdiff Ellis_Decorative_45_Degree_15mm3-CoreXY-Speeds.json Ellis_Decorative_Standard_15mm3-CoreXY-Speeds.json +: 1701719226:0;vimdiff Ellis_Decorative_Standard_15mm3-CoreXY-Speeds.json Ellis_PIF_Standard_15mm3-CoreXY-Speeds.json +: 1701719444:0;pal orca-slicer-bin +: 1701719606:0;cat "/opt/orca-slicer/resources/profiles/Sovol/machine/Sovol SV06 Plus 0.4 nozzle.json" +: 1701719631:0;cat "/opt/orca-slicer/resources/profiles/Sovol/machine/Sovol SV06 Plus.json" +: 1701719639:0;locate sovol_sv06plus_buildplate_texture.png +: 1701719677:0;feh /opt/orca-slicer/resources/profiles/Sovol/sovol_sv06plus_buildplate_texture.png +: 1701719709:0;xdg-open /opt/orca-slicer/resources/profiles/Sovol/sovol_sv06plus_buildplate_model.stl +: 1701721650:0;cd drive_c/TWV-V_4.0_FINAL-pc +: 1701810285:0;pas camera +: 1701810322:0;pas webcam +: 1701810331:0;pai cheese +: 1702082679:0;./TWV.sh +: 1702083084:0;unzip -l ../Tales_of_Terrara-0.3.3-pc-prepatched-hc.zip +: 1702083090:0;ls ../ToT-0.3.3-pc +: 1702156980:0;vim LastSession.sbl~ +: 1702156990:0;vim LastSession.sbl +: 1702159209:0;mc /mnt/games/PrismLauncher/instances/ATM9\ -\ 0.2.28 ~/tmp +: 1702169383:0;[<0;141;44M +: 1702188981:0;restic +: 1702188988:0;restic mount +: 1702188991:0;restic mount --help +: 1702189025:0;restic mount ./mnt +: 1702189070:0;restic -r hera:/mnt/storage/backups/jinks/restic mount ./mnt +: 1702189079:0;restic -r ssh://hera:/mnt/storage/backups/jinks/restic mount ./mnt +: 1702189439:0;restic -r sftp:hera:/mnt/storage/backups/jinks/restic mount ./mnt +: 1702189446:0;mc mnt tmp +: 1702191182:0;locate SpaceEngineers-Dedicated.cfg +: 1702191188:0;less /home/jinks/Downloads/SpaceEngineers-Dedicated.cfg +: 1702192628:0;unp -U ToT-0.3.5-pc-prepatched-hc.zip +: 1702192640:0;cd ToT-0.3.5-pc-prepatched-hc +: 1702233314:0;mc /mnt/games/Steam/steamapps/compatdata . +: 1702322963:0;strace prismlauncher +: 1702323198:0;xdg-mime default nemo.desktop inode/directory +: 1702323200:0;xdg-mime query default inode/directory +: 1702323206:0;xdg-open /mnt +: 1702323248:0;xdg-mime default nemo.desktop inode/* +: 1702323250:0;xdg-mime default nemo.desktop inode/\* +: 1702323261:0;xdg-mime query default inode/\* +: 1702323264:0;xdg-mime query default inode/ +: 1702323266:0;xdg-mime query default inode +: 1702323272:0;xdg-mime query default inode/sd +: 1702330542:0;vim solcarrot-server.toml +: 1702334640:0;zgrep "Added coolant" *.gz +: 1702334644:0;rg Added +: 1702334652:0;rg coolant +: 1702395309:0;ls ATM9\ -\ 0.2.28/minecraft/mods +: 1702396126:0;ls ATM9\ -\ 0.2.29/minecraft/mods/easy_* +: 1702397132:0;nslookup 192.168.0.23 +: 1702409306:0;localc +: 1702409319:0;localc material_export.tsv +: 1702483000:0;meld ATM9\ -\ 0.2.28 ATM9\ -\ 0.2.29 +: 1702483023:0;meld ATM9\ -\ 0.2.29 ATM9\ -\ 0.2.31 +: 1702484136:0;sshfs play@zeus:games/minecraft/ATM9 ../srv_new +: 1702484155:0;meld ATM9\ -\ 0.2.31/minecraft ../srv_new +: 1702485399:0;fusermount -u ../srv_new +: 1702486215:0;cd EverlastingAbilities +: 1702486235:0;vim src/main/java/org/cyclops/everlastingabilities/ability/AbilityTypeSpecialStepAssist.java +: 1702486538:0;scp ATM9\ -\ 0.2.31/minecraft/mods/step-1.20.1-1.2.2.jar play@zeus: +: 1702509811:0;rg 1.19 +: 1702510042:0;cat h +: 1702510045:0;rm h +: 1702510065:0;git add build.gradle src/main/java/com/github/jinks/extbackup/ExtBackup.java src/main/java/com/github/jinks/extbackup/ExtBackupUtil.java src/main/resources/META-INF/mods.toml +: 1702510081:0;git commit -m "1.19.2" +: 1702510159:0;scp build/libs/ExtBackup-1.20.1-1.1.1.jar play@zeus: +: 1702510262:0;git commit -m "1.20.1" +: 1702510609:0;cd /mnt/games/PrismLauncher/instances/ATM9\ -\ 0.2.31 +: 1702511121:0;meld eb508d83-f05d-47ef-b176-edb66f143b46 522decc6-c13f-4466-bfc9-2b6a0979eafb +: 1702511167:0;meld eb508d83-f05d-47ef-b176-edb66f143b46 563585eb-7938-4c59-9237-0358d69618b8 +: 1702514768:0;cd ATM9\ -\ 0.2.31/minecraft/mods +: 1702514785:0;scp growthcraft-1.20.1-9.1.2.jar mffs-5.1.9-all.jar play@zeus: +: 1702522007:0;scp connectivity-1.20.1-4.8.jar cupboard-1.20.1-2.1.jar play@zeus: +: 1702531749:0;vim ../config/connectivity.json +: 1702532303:0;scp PacketFixer-forge-1.2.1-1.20.1.jar play@zeus: +: 1702570852:0;ls notenoughcrashes-4.4.6+1.20.1-forge.jar +: 1702570902:0;ls ModernUI-Forge-1.20.1-3.9.0.4-universal.jar +: 1702680582:0;git clone https://github.com/TechnicianLP/ReAuth.git +: 1702680587:0;cd ReAuth +: 1702680592:0;git checkout -b 1.19 +: 1702680655:0;git branch --set-upstream-to=origin/1.19 1.19 +: 1702680679:0;git config pull.ff only +: 1702680692:0;git rebase +: 1702680728:0;vim settings.gradle +: 1702680740:0;vim version +: 1702680751:0;vim version.json +: 1702680855:0;./gradle build +: 1702681947:0;pas atkins +: 1702681957:0;pai ttf-atkinson-hyperlegible +: 1702681982:0;pas fira +: 1702682038:0;pal ttf-atkinson-hyperlegible +: 1702722224:0;vim config/jei/jei-client.ini +: 1702722271:0;vim config/jei/jei-mod-id-format.ini +: 1702722285:0;vim config/jei/blacklist.cfg +: 1702722505:0;vim config/ae2/common.json +: 1702733700:0;vim config/ae2additions-common.toml +: 1702751673:0;vim config/ae2/client.json +: 1702823073:0;scp mods/BuddingCrystals-3.0.0.jar mods/dynamicassetgenerator-forge-1.20.1-4.2.1.jar play@zeus: +: 1702837024:0;vim config/enchdesc.json +: 1702946949:0;vim config/biomesoplenty/biome_toggles.json +: 1702953241:0;scp mods/plushies-1.3.0-forge.jar play@zeus: +: 1703002879:1;scp mods/RainShield-1.20.1-1.1.2.jar play@zeus: +: 1703003029:0;scp -r saves/Another\ World play@zeus: +: 1703089099:0;scp mods/GeOre* play@zeus: +: 1703121571:0;ping shorbus.fail +: 1703121575:0;ping shortbus.fail +: 1703121587:0;ping hestia +: 1703198883:0;yay -Rnsc pinta +: 1703252197:0;meld ATM9\ -\ 0.2.31/ ATM9\ -\ 0.2.32 +: 1703261801:0;cp /mnt/hera/share/Upload/minecraft/ATM9/Pretty_Pipez_1_20.zip ATM9\ -\ 0.2.32/minecraft/resourcepacks +: 1703265671:0;vim ATM9\ -\ 0.2.32/minecraft/config/enchdesc.json +: 1703266091:0;pai pinta +: 1703266124:0;pinta Pictures/Screenshots/screenshot_2023-12-22-182759.png +: 1703308499:0;ls HornyCraft-0.12.1-pc +: 1703309423:0;ls Family_Affair +: 1703309425:0;ls Family_Affair* +: 1703309687:0;cd Family_Affair-0.103-pc +: 1703309695:0;./Family_Affair.sh +: 1703311087:0;le Earn +: 1703311170:0;cd FamilyAffairWeek3-0.117.ENeditFix1.-pc +: 1703311651:0;mc . FamilyAffairWeek3-0.119Syd_free.-pc +: 1703311741:0;cd FamilyAffairWeek3-0.119Syd_free.-pc +: 1703311749:0;less ../love_patch.rpy +: 1703311759:0;cat ../love_patch.rpy +: 1703311769:0;rg lovepatch +: 1703311774:0;rg -z lovepatch +: 1703311799:0;file game/archive.rpa +: 1703311805:0;less game/archive.rpa +: 1703311815:0;rg -i lovepatch . +: 1703311819:0;rg -i love +: 1703311847:0;cp ../love_patch.rpy renpy +: 1703311856:0;cp renpy/love_patch.rpy game +: 1703311942:0;rm renpy/love_patch.rpy +: 1703311946:0;rm game/love_patch.rpy +: 1703312010:0;rm -rf FamilyAffairWeek3-0.119Syd_free.-pc +: 1703312012:0;unp -U FamilyAffairWeek3-0.119Syd_free.-pc.zip +: 1703321859:0;unp -U EarnYourFreedom3D-\(0.08a\)-pc.zip +: 1703321870:0;cd EarnYourFreedom3D-\(0.08a\)-pc +: 1703321949:0;mv ../1-1-LT1.save game/saves/1-6-LT1.save +: 1703323246:0;mv game/saves/1-6-LT1.save game/saves/2-1-LT1.save +: 1703323250:0;./EarnYourFreedom3D.sh +: 1703325397:0;ls | grep easy +: 1703325398:0;ls | grep easty +: 1703325417:0;unp -U The\ Record\ of\ Beastiality\ Princess-1.0e.zip +: 1703325426:0;cd The\ Record\ of\ Beastiality\ Princess-1.0e +: 1703325436:0;wine GameStart.exe +: 1703404548:0;cd ATM9\ -\ 0.2.32 +: 1703404569:0;vim local/ftbultimine-client.snbt +: 1703407874:0;vim config/curios-client.toml +: 1703491036:0;ls ~/.config/systemd/user/systemd-utility.service +: 1703491042:0;ls /etc/systemd/system/systemd-utility.service +: 1703491047:0;ls ~/.config/.data/lib.jar +: 1703521754:0;cd /home/jinks/Nextcloud/InstantUpload/Camera/2019/03 +: 1703521768:0;touch IMG_20190326_072931.jpg +: 1703521780:0;touch IMG_20190326_203743.jpg +: 1703523999:0;pai shotcut +: 1703578567:0;../CorruptedLove-0.7-pc +: 1703579527:0;unp -U CorruptedLove-0.8.1a-pc.zip +: 1703579572:0;cd CorruptedLove-0.8.1a-pc +: 1703600593:0;pas bahnschrift +: 1703600606:0;pas ms font +: 1703600658:0;paq ttf-ms-win11 +: 1703600756:0;pai ttf-ms-win11 +: 1703600969:0;pas 1451 +: 1703602189:0;cd .local/share/fonts +: 1703602202:0;mv ~/Downloads/bahnschrift.ttf . +: 1703602208:0;xdg-open bahnschrift.ttf +: 1703602331:0;fc-cache rehash +: 1703602334:0;fc-cache +: 1703602336:0;fc-cache -h +: 1703602350:0;fc-cache rehas +: 1703602362:0;fc-list +: 1703602368:0;fc-list | grep ahn +: 1703663568:0;scp mods/ServerTabInfo-1.20-1.3.8.jar play@zeus: +: 1703667278:0;unp -U ThePilgrimage-Christmas2023-pc.zip +: 1703667289:0;cd ThePilgrimage-Christmas2023-pc +: 1703689336:0;vim ATM9\ -\ 0.2.32/minecraft/config/curios-client.toml +: 1703704368:0;ping 0 +: 1703704384:0;ping 0.0.0.0 +: 1703707030:0;ping -c4 2130706433 +: 1703707366:0;ping 7f.0.0.1 +: 1703707371:0;ping 0x7f.0.0.1 +: 1703709306:0;lsmod | grep lo +: 1703716676:0;ls saves/Another\ World/serverconfig/noflyzone-server.toml +: 1703716679:0;less saves/Another\ World/serverconfig/noflyzone-server.toml +: 1703721701:0;meld ATM9\ -\ 0.2.32/minecraft/kubejs ATM9\ -\ 0.2.34/minecraft/kubejs +: 1703721753:0;meld ATM9\ -\ 0.2.32/minecraft/config ATM9\ -\ 0.2.34/minecraft/config +: 1703722116:0;cd ATM9\ -\ 0.2.34 +: 1703722120:0;cd minecraft +: 1703722184:0;mv mods/Cyclic-1.20.1-1.12.4.jar ../../ATM9\ -\ 0.2.32/minecraft/mods +: 1703722207:0;mv ../../ATM9\ -\ 0.2.32/minecraft/mods/Cyclic-1.20.1-1.12.5.jar . +: 1703722223:0;mv Cyclic-1.20.1-1.12.5.jar mods +: 1703722353:0;scp mods/Cyclic-1.20.1-1.12.5.jar mods/l2library-2.4.22.jar mods/plushies-1.4.0-forge.jar play@zeus: +: 1703722365:0;ls mods/architectury-9.1.12-forge.jar +: 1703722601:0;ls mods/SolarFluxReborn-1.20.1-20.1.2.jar +: 1703722649:0;ls mods/HammerLib-1.20.1-20.1.24.jar +: 1703722682:0;scp mods/SolarFluxReborn-1.20.1-20.1.5.jar play@zeus: +: 1703722800:0;scp mods/rftoolsdim-1.20-11.0.5.jar play@zeusL +: 1703722803:0;rm play@zeusL +: 1703722804:0;scp mods/rftoolsdim-1.20-11.0.5.jar play@zeus: +: 1703722947:0;meld ../../ATM9\ -\ 0.2.32/minecraft . +: 1703733617:0;scp mods/Cyclic-1.20.1-1.12.5.jar play@zeus: +: 1703734833:0;git clone git@github.com:jinks/Cyclic.git +: 1703734851:0;cd Cyclic +: 1703734861:0;git checkout -b curios-fix +: 1703734884:0;cd src/main/resources/data/cyclic/curios/slots +: 1703734933:0;sed -i 's/toggle\":false/toggle":true/' *.json +: 1703734939:0;less charm.json +: 1703735099:0;git remote add upstream https://github.com/Lothrazar/Cyclic +: 1703735119:0;git push --set-upstream origin curios-fix +: 1703929720:0;gammastep -O 7500 +: 1703929748:0;gammastep -h +: 1703934330:0;vim config/tempad.jsonc +: 1703934792:0;vim config/tempad-client.jsonc +: 1703934973:0;scp mods/PrettyPipes-1.15.0-all.jar mods/ppfluids-1.20.1-2.0.1.jar play@zeus: +: 1703936297:0;cd CarainCreekmaw-E1P2-pc +: 1703936833:0;ls OhDaddy-V0. +: 1703937863:0;gammastep -O 6500 +: 1703937869:0;gammastep -x +: 1703937895:0;unp -U CarainCreekmaw-Episode-2-pc.zip +: 1703938487:0;cd CarainCreekmaw-Episode-2-pc +: 1703938493:0;./CarainCreekmaw.sh +: 1703944296:0;unp -U My_stepsister_-_A_short_story-1.2-pc.zip +: 1703944300:0;cd My_stepsister_-_A_short_story-1.2-pc +: 1703944308:0;./My_stepsister_-_A_short_story.sh +: 1704068694:0;cd /mnt/games/PrismLauncher/instances/ATM9\ -\ 0.2.34/Mi +: 1704068719:0;less TrashSlotSaveState.json +: 1704134348:0;cd /mnt/games/PrismLauncher/instances/ATM9\ -\ 0.2.34/minecraft +: 1704326247:0;cd ATM9\ -\ 0.2.35 +: 1704326612:0;cd .config/nvim/bundle/vim-airline +: 1704326647:0;git pull --ff-only +: 1704326715:0;vim +: 1704328932:0;scp minecraft/mods/Stargate\ Journey-1.20.1-0.6.9.jar play@zeus: +: 1704329439:0;scp minecraft/mods/Stargate\ Journey-1.20.1-0.6.8\ Hotfix.jar play@zeus: +: 1704329761:0;mc ../ATM9\ -\ 0.2.34 +: 1704359792:0;cd /mnt/hera/share/Upload/minecraft/ATM9 +: 1704381372:0;scp minecraft/mods/Stargate\ Journey-1.20.1-0.6.10.jar play@zeus: +: 1704381729:0;mc /mnt/hera/share/Upload/minecraft/ATM9 minecraft +: 1704502383:0;driverless +: 1704540990:0;rm -rf ProjectMyriamLifeandExplorations-ch4.09a-pc +: 1704540995:0;unp -U ProjectMyriamLifeandExplorations-ch4.09a-pcp.zip +: 1704541048:0;cd ProjectMyriamLifeandExplorations-ch4.09a-pc +: 1704632415:0;cd Dow +: 1704749886:0;glxinfo | grep OpenGL +: 1704925032:0;cd /run/media/jinks/Ventoy/Stuff +: 1704925043:0;yay -Ss 8211 +: 1704925050:0;yay -Ss rtl 821 +: 1704925135:0;sudo blkid +: 1704925241:0;yay -G rtl8821au-dkms-git +: 1704925246:0;cd rtl8821au-dkms-git +: 1704925324:0;makepkg --allsource +: 1704925341:0;tar tf rtl8821au-dkms-git-5.12.5.2.r148.g0bfe654-1.src.tar.gz +: 1704925378:0;cp -a rtl8821au-dkms-git-5.12.5.2.r148.g0bfe654-1.src.tar.gz /run/media/jinks/Ventoy/Stuff +: 1704925391:0;less PKGBUILD +: 1704943924:0;unzip -l The_Forest_of_Love_v0.33.Linux.zip +: 1704943939:0;ls ForestOfLove +: 1704944078:0;ls Into_The_Wild +: 1704944253:0;unp -U SuccubusContract-v0.24.0_Final-pc.zip +: 1704944322:0;cd SuccubusContract-v0.24.0_Final-pc +: 1704944332:0;./SuccubusContract.sh +: 1704981200:0;cd Butimthebadguy-0.0567v3-pc +: 1704981742:0;unp -U Butimthebadguy-0.06v3-pc.zip +: 1704981757:0;cd Butimthebadguy-0.06v3-pc +: 1704983322:0;unp -U Haileys_Treasure_Adventure.v.0.7PC_x64.rar +: 1704983328:0;cd HTAx64 +: 1704983336:0;wine Hailey\'s\ Adventure.exe +: 1704984696:0;mv ../SaveData.txt ~/.local/share/Steam/steamapps/compatdata/3281320910/pfx/drive_c/users/steamuser/AppData/LocalLow/LAGS/Hailey\'s\ Adventure/ +: 1704985650:0;unp -U SuccubusContractII-v7.0-pc.zip +: 1704985674:0;cd SuccubusContractII-v7.0-pc +: 1705016037:0;hs HTAx64/ +: 1705016038:0;ls HTAx64/ +: 1705019707:0;cd Into_The_Wild +: 1705019727:0;../Into_The_Wild +: 1705019932:0;unp -U PowerVacuumChapter12Beta-12Beta-pc.zip +: 1705054133:0;paq dbus-units +: 1705054139:0;paq dbus-broker-units +: 1705054147:0;pas dbus unit +: 1705184985:0;xdg-mime query default text +: 1705184992:0;xdg-mime query default text/text +: 1705184994:0;xdg-mime query default text/txt +: 1705185021:0;xdg-mime query default text/plain +: 1705186431:0;scp -R SE play@zeus: +: 1705186438:0;scp -r SE play@zeus: +: 1705188015:0;cd /mnt/games/Steam/steamapps/compatdata/244850/pfx/drive_c/users/steamuser/AppData/Roaming/SpaceEngineers/\ +: 1705188021:0;mc ~/tmp , +: 1705188847:0;protontricks -l +: 1705188856:0;protontricks 244850 -q dotnet48 +: 1705188889:0;protontricks 244850 -q -f dotnet48 +: 1705189293:0;protontricks 244850 -f dotnet48 +: 1705189925:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=244850 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton8-25/proton waitforexitandrun /mnt/games/Steam/steamapps/common/SpaceEngineers/Bin64/SpaceEngineers.exe +: 1705190522:0;pas snitch +: 1705190530:0;pai opensnitch +: 1705190540:0;opensnitch +: 1705190556:0;opensnitch-ui +: 1705191173:0;ls -l /etc/resolv.conf +: 1705191200:0;sudo vim /etc/resolv.conf +: 1705191222:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=244850 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton8-25/proton waitforexitandrun /mnt/games/Steam/steamapps/common/SpaceEngineers/Bin64/SpaceEngineersLauncher.exe +: 1705358447:0;ls On_Endless_Roads\ AF\ 0.3 +: 1705358500:0;ls OER\ AF/Update/AF +: 1705358601:0;unp -U On_Endless_Roads_Farm_Life_AF_0.3.2.rar +: 1705359672:0;mv bags.PNG bags.png +: 1705359706:0;find . -name "*.PNG" - exec basename {} \; +: 1705359711:0;find . -name "*.PNG" -exec basename {} \; +: 1705359719:0;find . -name "*.PNG" -exec basename .PNG {} \; +: 1705359729:0;find . -name "*.PNG" -exec basename {} PNG \; +: 1705359733:0;find . -name "*.PNG" -exec basename {} .PNG \; +: 1705359773:0;find . -name "*.PNG" -exec mv {} $(basename {} .PNG).png \; +: 1705359778:0;find . -name "*.PNG" +: 1705359781:0;find . -name "*.JPG" +: 1705359815:0;ls House +: 1705359833:0;vils -R +: 1705359837:0;vils -r +: 1705359842:0;vils House +: 1705359847:0;cd House +: 1705359917:0;find . -name "*.PNG.*" -exec echo {} $(basename {} .PNG)\; +: 1705359926:0;find . -name "*.PNG.*" -exec "echo {} $(basename {} .PNG)" \; +: 1705359931:0;find . -name "*.PNG.*" -exec echo {} $(basename {} .PNG) \; +: 1705359938:0;find . -name "*.PNG.*" -exec echo {} $(basename {}.PNG) \; +: 1705359947:0;find . -name "*.PNG.*" -exec echo {} $(basename {} ) \; +: 1705359979:0;find . -name "*.PNG.*" -exec echo {} $(basename {} .PNG.png) \; +: 1705359985:0;find . -name "*.PNG.*" -exec echo {} $(basename {} PNG.png) \; +: 1705359988:0;man basename +: 1705360010:0;find . -name "*.PNG.*" -exec echo {} $(basename -s .PNG.png {}) \; +: 1705360045:0;find . -name "*.PNG.*" -exec echo {} $(sed s/.PNG.png/.png/ {}) \; +: 1705360062:0;find . -name "*.PNG.*" -exec echo {} $(sed s/.PNG.png/.png/ "{}") \; +: 1705360093:0;find . -name "*.PNG.*" -exec echo {} $(sed s/.PNG.png/.png/ $(echo "{}")) \; +: 1705360102:0;find . -name "*.PNG.*" -exec echo $(sed s/.PNG.png/.png/ $(echo "{}")) \; +: 1705360107:0;find . -name "*.PNG.*" -exec echo $(sed s/.PNG.png/.png/ $(echo " {} ")) \; +: 1705360110:0;find . -name "*.PNG.*" -exec echo $(sed s/.PNG.png/.png/ $(echo " \{\} ")) \; +: 1705360137:0;find . -name "*.PNG.*" | xargs basename -s .PNG.png +: 1705360154:0;find . -name "*.PNG.*" > file +: 1705360157:0;vim file +: 1705360205:0;sh file +: 1705360208:0;find . -name "*.PNG.*" +: 1705360210:0;rm file +: 1705366453:0;unp -U lis-0.18-win64.7z +: 1705366530:0;cd lis-0.18-win64 +: 1705366546:0;wine Lust\ is\ Stranger.exe +: 1705517369:0;sudo rm -rf 244850 +: 1705517423:0;cd ../../../../.. +: 1705517426:0;cd ../../../../../.. +: 1705517538:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=244850 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/compatibilitytools.d/SteamTinkerLaunch/steamtinkerlaunch waitforexitandrun /mnt/games/Steam/steamapps/common/SpaceEngineers/Bin64/SpaceEngineersLauncher.exe +: 1705704272:0;pai copyq +: 1705704535:0;pas ceserver +: 1705704556:0;yay -Rnsc python-senf rdup sdl2_sound-git +: 1705704563:0;pas goverlay +: 1705704574:0;yay -Rnsc goverlay-bin +: 1705712237:0;tail -f SpaceEngineers_20240120_014715632.log +: 1705712533:0;tail -f SpaceEngineers_20240120_020109220.log +: 1705712710:0;tail -f SpaceEngineers_20240120_020423681.log +: 1705714133:0;tail -f SpaceEngineers_20240120_022749341.log +: 1705758368:0;pas xde +: 1705758477:0;paq xde-desktop +: 1705758675:0;pai xde-start +: 1705758957:0;mkdir xde-start +: 1705758964:0;wget https://gitlab.com/petsam/xde-start/-/raw/main/PKGBUILD.git?ref_type=heads&inline=false +: 1705758968:0;wget 'https://gitlab.com/petsam/xde-start/-/raw/main/PKGBUILD.git?ref_type=heads&inline=false' +: 1705758974:0;mv PKGBUILD.git\?ref_type=heads\&inline=false PKGBUILD +: 1705759005:0;xde-start +: 1705759011:0;xde-start --help +: 1705759074:0;xde-start -L +: 1705759079:0;xde-start -anL +: 1705759107:0;xde-start -mL +: 1705759294:0;less /home/jinks/.config/autostart/.desktop.desktop +: 1705759508:0;pas azote +: 1705800203:0;ls .config/filezilla/queue.sqlite3 +: 1705800205:0;file .config/filezilla/queue.sqlite3 +: 1705800211:0;rm .config/filezilla/queue.sqlite3 +: 1705813870:0;swappy -f +: 1705813872:0;swappy -h +: 1705813950:0;man grip +: 1705813976:0;grep grim .config/sway/config +: 1705813986:0;slurp | swappy +: 1705814002:0;swappy $(slurp) +: 1705814014:0;man swappy +: 1705814078:0;pai flameshot +: 1705814084:0;flameshot gui +: 1705874175:0;rsync --dry-run -avxHAX 244850.bak/ 244850/ +: 1705874261:0;ls 244850 +: 1705874266:0;ls 244850.bak +: 1705874276:0;rsync -avxHAX 244850.bak/ 244850/ +: 1706034508:0;kill -9 277041 +: 1706034523:0;kill -9 276958 +: 1706034538:0;kill -9 277070 +: 1706034539:0;ps aux | grep Space +: 1706034544:0;kill -9 277178 +: 1706135928:0;cd Saves/76561198042256421/MP\ 2023-09-16 +: 1706135934:0;cd Storage +: 1706135961:0;cd MP\ Zeus +: 1706135990:0;less Sandbox_config.sbc +: 1706136005:0;less Sandbox.sbc +: 1706136070:0;grep PublishedFile MP\ Zeus/Sandbox.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/'1;89;37m +: 1706136072:0;grep PublishedFile MP\ Zeus/Sandbox.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/' +: 1706136078:0;grep PublishedFile Sandbox.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/' +: 1706136087:0;grep PublishedFile Sandbox.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/' > F1 +: 1706136102:0;grep PublishedFile Sandbox_config.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/' F2 +: 1706136106:0;grep PublishedFile Sandbox_config.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/' > F2 +: 1706136112:0;vimdiff F1 F2 +: 1706155113:0;rg dep +: 1706155116:0;rg depe +: 1706155163:0;rg dependenci +: 1706155171:0;rg -A 5 dependenci +: 1706159578:0;cat F1 | wc -l +: 1706159585:0;cat F1 +: 1706159588:0;cat F2 +: 1706159593:0;grep PublishedFile Sandbox_config.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/' +: 1706159597:0;grep PublishedFile Sandbox_config.sbc | sed -E 's/.*(.*)<\/PublishedFileId>/\1/' | wc -l +: 1706739452:0;telnet sweevo.net 4113 +: 1706739491:0;curl --proxy sweevo.net:4113 ipecho.net/plain +: 1706739602:0;curl --proxy jinks:Shad0W@sweevo.net:4113 ipecho.net/plain +: 1706739618:0;curl --proxy jinks:Shad0W@sweevo.net:4113 https://ipecho.net/plain +: 1706758344:0;unp -U TheHardWayFree-0.31.1-pc.zip +: 1706758361:0;cd TheHardWayFree-0.31.1-pc +: 1706758364:0;./TheHardWayFree.sh +: 1706761332:0;ls game/images +: 1706761349:0;find . -iname "Scenes" +: 1706761470:0;pas rpaex +: 1706761473:0;pas unren +: 1706761590:0;pas raptool +: 1706761599:0;pai rpatool-git +: 1706761609:0;rpatool +: 1706761629:0;cp ../game/archive.rpa . +: 1706761634:0;rpatool -x archive.rpa +: 1706761725:0;vlc HS_GH1_Ab1.webp +: 1706761743:0;feh HS_GH1_Ab1.webp +: 1706761850:0;feh Map_bg.w +: 1706761856:0;feh Map_bg.webp +: 1706765067:0;unp -U NekoParadise-0.18-pc-standard.zip +: 1706765090:0;cd NekoParadise-0.18-pc-standard +: 1706765095:0;./NekoParadise.sh +: 1706790948:0;systemctl cat archlinux-keyring-wkd-sync.service +: 1706790965:0;cat /usr/bin/archlinux-keyring-wkd-sync +: 1706791015:0;sudo /usr/bin/archlinux-keyring-wkd-sync +: 1706791696:0;systemctl suspend\\ + +: 1706858554:0;scp play@zeus:palworld-save-tools/Level.sav.json . +: 1706858570:0;code Level.sav.json +: 1706858785:0;scp Level.sav.json play@zeus: +: 1706858994:0;rm Level.sav.json +: 1707013360:0;ls -ld +: 1707013395:0;btrfs sub li . +: 1707013397:0;sudo btrfs sub li . +: 1707013432:0;diff -ru angelbob_2023 angelbob_2023x +: 1707028848:0;vim .config/alsoft.conf +: 1707411428:0;pas glibc +: 1707419316:0;pas supergfx +: 1707557995:0;paq ttf-harmonyos-sans +: 1707558070:0;pas falkon +: 1707558077:0;pai falkon +: 1707558196:0;paq patool +: 1707558235:0;paq mozilla-common +: 1707558286:0;paq cantata +: 1707558301:0;paq discord-rpc +: 1707558308:0;yay -Rnsc xnviewmp wormhole-william-bin vulkan-amdgpu-pro swaybg-git rpi-imager-bin ttf-harmonyos-sans patool opera-ffmpeg-codecs openrgb-bin mozilla-common lib32-faudio java17-openjfx electron24 binkplayer-bin amf-amdgpu-pro cantata discord-rpc +: 1707558348:0;pai swaybg +: 1707558435:0;paq benchmark fvs +: 1707558602:0;pal orca-slicer-bin-debug +: 1707558625:0;yay -Rnsc orca-slicer-bin-debug +: 1707558792:0;pacman -Q +: 1707558797:0;pacman -Q | grep debig +: 1707558799:0;pacman -Q | grep debug +: 1707558823:0;ls /usr/lib/debug/ +: 1707559036:0;yay -Rnsc gkrellm +: 1707560570:0;ps aux | grep ext +: 1707560571:0;ps aux | grep extc +: 1707560578:0;killall nextcloud +: 1707560585:0;nextcloud +: 1707562583:0;unp -U CorruptedLove-0.8.2-pc.zip +: 1707562760:0;cd CorruptedLove-0.8.2-pc +: 1707564776:0;unp -U Tales_of_Terrara-0.3.6-pc-patched-hc.zip +: 1707564785:0;cd ToT-0.3.6-pc-prepatched-hc +: 1707566120:0;unp -U ProjectMyriamLifeandExplorations-ch4.10a-pcp.zip +: 1707566185:0;cd ProjectMyriamLifeandExplorations-ch4.10a-pc +: 1707569363:0;unp -U 23Sisters-1.0Full-pc.zip +: 1707569400:0;cd 23Sisters-1.0Full-pc +: 1707569462:0;./23Sisters.sh +: 1707663550:0;yay -S --answerclean All --rebuildall prismlauncher +: 1707663578:0;ls /mnt/games/PrismLauncher/instances +: 1707666225:0;meld ATM9\ -\ 0.2.35/minecraft/kubejs ATM9\ -\ 0.2.43/minecraft/kubejs +: 1707666392:0;meld ATM9\ -\ 0.2.35/minecraft/config ATM9\ -\ 0.2.43/minecraft/config +: 1707667785:0;vimdiff ../../ATM9\ -\ 0.2.35/minecraft/options.txt options.txt +: 1707776692:0;tar tvf AB-DEMO.tar.gz +: 1707777127:0;clear +: 1707777141:0;chmod 644 AB-DEMO.tar.gz +: 1707777164:0;cd /mnt/virt/games/itch +: 1707777177:0;tar tf AB-DEMO.tar.gz +: 1707777195:0;chmod 755 AB-DEMO.tar.gz +: 1707777216:0;ldd AB-DEMO.tar.gz +: 1707778519:0;l +: 1707779356:0;./AB-DEMO.tar.gz +: 1707779425:0;strings ./AB-DEMO.tar.gz +: 1707779523:0;file-roller AB-DEMO.tar.gz +: 1707779766:0;binwalk AB-DEMO.tar.gz +: 1707779787:0;pao binwalk +: 1707779792:0;pal binwalk +: 1707779801:0;man binwalk +: 1707779807:0;binwalk -h +: 1707779840:0;binwalk -e AB-DEMO.tar.gz +: 1707780044:0;squashfuse ./2E4C0.squashfs +: 1707780048:0;mkdir mnt +: 1707780051:0;squashfuse ./2E4C0.squashfs mnt +: 1707780053:0;ls mnt +: 1707780065:0;fusermount -u mnt +: 1707780073:0;file 225D8.xz +: 1707780081:0;xz -d 225D8.xz +: 1707780088:0;binwalk 225D8.xz +: 1707780101:0;binwalk -ve 225D8.xz +: 1707780112:0;cd _225D8.xz.extracted +: 1707780144:0;file AppRun +: 1707780149:0;binwalk AppRun +: 1707780204:0;find . -iname "*.lua" +: 1707780255:0;find . -iname "*.png" +: 1707780258:0;find . -iname "*.jpg" +: 1707780615:0;binwalk -Me AB-DEMO.tar.gz +: 1707780658:0;cd _AB-DEMO.tar.gz.extracted +: 1707780670:0;file love +: 1707780677:0;binwalk love +: 1707780742:0;cd _love.extracted +: 1707780749:0;less main.lua +: 1707780823:0;ls Game +: 1707780835:0;less bc.lua +: 1707780843:0;eg 11.4 +: 1707780844:0;rg 11.4 +: 1707780862:0;rg love2d +: 1707780877:0;less squashfs-root/license.txt +: 1707781209:0;file AB-DEMO.tar.gz +: 1707781215:0;rm -rf _AB-DEMO.tar.gz.extracted +: 1707784039:0;pai inxi +: 1707784047:0;pai -y inxi +: 1707784054:0;inxi -D +: 1707790221:0;inxi -h +: 1707790288:0;inxi -F +: 1707866840:0;vim game.py +: 1707866844:0;cat game.py +: 1707866846:0;python game.py +: 1707931609:0;unp -U On_Endless_Roads_Farm_Life_AF_0.3.3.rar +: 1707931615:0;cd OER\ AF +: 1708095174:0;cd /mnt/hera/share/Upload/ +: 1708095178:0;mkdir SPAM +: 1708095186:0;mv BUNDESPOLIZEI.docx JUSTIZPROZESS.docx SPAM +: 1708123146:0;nmap -sP 192.168.0.0/24 +: 1708126877:0;ls On_Endless_Roads* +: 1708126910:0;rm -rf On_Endless_Roads\ AF\ 0.3 +: 1708126928:0;rm -rf On_Endless_Roads_Farm_Life_AF_0.3.3/ +: 1708126935:0;rm On_Endless_Roads_Farm_Life_AF_0.3.2.rar +: 1708126949:0;unp -l On_Endless_Roads_Farm_Life_AF_0.3.3.rar +: 1708126960:0;ls OER\ AF +: 1708126975:0;rm -rf OER\ AF +: 1708126979:0;ls On_Endless_Roads_Farm_Life_AF_0.3.3.rar +: 1708131293:0;unp -U The_Forest_of_Love_v0.34_Carrot_LINUX.zip +: 1708131299:0;ls Linux +: 1708131324:0;mkdir TheForestOfLove +: 1708131335:0;mv Linux/* TheForestOfLove +: 1708131337:0;rmdir Li +: 1708131339:0;rmdir Linux +: 1708131342:0;cd TheForestOfLove +: 1708131350:0;chmod 755 theforestoflove.x86_64 +: 1708163842:0;./theforestoflove.x86_64 +: 1708257594:0;ssh 192.168.0.23 +: 1708259808:0;ssh dyonisys +: 1708259811:0;ssh dyonisus +: 1708261418:0;curl hera:6080 +: 1708261424:0;curl -I hera:6080 +: 1708261442:0;curl -I hera:80 +: 1708261475:0;curl -I hera:443 +: 1708262642:0;curl -I http://smokeping.home.sweevo.net +: 1708262665:0;curl -I http://traefik.home.sweevo.net +: 1708262686:0;curl -I https://traefik.home.sweevo.net +: 1708262697:0;curl -I https://traefik.home.sweevo.net/dashboard/ +: 1708262702:0;curl -i https://traefik.home.sweevo.net/dashboard/ +: 1708262725:0;curl -i https://smokeping.home.sweevo.net +: 1708262732:0;curl -i https://smokeping.home.sweevo.net/smokeping +: 1708262748:0;curl -i http://smokeping.home.sweevo.net/smokeping +: 1708263433:0;telnet hera 80 +: 1708263442:0;telnet hera 443 +: 1708263497:0;telnet web.de 433 +: 1708263502:0;telnet web.de 443 +: 1708263584:0;curl -i http://nzbget.home.sweevo.net/ +: 1708263594:0;curl -i https://nzbget.home.sweevo.net/ +: 1708263614:0;curl -i https://smokeping.home.sweevo.net/ +: 1708263684:0;curl -i http://smokeping.home.sweevo.net/ +: 1708264423:0;chezmoi state +: 1708264461:0;chezmoi add .config/nvim/init.vim +: 1708267418:0;podman run --rm nvidia/cuda:11.6.2-base-ubuntu20.04 nvidia-smi +: 1708275338:0;ls /mnt/her +: 1708276407:0;mount | grep hera +: 1708282405:0;ls /mnt/hera/share/Series/ +: 1708381701:0;curl https://traefik.home.sweevo.net:6443 +: 1708381750:0;curl https://traefik.home.sweevo.net +: 1708385202:0;curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts +: 1708733747:0;cd LifeofDesmond-0.9.4.2-pc +: 1708772121:0;unp -U Dirty_Dolls.rar +: 1708772124:0;cd Dirty\ Dolls +: 1708772140:0;wine Dirty\ Dolls.exe +: 1708772222:0;paq fvs +: 1708772230:0;pai lutris +: 1708772997:0;rm -f Dirty_Dolls.rar +: 1708773000:0;rm -f Dirty\ Dolls +: 1708773006:0;rm -rf Dirty\ Dolls +: 1708773017:0;ls 3YoV-0.21.DV-pc +: 1708773364:0;unp -U 3YoV-0.25.dv-pc.zip +: 1708773382:0;cd 3YoV-0.25.dv-pc +: 1708773386:0;./3YoV.sh +: 1708863576:0;ping toot.shortbus.fail +: 1708864796:0;ping 10.42.0.2 +: 1708864798:0;ping 10.42.0.1 +: 1708864810:0;ping 10.42.0.8 +: 1709076864:0;curl -i http://traefik.sweevo.net:6443/ +: 1709076872:0;curl -i http://traefik.sweevo.net:6443/dashboard +: 1709076876:0;curl -i https://traefik.sweevo.net:6443/dashboard +: 1709098492:0;cd Documents/Broken\ Sword\ -\ The\ Angel\ of\ Death +: 1708985131:1395;mc /mnt/games/Steam/steamapps/compatdata/244850/pfx/drive_c/users/steamuser/AppData/Roaming/SpaceEngineers/ +: 1709147566:0;sshhestia +: 1709153797:0;curl -i http://traefik.sweevo.net +: 1709154780:0;telnet mail.sweevo.net 587 +: 1709154786:0;telnet mail.sweevo.net 10587 +: 1709154795:0;telnet mail.sweevo.net 143 +: 1709154800:0;telnet mail.sweevo.net 80 +: 1709155017:0;telnet mail.sweevo.net 25 +: 1709163660:0;curl -i https://restic.home.sweevo.net/systems +: 1709169657:0;git clone ssh://git@git.sweevo.net:2222/jinks/WIT.git +: 1709169664:0;rm -rf WIT +: 1709394297:0;which telnet +: 1709394302:0;pso `which telnet` +: 1709394304:0;pao `which telnet` +: 1709412126:0;pas orca slicer +: 1709412134:0;pai orca-slicer-bin +: 1709413520:0;mv .config/OrcaSlicer Stuff +: 1709413561:0;pai nemo +: 1709413722:0;pai nemo-emblems +: 1709413729:0;yay -Rnsc file-roller +: 1709413732:0;pas nemo +: 1709413779:0;pai nemo-fileroller nemo-preview nemo-terminal +: 1709413997:0;ls -lah Nextcloud +: 1709414022:0;rm -rf .config/nemo/ +: 1709414035:0;rm -rf .local/share/nemo/ +: 1709421612:0;cd Nextcloud/3DPrint/SV06+ +: 1709421625:0;md5sum armbian-update.deb +: 1709421633:0;md5sum SOVOL/armbian-update.deb +: 1709429299:0;ssh octopi -l pi +: 1709429311:0;ssh octopi.home.sweevo.net -l pi +: 1709429375:0;ssh pi@192.168.0.108 +: 1709429424:0;ping octopi +: 1709429462:0;ping octopi.home.sweevo.net @192.168.0.42 +: 1709429469:0;drill octopi.home.sweevo.net @192.168.0.42 +: 1709429494:0;host octopi.home.sweevo.net +: 1709429506:0;nslookup octopi.home.sweevo.net +: 1709429518:0;drill octopi.home.sweevo.net +: 1709429934:0;ping octopi.home.sweevo.net +: 1709429970:0;scp clear_plr.sh plr.sh pi@192.168.0.108: +: 1709429989:0;cd SOVOL +: 1709430006:0;scp ./gcode_shell_command.py pi@192.168.0.108: +: 1709440148:0;ping orcapi +: 1709740123:0;pas qflipper +: 1709740146:0;pai qflipper +: 1709762858:0;pas u2f +: 1709762879:0;pas duo +: 1709765812:0;#80 a0 b1 ac 03 58 0a 75 99 14 88 +: 1709767839:0;pai pam-u2f +: 1709767847:0;pai -y pam-u2f +: 1709767878:0;mkdir ~/.config/Yubico +: 1709767917:0;pamu2fcfg -o pam://hydra -i pam://hydra > ~/.config/Yubico/u2f_keys +: 1709767935:0;less ~/.config/Yubico/u2f_keys +: 1709768294:0;killall sudo +: 1709768320:0;sudo -k +: 1709768322:0;sudo ls +: 1709768334:0;su +: 1709768952:0;less demo_windows.txt +: 1709768984:0;less Install_qFlipper_windows.txt +: 1709769291:0;rm demo_windows.txt Install_qFlipper_windows.txt +: 1709769294:0;less cnt.u2f +: 1709769301:0;rm cnt.u2f +: 1709769309:0;less key.u2f +: 1709769314:0;rm key.u2f +: 1709769334:0;less cert.der +: 1709769341:0;file cert.der +: 1709769348:0;less cert_key.u2f +: 1709769356:0;rm cert_key.u2f +: 1709846273:0;pai bto +: 1709846275:0;pai btop +: 1709846937:0;pai gotop +: 1709846979:0;pai gotop-bin +: 1709847008:0;gotop +: 1709847078:0;pas geogebra +: 1709847087:0;paq geogebra +: 1709847175:0;paq bitwarden +: 1709902676:0;unp -U TomboySupremacy-0.4Alpha-pc.zip +: 1709902682:0;cd TomboySupremacy-0.4Alpha-pc +: 1709904427:0;unp -U Mrs_Wild-Win.zip +: 1709904435:0;cd Mrs_Wild-Win +: 1709904443:0;./Mrs_Wild.sh +: 1709907081:0;unp -U Mot +: 1709907084:0;unp -U Mother_Village_PC.zip +: 1709907106:0;cd Mothervillagepc +: 1709907640:0;./CumonaBeach.sh +: 1709909337:0;unp -U ProjectMyriamLifeandExplorations-ch5.01a-pcp.zip +: 1709909382:0;cd ProjectMyriamLifeandExplorations-ch5.01a-pc +: 1709936478:0;cd /mnt/games/Steam/steamapps/common/ +: 1709936489:0;mv Kerbal\ Space\ Program KSP_2023 +: 1709937196:0;vimdiff KSP_2023/settings.cfg Kerbal\ Space\ Program/settings.cfg +: 1709941438:0;mc KSP_2023 Kerbal\ Space\ Program +: 1709941643:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton8-31/proton waitforexitandrun /mnt/games/Steam/steamapps/common/Kerbal Space Program/PDLauncher/LauncherPatcher.exe +: 1709941672:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton8-31/proton waitforexitandrun /mnt/games/Steam/steamapps/common/Kerbal Space Program/ +: 1709941690:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton8-31/proton waitforexitandrun /mnt/games/Steam/steamapps/common/Kerbal Space Program/KSP_x64.exe +: 1709941730:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton8-31/proton waitforexitandrun /mnt/games/Steam/steamapps/common/Kerbal\ Space\ Program/KSP_x64.exe +: 1709941770:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=220200 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton8-31/proton waitforexitandrun /mnt/games/Steam/steamapps/common/Kerbal\ Space\ Program/PDLauncher/LauncherPatcher.exe +: 1709943212:0;[20~ +: 1709943265:0;ln -s KSP_x64.exe KSP.x86_64 +: 1709986786:0;rm -rf /mnt/games/Steam/steamapps/compatdata/220200 +: 1709986920:0;mc Downloads /mnt/games/Steam/steamapps/common/Kerbal\ Space\ Program +: 1709989165:0;cd src/KSP +: 1709989173:0;cd JanitorsCloset +: 1709989292:0;less hovernull.diff +: 1709989314:0;less Makefile +: 1709989781:0;less JanitorsCloset/JanitorsCloset.csproj +: 1709989799:0;git staus +: 1709989821:0;git restore --staged JanitorsCloset/JanitorsCloset.csproj +: 1709989853:0;git diff +: 1709989868:0;make +: 1709989958:0;pai monodevelop +: 1709990280:0;ls JanitorsCloset +: 1709990433:0;rg texttransform +: 1709990452:0;locate texttransform.exe +: 1710001222:0;pai rocm-smi-lib +: 1710008556:0;~/bin/ckan.exe &! +: 1710008605:0;killall ckan.exe +: 1710008608:0;killall ckan.exe -9 +: 1710016451:0;cd /mnt/games/Steam/steamapps/compatdata/220200/pfx/drive_c/users/steamuser/ +: 1710016482:0;cd AppData/LocalLow/Squad/Kerbal\ Space\ Program +: 1710019068:0;mkdir '..\GameData\Nereid' +: 1710019591:0;less Player.log +: 1710030915:0;tail -F Player.log +: 1710031989:0;vimdiff installed-Kerbal\ Space\ Program-2024-03-10_00-59-55.ckan installed-Kerbal\ Space\ Program-2024-03-10_01-45-45.ckan +: 1710032825:0;vimdiff installed-Kerbal\ Space\ Program-2024-03-10_00-59-55.ckan installed-Kerbal\ Space\ Program-2024-03-10_02-06-44.ckan +: 1710359216:0;ls | grep MOIST +: 1710374212:0;pas criu +: 1710374218:0;pai criu +: 1710374226:0;criu +: 1710374259:0;sudo setcap cap_checkpoint_restore+eip criu +: 1710374266:0;sudo setcap cap_checkpoint_restore+eip `which criu` +: 1710374269:0;criu check +: 1710374278:0;criu check --unprivileged +: 1710374300:0;criu dump +: 1710374303:0;criu dump --unprivileged +: 1710374310:0;criu dump --unprivileged 2405105 +: 1710374316:0;criu dump --unprivileged -t 2405105 +: 1710374339:0;sudo criu dump -t 2405105 +: 1710544638:0;unp -U Butimthebadguy-0.061v1-pc.zip +: 1710544656:0;cd Butimthebadguy-0.061v1-pc +: 1710600233:0;unp -U 3oYearOldVirgin-0.26.dv-pc.zip +: 1710600285:0;cd 3oYearOldVirgin-0.26.dv-pc +: 1710600289:0;./3oYearOldVirgin.sh +: 1710602795:0;unp -U Harry_Potter__The_Codex_of_Corruption_CH10_Part_1.7z +: 1710602801:0;cd Harry\ Potter\ \&\ The\ Codex\ of\ Corruption\ CH10\ Part\ 1 +: 1710786663:0;pas sc-co +: 1710786677:0;pas duals +: 1710786699:0;pai aur/dualsensectl +: 1710786712:0;pal aur/dualsensectl +: 1710786716:0;pal dualsensectl +: 1710787005:0;paq bluez +: 1710789111:0;pai discord-electron +: 1710789227:0;sudo systemctl enable --now bluetoothd +: 1710789233:0;sudo systemctl enable --now bluetooth +: 1710789238:0;bluetoothctl list +: 1710789294:0;pal bluez +: 1710789306:0;systemctl status bluetooth +: 1710789336:0;blueman-manager +: 1710789666:0;dualsensectl player-leds 2 +: 1710789668:0;dualsensectl player-leds 3 +: 1710789669:0;dualsensectl player-leds 4 +: 1710789671:0;dualsensectl player-leds +: 1710789674:0;dualsensectl player-leds 5 +: 1710789677:0;dualsensectl player-leds 1 +: 1710791539:0;killall steam +: 1710791546:0;killall -9 steam +: 1710793662:0;dualsensectl lightbar 255 0 255 +: 1710799880:0;ls /usr/share/icons/default +: 1710799890:0;ls /usr/share/icons/hicolor +: 1710799902:0;ls /usr/share/icons/hicolor/scalable +: 1710799905:0;ls /usr/share/icons/hicolor/scalable/devices +: 1710799970:0;pas notify-desktop +: 1710800030:0;-tool +: 1710800034:0;pal libnotify-tools +: 1710800047:0;pas libnotify +: 1710800058:0;pas notify +: 1710800075:0;notify-send -h +: 1711068178:0;journalctl -ko short-monotonic --no-hostname +: 1711095093:0;unp -U LaurasAlienZoo_Win_V0.0.32.zip +: 1711095098:0;cd LaurasAlienZoo_Win_V0.0.32 +: 1711095100:0;cd LaurasAlienZoo +: 1711100745:0;cd Mother_Village_PC +: 1711103051:0;unp -U Princess_Quest.rar +: 1711222872:0;cd /mnt/games/Steam/steamapps/compatdata/599140 +: 1711222897:0;cd /mnt/games/Steam/steamapps/common/Graveyard\ Keeper +: 1711222904:0;ls QMods +: 1711222922:0;mc ~/Downloads . +: 1711263831:0;systemctl suspend\ +: 1711381289:0;glxinfo -B +: 1711405436:0;ping imap.sweevo.net +: 1711405702:0;openssl s_client -showcerts -connect mail.sweevo.net:993 +: 1711577957:0;pas easy eff +: 1711577970:0;pal extra/easyeffects +: 1711577975:0;pal easyeffects +: 1711577997:0;pas hel +: 1711578001:0;pas helvum +: 1711585148:0;cd /mnt/games/Steam/steamapps/common/No\ Man\'s\ Sky +: 1711585419:0;ls GAMEDATA/MODS/EXPORTED +: 1711585421:0;ls GAMEDATA/MODS/EXPORTED/METADATA +: 1711585422:0;ls GAMEDATA/MODS/EXPORTED/METADATA/UI +: 1711586202:0;ls GAMEDATA +: 1711586207:0;ls GAMEDATA/MODS +: 1711656711:0;ping 10.100.1.55 +: 1711657082:0;ping 10.100.1.6 +: 1711657186:0;drill -x 156.67.168.210 +: 1711673605:0;mc /mnt/hera/share/Upload/Pacific\ Drive /mnt/games/Steam/steamapps/common/Pacific\ Drive +: 1711673705:0;[21~ +: 1711673758:0;unrar l Fast\ Launch-1-1-0-1708604299.rar +: 1711673769:0;unp -U Fast\ Launch-1-1-0-1708604299.rar +: 1711698921:0;unp -U Tales_of_Terrara-0.3.7-pc-patched-hc.zip +: 1711698932:0;mc . ToT-0.3.7-pc-patched-hc +: 1711699010:0;cd ToT-0.3.7-pc-patched-hc +: 1711701306:0;unp -U Mother_Village_Ch._1_fix-pc\ \(1\).rar +: 1711701321:0;mc Mother_Village_PC mothervillagepcb +: 1711759905:0;paq xz +: 1711775506:0;cd /mnt/games/Steam/steamapps/compatdata/1458140 +: 1711820848:0;ls TomboySupremacy-0.4Alpha-pc +: 1711913450:0;unp -U Into_The_Wild_-_Episodes_1-8_EXE.zip +: 1711913462:0;cd Into_The_Wild_-_Episodes_1-8_EXE +: 1711960569:0;pas pacman file +: 1711960655:0;xembedsniproxy +: 1711960704:0;xembedsniproxy -h +: 1711960713:0;man xembedsniproxy +: 1711961417:0;yay -Rnsc plasma-workspace +: 1711964511:0;swaymsg -t get_tree +: 1711964532:0;swaymsg -t get_tree | jq '..\ +' +: 1711964574:0;cat bin/sway-prop +: 1711964639:0;swaymsg -t get_tree | jq '.. | select(.type?) | select(.id==606' +: 1711964644:0;swaymsg -t get_tree | jq '.. | select(.type?) | select(.id==606)' +: 1711965684:0;vim bin/sway-prop +: 1712154713:0;glxinfo +: 1712280432:0;loginctl help +: 1712374697:0;yt-dlp 'https://zooxvideos.blog/zoophilia-threesome-woman-doing-dp-with-man-and-dog/' +: 1712410630:0;ps aux | grep tee +: 1712410637:0;less /home/jinks/.config/steamtinkerlaunch/logs/gamelaunch/id/223220.log +: 1712410681:0;pas gstre +: 1712410702:0;pas gst- +: 1712410934:0;pai jre11-openjdk +: 1712410982:0;yay -Rnsc mediathekview +: 1712410985:0;pai jre22-openjdk +: 1712411054:0;yay -Rnsc ant gradle +: 1712411057:0;pai jre17-openjdk +: 1712411528:0;paq opecnascade +: 1712411533:0;paq opencascade +: 1712411694:0;paq wolfssl +: 1712411770:0;yay -Rnsc docker electron27 electron28 electron29 opencascade calibre mercurial +: 1712411815:0;pai freecad bitwarden +: 1712411828:0;pai bitwarden +: 1712411840:0;pas vencord +: 1712411871:0;yay -Rnsc electron +: 1712411878:0;yay -Ss electron +: 1712411882:0;yay -Rnsc electron22 +: 1712411895:0;paq discord +: 1712411911:0;pai discord +: 1712412255:0;pai multilib/lib32-gst-plugins-good +: 1712412304:0;rm -rf /mnt/games/Steam/steamapps/compatdata/223220 +: 1712412672:0;yay -Rnsc cura-bin electron25 gdm-settings prismlauncher python-hid-parser python-mock trid waypipe +: 1712415721:0;echo xcursor_theme +: 1712415785:0;echo $XCURSOR_THEME +: 1712423591:0;paq btop +: 1712445628:0;rm /mnt/games/Standalone\ EFF\ Cosmetic\ Menu-93112-1-0.zip +: 1712445654:0;mc /mnt/virt/games/Steam/steamapps/compatdata/40300 +: 1712448604:0;cd /mnt/games/Steam/steamapps/common/X4\ Foundations/extensions +: 1712448613:0;ls bail\ chance\ increase +: 1712448617:0;ls bail\ chance\ increase -l +: 1712448619:0;ls bail\ chance\ increase -ld +: 1712448624:0;rmdir bail\ chance\ increase +: 1712448842:0;ls -l vro +: 1712448859:0;rm -rf vro +: 1712450012:0;ls Jump\ Engine +: 1712450018:0;ls Jump\ Engine/libraries +: 1712450026:0;ls Jump\ Engine/aiscripts +: 1712450044:0;ls FOCW +: 1712450055:0;find . -iname "*.cortex_backup" +: 1712450060:0;find . -iname "*.vortex_backup" +: 1712512491:0;gdu +: 1712514030:0;scp -r Nitrado\ MP\ 2024 play@zeus: +: 1712515492:0;less .config/MangoHud/MangoHud.conf +: 1712589185:0;kill 1447 +: 1712589186:0;ps aux | grep tele +: 1712615401:0;paq ripcord dorion-bin dissent +: 1712615667:0;paq webcord +: 1712615877:0;paq abaddon +: 1712681028:0;ls /mnt/games/Steam/steamapps/common/Skyrim\ Special\ Edition +: 1712681035:0;ls /mnt/games/Steam/steamapps/common/Skyrim\ Special\ Edition/Data +: 1712681057:0;ls /mnt/games/Steam/steamapps/common/Skyrim\ Special\ Edition/Skyrim +: 1712681062:0;ls /mnt/games/Steam/steamapps/common/Skyrim\ Special\ Edition\ Mods +: 1712681066:0;rm -rf /mnt/games/Steam/steamapps/common/Skyrim\ Special\ Edition\ Mods +: 1712683924:0;unp -U ProjectMyriamLifeandExplorations-ch +: 1712683934:0;rm -rf ProjectMyriamLifeandExplorations-ch* +: 1712683949:0;unp -U ProjectMyriamLifeandExplorations-ch5.02-pcp.zip +: 1712683996:0;cd ProjectMyriamLifeandExplorations-ch5.02-pc +: 1712848758:0;ssh 192.168.0.42 +: 1712849693:0;drill www.twitch.tv +: 1712850425:0;ping google.de +: 1712850432:0;ping bla.com +: 1712850435:0;ping bla.de +: 1712850445:0;ping gmx.de +: 1712851490:0;drill blau.de +: 1712851515:0;drill pihole.home.sweevo.net +: 1712860511:0;vim .config/discord/settings.json +: 1712863962:0;unp -U AngelInLA-O.6.4-pc.zip +: 1712863970:0;cd AngelInLA-O.6.4-pc +: 1712866101:0;unp -U Arianas_Perverted_Diary0.6-pc.zip +: 1712866108:0;cd APD0.6-pc +: 1712866116:0;./APD0.6.sh +: 1712871282:0;unp -U BeastControl-0.5.0-pc.zip +: 1712871287:0;cd BeastControl-0.5.0-pc +: 1712871299:0;./BeastControl.sh +: 1712970790:0;cd D +: 1712970796:0;file happiness.ora +: 1712970809:0;feh happiness.ora +: 1712970819:0;unzip -l happiness.ora +: 1712970828:0;pas openraster +: 1712970835:0;imv happiness.ora +: 1712970841:0;gimp happiness.ora +: 1712970913:0;pas open raster +: 1712971072:0;rm happiness.ora +: 1712971081:0;cd /mnt/hera/share/Upload/JVC_Laptop/siren +: 1712971110:0;convert happiness.ora +: 1712971184:0;convert happiness.ora happiness.png +: 1712971249:0;krita happiness.ora +: 1712971253:0;pai krita +: 1712971258:0;pinta happiness.ora +: 1712971378:0;file happiness.avif +: 1712971383:0;rm happiness.avif +: 1712971385:0;rm happiness.png +: 1712991418:0;unp -U Savior-0.16Beta-pc.zip +: 1713222953:0;echo $pwd +: 1713453458:0;echo $PWD +: 1713478819:0;cd Savior-0.16Beta-pc +: 1713478842:0;./Savior.sh +: 1713578323:0;ping app-in.warnwetter.de +: 1713578333:0;ping -6 app-in.warnwetter.de +: 1713578343:0;drill aaaa app-in.warnwetter.de +: 1713578427:0;drill aaaa a070a4d8aa072486691483ba1d182e6d-c61fbbeba6e86293.elb.eu-central-1.amazonaws.com +: 1713578434:0;drill a a070a4d8aa072486691483ba1d182e6d-c61fbbeba6e86293.elb.eu-central-1.amazonaws.com +: 1713698827:0;whois AS9145 +: 1713699505:0;whois 91.248.196.184 +: 1713720291:0;../CorruptedLove-0.8.2-pc +: 1713989511:0;unp -U ThePilgrimage-2.00-pc.zip +: 1713989999:0;cd ThePilgrimage-2.00-pc +: 1714019772:0;locate mtd +: 1714173720:0;ls /mnt/games/Steam/steamapps/workshop +: 1714173723:0;ls /mnt/games/Steam/steamapps/workshop/content +: 1714173731:0;ls /mnt/games/Steam/steamapps/workshop/content/211820 +: 1714173746:0;ls /mnt/games/Steam/steamapps/workshop/content/211820/729426797 +: 1714173754:0;ls /mnt/games/Steam/steamapps/workshop/content/222880 +: 1714173759:0;ls /mnt/games/Steam/steamapps/workshop/content/227300 +: 1714173764:0;ls /mnt/games/Steam/steamapps/workshop/content/227300/645553604 +: 1714173771:0;less /mnt/games/Steam/steamapps/workshop/content/227300/645553604/versions.sii +: 1714173790:0;mc /mnt/games/Steam/steamapps/workshop/content/227300/645553604 +: 1714174243:0;grep swaybg .config/sway/config +: 1714174290:0;swaymsg -h +: 1714174302:0;swaymsg output * bg /home/jinks/Pictures/Wallpapers/Icetwigs.jpg fill +: 1714174316:0;swaymsg "output * bg /home/jinks/Pictures/Wallpapers/Icetwigs.jpg fill" +: 1714174345:0;swaymsg output \* bg /home/jinks/Pictures/Wallpapers/cyberpunk/2150712284.jpg fill +: 1714174381:0;swaymsg output \* bg /home/jinks/Pictures/Wallpapers/cyberpunk/2151406585.jpg fill +: 1714174386:0;swaymsg output \* bg /home/jinks/Pictures/Wallpapers/cyberpunk/2151406573.jpg fill +: 1714181656:0;pas xinput +: 1714181714:0;pas duak sense +: 1714181718:0;pas dual sense +: 1714181728:0;pas dual shock +: 1714181788:0;paq ds-inhibit joyshockmapper-git +: 1714299896:0;pas prismlauncher +: 1714299926:0;pai prismlauncher-bin +: 1714304495:0;yay -Rnsc clipman dxvk-bin waynergy +: 1714305871:0;prismlauncher +: 1714305879:0;pas qt6 +: 1714306247:0;pai prismlauncher +: 1714311202:0;meld ATM9\ -\ 0.2.43/minecraft/ ATM9\ -\ 0.2.58/minecraft/ +: 1714512330:0;curl -O https://objects.githubusercontent.com/github-production-release-asset-2e65be/52967821/0378087b-b6bd-4f64-a5e1-241f91ee6e56?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240430T212512Z&X-Amz-Expires=300&X-Amz-Signature=c38f20614baf953f055d76df8932f04a27b4a82a63d73e6f1e57afaf16c47478&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=52967821&response-content-disposition=attachment%3B%20filename%3DSMAPI-4.0.8-installer.zip&response-content-type=application%2Foctet-stream +: 1714512386:0;ls SMAPI\ 3.18.6\ installer +: 1714512428:0;curl -O 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/52967821/0378087b-b6bd-4f64-a5e1-241f91ee6e56?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240430T212512Z&X-Amz-Expires=300&X-Amz-Signature=c38f20614baf953f055d76df8932f04a27b4a82a63d73e6f1e57afaf16c47478&X-Amz-SignedHeaders=host&actor_id=285602&key_id=0&repo_id=52967821&response-content-disposition=attachment%3B%20filename%3DSMAPI-4.0.8-installer.zip&response-content-type=application%2Foctet-stream' +: 1714512450:0;file * | grep -i zip +: 1714512468:0;mv 0378087b-b6bd-4f64-a5e1-241f91ee6e56 SMAPI-4.0.8-installer.zip +: 1714512477:0;unp -U SMAPI-4.0.8-installer.zip +: 1714512484:0;cd SMAPI\ 4.0.8\ installer +: 1714670083:0;bc -l +: 1714863618:0;pai obs-studio +: 1714938008:0;xev +: 1714997685:0;systemctl reboot +: 1714998455:0;python +: 1714998514:0;blueman-tray +: 1714998610:0;blueman-applet -h +: 1715002356:0;run0 +: 1715002359:0;which zrun +: 1715002364:0;pao `which zrun` +: 1715002368:0;man zrun +: 1715002502:0;pai resticprofile-bin +: 1715005476:0;ssh shortbus.fail +: 1715006164:0;sudo less /etc/borgmatic +: 1715006176:0;sudo less /etc/borgmatic/* +: 1715006179:0;sudo less /etc/borgmatic/\* +: 1715007733:0;cd /mnt/virt/games/Steam/steamapps/compatdata +: 1715007736:0;find . -iname "corrupted*" -type d +: 1715007961:0;rm -rf .tor-browser +: 1715008019:0;rm -rf .niget +: 1715008021:0;rm -rf .nuget +: 1715008128:0;rm -rf .local/share/virtualenv +: 1715008139:0;rm -rf .local/share/torbrowser +: 1715008251:0;rm -rf .local/share/cura +: 1715008284:0;rm -rf .local/share/com.github.babluboy.* +: 1715008301:0;rm -rf .local/share/bottles +: 1715008361:0;rm -rf .local/pipx +: 1715008387:0;rm -rf .kodi +: 1715008417:0;rm -rf .emacs.d +: 1715009447:0;mpv bordercrossing.mp4 +: 1715009841:0;ls -lh +: 1715009980:0;su -h +: 1715010228:0;mpv 12562208_shift-644x395_1wJzds_ZE6jfD.webp +: 1715010713:0;ls .local +: 1715010715:0;ls .local/lib +: 1715010722:0;python -verstio +: 1715010726:0;python -v +: 1715010743:0;rm -rf .local/lib/python3.* +: 1715011329:0;cd .steam +: 1715011353:0;file registry.vdf20210713094018 +: 1715011364:0;rm registry.vdf20210713094018 +: 1715011656:0;tar cvf stm.tar .steam +: 1715011678:0;tar tf stm.tar +: 1715011698:0;tar xf ../stm.tar +: 1715011703:0;ls -lah .steam +: 1715011932:0;mv .steam .. +: 1715012001:0;ls MediathekView +: 1715012018:0;mv MediathekView Downloads +: 1715012027:0;ls Downloads/MediathekView -lah +: 1715012189:0;systemctl cat borgmatic.timer +: 1715012327:0;rm stm.tar +: 1715016983:0;ssh -p 23 u404603@u404603.your-storagebox.de +: 1715089683:0;unp -U TheHardWay-0.33.2-pc.zip +: 1715089714:0;cd TheHardWay-0.33.2-pc +: 1715089719:0;./TheHardWay.sh +: 1715092989:0;unp -U Power.7z +: 1715093082:0;pas qsp +: 1715093231:0;mv Downloads/qsp570_64.tar.stl .cache/yay/qsp-bin/src/qsp570_64.tar.bz2 +: 1715093234:0;pai qsp-bin +: 1715093264:0;cd .cache/yay/qsp- +: 1715093265:0;cd .cache/yay/qsp-bin +: 1715093326:0;cd qsp-common +: 1715093337:0;mv src/qsp570_64.tar.bz2 . +: 1715093370:0;qsp-gui Power.qsp +: 1715180103:0;pai smhasher3 +: 1715180229:0;SMHasher3 -h +: 1715180232:0;SMHasher3 --help +: 1715180245:0;SMHasher3 --list +: 1715180362:0;SMHasher3 blake2b-256.64 blake2b-256 CRC-32C XXH-64 +: 1715180473:0;SMHasher3 --test=Speed blake2b-256.64 blake2b-256 CRC-32C XXH-64 +: 1715180619:0;SMHasher3 --test=Speed blake2b-256.64 +: 1715180647:0;SMHasher3 --test=Speed blake2b-256 +: 1715180686:0;SMHasher3 --test=Speed sha2-256 +: 1715180781:0;SMHasher3 --test=Speed sha-2-256 +: 1715180814:0;SMHasher3 --test=Speed crc-32c +: 1715181108:0;SMHasher3 --test=Speed XXH3-64 +: 1715181241:0;SMHasher3 --list | grep -i crc +: 1715181274:0;SMHasher3 --test=Speed MetroHashCrc-64.var1 +: 1715181963:0;less /proc/crypto +: 1715182089:0;SMHasher3 --list | grep -i xxh +: 1715182101:0;SMHasher3 --test=Speed XXH-64 +: 1715191523:0;xkill +: 1715191535:0;sleep 3 && xkill +: 1715191552:0;killall -9 wineserver +: 1715191975:0;cd /mnt/games/Steam/steamapps/compatdata/438640/pfx/drive_c/users/steamuser/AppData/Roaming/Warner\ Bros.\ Interactive\ Entertainment/LEGO\ STAR\ WARS\ The\ Force\ Awakens +: 1715191980:0;vim PCCONFIG.TXT +: 1715192433:0;cd /mnt/games/Steam/steamapps/compatdata/ +: 1715197356:0;yay -Rnsc emacs-gcc-wayland-devel-bin +: 1715197366:0;yay -Rnsc hardinfo +: 1715197380:0;yay -Rnsc python-contextlib2 xde-start-git +: 1715197388:0;paq ganv +: 1715197406:0;yay -Rnsc ceserver electron21 ganv +: 1715197421:0;yay -Rnsc pyside2 python-ethtool +: 1715197430:0;paq python-shiboken2 +: 1715197442:0;yay -Rnsc sddm-nordic-theme-git +: 1715197473:0;yay -Rnsc amdvbflash dia qsp-bin +: 1715197802:0;ls .steam -lah +: 1715256800:0;alacritty -e "echo '%command%' && zsh'~ +: 1715256805:0;alacritty -e "echo '%command%' && zsh'" +: 1715256822:0;man alacritty +: 1715256840:0;alacritty -e "echo '%command%' && zsh" +: 1715256845:0;alacritty -e echo '%command%' && zsh +: 1715256861:0;alacritty -e bash -c "echo '%command%' && zsh" +: 1715256951:0;/home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715257158:0;PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715257260:0;PROTON_LOG=1 PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715257578:0;PROTON_USE_WINED3D=1 PROTON_LOG=1 PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715257729:0;PROTON_No_D3D11=1 PROTON_LOG=1 PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715257982:0;PROTON_LOG=+all,-unwind PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715258066:0;tail -F steam-920210.log +: 1715258171:0;PROTON_LOG=-unwind PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715258597:0;pai protontricks +: 1715258615:0;man yay +: 1715258652:0;pai --rebuildall protontricks +: 1715258683:0;pai python-vdf +: 1715258693:0;protontricks 920210 +: 1715258699:0;protontricks 920210 -l +: 1715258736:0;protontricks --gui 920210 +: 1715259132:0;PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715259218:0;rm steam-920210.log +: 1715259300:0;echo $STEAM_COMPAT_CONFIG +: 1715259373:0;STEAM_COMPAT_CONFIG=nativevulkanloader PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715259609:0;WINE_FULLSCREEN_FSR_STRENGTH=5 WINE_FULLSCREEN_FAKE_CURRENT_RES=1280x720 WINE_FULLSCREEN_FSR=1 ENABLE_VKBASALT=1 gamemoderun mangohud /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=920210 -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /mnt/games/Steam/steamapps/common/Proton\ 8.0/proton waitforexitandrun /mnt/games/Steam/steamapps/common/LEGO\ Star\ Wars\ -\ The\ Skywalker\ Saga/LEGOSTARWARSSKYWALKERSAGA_DX11.exe +: 1715259949:0;ls /usr/share/vulkan/icd.d +: 1715260682:0;less steam-920210.log +: 1715260696:0;rm -rf /mnt/games/Steam/steamapps/compatdata/920210 +: 1715271536:0;protontricks 40300 winecfg +: 1715271882:0;protontricks 920210 winecfg +: 1715313480:0;cd /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Specials +: 1715347708:0;pas node export +: 1715347717:0;pai extra/prometheus-node-exporter +: 1715347725:0;pal prometheus-node-exporter +: 1715347745:0;systemctl enable --now rometheus-node-exporter.service +: 1715347761:0;systemctl enable --now prometheus-node-exporter.service +: 1715435503:0;cd /mnt/games/Steam/steamapps/common/RimWorld/Mo +: 1715435506:0;cd /mnt/games/Steam/steamapps/common/RimWorld/Mods +: 1715435511:0;cd JinksFixes +: 1715435516:0;vim Patches/TerrainPatches/TerrainPatch.xml +: 1715435552:0;cd SurgeonJob/ +: 1715435556:0;vim Patches/DoctorPatch.xml +: 1715435569:0;vim Defs/WorkTypeDefs/WorkTypes.xml +: 1715435583:0;vim About/About.xml +: 1715567917:0;pas twitch +: 1715571533:0;cd Power +: 1715571538:0;cd img +: 1715571613:0;mpv 00f410f711c8d960c5d3efc943d04a2f.mp4 +: 1715571713:0;mpv sex.mp4 +: 1715572104:0;π +: 1715572110:0;vlc * +: 1715572974:0;unp -U Beast\ Companions_v1.1.1.zip +: 1715572980:0;cd Beast\ Companions_v1.1.1 +: 1715573401:0;rg -i cheat +: 1715573422:0;vim Beast\ Companions.html +: 1715581772:0;. +: 1715581995:0;unp -U ATMAdventures-0.4-pc.rar +: 1715583228:0;cd ATMAdventures-0.4-pc +: 1715583237:0;chmod 755 ATMAdventures.sh +: 1715583242:0;rmdir ATMAdventures-0.4-pc +: 1715583264:0;chmod 755 lib/linux-x86_64/ATMAdventures +: 1715583266:0;./ATMAdventures.sh +: 1715588586:0;inxi -G +: 1715620455:0;pas jellyfin +: 1715620462:0;pas jellyfin media +: 1715620474:0;pai jelyfin-media-player +: 1715620483:0;pai jellyfin-media-player +: 1715623783:0;ls .vlc +: 1715623788:0;ls .config/vlc +: 1715623797:0;ls .local/share/vlc +: 1715623800:0;ls .local/share/vlc/lua +: 1715623804:0;tree .local/share/vlc/lua +: 1715623812:0;rm -rf .local/share/vlc/lua +: 1715624266:0;pas syncplay +: 1715624273:0;pai syncplay +: 1715624307:0;vim .config/syncplay.ini +: 1715624484:0;pal syncplay +: 1715624492:0;paq syncplay +: 1715722410:0;ls pump +: 1715722418:0;cd angelbob_2023x +: 1715722456:0;ls .config/alsoft.conf +: 1715722467:0;pas alsof +: 1715722473:0;pas openal +: 1715722479:0;pal openal +: 1715722494:0;alsoft-config +: 1715722713:0;less .config/alsoft.conf +: 1715722723:0;pas allegro +: 1715722734:0;pal allegro4 +: 1715722744:0;allegro-config +: 1715722870:0;ldd bin/x64/factorio +: 1715734550:0;ckan +: 1715818471:0;pas booster +: 1715821988:0;ls -lah /var/log/pacman.log +: 1715833628:0;btrfs sub cr k2se +: 1715833631:0;cd k2se +: 1715833747:0;mv ~/Downloads/factorio_alpha_x64_1.1.107.tar.xz . +: 1715833753:0;tar xvf factorio_alpha_x64_1.1.107.tar.xz +: 1715833788:0;mv factorio/* . +: 1715833793:0;rmdir factorio +: 1715835097:0;ls Pictures/Factorio/angelbob_2023x_modlist +: 1715835098:0;la Pictures/Factorio/angelbob_2023x_modlist +: 1715835102:0;la Pictures/Factorio/angelbob_2023x_modlist -h +: 1715835108:0;imv Pictures/Factorio/angelbob_2023x_modlist +: 1715835886:0;pas dialog +: 1715835904:0;paq core/dialog +: 1715845595:0;rm mods/platforms_1.1.7.zip +: 1715845695:0;rm mods/Dectorio_0.12.6.zip +: 1715849948:0;unp -U AFamilyVenture-0.09_V1-Beta_supporter-pc.zip +: 1715850011:0;cd AFamilyVenture-0.09_V1-Beta_supporter-pc +: 1715880920:0;mc mods +: 1715886271:0;ls k2se.zip +: 1715886275:0;zip -R k2se.zip k2se +: 1715886281:0;zip -r k2se.zip k2se +: 1715893013:0;../k2se +: 1715893617:0;pai grsync +: 1715893622:0;grsync +: 1716042321:0;ln -s StardewModdingAPI StardewModdingAPI.exe +: 1716053048:0;mc /mnt/games/Vortex/stardewvalley/mods Mods +: 1716053417:0;rsync -avxHAX Mods /mnt/hera/share/Upload/Stardew\ Valley/1.6/ +: 1716053446:0;du -hs mods +: 1716053451:0;du -hs Mods +: 1716054210:0;rsync -avxHAX --delete Mods /mnt/hera/share/Upload/Stardew\ Valley/1.6/ +: 1716055717:0;ls *.log +: 1716055738:0;find . -iname "*.log" +: 1716055749:0;ls ErrorLogs +: 1716055752:0;less ErrorLogs/SMAPI-latest.txt +: 1716075099:0;pas obs studio +: 1716075153:0;paq aur/obs-studio-tytan652 +: 1716075189:0;paq ffmpeg-obs +: 1716078194:0;blkid +: 1716085142:0;../angelbob_2023x +: 1716101570:0;~/bin/ckan.exe +: 1716157555:0;cd /mnt/games/Steam/steamapps/common/Stardew\ Valley +: 1716157579:0;rsync -avxHAX --delete /mnt/games/Steam/steamapps/common/Stardew\ Valley/Mods/ /mnt/hera/share/Upload/Stardew\ Valley/1.6/ +: 1716158363:0;mc /mnt/hera/share/Upload/Stardew\ Valley +: 1716183304:0;cd .local/share/StardewValley +: 1716183328:0;imv screenshot_2024-05-20-001100.png +: 1716214956:0;mc ~/.config/steamtinkerlaunch/vortex/downloads /mnt/games/Vortex/stardewvalley/mods +: 1716215491:0;mc /mnt/games/Vortex/stardewvalley/mods +: 1716221393:0;vim content.json +: 1716497323:0;pas ufbt +: 1716497331:0;pas fbt +: 1716497448:0;python3 -m pip install --upgrade ufbt +: 1716497481:0;pipx install ufbt +: 1716497501:0;pipx ensurepath +: 1716497517:0;pipx completions +: 1716497585:0;git clone https://github.com/Next-Flip/Momentum-Apps +: 1716497727:0;cd Momentum-Apps/gps_nmea +: 1716497731:0;ufbt +: 1716497924:0;git clone --recursive --jobs 8 https://github.com/Next-Flip/Momentum-Firmware.git +: 1716498159:0;cd Momentum-Firmware +: 1716498167:0;la applications +: 1716498176:0;la applications/external +: 1716498222:0;./fbt launch APPSRC=gps_nmea +: 1716498334:0;rm -rf ../Momentum-Apps +: 1716498364:0;less applications_user/README.md +: 1716498373:0;cd applications_user/ +: 1716498388:0;git clone https://github.com/mdaskalov/dcf77-clock-sync +: 1716498400:0;./fbt launch APPSRC=dcf77_clock_sync +: 1716498568:0;git clone https://github.com/xMasterX/all-the-plugins/tree/dev/apps_source_code/flipper-dcf77 +: 1716498605:0;git clone https://github.com/xMasterX/all-the-plugins +: 1716498712:0;ls all-the-plugins/apps_source_code/flipper-dcf77 +: 1716498749:0;./fbt launch APPSRC=all-the-plugins/app_source_code/flipper-dcf77 +: 1716498796:0;mv all-the-plugins ../.. +: 1716498814:0;ln -s ../../all-the-plugins/apps_source_code/flipper-dcf77 . +: 1716498819:0;./fbt launch APPSRC=flipper-dcf77 +: 1716499208:0;cd Flipper +: 1716499215:0;chmod 755 ./backend-linux-x86_64 +: 1716499415:0;./backend-linux-x86_64 --help +: 1716500698:0;./backend-linux-x86_64 +: 1716501615:0;../all-the-plugins +: 1716501621:0;touch .nobackup +: 1716501630:0;mkdir flipper +: 1716501637:0;mv Momentum-Firmware all-the-plugins flipper +: 1716637433:0;unp -U Hunt_and_Snare_r33c.7z +: 1716737558:0;unp -U TheFutaExperiment-0.67-pc.zip +: 1716737566:0;cd TheFutaExperiment-0.67-pc +: 1716822201:0;pai qpwgraph +: 1717006183:0;cd Downloads/xxx +: 1717006188:0;yt-dlp 'https://3oopark.com/video/little-effy18/' +: 1717006277:0;yt-dlp 'https://3oopark.com/video/ahri-cosplay-big-horse-dildo-kitty-whore-tests-big/' +: 1717006290:0;vlc Little\ Effy18\ \(1\)\ \[little-effy18-1\].mp4 +: 1717006404:0;yt-dlp 'https://3oopark.com/video/no-matter-how-hard-they-forced-themselves-into-her/' +: 1717006467:0;yt-dlp 'https://3oopark.com/video/came-out-of-his-aunt-s-ass-dripping-with-his-cum/' +: 1717006599:0;yt-dlp 'https://3oopark.com/video/naked-sister/' +: 1717006685:0;vlc Ahri\ Cosplay\ Big\ Horse\ Dildo\ \&\ Kitty\ Whore\ Tests\ Big\ Dog\ Dildo\ Anal\ 11\ \(1\)\ \[ahri-cosplay-big-horse-dildo-kitty-whore-tests-big-1\].mp4 +: 1717006829:0;mkdir bs-new +: 1717006837:0;mv Ahri\ Cosplay\ Big\ Horse\ Dildo\ \&\ Kitty\ Whore\ Tests\ Big\ Dog\ Dildo\ Anal\ 11\ \(1\)\ \[ahri-cosplay-big-horse-dildo-kitty-whore-tests-big-1\].mp4 Little\ Effy18\ \(1\)\ \[little-effy18-1\].mp4 bs-new +: 1717006850:0;vlc Came\ Out\ Of\ His\ Aunt\'s\ Ass\ Dripping\ With\ His\ Cum\ \(1\)\ \[came-out-of-his-aunt-s-ass-dripping-with-his-cum-1\].mp4 +: 1717006900:0;rm Came\ Out\ Of\ His\ Aunt\'s\ Ass\ Dripping\ With\ His\ Cum\ \(1\)\ \[came-out-of-his-aunt-s-ass-dripping-with-his-cum-1\].mp4 +: 1717006954:0;yt-dlp 'https://3oopark.com/video/head-out-from-between-her-legs/' +: 1717007328:0;vlc Naked\ Sister\ \(1\)\ \[naked-sister-1\].mp4 +: 1717007452:0;mv Naked\ Sister\ \(1\)\ \[naked-sister-1\].mp4 bs-new +: 1717007472:0;vlc No\ Matter\ How\ Hard\ They\ Forced\ Themselves\ Into\ Her\ \(1\)\ \[no-matter-how-hard-they-forced-themselves-into-her-1\].mp4 +: 1717007668:0;rm No\ Matter\ How\ Hard\ They\ Forced\ Themselves\ Into\ Her\ \(1\)\ \[no-matter-how-hard-they-forced-themselves-into-her-1\].mp4 +: 1717007766:0;cd bs-new +: 1717007776:0;yt-dlp 'https://3oopark.com/video/stream-after-stream-filling-her/' +: 1717007853:0;vlc Head\ Out\ From\ Between\ Her\ Legs\ \(1\)\ \[head-out-from-between-her-legs-1\].mp4 +: 1717008127:0;rm Head\ Out\ From\ Between\ Her\ Legs\ \(1\)\ \[head-out-from-between-her-legs-1\].mp4 +: 1717008685:0;yt-dlp 'https://3oopark.com/video/doggie-cock-before-and-would-love-to-try-it/' +: 1717008837:0;yt-dlp 'https://3oopark.com/video/they-weren-t-actually-mutts/' +: 1717008906:0;yt-dlp 'https://3oopark.com/video/sweet-piggy-game/' +: 1717008918:0;vlc Doggie\ Cock\ Before\ And\ Would\ Love\ To\ Try\ It\ \(1\)\ \[doggie-cock-before-and-would-love-to-try-it-1\].mp4 +: 1717008960:0;vlc Stream\ After\ Stream\ Filling\ Her\ \(1\)\ \[stream-after-stream-filling-her-1\].mp4 +: 1717009051:0;rm Stream\ After\ Stream\ Filling\ Her\ \(1\)\ \[stream-after-stream-filling-her-1\].mp4 +: 1717014192:0;vlc They\ Weren\'t\ Actually\ Mutts.\ \(1\)\ \[they-weren-t-actually-mutts-1\].mp4 +: 1717014347:0;rm They\ Weren\'t\ Actually\ Mutts.\ \(1\)\ \[they-weren-t-actually-mutts-1\].mp4 +: 1717014357:0;vlc Sweet\ Piggy\ Game\ \(1\)\ \[sweet-piggy-game-1\].mp4 +: 1717014636:0;rm Sweet\ Piggy\ Game\ \(1\)\ \[sweet-piggy-game-1\].mp4 +: 1717043637:0;host example.com +: 1717228459:0;pai ase +: 1717228463:0;pai keyb +: 1717228528:0;rm -rf .cache/yay/keyb +: 1717228529:0;rm -rf .cache/yay/keybase +: 1717228530:0;pai keybase +: 1717228552:0;pas keybase +: 1717228562:0;pai keybase-bin +: 1717228659:0;keybase +: 1717228662:0;keybase pgp gen +: 1717228723:0;keybase pgp select 2abf +: 1717228736:0;keybase pgp select --multi 2abf +: 1717228751:0;keybase pgp select --multi +: 1717228756:0;keybase pgp select +: 1717251543:0;cd /mnt/games/Steam/steamapps/workshop/content/244850 +: 1717251558:0;cd /mnt/games/Steam/steamapps/common/RimWorld/Mods/SurgeonJob +: 1717254922:0;git +: 1717254954:0;rm -rf /home/jinks/.local/share/RimSort/dbs/Community-Rules-Database +: 1717254956:0;git clone -v -- https://github.com/RimSort/Community-Rules-Database /home/jinks/.local/share/RimSort/dbs/Community-Rules-Database +: 1717255000:0;tree /home/jinks/.local/share/RimSort/dbs/Steam-Workshop-Database +: 1717255004:0;rmdir /home/jinks/.local/share/RimSort/dbs/Steam-Workshop-Database +: 1717255011:0;ls -lR /home/jinks/.local/share/RimSort/dbs/Steam-Workshop-Database +: 1717255015:0;ls -laR /home/jinks/.local/share/RimSort/dbs/Steam-Workshop-Database +: 1717255022:0;rm -rf /home/jinks/.local/share/RimSort/dbs/Steam-Workshop-Database +: 1717255026:0;git clone -v -- https://github.com/RimSort/Steam-Workshop-Database /home/jinks/.local/share/RimSort/dbs/Steam-Workshop-Database +: 1717255462:0;pai rimsort-git +: 1717255507:0;rimsort +: 1717328849:0;cd AlexiasReturn-0.14.5-pc +: 1717328857:0;./AlexiasReturn.sh +: 1717340891:0;pas pwvu +: 1717463063:0;less steamDB.json +: 1717810527:0;unp -U ProjectMyriamLifeandExplorations-ch5.03-pcp.zip +: 1717810620:0;pas commander +: 1717810636:0;yay -Rnsc doublecmd-qt5 +: 1717810660:0;pai doublecmd-qt6 +: 1717841171:0;locate bomb +: 1717841185:0;locate Bomb +: 1717841285:0;cd /mnt/games/Steam/steamapps/workshop/content/294100/2162909284 +: 1717841309:0;cd Textures/UI/Buttons +: 1717841317:0;xdg-open Detonate.png +: 1717841322:0;xdg-open Detonate.dds +: 1717841341:0;locate Detonate.png +: 1717841360:0;ls Documents +: 1717841364:0;ls Documents/*.png +: 1717841389:0;ls Documents/Downloads +: 1717841393:0;rmdir Documents/Downloads +: 1717841395:0;ls Downloads +: 1717841416:0;xdg-open Downloads/bomb.png +: 1717841427:0;file Downloads/bomb.png +: 1717841436:0;file Detonate.png +: 1717841445:0;rm Detonate.dds +: 1717841453:0;cp ~/Downloads/bomb.png Detonate.png +: 1717842037:0;../Community-Rules-Database +: 1717842039:0;git remote get-url origin +: 1717874160:0;locate -i tron +: 1717874163:0;locate -i tron-tux +: 1717880996:0;journalctl --user -eu pipewire +: 1717881003:0;journalctl --user -eu wireplumber +: 1717972496:0;xdg-mime default dublecmd.desktop inode/directory application/x-gnome-saved-search +: 1717972505:0;pal doublecmd-qt6 +: 1717972529:0;pal doublecmd-qt6 | grep deskt +: 1717972539:0;xdg-mime default doublecmd.desktop inode/directory application/x-gnome-saved-search +: 1717972567:0;exo-open +: 1717972570:0;exo-open . +: 1717972636:0;locate nemo.desktop +: 1717972640:0;locate Nemo.desktop +: 1717972645:0;pal nemo +: 1717972649:0;pal nemo | grep dekstop +: 1717972652:0;pal nemo | grep desktop +: 1717972661:0;xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search +: 1717973306:0;vim steamDB.json +: 1718014754:0;yt-dlp "https://www.youtube.com/watch?v=iouZYYzQEjU" +: 1718014766:0;vlc George\ Carlin\ -\ God\ Loves\ You,\ \ And\ He\ Needs\ Money\!\ \[iouZYYzQEjU\].webm +: 1718017566:0;rm George\ Carlin\ -\ God\ Loves\ You,\ \ And\ He\ Needs\ Money\!\ \[iouZYYzQEjU\].webm +: 1718017572:0;yt-dlp 'https://www.youtube.com/watch?v=DieroEYfD9Y' +: 1718017645:0;mpv I\ Built\ a\ Nightmare\ Factory\ That\ Manufactures\ Only\ Chaos\ -\ Chocolate\ Factory\ \[DieroEYfD9Y\].f315.webm.part +: 1718017662:0;rm I\ Built\ a\ Nightmare\ Factory\ That\ Manufactures\ Only\ Chaos\ -\ Chocolate\ Factory\ \[DieroEYfD9Y\].f315.webm.part +: 1718040740:0;cd /mnt/virt/games/bottles/BITS/drive_c/ +: 1718040744:0;cd BITS_EP1_Supporters_v2 +: 1718040772:0;mc . /mnt/hera/share/Downloads/torrents/complete/ +: 1718045785:0;doublecmd +: 1718045832:0;locate libunrar +: 1718045838:0;pas libunrar +: 1718045843:0;pai libunrar +: 1718045868:0;doublecmd . . +: 1718048821:0;../../.. +: 1718048902:0;ls Powercd PowerVacuumChapter12Beta-12Beta-pc +: 1718048910:0;cd Powercd PowerVacuumChapter12Beta-12Beta-pc +: 1718048916:0;cd PowerVacuumChapter12Beta-12Beta-pc +: 1718048918:0;./PowerVacuumChapter12Beta.sh +: 1718051031:0;unp -U PowerVacuum_Chapter12_Patreon-pc.zip +: 1718051183:0;imv rebecca21.png +: 1718051197:0;doublecmd . +: 1718051642:0;./PowerVacuum_Chapter12_Patreon.sh +: 1718112570:0;cd /mnt/games/Steam/steamapps/common/RimWorld +: 1718112584:0;cat start_RimWorld.sh +: 1718112593:0;vimdiff start_RimWorld.sh start_RimWorld_openglfix.sh +: 1718112665:0;less Notes\ for\ Linux\ Users.txt +: 1718117433:0;less check-steam_appid.txt +: 1718117694:0;chattr +i steam_appid.txt +: 1718117697:0;sudo chattr +i steam_appid.txt +: 1718117707:0;cat steam_appid.txt +: 1718117779:0;less /opt/rimsort/app/views/main_content_panel.py +: 1718117797:0;ls /opt/rimsort/ +: 1718118680:0;cd /mnt/games/Steam/steamapps/workshop/content/294100/ +: 1718118693:0;find . -iname "*.wav" +: 1718118733:0;find . -iname "*.wav" > pl +: 1718118749:0;vlc pl +: 1718118802:0;mpv < pl +: 1718118807:0;cat pl | mpv +: 1718118876:0;cat pl | awk '{print "vlc --playlist-enqueue "$0}' > updatedFile.txt +: 1718118880:0;less updatedFile.txt +: 1718119087:0;rm pl updatedFile.txt +: 1718119096:0;find . -iname "*.mp3" +: 1718119230:0;find . -iname "*.mp3" > list.txt +: 1718119241:0;audacious --help +: 1718119348:0;cat list.txt | awk '{print "audaicous -e "$0}' > updatedFile.txt +: 1718119358:0;cat list.txt | awk '{print "audacous -e "$0}' > updatedFile.txt +: 1718119362:0;cat list.txt | awk '{print "audacious -e "$0}' > updatedFile.txt +: 1718119458:0;rm updatedFile.txt +: 1718119468:0;find . -iname "*.ogg" +: 1718119477:0;find . -iname "*.ogg" > pl.txt +: 1718119514:0;audacious +: 1718119521:0;cat list.txt | awk '{print "audacious -e "$0" &"}' > updatedFile.txt +: 1718119544:0;cat pl.txt | awk '{print "audacious -e "$0" &"}' > updatedFile.txt +: 1718119546:0;sh updatedFile.txt +: 1718119610:0;ls 2425530959 +: 1718119617:0;less 2425530959/README.md +: 1718119687:0;ls 2425530959/Sounds +: 1718123146:0;kill -9 630727 +: 1718124359:0;tail start_RimWorld.sh +: 1718132458:0;ls ../CharacterEditor +: 1718132461:0;ls ../CharacterEditor/pawnslots.txt +: 1718132463:0;less ../CharacterEditor/pawnslots.txt +: 1718140704:0;./start_RimWorld.sh +: 1718228600:0;pas gjs +: 1718231757:0;pas sunshine +: 1718231772:0;pai sunshine-bin +: 1718231793:0;pal sunshine-bin +: 1718231797:0;pal sunshine-bin | grep bin +: 1718231801:0;pal sunshine-bin | grep bin/ +: 1718231808:0;pal sunshine-bin | grep serv +: 1718232472:0;ls /dev/dri/renderD* +: 1718232487:0;vainfo --display drm --device /dev/dri/renderD128 | grep -E "((VAProfileH264High|VAProfileHEVCMain|VAProfileHEVCMain10).*VAEntrypointEncSlice)|Driver version" +: 1718234764:0;pacmd list-sinks | grep "name:" +: 1718234771:0;pactl info | grep Source +: 1718234780:0;pai pacmd +: 1718234784:0;pas pacmd +: 1718253259:0;mkdir u-root +: 1718253261:0;cd u-root +: 1718253266:0;wget https://github.com/u-root/u-root-distro/releases/download/v0.0.3/kernel-x86_64 +: 1718253270:0;git clone https://github.com/u-root/u-root +: 1718253288:0;(cd u-root && go build . && GOOS=linux GOARCH=amd64 ./u-root -o initramfs) +: 1718253312:0;qemu-system-x86_64 -nographic -kernel kernel-x86_64 -initrd u-root/initramfs +: 1718253417:0;killall qemu-system-x86 +: 1718253426:0;ps aux | grep qem +: 1718253448:0;qemu-system-x86_64 -nographic -kernel /boot/vmlinuz-linux -initrd u-root/initramfs +: 1718253478:0;killall qemu-system-x86_64 +: 1718320494:0;pai sunshine-git +: 1718320767:0;yay -Rnsc xpad +: 1718320920:0;pas kde mix +: 1718320928:0;pai kmix +: 1718321015:0;sleep 6 && sway-prop +: 1718321132:0;kmix +: 1718321209:0;yay -Rnsc kmix +: 1718321214:0;pas gno mix +: 1718321390:0;paq tray_mixer_plus pnmixergvolwheel +: 1718321395:0;pal sdl_mixer +: 1718321406:0;paq tray_mixer_plus pnmixer gvolwheel +: 1718321458:0;pai tray_mixer_plus pnmixer gvolwheel +: 1718321504:0;tray_mixer_plus +: 1718321534:0;tray_mixer_plus -h +: 1718321550:0;tray_mixer_plus -s +: 1718321580:0;pal pnmixer +: 1718321594:0;pnmixer +: 1718321614:0;yay -Rnsc tray_mixer_plus pnmixer gvolwheel +: 1718321619:0;yay -Rnsc tray_mixer_plus pnmixer +: 1718321628:0;jack_mix_box +: 1718321631:0;jack_mixer +: 1718321673:0;pas mixer +: 1718321700:0;pai aur/xfce4-mixer +: 1718321733:0;xfce4-mixer +: 1718321749:0;pas gstreamer +: 1718321813:0;pas gst-pluf +: 1718321817:0;pas gst-plugin +: 1718371930:0;paq extra/nheko extra/neochat extra/gomuks extra/fractal +: 1718371936:0;dpaq extra/nheko extra/neochat extra/gomuks extra/fractal +: 1718371955:0;pai nheko +: 1718371962:0;pai nheko fractal +: 1718386487:0;qpwgraph +: 1718387252:0;lxappearance +: 1718403223:0;unp -U Butimthebadguy-0.07v8-pc.zip +: 1718403400:0;unrar l ButImTheBadGuy-0.07v2_WT_Gal_mod.rar +: 1718403418:0;unrar x ../ButImTheBadGuy-0.07v2_WT_Gal_mod.rar +: 1718452276:0;ls Lily-1.0-Final-linux +: 1718452433:0;ls CorruptedLove-0.8. +: 1718452633:0;unp -U TheFutaExperiment-0.68a-pc.zip +: 1718452643:0;cd TheFutaExperiment-0.68a-pc +: 1718455918:0;unp -U CorruptedLove-0.8.7a-pc.zip +: 1718455953:0;cd CorruptedLove-0.8.7a-pc +: 1718455956:0;mc .. , +: 1718455971:0;./CorruptedLove.sh +: 1718478939:0;pas pavuco +: 1718478961:0;pai pulsecontrol-git +: 1718479095:0;ldd `which pulsecontrol` +: 1718479122:0;paq pulsecontrol-git +: 1718479381:0;gsettings +: 1718479388:0;gsettings list-schemas +: 1718479428:0;export GTK_THEME="$(grep 'gtk-theme-name' "${XDG_CONFIG_HOME:-$HOME/.config}/gtk-3.0/settings.ini" | sed 's/.*\s*=\s*//')" +: 1718479435:0;pulsecontrol +: 1718479468:0;less .config/gtk-3.0/settings.ini +: 1718479490:0;cp .config/gtk-3.0/settings.ini .config/gtk-4.0 +: 1718479582:0;gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' +: 1718479638:0;gsettings list-keys org.gnome.desktop.interface +: 1718479679:0;gsettings set org.gnome.desktop.interface gtk-key-theme "Arc-Dark" +: 1718479681:0;gsettings get org.gnome.desktop.interface gtk-key-theme +: 1718480360:0;vim .Xresources +: 1718533011:0;pulsecontrol&! +: 1718552433:0;cd .config/unity3d/Ludeon\ Studios/RimWorld\ by\ Ludeon\ Studios +: 1718552436:0;cd Saves +: 1718552443:0;vim Gateway\ Coalition.rws +: 1718809466:0;ls ThePilgrimage-2.00-pc +: 1718820520:0;unp -U ThePilgrimage-2.05-pc.zip +: 1718820660:0;cd ThePilgrimage-2.05-pc +: 1718820677:0;mv ../gallery_V205.rpa game +: 1718912077:0;cd dbs/Community-Rules-Database +: 1718912093:0;cd ../Steam-Workshop-Database +: 1719057642:0;ls NekoParadise-0.18-pc-standard +: 1719057685:0;unp -U VR_Stallion_1.5_-_Desktop.zip +: 1719057693:0;cd VR\ Stallion\ 1.5\ -\ Desktop +: 1719057703:0;wine VRStallion.exe +: 1719058309:0;unp -U family_vacation-0.7.8.-win.zip +: 1719058319:0;cd family_vacation-0.7.8.-win +: 1719058331:0;python family_vacation.py +: 1719058357:0;less ../ThePilgrimage-2.05-pc/ThePilgrimage.sh +: 1719059798:0;pas tuned +: 1719059841:0;cp ../ThePilgrimage-2.05-pc/ThePilgrimage.sh family_vacation.sh +: 1719069739:0;ls Family +: 1719069990:0;unp -U FamilyAffairWeek3-0.120.fix2-pc.zip +: 1719150647:0;btrfs sub li +: 1719150649:0;btrfs sub li / +: 1719150652:0;sudo btrfs sub li / +: 1719165260:0;unp -U LustHunter-0.100.0-pc.zip +: 1719165393:0;ls zoocomic +: 1719165400:0;cd LustHunter-0.100.0-pc +: 1719165407:0;./LustHunter.sh +: 1719168809:0;unp -U Claraandthemagicring-1.0.5b-pc.zip +: 1719168860:0;cd Claraandthemagicring-1.0-pc +: 1719168870:0;./Claraandthemagicring.sh +: 1719349092:0;pal sunshine +: 1719349102:0;cat /usr/share/applications/sunshine.desktop +: 1719349115:0;man gio +: 1719349148:0;killall keybase +: 1719349152:0;killall keybase -9 +: 1719349168:0;cat /usr/share/applications/sunshine_terminal.desktop +: 1719349194:0;gio +: 1719349238:0;gio launch /usr/share/applications/sunshine_terminal.desktop +: 1719349291:0;killall sunshine +: 1719349307:0;lsof -ni tcp +: 1719349337:0;pas kbfsfuse +: 1719349348:0;pao `which kbfsfuse` +: 1719349368:0;yay _Rns keybase +: 1719349375:0;yay -Rnsc keybase +: 1719349384:0;yay -Rnsc keybase-bin +: 1719349393:0;yay -Rnsc gio +: 1719349406:0;pao `which gio` +: 1719501820:0;unp -U Mrs_Wild-2024-06-24-pc.rar +: 1719501833:0;ls -l Mrs_Wild-* +: 1719501851:0;cd Mrs_Wild-pc +: 1719501888:0;chmod 755 lib/py3-linux-x86_64/Mrs_Wild +: 1719501890:0;sh Mrs_Wild.sh +: 1719630765:0;cd /mnt/games/Steam/steamapps/compatdata/2653940/pfx/drive_c/users/steamuser/ +: 1719630800:0;cd AppData/Local/StarTrekGame +: 1719630823:0;vim Saved/Config/WindowsNoEditor/Compat.ini +: 1719630832:0;vim Saved/Config/WindowsNoEditor/Engine.ini +: 1719630843:0;vim Saved/Config/WindowsNoEditor/Game.ini +: 1719630852:0;vim Saved/Config/WindowsNoEditor/GameUserSettings.ini +: 1719630918:0;vim Saved/Config/WindowsNoEditor/Hardware.ini +: 1719630932:0;vim Saved/Config/WindowsNoEditor/RuntimeOptions.ini +: 1719630944:0;ls -lah Saved/Config/WindowsNoEditor +: 1719695330:0;unp -U SuccubusContractII-v11.0-pc.zip +: 1719695451:0;cd SuccubusContractII-v11.0-pc +: 1719860978:0;yay -Rnsc ventoy-bin synergy simplescreenrecorder multitail +: 1719861498:0;yay -Rnsc youtube-dl +: 1719865470:0;:qa +: 1719866865:0;gdu /mnt/games/ +: 1719867158:0;ls /run/credentials/systemd-networkd.service +: 1719867162:0;sudo ls /run/credentials/systemd-networkd.service +: 1719959313:0;cd /mnt/games/Steam/steamapps/common/The\ Book\ of\ Unwritten\ Tales\ 2 +: 1719959328:0;Linux/BouT2.x86_64 +: 1719959355:0;ldd Linux/BouT2.x86_64 +: 1720067013:0;cat /proc/cpuinfo +: 1720255941:0;mkdir sovol +: 1720255943:0;cd sovol +: 1720256331:0;mkdir pi +: 1720256358:0;sshfs pi@octopi:/home/pi +: 1720256363:0;sshfs pi@octopi:/home/pi pi +: 1720256451:0;nvim -d ___module_loader_template.cfg ___module_loader.cfg +: 1720258447:0;mc ~/Nextcloud/3DPrint/ . +: 1720259365:0;unp -U My_Destiny_Patreon_Build.rar +: 1720274551:0;ls .config/OrcaSlicer +: 1720274578:0;mv .config/OrcaSlicer work/sovol +: 1720274584:0;ls Stuff/OrcaSlicer +: 1720274599:0;meld Stuff/OrcaSlicer work/sovol/OrcaSlicer +: 1720291260:0;man unshare +: 1720291321:0;man sg +: 1720363338:0;mpv rtsp://octopi.home.sweevo.net:8554/ +: 1720363343:0;mpv rtsp://octopi.home.sweevo.net:8554/stream.h264 +: 1720393529:0;pas elemet +: 1720393552:0;pas element matrix +: 1720393563:0;pai elemet-desktop +: 1720393566:0;pai element-desktop +: 1720396158:0;pal element-desktop +: 1720396174:0;cdd +: 1720396179:0;sleep 2 && sway-prop +: 1720417479:0;mkdir /mnt/hera/share/Upload/config +: 1720417500:0;cp -va .config/OrcaSlicer /mnt/hera/share/Upload/config +: 1720559023:0;blueman-applet +: 1720734015:0;mkdir octo +: 1720734019:0;mkdir mks +: 1720734073:0;sshfs pi@octopi:/home/pi octo +: 1720734102:0;pas rclon +: 1720734115:0;rclone mount pi@octopi:/home/pi octo +: 1720734123:0;rclone mount ssh://pi@octopi:/home/pi octo +: 1720734196:0;rclone config +: 1720734377:0;rclone ls +: 1720734386:0;rclone ls octopi:/ +: 1720734408:0;rclone mount octopi:/home/pi octo +: 1720734422:0;ls octo +: 1720734444:0;rclone mount mkspi:/home/mks mks +: 1720737552:0;cd klipper +: 1720737593:0;git stash +: 1720737603:0;git stash pop +: 1720737661:0;git stash list +: 1720737670:0;git reset --hard head +: 1720737674:0;git reset --hard HEAD +: 1720738400:0;git clone https://github.com/Klipper3d/klipper +: 1720738404:0;git clone https://github.com/Klipper3d/klipper k2 +: 1720738438:0;meld klipper k2 +: 1720739412:0;ls klipper +: 1720744875:0;ssh mks@mkspi +: 1720785633:0;cd work/sovol +: 1720785658:0;rclone mount --help +: 1720785705:0;rclone mount --demon mkspi:/home/mks mks +: 1720785713:0;rclone mount --daemon mkspi:/home/mks mks +: 1720785724:0;rclone mount --daemon octopi:/home/pi octo +: 1720785731:0;mc octo mks +: 1720806925:0;unp -U ProjectMyriamLifeandExplorations-ch5.04a-pcp.zip +: 1720807051:0;cd ProjectMyriamLifeandExplorations-ch5.04a-pc +: 1720888655:0;drill bla.de +: 1720888659:0;drill bla.de 8.8.8.8 +: 1720888664:0;drill bla.de @8.8.8.8 +: 1720889280:0;ping 192.168.0.193 +: 1720889466:0;ssh 192.168.0.193 +: 1720889476:0;sudo nmap 192.168.0.193 +: 1720890309:0;fusermount -u octo +: 1720890312:0;fusermount -u mks +: 1720902912:0;mkdir 2023-10 +: 1720902913:0;mkdir 2023-11 +: 1720902918:0;mkdir 2023-12 +: 1720902924:0;mkdir 2024-01 +: 1720902934:0;mkdir 2024-03 +: 1720902935:0;mkdir 2024-04 +: 1720902937:0;mkdir 2024-05 +: 1720902938:0;mkdir 2024-06 +: 1720902949:0;mv 2024-06 2024-07 +: 1720903321:0;vim bin/sbsnap.sh +: 1720903368:0;chmod 755 bin/grimshot +: 1720903369:0;vim bin/grimshot +: 1720903561:0;grimshot +: 1720903565:0;which grimshot +: 1720903575:0;pao `which grimshot` +: 1720903582:0;pao `grimshot` +: 1720903587:0;pao grimshot +: 1720903592:0;pao /usr/bin/grimshot +: 1720903598:0;pas grimshot +: 1720903605:0;paq grimshot +: 1720903853:0;mv bin/grimshot bin/grimsnap +: 1720903861:0;rm bin/*~ +: 1720903865:0;vim bin/grimsnap +: 1720904828:0;drill zeus +: 1720906324:0;pao ping +: 1720908168:0;drill zeus.home.sweevo.net +: 1720908188:0;drill sonarr.home.sweevo.net +: 1720908194:0;drill hydra.home.sweevo.net +: 1720910735:0;ssh mks@192.168.0.195 +: 1720911261:0;drill mkspi.home.sweevo.net +: 1720911276:0;ping mkspi.home.sweevo.net +: 1720911298:0;ping pixel4-xl +: 1720911307:0;ping pixel4-xl.home.sweevo.net +: 1720911313:0;cat /etc/resolv.conf +: 1720911322:0;nslookup pixel4-xl.home.sweevo.net +: 1720911333:0;host pixel4-xl.home.sweevo.net +: 1720911337:0;drill pixel4-xl.home.sweevo.net +: 1720911348:0;ping pixel-4-xl.home.sweevo.net +: 1720911354:0;ping mkspi +: 1720970746:0;unp -U FmF-1.1-Part1_TheatricalCut_v2-pc.zip +: 1720970886:0;cd FmF-1.1-Part1_TheatricalCut_V2-pc +: 1720970900:0;./FmF.sh +: 1720976793:0;unp -U Deenus-1.0-pc.zip +: 1720976799:0;cd Deenus-1.0-pc/ +: 1720976807:0;./Deenus.sh +: 1720977492:0;rm -rf Deenus-1.0-pc* +: 1720977506:0;unp -U FmFStories_BFFTales-1.0-pc.zip +: 1720977526:0;cd FmFStories_BFFTales-1.0-pc +: 1720977536:0;./FmFStories_BFFTales.sh +: 1721082369:0;ls -la /dev/uinput +: 1721086270:0;pas resolve +: 1721086300:0;yay -S davinci-resolve +: 1721087029:0;resolve +: 1721087038:0;pal davinci-resolve | grep bin +: 1721087049:0;pal davinci-resolve | grep desktop +: 1721087080:0;xdg-open /usr/share/applications/DaVinciResolve.desktop +: 1721087130:0;mkdir logs +: 1721087131:0;/opt/resolve/bin/resolve +: 1721087135:0;rmdir logs +: 1721087141:0;yay -Rnsc davinci-resolve +: 1721235163:0;pai dune3d +: 1721235271:0;paq openscad +: 1721363108:0;whois de.com +: 1721363130:0;whois dhl.de.com +: 1721367259:0;ls Nextcloud/3DPrint/CAD/Laptop\ Hook +: 1721388238:0;pai --asdeps ruby +: 1721388271:0;paq ruby +: 1721388326:0;pai freecad-appimage +: 1721406185:0;freecad +: 1721406215:0;yay -Rnsc freecad-appimage +: 1721406247:0;pai freecad +: 1721406277:0;pai -y freecad +: 1721410712:0;cd /home/jinks/.local/share/FreeCAD/Mod/Manipulator/ +: 1721410824:0;ls A2plus +: 1721412204:0;env | grep QPA +: 1721412212:0;env | grep QT_ +: 1721412287:0;QT_QPA_PLATFORM=xdsfcb freecad +: 1721412295:0;QT_QPA_PLATFORM=eglfs freecad +: 1721412319:0;QT_QPA_PLATFORM=wayland-egl freecad +: 1721412428:0;mpv 'https://private-user-images.githubusercontent.com/1645023/299326295-89cb7c87-c5ae-46ef-ad62-b7367e339519.mp4?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjE0MTIyNDQsIm5iZiI6MTcyMTQxMTk0NCwicGF0aCI6Ii8xNjQ1MDIzLzI5OTMyNjI5NS04OWNiN2M4Ny1jNWFlLTQ2ZWYtYWQ2Mi1iNzM2N2UzMzk1MTkubXA0P1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDcxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA3MTlUMTc1OTA0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjFmOWViNzdkNDk5NTQ0MDViYTFhMWVlODM0NDlkMWJlYjAxMmVhNjMyYWQ3YTQxZTkwNGU0YzcwNjljOTdlOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.--7uoIFfFCL_PcMDAOrEpratXmPgbgKPCcqEJEVbgbU' +: 1721429032:0;QT_QPA_PLATFORM=xcb freecad +: 1721482515:0;pas cadquery +: 1721482906:0;pas freecad +: 1721482933:0;paq freecad +: 1721483028:0;yay -Rnsc freecad +: 1721483204:0;pacman -Qqe | grep -v "$(pacman -Qqm)" +: 1721483313:0;pai freecad-git +: 1721483379:0;yay -Rnsc clang15 +: 1721483412:0;yay -Rnsc xfce4-mixer ucl +: 1721483417:0;paq ucl +: 1721483430:0;paq units +: 1721483467:0;paq swappy-git +: 1721483483:0;yay -Rnsc swappy-git +: 1721483489:0;pas wlroots +: 1721483503:0;yay -Rnsc wlroots16 +: 1721483511:0;yay -Rnsc wlroots0.16 +: 1721483553:0;smem +: 1721483561:0;paq smem +: 1721483580:0;pas rpatool +: 1721483601:0;paq ramsmp +: 1721483636:0;paq prips +: 1721483652:0;paq pinfo +: 1721483680:0;paq msgviewer +: 1721483710:0;paq lf-bin +: 1721483717:0;yay -Rnsc smhasher3 smem rpatool-git rox ramsmp prips pinfo pa-applet-git msgviewer monodevelop-bin lua-luajson lomoco logiops lightdm-webkit-theme-osmos lf-bin +: 1721483761:0;paq iat gv guile2.0 +: 1721483827:0;yay -Rns js102 imgur.sh iat gv guile2.0 grimshot gotop-bin go-mtpfs-git +: 1721483842:0;yay -Rnsc electron19 electron17 electron16 electron13 +: 1721483851:0;paq dumb-a4 +: 1721483861:0;yay -Rnsc dumb-a4 +: 1721483877:0;paq archlinux-menus +: 1721483885:0;pal archlinux-menus +: 1721483917:0;cat /usr/share/desktop-directories/Archlinux.directory +: 1721483927:0;cat /etc/xdg/menus/applications-merged/Archlinux.menu +: 1721483946:0;cat /usr/share/applications/Arch-AUR.desktop +: 1721483977:0;yay -rnsc archlinux-menus +: 1721483980:0;yay -Rnsc archlinux-menus +: 1721484843:0;pacman -Qdtq | pacman -Rnsc - +: 1721484928:0;paq python-steam +: 1721485007:0;paq boost +: 1721485425:0;paq vtk +: 1721485435:0;vtk +: 1721485438:0;pal vtk +: 1721485449:0;pal vtk | grep bin +: 1721485676:0;yay -Syu --needed base-devel +: 1721499518:0;mc Nextcloud /mnt/hera/share/Upload +: 1721499602:0;gdu Nextcloud +: 1721499910:0;cd .local/share/RimSort +: 1721499914:0;cd dbs +: 1721499916:0;cd Community-Rules-Database +: 1721573675:0;pas proxmox +: 1721661853:0;pas parted +: 1721771071:0;rm mods/space-factorissimo-updated-again_1.1.2.zip +: 1721771516:0;mv mods/space-factorissimo-updated-again_1.1.2.zip . +: 1721771549:0;mv space-factorissimo-updated-again_1.1.2.zip mods +: 1721851834:0;scp Downloads/WINSERVER2022_EVAL_x64FRE_en-us.iso play@zeus: +: 1721852438:0;scp Downloads/virtio-win-0.1.248.iso play@zeus: +: 1721852454:0;rm Downloads/WINSERVER2022_EVAL_x64FRE_en-us.iso +: 1721852459:0;rm Downloads/virtio-win-0.1.248.iso +: 1721859817:0;mpv /mnt/hera/share/Music/Albums/ASP/Hast\ Du\ mich\ vermisst\?\ Der\ schwarze\ Schmetterling,\ Teil\ I\ \(2000\)/ASP\ -\ Hast\ Du\ mich\ vermisst\?\ Der\ schwarze\ Schmetterling,\ Teil\ I\ -\ 01\ Schwarzer\ Schmetterling.ogg +: 1721859835:0;mpv /mnt/hera/share/Series/Murdoch\ Mysteries/Season\ 16/Murdoch\ Mysteries\ -\ S16E18\ -\ Virtue\ and\ Vice\ -\ WEBRip-720p.mkv +: 1722023742:0;ping -6 heise.de +: 1722023753:0;ping -6 zeus +: 1722032506:0;rm -rf /mnt/games/Steam/steamapps/compatdata/986130 +: 1722100639:0;locate *.sf2 +: 1722100643:0;locate \*.sf2 +: 1722100653:0;cd Audio +: 1722100781:0;ls *.sf2 +: 1722101011:0;fluidsynth -a pipewire FAT_OPL2FM_v2.sf2 theme.mid +: 1722101034:0;fluidsynth -a pipewire OPL-3_FM_128M.sf2 theme.mid +: 1722101058:0;fluidsynth -a pipewire TimbresOfHeaven_v3.4_Final.sf2 theme.mid +: 1722101088:0;fluidsynth -a pipewire AegeanSymphonicOrchestra-v2_5-universal.sf2 theme.mid +: 1722101128:0;fluidsynth -a pipewire Sonatina_Symphonic_Orchestra.sf2 theme.mid +: 1722101170:0;fluidsynth -a pipewire WeedsGM3.sf2 theme.mid +: 1722101214:0;fluidsynth -a pipewire The_Nes_Soundfont.sf2 theme.mid +: 1722101312:0;fluidsynth -a pipewire FluidR3_GM.sf2 theme.mid +: 1722101374:0;fluidsynth -a pipewire Roland\ SC-55.sf2.sf2 theme.mid +: 1722101423:0;munt +: 1722101496:0;fluidsynth -a pipewire SGM-V2.01.sf2 theme.mid +: 1722101519:0;fluidsynth -a pipewire SGM-V2.01.sf2 Futurama.mid +: 1722101571:0;fluidsynth -a pipewire The_Nes_Soundfont.sf2 Futurama.mid +: 1722101610:0;fluidsynth -a pipewire TimbresOfHeaven_v3.4_Final.sf2 Futurama.mid +: 1722101658:0;fluidsynth -a pipewire OPL-3_FM_128M.sf2 Futurama.mid +: 1722101707:0;fluidsynth -a pipewire Sonatina_Symphonic_Orchestra.sf2 Futurama.mid +: 1722101749:0;fluidsynth -a pipewire choriumreva.sf2 Futurama.mid +: 1722101775:0;fluidsynth -a pipewire choriumreva.sf2 theme.mid +: 1722101845:0;fluidsynth -a pipewire choriumreva.sf2 33H_R\&P.MID +: 1722102046:0;unzip -l ColomboGMGS2\ \(SFPACK\).zip +: 1722102062:0;mkdir ColomboGMGS2 +: 1722102068:0;unzip ../ColomboGMGS2\ \(SFPACK\).zip +: 1722102080:0;file ColomboGMGS2.sfpack +: 1722102104:0;fluidsynth -a pipewire ColomboGMGS2.sfpack ../Futurama.mid +: 1722102128:0;pas sfpak +: 1722102132:0;pas sfark +: 1722102183:0;wget ftp://ftp.personalcopy.net/pub/SFPack.zip unzip SFPack.zip rm SFPack.zip +: 1722102197:0;ls SFPACK.EXE +: 1722102222:0;mkdir pfx +: 1722102232:0;export WINEPREFIX=$PWD/pfx +: 1722102374:0;unrar l ColomboGMGS2_SONAR.rar +: 1722102390:0;unrar l ColomboGMGSLyt.rar +: 1722102409:0;fluidsynth -a pipewire ColomboGMGS2.sf2 ../Futurama.mid +: 1722102458:0;fluidsynth -h +: 1722102495:0;fluidsynth -ia pipewire ColomboGMGS2.sf2 ../theme.mid +: 1722102568:0;fluidsynth -ia pipewire ColomboGMGS2.sf2 ../Futurama.mid +: 1722102671:0;fluidsynth -ia pipewire ColomboGMGS2.sf2 ../Chrono\ Trigger/CTCRONO.MID +: 1722102748:0;fluidsynth -ia pipewire ColomboGMGS2.sf2 ../33H_R\&P.MID +: 1722102818:0;fluidsynth -ia pipewire ColomboGMGS2.sf2 TEST.mid +: 1722102854:0;fluidsynth -ia pipewire ColomboGMGS2.sf2 ../Dragonborn\ -\ Skyrim\ \[MIDICollection.net\].mid +: 1722102929:0;mv ColomboGMGS2.sf2 .. +: 1722102939:0;fluidsynth -ia pipewire The_Nes_Soundfont.sf2 Dragonborn\ -\ Skyrim\ \[MIDICollection.net\].mid +: 1722103017:0;fluidsynth -ia pipewire FAT_OPL2FM_v2.sf2 Dragonborn\ -\ Skyrim\ \[MIDICollection.net\].mid +: 1722103086:0;fluidsynth -ia pipewire SGM-V2.01.sf2 Dragonborn\ -\ Skyrim\ \[MIDICollection.net\].mid +: 1722103139:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 Dragonborn\ -\ Skyrim\ \[MIDICollection.net\].mid +: 1722103224:0;fluidsynth -ia pipewire AegeanSymphonicOrchestra-v2_5-universal.sf2 Dragonborn\ -\ Skyrim\ \[MIDICollection.net\].mid +: 1722103360:0;unzip arachno-soundfont-10-sf2.zip +: 1722103426:0;fluidsynth -ia pipewire Arachno\ SoundFont\ -\ Version\ 1.0.sf2 Dragonborn\ -\ Skyrim\ \[MIDICollection.net\].mid +: 1722103549:0;fluidsynth -ia pipewire Arachno\ SoundFont\ -\ Version\ 1.0.sf2 theme.mid +: 1722103715:0;fluidsynth -ia pipewire Final_Fantasy_7_PSX_SF.sf2 theme.mid +: 1722103888:0;ls SGM-V2.01.sf2 +: 1722104075:0;fluidsynth -ia pipewire squidfont_orchestral.sf2 theme.mid +: 1722104196:0;ls TimbresOfHeaven_v3.4_Final.sf2 +: 1722104593:0;cd ColomboGMGS2 +: 1722104596:0;wine SFPACK.EXE +: 1722104636:0;mv Musyng.sf2 .. +: 1722104645:0;fluidsynth -ia pipewire Musyng.sf2 theme.mid +: 1722104719:0;fluidsynth -ia pipewire SGM-V2.01.sf2 theme.mid +: 1722104771:0;ls *.sf2 -lag +: 1722104773:0;ls *.sf2 -lah +: 1722104809:0;ls Demo\\\ MIDIs +: 1722104819:0;mv Demo\\\ MIDIs 'Demo MIDIs' +: 1722104823:0;ls Demo\ MIDIs +: 1722104853:0;fluidsynth -ia pipewire SGM-V2.01.sf2 Demo\ MIDIs/\(Ac.\ Piano\)\ Debussy\ -\ Clair\ De\ Lune.mid +: 1722104970:0;locate *.mid +: 1722104977:0;locate \*.mid +: 1722105041:0;fluidsynth -ia pipewire SGM-V2.01.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/A_TEAM.MID +: 1722105082:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/A_TEAM.MID +: 1722105134:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/babylon5.mid +: 1722105215:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/X-FILES.MID +: 1722105270:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/SIMPSONS.MID +: 1722105334:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/miamivic.mid +: 1722105450:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/knightri.mid +: 1722105524:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/baywatch.mid +: 1722105595:0;fluidsynth -ia pipewire SGM-V2.01.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/baywatch.mid +: 1722105676:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/itchy_an.mid +: 1722105711:0;fluidsynth -ia pipewire SGM-V2.01.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/itchy_an.mid +: 1722105756:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/PINKPANT.MID +: 1722105811:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/PINKPANT.MID +: 1722105866:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/itchy_an.mid +: 1722105909:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/tom_and_.mid +: 1722105957:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/FLINTSTO.MID +: 1722105987:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/FLINTSTO.MID +: 1722106048:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/SCOOBY.MID +: 1722106091:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/FLIPPER.MID +: 1722106158:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/FLIPPER.MID +: 1722106226:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/ALF.MID +: 1722106282:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/GETSMART.MID +: 1722106529:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/mash.mid +: 1722106577:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/mash.mid +: 1722106655:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/FRIENDS.MID +: 1722106704:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/CHEERS.MID +: 1722106769:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/ALBUNDY0.MID +: 1722106811:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/ADDAMS.MID +: 1722106952:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/JEANIE55.MID +: 1722106987:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/HAWAII.MID +: 1722107053:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/DOOGIE_H.MID +: 1722107136:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/HITCH.MID +: 1722107176:0;less /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/TV.html +: 1722107188:0;xdg-open /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/TV.html +: 1722107243:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/HAPPY.MID +: 1722107304:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/i_love_l.mid +: 1722107333:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/INSPECT.MID +: 1722107354:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/INSPECT.MID +: 1722107473:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/JUMP.MID +: 1722107522:0;fluidsynth -ia pipewire Musyng.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/JUMP.MID +: 1722107546:0;fluidsynth -ia pipewire SGM-V2.01.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/JUMP.MID +: 1722107569:0;fluidsynth -ia pipewire OPL-3_FM_128M.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/JUMP.MID +: 1722107802:0;fluidsynth -ia pipewire OPL-3_FM_128M.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/JOHNNY_Q.MID +: 1722107811:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/JOHNNY_Q.MID +: 1722107876:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/LOONEY.MID +: 1722108001:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/picket_f.mid +: 1722108234:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/SEINFELD.MID +: 1722108307:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/SESAME.MID +: 1722108366:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/transfor.mid +: 1722108401:0;fluidsynth -ia pipewire SGM-V2.01.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/transfor.mid +: 1722108508:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/WHOBOSS.MID +: 1722108562:0;fluidsynth -ia pipewire SGM-V2.01.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/WHOBOSS.MID +: 1722108651:0;fluidsynth -ia pipewire SGM-V2.01.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/POPEYE.MID +: 1722108658:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/POPEYE.MID +: 1722108818:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/PEANUTS.MID +: 1722108943:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/MISSIONI.MID +: 1722109089:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 /home/jinks/work/midi/turkel.tripod.com/\~Turkel/TV/TWLITZON.MID +: 1722109174:0;mkdir TV +: 1722109248:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_The_Outer_Limits.mid +: 1722109346:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Love_Boat.mid +: 1722109501:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Buffy_The_Vampire_Slayer.mid +: 1722109575:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Bewitched.mid +: 1722109653:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Dallas.mid +: 1722109728:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Golden_Girls.mid +: 1722109795:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Growing_Pains.mid +: 1722109852:0;fluidsynth -ia pipewire Musyng.sf2 TV/TV_Themes_-_Growing_Pains.mid +: 1722109910:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Hogan\'s_Heroes.mid +: 1722109957:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Home_Improvement.mid +: 1722110026:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Lost_In_Space.mid +: 1722110070:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Millenium.mid +: 1722110197:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Monty_Python\'s_Flying_Circus.mid +: 1722110245:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Perry_Mason.mid +: 1722110311:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_The_Jetsons.mid +: 1722110370:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_The_Muppet_Show.mid +: 1722110433:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Star_Trek_-_The_Next_Generation.mid +: 1722110532:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Star_Trek_-_Deep_Space_Nine.mid +: 1722110655:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Star_Trek_-_Voyager.mid +: 1722111058:0;fluidsynth -ia pipewire TimbresOfHeaven_v3.4_Final.sf2 TV/TV_Themes_-_Bonanza.mid +: 1722133166:0;unp -U The_Unpredictable_0.44.rar +: 1722133187:0;cd TU\ Ep1\ v0.36 +: 1722134081:0;cd Tu\ Ep1\ v0.44 +: 1722134094:0;mc . ../TU\ Ep1\ v0.36 +: 1722134118:0;`\ +` +: 1722136437:0;cd /mnt/virt/games/bottles/BITS/drive_c/BITS_EP1_Supporters_v2/ +: 1722136500:0;rsync -avxHAX --delete /mnt/hera/share/Downloads/torrents/complete/BITS_EP1_Supporters_v8 +: 1722136522:0;rsync -avxHAX --delete /mnt/hera/share/Downloads/torrents/complete/BITS_EP1_Supporters_v8/ . +: 1722136890:0;mc .. /mnt/virt/games/bottles/BITS +: 1722136975:0;pau rar +: 1722136977:0;pai rar +: 1722137003:0;unrar l BITSv8_Saved.rar +: 1722137007:0;unrar x BITSv8_Saved.rar +: 1722454304:0;pa r2mod +: 1722454306:0;pas r2mod +: 1722454314:0;pas thunderstore +: 1722454326:0;pai r2modman-bin +: 1722454392:0;r2modman +: 1722456023:0;firefox +: 1722456371:0;yay -Rnsc electron30 +: 1722456378:0;yay -Rnsc electron31 +: 1722548625:0;sshfs pi@octopi:/var/lib/motion work/u-root +: 1722548629:0;ls work/u-root +: 1722548651:0;mpv -ao null work/u-root/0-01-20240801224311.mkv +: 1722548668:0;mpv -ao null work/u-root/0-01-20240801224502.mkv +: 1722548679:0;mpv -ao null work/u-root/0-01-20240801234055.mkv +: 1722550635:0;ssh pi@octopi +: 1722551579:0;mpv -ao null work/u-root/vid.mp4 +: 1722554285:0;mpv -ao null work/u-root/01-20240802011721.mkv +: 1722554293:0;mpv -ao null work/u-root/01-20240802011721.mp4 +: 1722554671:0;mpv -ao null work/u-root/01-20240802012311.mkv +: 1722554729:0;mpv -ao null work/u-root/0-01-20240802012311.mkv +: 1722554761:0;ffprobe work/u-root/0-01-20240802012311.mkv +: 1722554865:0;ls -lah work/u-root +: 1722554965:0;mpv -ao null work/u-root/01-20240802012830.mkv +: 1722554979:0;vlc work/u-root/01-20240802012830.mkv +: 1722554995:0;ls -lah work/u-root/01-20240802012830.mkv +: 1722555300:0;mpv -ao null work/u-root/0-01-20240802013400.mp4 +: 1722555304:0;mpv -ao null work/u-root/0-01-20240802013400.mkv +: 1722555533:0;ls -lah work/u-root/ +: 1722556074:0;fusermount -u work/u-root +: 1722671428:0;unp -U The_Lewdest_House_-_0-2-4_-_PC_Linux.zip +: 1722671432:0;cd thelewdesthouse-pc +: 1722677277:0;unp -U ProjectMyriamLifeandExplorations-ch5.05-pcp.zip +: 1722677337:0;cd ProjectMyriamLifeandExplorations-ch5.05-pc +: 1722741502:0;../thelewdesthouse-pc +: 1722754275:0;unp -U TomboySupremacy-0.6a-pc.zip +: 1722754286:0;cd TomboySupremacy-0.6a-pc +: 1722754348:0;./TomboySupremacy.sh +: 1722905287:0;systemctl --user restart pipewire +: 1722973149:0;pulseaudio --check +: 1722973186:0;inxi -A +: 1722973256:0;pas sndiod +: 1722973271:0;ps aux | grep sndio +: 1722973430:0;systemctl --user status pipewire-pulse +: 1722973464:0;pipewire-pulse --help +: 1722973492:0;systemctl cat pipewire-pulse +: 1722973503:0;systemctl --user cat pipewire-pulse +: 1722973566:0;pas pipewire session +: 1722973611:0;pai pipewire-session-manager +: 1722973615:0;pal pipewire-session-manager +: 1722973626:0;paq pipewire-session-manager +: 1722973649:0;pal wireplumber +: 1722973669:0;wpctl +: 1722973673:0;wpctl status +: 1722973790:0;inxi -Axxx +: 1722976087:0;pas miracast +: 1723059172:0;systemctl --user restart pipewire-pulse +: 1723059185:0;killall -9 pipewire-ulse +: 1723059188:0;killall -9 pipewire-pulse +: 1723060044:0;pal dotnet-targeting-pack +: 1723061733:0;dotnet new worker --name APLMonitor +: 1723061743:0;cd APLMonitor +: 1723061800:0;less APLMonitor.csproj +: 1723062120:0;vim Worker.cs +: 1723062172:0;mv Worker.cs WindowsBackgroundService.cs +: 1723062377:0;dotnet publish -r win-x64 --sc +: 1723062416:0;ls bin/Release +: 1723062418:0;ls bin/Release/net8.0 +: 1723062419:0;ls bin/Release/net8.0/win-x64 +: 1723062618:0;rm -rf bin +: 1723062626:0;dotnet publish --help +: 1723062788:0;vim JokeService.cs +: 1723062812:0;vim Program.cs +: 1723062830:0;vim WindowsBackgroundService.cs +: 1723062844:0;ls obj +: 1723062856:0;rm -rf obj +: 1723062866:0;vim APLMonitor.csproj +: 1723062911:0;dotnet new worker --name WIT.APLMonitor +: 1723062914:0;cd WIT.APLMonitor +: 1723062929:0;dotnet add package Microsoft.Extensions.Hosting.WindowsServices +: 1723062934:0;mc ../APLMonitor . +: 1723063016:0;vim WIT.APLMonitor.csproj +: 1723063173:0;dotnet publish +: 1723063190:0;ls bin/Release/net8.0/win-x64/ +: 1723063214:0;ls bin/Release/net8.0/win-x64/publish +: 1723063260:0;less bin/Release/net8.0/win-x64/publish/appsettings.json +: 1723063271:0;less bin/Release/net8.0/win-x64/publish/WIT.APLMonitor.pdb +: 1723063277:0;file bin/Release/net8.0/win-x64/publish/WIT.APLMonitor.pdb +: 1723076318:0;grep -E 'Codec|Audio Output|rates' /proc/asound/card*/codec#* +: 1723076338:0;cat /proc/asound/cards +: 1723076357:0;grep . /proc/asound/card2/ +: 1723076364:0;grep -R . /proc/asound/card2/ +: 1723149194:0;ping 10.1.1.10 +: 1723149195:0;ping 10.1.1.12 +: 1723149259:0;ip ro ls +: 1723149337:0;ping ncentral.wocken-it.com +: 1723149380:0;ping 192.168.33.49 +: 1723151944:0;ssh admin@192.168.33.49 +: 1723152163:0;ping 10.42.0.9 +: 1723155125:0;ssh 10.42.0.9 +: 1723235939:0;pacman -Qdtq +: 1723302830:0;pas passmark +: 1723302847:0;pai aur/passmark-performancetest-bin +: 1723303002:0;palpassmark-performancetest-bin +: 1723303004:0;pal passmark-performancetest-bin +: 1723303011:0;passmark-performancetest +: 1723303408:0;ssh 10.42.0.9 -l admin +: 1723305140:0;xlsclients -l +: 1723305245:0;sleep 5 && xlsclients -l +: 1723305554:0;yay -Rnsc passmark-performancetest-bin +: 1723306075:0;pas phoronix +: 1723306081:0;pai phoronix-test-suit +: 1723306086:0;pai phoronix-test-suite +: 1723306266:0;phoronix-test-suite +: 1723306292:0;phoronix-test-suite benchmark universe-cli +: 1723306310:0;phoronix-test-suite list-tests +: 1723306374:0;phoronix-test-suite benchmark himeno +: 1723306573:0;phoronix-test-suite list-recommended-tests +: 1723306617:0;phoronix-test-suite benchmark perf-bench +: 1723306780:0;yay -Rnsc phoronix-test-suite +: 1723353538:0;unp -U family_vacation-0.8.FINAL-win.zip +: 1723353573:0;mc ../family_vacation-0.7.8.-win . +: 1723355253:0;unp -U 30YearOldVirgin-0.28.dv-pc.zip +: 1723355323:0;cd 30YearOldVirgin-0.28.dv-pc +: 1723359851:0;unp -U ThePilgrimage-Chapter_1-pc.zip +: 1723359984:0;cd ThePilgrimage-Chapter_1-pc +: 1723360063:0;./ThePilgrimage.sh +: 1723501730:0;head /var/log/pacman.log +: 1723574979:0;ls /mnt/hera/share/Downloads/torrents/complete/ +: 1723574991:0;ls /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\) +: 1723575013:0;ls /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/Data/enUS/Interface +: 1723575016:0;ls /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/Data/enUS/Interface/Cinematics +: 1723575031:0;ls /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/Interface/AddOns/DruidFix +: 1723575046:0;ls /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/Data +: 1723575052:0;ls /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/Data/enUS +: 1723575065:0;less /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/Data/enUS/realmlist.wtf +: 1723575085:0;du -hs /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/ +: 1723575100:0;cd /mnt/games +: 1723575168:0;cp -a /mnt/hera/share/Downloads/torrents/complete/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\)/ wineprefix/ +: 1723575566:0;cd wineprefix/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\) +: 1723575581:0;mkdir wow +: 1723575585:0;cd wow +: 1723575596:0;wine explorer +: 1723575620:0;winetricks sandbox +: 1723575651:0;mv ../World\ of\ Warcraft\ 3.3.5a\ \(no\ install\) drive_c +: 1723575654:0;cd drive_c/World\ of\ Warcraft\ 3.3.5a\ \(no\ install\) +: 1723575720:0;gamescope -w 1920 -h 1080 wine Wow.exe +: 1723575770:0;gamescope -w 1920 -h 1080 tilix +: 1723575812:0;wine Wow.exe +: 1723575831:0;killall wine +: 1723575836:0;killall wow.exe +: 1723575866:0;ps aux | grep "\.[e]xe" | cut -d" " -f6 | xargs kill -9 +: 1723575873:0;ps aux | grep exe +: 1723575901:0;ps aux | grep "\.[e]xe" | cut -d" " -f6 +: 1723575910:0;ps aux | grep "\.[e]xe" | cut -d" " -f7 +: 1723575917:0;ps aux | grep "\.[e]xe" | cut -d" " -f7 | xargs kill -9 +: 1723575921:0;ps aux | grep "\.[e]xe" +: 1723575971:0;gamescope -w 1920 -h 1080 WINEPREFIX=/mnt/games/wineprefix/wow wine Wow.exe +: 1723576006:0;gamescope -w 1920 -h 1080 sh -c "WINEPREFIX=/mnt/games/wineprefix/wow wine Wow.exe" +: 1723576036:0;gamescope -w 1920 -h 1080 sh -c "export WINEPREFIX=/mnt/games/wineprefix/wow wine Wow.exe" +: 1723576046:0;sh -c "export WINEPREFIX=/mnt/games/wineprefix/wow wine Wow.exe" +: 1723576054:0;sh -c "WINEPREFIX=/mnt/games/wineprefix/wow wine Wow.exe" +: 1723580017:0;mv ~/Downloads/launcher_setup_3.1.0.exe . +: 1723580209:0;mc .. +: 1723696188:0;sudo dmesg >> amderror.log +: 1723696199:0;sudo reboot +: 1723742702:0;cd /mnt/games/wineprefix/wow/drive_c/TauriWOW/Tauri\ Launcher/ +: 1723742717:0;cd MoP/Interface/AddOns +: 1723829582:0;pai stacer +: 1723829585:0;pas stacer +: 1723829590:0;pai stacer-bin +: 1723829687:0;env | grep -i qpa +: 1723830706:0;pai raytracingvulkan-git +: 1723830724:0;pas imgui +: 1723830751:0;yay -G raytracinginvulkan-git +: 1723830754:0;cd raytracinginvulkan-git +: 1723830817:0;pai --asdeps imgui tinyobjloader +: 1723830894:0;yay -G imgui +: 1723830898:0;cd imgui +: 1723830932:0;makepkg -g +: 1723830937:0;makepkg -g >> PKGBUILD +: 1723830940:0;vim PKGBUILD +: 1723830971:0;pai raytracinginvulkan-git +: 1723831027:0;cd /opt/raytracinginvulkan/bin/ +: 1723831040:0;./RayTracer +: 1723831310:0;sudo inxi -Fxxx +: 1723831332:0;grep . /sys/devices/system/cpu/vulnerabilities/* +: 1723831629:0;/lib/ld-linux-x86-64.so.2 --help | grep supported +: 1723848382:0;rsync -avxHAX TauriWOW/ play@zeus: +: 1723850183:0;rsync -i -avxHAX --delete play@zeus:wow/Tauri\ Launcher . +: 1723851396:0;rg ChatFrame +: 1723851509:0;vim Stubby/Stubby.xml +: 1723851541:0;vim Stubby/Stubby.lua +: 1723851571:0;cd Stubby +: 1723851577:0;rg format +: 1723851640:0;rg OnEvent +: 1723851645:0;rg Event +: 1723851707:0;cd Downloads/WoW +: 1723851713:0;git clone https://github.com/fondlez/wow-addons-mop +: 1723860716:0;mv ../Bejeweled_Nighthawk.zip . +: 1723955252:0;cd /mnt/games/factorio/k2se +: 1723955264:0;SDL_VIDEODRIVER=wayland bin/x64/factorio +: 1723955795:0;ls mods | grep -i solar +: 1723955843:0;rm mods/Advanced-Electric-Revamped-v16_0.6.15.zip +: 1723958198:0;rm mods/Advanced-Solar_1.3.1.zip +: 1724002069:0;killall -9 sway +: 1724002082:0;rmmod amdgpu +: 1724002095:0;sudo chvt 3 +: 1724002505:0;less dmesg.log +: 1724002884:0;sudo dmesg -t | grep amdgpu | grep firmware +: 1724002934:0;sudo cat /sys/kernel/debug/dri/0/amdgpu_firmware_info +: 1724002942:0;sudo cat /sys/kernel/debug/ +: 1724002950:0;sudo cat /sys/kernel/debug/dri/0 +: 1724002952:0;sudo cat /sys/kernel/debug/dri/ +: 1724002954:0;sudo cat /sys/kernel/debug/dri/1 +: 1724002967:0;sudo cat /sys/kernel/debug/dri/1/amdgpu_firmware_info +: 1724002998:0;sudo dmesg -t | grep -A6 amdgpu +: 1724003055:0;ls /lib/firmware/amd-ucode +: 1724003059:0;ls /lib/firmware/amdgpu +: 1724003285:0;sudo dmesg | grep microcode +: 1724003318:0;ls /lib/firmware/amd-ucode/ +: 1724003329:0;less /proc/cpuinfo +: 1724003664:0;hex 33 +: 1724003929:0;pai msr-tools +: 1724003936:0;paq msr-tools +: 1724003943:0;sudo cpuid | grep '80000001 00000000' | awk '{print $3}' +: 1724004002:0;dmidecode +: 1724004004:0;sudo dmidecode +: 1724004351:0;modinfo smdgpu +: 1724004354:0;modinfo amdgpu +: 1724004578:0;mhwd -li +: 1724004829:0;sudo dmesg | grep -i iommu +: 1724007158:0;sudo vim /etc/systemd/sleep.conf +: 1724007240:0;sudo systemctl daemon-reload +: 1724007722:0;yay -Rnsc imgui +: 1724007732:0;yay -Rnsc xsane +: 1724007782:0;less amderror.log +: 1724011372:0;cd /mnt/games/wineprefix/wow/drive_c/ +: 1724011462:0;vim Bejeweled.lua +: 1724099393:0;pas heroi +: 1724099409:0;yay -Su +: 1724099447:0;ps bottles +: 1724101803:0;ls ~/.local/share/lutris/runtime/ +: 1724102016:0;pas umu +: 1724102031:0;ls ~/.local/share/lutris/runtime/umu +: 1724102037:0;ls ~/.local/share/lutris/runtime/umu-games +: 1724102042:0;less ~/.local/share/lutris/runtime/umu-games/umu-games.json +: 1724105263:0;ls .Trash +: 1724105268:0;ls .Trash -la +: 1724105285:0;ls .config/lutris +: 1724105288:0;ls .config/lutris/runners +: 1724105298:0;ls .local/share/lutris/run +: 1724105300:0;ls .local/share/lutris/runners +: 1724105301:0;ls .local/share/lutris/runners/wine +: 1724105306:0;rm -rf .local/share/lutris/runners/wine +: 1724105488:0;cd .steam/root/compatibilitytools.d +: 1724106195:0;cd /mnt/games/wineprefix +: 1724106219:0;mkdir TauriWOW +: 1724106224:0;cd TauriWOW +: 1724108342:0;pas heroic +: 1724108820:0;cd Tauri\ Launcher +: 1724108825:0;ls MoP +: 1724109640:0;lsof +: 1724109690:0;lsof | grep -i tauri +: 1724111099:0;ls pfx -lah +: 1724111297:0;rsync -avxHAX TauriWOW /mnt/hera/share/Upload/ +: 1724111485:0;pai moonlight-qt +: 1724185727:0;shasum archlinux-2024.08.01-x86_64.iso +: 1724185781:0;sq +: 1724185784:0;paq sq +: 1724185797:0;sha256sum archlinux-2024.08.01-x86_64.iso +: 1724104022:21;vim .config/heroic/config.json +: 1724186701:0;cat /etc/pacman.d/mirrorlist +: 1724285684:0;cd TauriWOW/Tauri\ Launcher +: 1724285699:0;cd MoP +: 1724285716:0;mkdir wpf +: 1724285747:0;WINEPREFIX=/mnt/games/wineprefix/TauriWOW/Tauri\ Launcher/MoP/wpf wine Wow-64.exe +: 1724288304:0;ls pfx +: 1724288308:0;ls wpf +: 1724288416:0;rm -rf wpf +: 1724443315:0;cat /sys/module/zswap/parameters/enabled +: 1724443323:0;grep -r . /sys/module/zswap/parameters/ +: 1724443379:0;sudo dmesg | grep zswap +: 1724443400:0;sudo dmesg | grep -i swap +: 1724443425:0;journalctl -b | grep zswap +: 1724443507:0;grep -r . /sys/kernel/debug/zswap +: 1724443511:0;sudo grep -r . /sys/kernel/debug/zswap +: 1724447381:0;mc . ~/Downloads/WoW +: 1724459200:0;ls /mnt/hera/share/Downloads +: 1724459203:0;ls /mnt/hera/share/Downloads/torrents +: 1724459227:0;ls /mnt/hera/share/Upload +: 1724459251:0;ls /mnt/hera/share/Upload/Games +: 1724459259:0;ls /mnt/hera/share/Upload/Games/wow +: 1724468835:0;pas fish +: 1724468886:0;pai fish +: 1724468978:0;cd /mnt/hera/share +: 1724468982:0;cd Series +: 1724478102:0;echo $WINEPREFIX +: 1724478156:0;cd family_vacation-0.8.FINAL-win +: 1724478177:0;wine family_vacation.exe +: 1724479087:0;unp -U TheShrinkRR-2.6-market.zip +: 1724479130:0;cd TheShrinkRR-2.6-market +: 1724480055:0;cd FamilyAffairWeek3-0.120.fix2-pc +: 1724483861:0;chmod o+rx /mnt/hera/share/Downloads/nzbget/completed/PC\ Games/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/Hogwarts.Legacy.Deluxe.Edition-EMPRESS +: 1724483869:0;chmod o+rx /mnt/hera/share/Downloads/nzbget/completed/PC\ Games/Hogwarts.Legacy.Deluxe.Edition-EMPRESS/ +: 1724515388:0;sudo dmesg | head +: 1724515404:0;journalctl -b | grep ACPI +: 1724524267:0;grep -e '' -n /sys/class/dmi/id/board_{name,vendor} +: 1724561179:0;vim .config/pipewire/media-session.d/restore-stream +: 1724561199:0;vim .config/pipewire/media-session.d/default-routes +: 1724561217:0;vim .config/pipewire/media-session.d/default-profile +: 1724561228:0;vim .config/pipewire/media-session.d/default-nodes +: 1724617117:0;gamescope -help +: 1724791729:0;ldd `which gimp` +: 1724791734:0;ldd `which gimp` | grep -i gtk +: 1724793481:0;fwupdmgr get-devices +: 1724793486:0;pas fwupd +: 1724793511:0;pai gnome-firmware +: 1724793521:0;gnome-firmware +: 1724797010:0;pas dolphin +: 1724797024:0;pas pcsx +: 1724797049:0;pas corect +: 1725022626:0;paq ell +: 1725022638:0;paq iwd +: 1725050497:0;ls 30YearOldVirgin-0.28.dv-pc +: 1725050802:0;unp -U Hornycraft-0.22.1-pc.zip +: 1725050816:0;cd Hornycraft-0.22.1-pc +: 1725050824:0;./Hornycraft.sh +: 1725056906:0;unp -U Heritage-0.2.1-win.zip +: 1725056912:0;cd Heritage-0.2.1-win +: 1725056922:0;wine Heritage.exe +: 1725081742:0;ssh admin@10.42.0.9 +: 1725136049:0;unp -U Lunars_Chosen_v0.26_PTGames_PC.zip +: 1725197383:0;meld ATM9\ -\ 0.2.58/minecraft/ ATM9\ -\ 0.3.2/minecraft/ +: 1725255480:0;nc -l -p 12345 +: 1725255494:0;curl http://localhost:12345/ +: 1725410262:0;pas java +: 1725410299:0;yay -Rnsc jdk17-openjdk +: 1725410314:0;pai java-environment-common +: 1725410332:0;pai jre21-openjdknjdk +: 1725410404:0;yay -Rnsc jre21-openjdk +: 1725410415:0;yay -Rnsc java-environment-common +: 1725410423:0;pai jre-openjdk +: 1725410432:0;pai java-openjfx +: 1725410473:0;pas mcasel +: 1725410632:0;pai java21-openjfx +: 1725410761:0;pai mcaselector +: 1725410879:0;pai jre21-openjdk +: 1725410888:0;archlinux-java +: 1725410891:0;archlinux-java get +: 1725410897:0;archlinux-java status +: 1725410904:0;sudo archlinux-java set +: 1725424497:0;pas javafx | grep bin +: 1725424507:0;pas javafx +: 1725424516:0;pas jfx bin +: 1725424533:0;sudo archlinux-java set java-22-openjdk +: 1725424542:0;pal java-openjfx-bin +: 1725424575:0;java -jar mcaselector-2.4.1.jar +: 1725424639:0;mcaselector +: 1725424816:0;pas openjdk +: 1725424842:0;yay -Rnsc jre-openjdk +: 1725424848:0;pai jdk-openjdk +: 1725424981:0;mkdir atm9 +: 1725424996:0;sshfs play@zeus:games/minecraft/ATM9 atm9 +: 1725425003:0;java --module-path /usr/lib/jvm/java-22-openjfx/lib/ --add-modules ALL-MODULE-PATH -jar mcaselector-2.4.1.jar +: 1725425262:0;fusermount -u atm9 +: 1725464426:0;ssh play@zeus\\ + +: 1725464879:0;java -versino +: 1725464952:0;pai jdk17-openjdk +: 1725572686:0;dualsensectl power-off +: 1725703668:0;unp -U ProjectMyriamLifeandExplorations-ch5.06-pcp.zip +: 1725703837:0;cd ProjectMyriamLifeandExplorations-ch5.06-pc +: 1725724064:0;pas kitty +: 1725724110:0;pal kitty-shell-integration +: 1725724169:0;kitten +: 1725724226:0;kitten ssh +: 1725724231:0;ssh +: 1725724320:0;pal kitty +: 1725796465:0;journalctl -b | cat +: 1725796528:0;vim .config/kitty/kity.conf +: 1725796943:0;mv .config/kitty/kity.conf .config/kitty/kitty.conf +: 1725797380:0;kitty +runpy 'from kitty.config import *; print(commented_out_default_config())' +: 1725800633:0;../LunarsChosen-0.26.0-pc +: 1725884662:0;curl https://utcc.utoronto.ca/ +: 1725884710:0;curl -I https://utcc.utoronto.ca/ +: 1725884726:0;mtr utcc.utoronto.ca +: 1725893068:0;pas mission center +: 1725893080:0;pai mission-center +: 1725893111:0;pai -y mission-center +: 1726127757:0;whois sweevo.net +: 1726146064:0;rg "s.sweevo" +: 1726175808:0;less /sys/class/hwmon/hwmon1/device/board_info +: 1726175838:0;ls -ld /sys/class/hwmon/hwmon1/device/ +: 1726175844:0;ls -l /sys/class/hwmon/hwmon1/ +: 1726175879:0;ls -l /sys/class/hwmon/hwmon3 +: 1726175882:0;ls -l /sys/class/hwmon/hwmon2/ +: 1726175894:0;ls -l /sys/class/hwmon/hwmon2/temp1_label +: 1726175897:0;cat /sys/class/hwmon/hwmon2/temp1_label +: 1726175906:0;cat /sys/class/hwmon/hwmon2/temp1_input +: 1726176336:0;grep . /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/ +: 1726176339:0;grep . /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/* +: 1726176400:0;grep . /sys/devices/pci0000:00/0000:00:18.3/hwmon/ +: 1726176404:0;ls /sys/devices/pci0000:00/0000:00:18.3/hwmon/ +: 1726176500:0;ls /sys/devices/platform/nct6775.656/hwmon +: 1726176621:0;ls -l /sys/class/hwmon/hwmon1 +: 1726176641:0;ls /sys/devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.0/hwmon/hwmon1 +: 1726176656:0;grep . /sys/devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.0/hwmon/hwmon1/* +: 1726177619:0;ls /sys/devices/pci0000:00/0000:00:03.1/0000:04:00.0/0000:05:00.0/0000:06:00.0/hwmon +: 1726177643:0;ls /sys/devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.0/hwmon +: 1726177770:0;ls /sys/devices/pci0000:00/ +: 1726177780:0;ls /sys/devices/pci0000:00/0000:00:03.1 +: 1726177956:0;ls /sys/class/hwmon/hwmon2 +: 1726177959:0;ls /sys/class/hwmon/hwmon2 -l +: 1726177968:0;ls /sys/class/hwmon/hwmon1 -l +: 1726179092:0;yay --status +: 1726179126:0;yay -Scc +: 1726179181:0;yay -Qm +: 1726179214:0;ficsit -h +: 1726179385:0;yay -Rnsc arcticfox-monitor-bin bsdiff dune3d ficsit-cli-bin faenza-icon-theme gputest hexcurse ipscan mcomix sunity-cursors-git superslicer sysrqd ttf-c64-fonts ttf-droid-monovar ttf-mac-fonts ttf-nanumgothic_coding unetbootin vorbisgain xcursor-neo-alien xcursor-neo-alien-dark xvkbd +: 1726179556:0;less .config/gtk-4.0/settings.ini +: 1726179571:0;pai sunity-cursors-git +: 1726179620:0;pas candy +: 1726179644:0;pas sweet +: 1726191502:0;cd LunarsChosen-0.26.0-pc +: 1726253636:0;mpv /mnt/hera/share/Movies/Heart\ of\ Stone\ \(2023\)/Heart\ of\ Stone\ \(2023\)\ \[WEBDL-1080p\ \(CMRG\)\].mkv +: 1726354040:0;cd ATM9\ -\ 0.3.2/minecraft/mods +: 1726354090:0;scp dummmmmmy-1.20-2.0.1.jar play@zeus:games/minecraft/ATM9/mods +: 1726400063:0;./LunarsChosen.sh +: 1726404839:0;unp -U Lunars_Chosen_2-0.2.0-pc.zip +: 1726404849:0;cd LC2 +: 1726610088:0;xdg-open steam://flushconfig +: 1726610449:0;ls .steam +: 1726610614:0;cd .local/share/Steam +: 1726610661:0;ls ~/.steam/steam/ClientRegistry.blob +: 1726610667:0;ls ~/.steam/steam/ +: 1726611124:0;mkdir backup +: 1726611129:0;mv .steam backup +: 1726611138:0;mv .local/share/Steam backup +: 1726611653:0;rm -rf .local/share/Steam +: 1726611661:0;rm -rf .steam +: 1726611669:0;mv backup/.steam . +: 1726611679:0;mv backup/Steam .local/share/ +: 1726611687:0;steam +: 1726611935:0;cd /home/jinks/.local/share/Steam/logs\ + +: 1726611943:0;less appinfo_log.txt +: 1726612365:0;less content_log.txt +: 1726612806:0;less connection_log.txt +: 1726615670:0;pacman +: 1726615673:0;pacman -v +: 1726615676:0;pacman -V +: 1726615693:0;sudo etc-update +: 1726618552:0;cat /proc/swaps +: 1726619569:0;ssh ad@archmini +: 1726619580:0;ping archmini +: 1726619621:0;ssh ad@192.168.0.58 +: 1726834558:0;cd LC2-0.2.0-pc +: 1726835097:0;killall TESV.exe +: 1726836489:0;playonlinux4 +: 1726927266:0;cd /mnt/games/Steam/steamapps/common/Satisfactory +: 1726927271:0;cd FactoryGame +: 1726927295:0;mv Mods Mods.backup_v1.0 +: 1726927343:0;cd /mnt/games/Steam/steamapps/common/Satisfactory/FactoryGame +: 1726927380:0;ls -l /mnt/hera/jinks +: 1726927443:0;ls -l /mnt/hera/jinks -a +: 1726927466:0;mv Mods.backup_v1.0 /mnt/hera/jinks/ +: 1726939235:0;gamescope -w 1280 -h 720 steamtinkerlaunch vortex start +: 1726943338:0;cd /mnt/games/Steam/steamapps/ +: 1727016983:0;ls Family* +: 1727016997:0;ls fam* +: 1727017248:0;unp -U AwakeningPriya-0.2-pc.zip +: 1727017255:0;cd AwakeningPriya-0.2-pc +: 1727019213:0;../LC2-0.2.0-pc +: 1727019218:0;./LC2.sh +: 1727107731:0;orca-slicer +: 1727107738:0;pas orca slic +: 1727107756:0;pai oprca-slicer +: 1727107759:0;pai orca-slicer +: 1727108061:0;cd work/GridFinity +: 1727108066:0;unp -U gridfinity-collection-model_files.zip +: 1727108074:0;rm gridfinity-collection-model_files +: 1727108076:0;rm gridfinity-collection-model_files.zip +: 1727108081:0;mv gridfinity-collection-model_files/8 . +: 1727108084:0;mv gridfinity-collection-model_files/* . +: 1727108088:0;rmdir gridfinity-collection-model_files/ +: 1727125635:0;rm -rf /mnt/virt/games/lutris/hogwarts-legacy +: 1727125689:0;less /mnt/cdrom/Hogwarts\ Legacy\ -\ Digital\ Deluxe\ Edition\ \(HotFix+\ Bonus\ Content+\ MULTi14\)/_Read\ Me.txt +: 1727125733:0;mc /mnt/cdrom/Hogwarts\ Legacy\ -\ Digital\ Deluxe\ Edition\ \(HotFix+\ Bonus\ Content+\ MULTi14\) /mnt/virt +: 1727126959:0;cd /mnt/virt/games/legendary/_prefixes/Hogwarts\ Legacy +: 1727127056:0;WINEDEBUG=+all wine /mnt/virt/iso/Hogwarts/Set-up.exe +: 1727127177:0;winetricks dotnet48 +: 1727127547:0;wine /mnt/virt/iso/Hogwarts/Set-up.exe +: 1727134471:0;pas openscad +: 1727134478:0;pai openscad +: 1727134489:0;openscad +: 1727139815:0;nslookup traefik.home.sweevo.net +: 1727516427:0;nslookup linkwarden.home.sweevo.net +: 1727516455:0;dig linkwarden.home.sweevo.net +: 1727516581:0;ping linkwarden.home.sweevo.net +: 1727517773:0;carla-rack +: 1727517975:0;carla +: 1727521192:0;unp -U family_vacation-0.9.SE.13-win.zip +: 1727521223:0;mc family_vacation-0.8.FINAL-win family_vacation-0.9.SE.13-win +: 1727521262:0;cd family_vacation-0.9.SE.13-win +: 1727523704:0;wget https://attachments.f95zone.to/2024/08/3926412___ugu.rpy +: 1727523717:0;less 3926412___ugu.rpy +: 1727523779:0;mv 3926412___ugu.rpy game/__ugu.rpy +: 1727524114:0;unp -U DongRider_0.1030v.rar +: 1727524123:0;cd DongRider_0.1030v +: 1727524132:0;wine DongRider.exe +: 1727565936:0;yay -Rnsc qflipper +: 1727630554:0;cd /mnt/games/Steam/steamapps/common +: 1727630560:0;rm -RF Shadows\ of\ Doubt/ +: 1727630565:0;rm -rf Shadows\ of\ Doubt/ +: 1727711276:0;pas amdvlk +: 1727711285:0;pas radv +: 1727822846:0;chmod 755 .config/waybar/dualsense-notifier.sh +: 1727822915:0;pas notify desktop +: 1727823045:0;pacman -F notify +: 1727823110:0;pacman -F notify-send +: 1727823123:0;pacman -F notify-desktop +: 1727823129:0;pal libnotify +: 1727823159:0;notify-send --help +: 1727823219:0;feh /usr/share/icons/Arc/devices/64/input-gaming.png +: 1727823377:0;.config/waybar/dualsense-notifier.sh +: 1727823406:0;vim .config/waybar/dualsense-notifier.sh +: 1728094978:0;unp -U LifeofDesmond-0.9.5.2-pc.zip +: 1728095085:0;rm -rf LifeofDesmond-0.9.4.2-pc +: 1728095087:0;rm -rf LifeofDesmond-0.9.4.2-pc.zip +: 1728095090:0;cd LifeofDesmond-0.9.5.2-pc +: 1728147449:0;pas rimso +: 1728147460:0;pai rimsort-bin +: 1728147746:0;l mnt/games/Steam/steamapps/common/RimWorld/steam_appid.txt +: 1728147754:0;l /mnt/games/Steam/steamapps/common/RimWorld/steam_appid.txt +: 1728147763:0;lsattr /mnt/games/Steam/steamapps/common/RimWorld/steam_appid.txt +: 1728147769:0;cat /mnt/games/Steam/steamapps/common/RimWorld/steam_appid.txt +: 1728147778:0;sudo chattr -i /mnt/games/Steam/steamapps/common/RimWorld/steam_appid.txt +: 1728147799:0;cd .local/share/RimSort/dbs/Community-Rules-Database +: 1728147810:0;git fetch +: 1728147816:0;../Steam-Workshop-Database +: 1728149038:0;cp ~/Downloads/bomb.png /mnt/games/Steam/steamapps/workshop/content/294100/2162909284/Textures/UI/Buttons/Detonate.png +: 1728159098:0;feh ~/Downloads/bomb.png +: 1728179178:0;./LifeofDesmond.sh +: 1728235134:0;pas greeter +: 1728235535:0;git clone git@github.com:3ximus/aerial-sddm-theme.git +: 1728235547:0;cd aerial-sddm-theme/ +: 1728235548:0;ls screens +: 1728235552:0;cd playlists +: 1728235555:0;vlc 4k.m3u +: 1728235734:0;vlc all_sd.m3u +: 1728235837:0;vlc day.m3u +: 1728235881:0;vlc night.m3u +: 1728235937:0;vlc undersea.m3u +: 1728236448:0;pas lightdm +: 1728236457:0;yay -Rnsc lightdm +: 1728236466:0;yay -Rnsc light-locker +: 1728236651:0;pai sddm win11-sddm-theme sddm-theme-redrock sddm-theme-industrial sddm-theme-greenleaf sddm-theme-amadeus sddm-futuristic-theme sddm-conf sddm-astronaut-theme chili-sddm-theme archlinux-themes-sddm +: 1728237347:0;systemctl disable gdm +: 1728237363:0;systemctl enable sddm +: 1728238818:0;pas picker +: 1728238841:0;yay -Rnsc gpick +: 1728238863:0;pai hyprpicker +: 1728239826:0;less Custom.json +: 1728239992:0;git clone https://github.com/kovidgoyal/kitty-themes +: 1728240004:0;cd kitty-themes +: 1728240031:0;kitten themes +: 1728240443:0;vim ~/.config/kitty/current-theme.conf +: 1728240759:0;ls .config/kitty +: 1728240793:0;mv Bright\ Lights.conf current-theme.conf +: 1728240807:0;kitten theme +: 1728240825:0;mv Espresso.conf current-theme.conf +: 1728240908:0;vim current-theme.conf +: 1728240996:0;kitty +kitten panel --edge=background htop +: 1728241042:0;kitten panel --edge=background htop +: 1728241074:0;kitty +kitten panel --edge=top htop +: 1728241287:0;rm -rf kitty-themes +: 1728241306:0;kitten icat Here\'s_Johnny_2.jpg +: 1728241316:0;icat +: 1728241919:0;ls -R +: 1728242123:0;cd .config/kitty +: 1728242141:0;kitten diff kity.conf~ kitty.conf +: 1728242225:0;rm diff.conf +: 1728242297:0;vim diff.conf +: 1728242304:0;kitten diff kitty.conf~ kitty.conf +: 1728242358:0;kitten choose-fonts +: 1728242631:0;ls ~ +: 1728242634:0;vim kitty.conf +: 1728242927:0;which kitten +: 1728242943:0;kitten icat fschein.tiff +: 1728242959:0;kitten ssh hera +: 1728242967:0;kitten -h +: 1728242995:0;kitten querty-terminal +: 1728243000:0;kitten query-terminal +: 1728243006:0;kitten query-terminal -h +: 1728243048:0;kitten query-terminal name +: 1728243159:0;chezmoi add .config/kitty/kitty.conf +: 1728243164:0;chezmoi add .config/kitty/current-theme.conf +: 1728243224:0;export PAGER="less -R" +: 1728243268:0;ls .local/bin +: 1728243509:0;kitten notify "Good morning" Hello world, it is a nice day! +: 1728243532:0;kitten notify --wait-for-completion --button One --button Two "Good morning" Hello world, it is a nice day! +: 1728244056:0;pas sddm | grep installed +: 1728244066:0;pas sddm | grep Iinstalled +: 1728244105:0;yay -Rnsc sddm-astronaut-theme sddm-theme-greenleaf sddm-theme-industrial sddm-theme-redrock win11-sddm-theme +: 1728244996:0;ls -lah /var/cache/pacman +: 1728244999:0;ls -lah /var/cache/pacman/pkg +: 1728268100:0;vim .config/MangoHud/MangoHud.conf +: 1728268169:0;pas gover +: 1728268175:0;pai goverlay +: 1728269181:0;pas rocm +: 1728269190:0;rocm-smi +: 1728269232:0;pas power profi +: 1728269241:0;pai power-profiles-daemon +: 1728269246:0;pal power-profiles-daemon +: 1728269270:0;sudo systemctl enable --now power-profiles-daemon.service +: 1728269286:0;powerprofilesctl +: 1728269297:0;powerprofilesctl -h +: 1728269304:0;powerprofilesctl list +: 1728269310:0;powerprofilesctl get +: 1728269588:0;cat /sys/class/drm/card0/device/pp_od_clk_voltage +: 1728269633:0;grep . /sys/class/drm/card1/device/pp_* +: 1728269807:0;printf 'amdgpu.ppfeaturemask=0x%x\n' "$(($(cat /sys/module/amdgpu/parameters/ppfeaturemask) | 0x4000))" +: 1728310347:0;mkdir test +: 1728310350:0;rm -RF test +: 1728310450:0;rmdir test +: 1728347811:0;ls Proj* -d +: 1728347837:0;rm ProjectMyriamLifeandExplorations-ch5.06-pcp.zip ProjectMyriam-ch5.06+p-Joker\ WT\ Mod.zip +: 1728348854:0;rm ProjectMyriamLifeandExplorations-galley.40.zip +: 1728348868:0;unp -U ProjectMyriamLifeandExplorations-ch5.07a+p-pc.zip +: 1728349061:0;cd ProjectMyriamLifeandExplorations-ch5.07a+p-pc +: 1728397613:0;head /etc/pacman.d/mirrorlist +: 1728427401:0;paq dualsensectl +: 1728681724:0;pas inksc +: 1728681733:0;inkscape +: 1728720793:0;ssh erebus.home.sweevo.net +: 1728721758:0;kitten icat shapez2-2024-8-29--06-46-09.png +: 1728721760:0;kitten icat --clear +: 1728721772:0;kitten icat -h +: 1728722396:0;man cat +: 1728722438:0;fc-list : family spacing outline scalable | grep -e spacing=100 -e spacing=90 | grep -e outline=True | grep -e scalable=True +: 1728723178:0;ls --hyperlink=auto +: 1728741490:0;pal ffmpeg +: 1728802298:0;unp -U Devious_World_a97_DM_a41.zip +: 1728802302:0;ls Devious_World_a97_DM_a41 +: 1728833303:0;vimdiff 0012.gcode 0002.gcode +: 1728833400:0;ls -lah 00* +: 1728844737:0;ping www.marecomic.com +: 1729004168:0;pas hardinf +: 1729004184:0;pai aur/hardinfo2 +: 1729004233:0;hardinfo2 +: 1729033613:0;pas limo +: 1729033621:0;pai limo-git +: 1729034069:0;pai -y limo-git +: 1729034451:0;Limo +: 1729034724:0;pas nexus +: 1729034752:0;pai nexusmods-app-bin +: 1729034783:0;pal nexusmods-app-bin +: 1729212481:0;whois 80.1.129.33 +: 1729212516:0;whois 67.43.100.116 +: 1729273167:0;kssh hestia +: 1729320852:0;ls Ev +: 1729321244:0;unp -U Evelyn-Ep1.4-pc.zip +: 1729321251:0;cd Evelyn-Ep1.4-pc +: 1729321254:0;./Evelyn.sh +: 1729322206:0;rm -rf Evelyn-Ep1.4-pc +: 1729322207:0;rm -rf Evelyn-Ep1.4-pc.zip +: 1729322434:0;unp -U TwistingVines-EP10-pc_full.zip +: 1729322465:0;cd TwistingVines-EP10-pc +: 1729322470:0;./TwistingVines.sh +: 1729554309:0;padu --ignore linux,linux-headers,zfs-linux,zfs-linux-zen,linux-zen +: 1729631723:0;pas umu proton +: 1729631737:0;pai umu-launcher +: 1729631782:0;umu-run +: 1729631793:0;man umu +: 1729855627:0;uptime +: 1729931552:0;pal sddm +: 1729931604:0;pas sddm +: 1729932233:0;pas adapta +: 1729932238:0;pas adapta sddm +: 1729932263:0;pai sddm-kcm +: 1729932279:0;pal sddm-kcm +: 1729932313:0;/usr/bin/sddmthemeinstaller +: 1729932321:0;kcm +: 1729932324:0;pas kcm +: 1729932352:0;pas kcontrol +: 1729932393:0;paq attica +: 1729932398:0;pal kconfig +: 1729932452:0;kcmshell6 +: 1729932457:0;kcmshell6 --list +: 1729932743:0;pas nordic sddm +: 1729932747:0;pas nord sddm +: 1729932852:0;pas sddm | grep Installed +: 1729932862:0;yay -Rnsc chili-sddm-theme +: 1729933046:0;pai plasma-framework +: 1729933050:0;pas plasma-framework +: 1729933062:0;pas plasma runtime +: 1729933074:0;pai plasma-framework5 +: 1729933108:0;pas plasma session +: 1729933303:0;yay -Rnsc plasma-framework5 +: 1729933483:0;less /usr/share/sddm/themes/Shadows-SDDM/Main.qml +: 1729933571:0;less /usr/share/sddm/themes/Nordic-darker/Main.qml +: 1729933585:0;less /usr/share/sddm/themes/archlinux-soft-grey/Main.qml +: 1729933607:0;kcmshell6 kcm_sddm +: 1729933792:0;sddm-conf +: 1729933835:0;pas qtgraphi +: 1729933837:0;pas qt-graphi +: 1729933844:0;pas qt graphical +: 1729933854:0;pai qt5-graphicaleffects +: 1729934771:0;cd dr +: 1729934778:0;ls Butimthebadguy-0.07v +: 1729934781:0;ls Butimthebadguy-0.07v* +: 1729935024:0;cd Butimthebadguy-0.07v8-pc +: 1729935993:0;unp -U AwakeningPriya-0.2.5-pc.zip +: 1729936001:0;cd AwakeningPriya-0.2 +: 1729936004:0;cd AwakeningPriya-0.2.5-pc +: 1730042191:0;sudo sh -c 'echo 1 > /sys/module/bluetooth/parameters/disable_ertm' +: 1730113738:0;pas rufus +: 1730114849:0;scp autounattend.xml zeus: +: 1730114872:0;scp autounattend.xml play@zeus: +: 1730115865:0;scp autounattend_nofdisk.xml play@zeus:autounattend.xml +: 1730121129:0;cd Downloads/HP +: 1730121134:0;unp -U sp65514.exe +: 1730121146:0;unp -U sp77897.exe +: 1730121151:0;l sp65514 +: 1730121472:0;unp -U gfi205ww.exe +: 1730121475:0;ls gfi205ww +: 1730121481:0;cd gi +: 1730121483:0;cd gfi205ww +: 1730121488:0;file * +: 1730121509:0;wine gfi205ww +: 1730121539:0;ls drive_c/DRIVERS/WIN/IRST +: 1730121831:0;wine SetupRST.exe +: 1730121841:0;unp -U SetupRST.exe +: 1730121844:0;ls SetupRST +: 1730124869:0;unp -U u1rad24us14wis.exe +: 1730124872:0;ls u1rad24us14wis +: 1730124986:0;wine u1rad24us14wis.exe +: 1730150198:0;cd /mnt/games/Steam/steamapps/workshop +: 1730150204:0;cd content +: 1730150225:0;find . -iname 3003662940 +: 1730150234:0;cd 227300/3003662940 +: 1730150270:0;vim 151_content/def/economy_data.sii +: 1730150437:0;cd /mnt/games/Steam/steamapps/workshop/content/227300/ +: 1730150830:0;vim economy_data.sii +: 1730151461:0;vim versions.sii +: 1730151934:0;pinta jeconomy.jpg +: 1730152202:0;cp ~/Downloads/jeconomy.jpg mod_icon.jpg +: 1730152460:0;vim 152_content/def/economy_data.sii +: 1730152655:0;vimdiff economy_data.sii 2 +: 1730175356:0;unp -U TripleEx-0.24-pc.zip +: 1730293652:0;chmod 755 bin/xdp-screen-cast +: 1730293655:0;xdp-screen-cast +: 1730293701:0;vim bin/xdp-screen-cast +: 1730296472:0;ls /var/lib/sddm +: 1730296477:0;sudo ls /var/lib/sddm +: 1730296515:0;ps aux | grep sddm +: 1730296543:0;pao /var/lib/sddm +: 1730296548:0;pao /var/lib/ +: 1730296571:0;sudo mv /var/lib/sddm /root +: 1730296706:0;sudo ls /var/lib/sddm -la +: 1730297689:0;less .config/sway/config +: 1730300007:0;pas wlgreet +: 1730300018:0;pas grettd +: 1730300854:0;ls -l /sbin/init +: 1730300877:0;ls -l /lib/systemd/systemd -h +: 1730300894:0;ldd /lib/systemd/systemd +: 1730320961:0;kssh zeus +: 1730322393:0;vim /home/jinks/.local/share/applications/nxmhandler.desktop +: 1730322634:0;xdg-open nxm://stardewvalley/mods/21449/files/110175?key=8-fZkW3XEWdpNP_Fah-TBA&expires=1730495208&user_id=328971~ +: 1730322759:0;steamtinkerlaunch vortex help +: 1730322793:0;steamtinkerlaunch vortex getset +: 1730322823:0;steamtinkerlaunch vortex symlinks +: 1730322850:0;steamtinkerlaunch vortex reset +: 1730323161:0;ls .local/share/mime +: 1730323198:0;rg nxm .local/share/mime/ +: 1730323202:0;rg nxm .local/share/ +: 1730323227:0;rg "nxm:// .local/share/\ + +: 1730323231:0;rg "nxm://" .local/share/\ + +: 1730323236:0;rg "nxm:" .local/share/\ + +: 1730323241:0;rg "nxm" .local/share/ +: 1730323248:0;rg " nxm" .local/share/ +: 1730323305:0;xdg-mime +: 1730323310:0;xdg-mime query +: 1730323316:0;xdg-mime query default nxm +: 1730323374:0;rg "scheme" .local/share/ +: 1730323377:0;rg "x-scheme" .local/share/ +: 1730323437:0;rm .local/share/applications/com.nexusmods.app.desktop +: 1730323475:0;vim .local/share/applications/mimeinfo.cache +: 1730323519:0;locate vortex-steamtinkerlaunch-dl.desktop +: 1730323763:0;steamtinkerlaunch vortex install +: 1730323817:0;ls .local/share/mime/application +: 1730323836:0;ls .local/share/applications +: 1730323850:0;ls .local/share/applications/vortex-steamtinkerlaunch-dl.desktop +: 1730323853:0;less .local/share/applications/vortex-steamtinkerlaunch-dl.desktop +: 1730323988:0;vim ~/.local/share/applications/mimeapps.list +: 1730324072:0;xdg-open 'nxm://stardewvalley/mods/21449/files/110175?key=8-fZkW3XEWdpNP_Fah-TBA&expires=1730495208&user_id=328971~' +: 1730329671:0;mv /mnt/games/Steam/steamapps/common/Stardew\ Valley /mnt/hera/share/Upload/Stardew\ Valley +: 1730329727:0;ls /mnt/hera/share/Upload/Stardew\ Valley +: 1730329737:0;ls /mnt/hera/share/Upload/Stardew\ Valley/SVE +: 1730329738:0;ls /mnt/hera/share/Upload/Stardew\ Valley/SVE/Mods +: 1730329748:0;ls /mnt/hera/share/Upload/Stardew\ Valley/1.6/Mods +: 1730329927:0;du -hs /mnt/games/SteamLibrary +: 1730329931:0;rmdir /mnt/games/SteamLibrary +: 1730329935:0;ls -lah /mnt/games/SteamLibrary +: 1730329940:0;ls -lah /mnt/games/SteamLibrary/steamapps +: 1730329948:0;rm -rf /mnt/games/SteamLibrary +: 1730329964:0;du -hs /mnt/games/Steam/steamapps/common/Stardew\ Valley +: 1730330334:0;ls Downloads/*.zip +: 1730330346:0;ls *.rar +: 1730330355:0;ls Downloads/*.rar +: 1730330547:0;mv /mnt/hera/share/Upload/Stardew\ Valley/Stardew\ Valley /mnt/games/Steam/steamapps/common/ +: 1730331677:0;cd /mnt/games/Steam/steamapps/common/Stardew\ Valley/Mods +: 1730331766:0;feh Sophia.png Sophia_Older.png +: 1730340584:0;rsync -avxHAX /mnt/games/Steam/steamapps/common/Stardew\ Valley/Mods /mnt/hera/share/Upload/Stardew\ Valley/1.6/ +: 1730384370:0;cd TripleEx-0.24-pc +: 1730384379:0;./TripleEx.sh +: 1730545354:0;kssh hera +: 1730584480:0;pas gamepad +: 1730584557:0;pai antimicrox +: 1730584566:0;pal antimicrox +: 1730653541:0;bluetoothctl +: 1730660963:0;ls | grep -i move +: 1730753564:0;unp -U /mnt/hera/share/Upload/Stardew\ Valley/SMAPI-4.1.0-installer.zip +: 1730753573:0;cd SMAPI\ 4.1.0\ installer +: 1730753601:0;rm -rf SMAPI-4.0.8-installer.zip +: 1730753605:0;rm -rf SMAPI\ 4.0.8\ installer +: 1730755641:0;bluetoothctl connect 3C:FA:06:29:AA:7B +: 1730843373:0;wdisplays +: 1730843489:0;pas wl rander +: 1730843494:0;pas wl randr +: 1730843504:0;pai wlr-randr +: 1730843562:0;pas displaylink +: 1730843600:0;pai displaylink +: 1730843765:0;pal evdi +: 1730843774:0;pal displaylink +: 1730845243:0;pas ventoy +: 1730845253:0;pai ventoy-bin +: 1730845278:0;ventoy +: 1730845293:0;ventoy -u /dev/sdc +: 1730908510:0;kssh erebus +: 1730929681:0;pas powershell +: 1730929723:0;pai powershell-bin +: 1730929776:0;pal powershell-bin +: 1730929971:0;rm -rf .local/share/PowerShell +: 1730930005:0;ls .local/share/PowerShell/Logs +: 1730930009:0;ls .local/share/ +: 1730930033:0;mv powershell/* PowerShell +: 1730930036:0;rmdir powershell +: 1730930075:0;ls .local/share/powershell +: 1730930082:0;ls .local/share/PowerShell +: 1730930098:0;ln -s PowerShell powrshell +: 1730930123:0;cd .local/share +: 1730930131:0;rm powrshell +: 1730930133:0;rm -rf powershell +: 1730930139:0;ln -s PowerShell powershell +: 1730930143:0;pwsh +: 1730938633:0;pas rdp +: 1731009950:0;rm -rf SMAPI\ 4.1.0\ installer +: 1731009989:0;unp -U /mnt/hera/share/Upload/Stardew\ Valley/SMAPI-4.1.5-installer.zip +: 1731009994:0;cd SMAPI\ 4.1.5\ installer +: 1731022243:0;cd Mods +: 1731099181:0;unp -U /mnt/hera/share/Upload/Stardew\ Valley/SMAPI-4.1.6-installer.zip +: 1731099187:0;rm -rf SMAPI\ 4.1.5\ installer +: 1731099189:0;cd SMAPI\ 4.1.6\ installer +: 1731111352:0;antimicrox +: 1731167654:0;man cp +: 1731168133:0;ventoygui +: 1731168349:0;udisksctl +: 1731168365:0;udisksctl info +: 1731168393:0;udisksctl info /dev/sdc1 +: 1731168399:0;udisksctl info -b /dev/sdc1 +: 1731168412:0;udisksctl mount +: 1731168420:0;udisksctl mount -b /dev/sdc1 +: 1731176756:0;ls /mnt/hera/share/Games +: 1731176761:0;ls /mnt/hera/share/Games/GBA +: 1731176763:0;ls /mnt/hera/share/Games/GBA/Nintendo\ Gameboy\ Advance\ 0001\ to\ 2819 +: 1731176773:0;ls /mnt/hera/share/Games/ +: 1731176781:0;ls /mnt/hera/share/Games/N64 +: 1731211684:0;ls /mnt/hera/share/Series/Space\ 1999\ \(Complete\)/Extras +: 1731211712:0;ls /mnt/hera/share/Series/Space\ 1999\ \(Complete\)/Extras/Space\ 1999\ -\ 2xXX\ \~\ Destunation\ Moonbase-Alpha.trickplay +: 1731211715:0;ls /mnt/hera/share/Series/Space\ 1999\ \(Complete\)/Extras/Space\ 1999\ -\ 2xXX\ \~\ Destunation\ Moonbase-Alpha.trickplay/320\ -\ 10x10 +: 1731211966:0;ls /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Season\ 10 +: 1731211988:0;ls /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Season\ 10/Doctor\ Who\ \(2005\)\ -\ S10E10\ -\ The\ Eaters\ of\ Light\ -\ Bluray-720p.trickplay +: 1731212002:0;du -hs /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Season\ 10/Doctor\ Who\ \(2005\)\ -\ S10E10\ -\ The\ Eaters\ of\ Light\ -\ Bluray-720p.trickplay/320\ -\ 10x10 +: 1731212010:0;ls /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Season\ 10/Doctor\ Who\ \(2005\)\ -\ S10E10\ -\ The\ Eaters\ of\ Light\ -\ Bluray-720p.trickplay/320\ -\ 10x10 +: 1731212016:0;imv /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Season\ 10/Doctor\ Who\ \(2005\)\ -\ S10E10\ -\ The\ Eaters\ of\ Light\ -\ Bluray-720p.trickplay/320\ -\ 10x10/0.jpg +: 1731212026:0;imv /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Season\ 10/Doctor\ Who\ \(2005\)\ -\ S10E10\ -\ The\ Eaters\ of\ Light\ -\ Bluray-720p.trickplay/320\ -\ 10x10/1.jpg +: 1731212031:0;imv /mnt/hera/share/Series/Doctor\ Who\ \(2005\)/Season\ 10/Doctor\ Who\ \(2005\)\ -\ S10E10\ -\ The\ Eaters\ of\ Light\ -\ Bluray-720p.trickplay/320\ -\ 10x10/2.jpg +: 1731215014:0;cd /mnt/games/Steam/steamapps/common/Stardew\ Valley/ +: 1731215026:0;ls Mods/SpaceCore/config.json +: 1731215030:0;cat Mods/SpaceCore/config.json +: 1731215061:0;ls Mods/SpaceCore +: 1731218362:0;hciconfig hci0 version +: 1731218370:0;pkgfile hciconfig +: 1731218384:0;pacfile hciconfig +: 1731218402:0;pacfile notify-desktop +: 1731218410:0;pacfile -h +: 1731218422:0;pkgfile -h +: 1731218431:0;pkgfile -u +: 1731218436:0;sudo pkgfile -u +: 1731218454:0;pkgfile -s hci +: 1731218457:0;pkgfile -s hciconfig +: 1731218538:0;inxi -E +: 1731218600:0;btmgmt info +: 1731218626:0;cat +: 1731366695:0;btrfs sub cr m +: 1731366709:0;mv Mods/* m/ +: 1731366716:0;rmdir Mods +: 1731366766:0;btrfs sub snapshot Mods Mods_up +: 1731367385:0;mkdir m +: 1731367393:0;rm -rf Mods +: 1731367404:0;mv Mods_up/* m/ +: 1731367410:0;mv m Mods +: 1731367430:0;rmdir Mods_up +: 1731367487:0;ls Mods/LookupAnything +: 1731370074:0;ls save-backups +: 1731370100:0;ls msc +: 1731370103:0;ls mcs +: 1731370105:0;ls mcs -l +: 1731370110:0;rm mcs +: 1731370266:0;cd .config/StardewValley +: 1731370281:0;cp -a Saves SBack +: 1731370284:0;ls SBack +: 1731370726:0;rm -rf Saves +: 1731370727:0;cp -a SBack Saves +: 1731427967:0;cd /mnt/games/Steam/steamapps/compatdata +: 1731427971:0;duperemove -h +: 1731427977:0;duperemove --help +: 1731428022:0;duperemove -r . +: 1731428128:0;pai btdu +: 1731428183:0;btdu . +: 1731428193:0;btdu /mnt/games +: 1731428217:0;btdu / +: 1731428221:0;btdu /mnt/btrfs +: 1731428738:0;duperemove -d -r . +: 1731449564:0;pas vscode +: 1731449611:0;pai code +: 1731450421:0;dotnet add "/home/jinks/work/sdv/FooTools/FooTools" package Pathoschild.Stardew.ModBuildConfig +: 1731450846:0;ls /mnt/games/Steam/steamapps/common/Stardew\ Valley/StardewModdingAPI +: 1731451345:0;dotnet version +: 1731451349:0;dotnet help +: 1731451368:0;dotnet --version +: 1731451384:0;pas dotnet +: 1731451422:0;ls Mods/FooTools +: 1731451461:0;rm -rf SMAPI\ 4.1.6\ installer +: 1731451467:0;unp -U /mnt/hera/share/Upload/Stardew\ Valley/SMAPI-4.1.7-installer.zip +: 1731451475:0;cd SMAPI\ 4.1.7\ installer +: 1731451477:0;./install\ on\ Linux.sh +: 1731452542:0;cd work/sdv +: 1731452553:0;git clone git@github.com:jinks/stardew-radioactivetools.git +: 1731452559:0;cd stardew-radioactivetools +: 1731452567:0;ls RadioactiveTools +: 1731452670:0;cd ../FooTools +: 1731452680:0;less FooTools/FooTools.csproj +: 1731457839:0;tree Mods/EventLookup +: 1731457866:0;rm -rf Mods/EventLookup +: 1731457871:0;rm -rf Mods/ModUpdateMenu +: 1731457891:0;cp -a Mods m +: 1731457913:0;meld m Mods +: 1731457957:0;rm -rf m +: 1731458046:0;rm -rf Mods/FooTools +: 1731458049:0;rsync -avxHAX --delete /mnt/games/Steam/steamapps/common/Stardew\ Valley/Mods /mnt/hera/share/Upload/Stardew\ Valley/1.6/ +: 1731662437:0;killall firefox +: 1731674035:0;ssh sveevo.net +: 1731674054:0;kssh sweevo.net +: 1731714894:0;pas lact +: 1731714911:0;pai lact +: 1731726128:0;inxi +: 1731775199:0;pas frozen bubble +: 1731804067:0;kssh makris +: 1731806306:0;which df +: 1731814987:0;ls -d 3* +: 1731815000:0;unp -U 30YearOldVirgin-0.31.dv-pc.zip +: 1731815091:0;cd 30YearOldVirgin-0.31.dv-pc +: 1732160643:0;cd /mnt/games/PrismLauncher/instances +: 1732160655:0;meld ATM10\ -\ 1.19 ATM10\ -\ 1.20 +: 1732173932:0;cd ATM10\ -\ 1.19/minecraft +: 1732173959:0;localc output/silentgear/material_export.tsv +: 1732223005:0;vim config/jmi-client.toml +: 1732254394:0;ls ../../ATM9\ -\ 0.2.58/minecraft/saves +: 1732254402:0;du -hs ../../ATM9\ -\ 0.2.58/minecraft/saves +: 1732254416:0;mc ../../ATM9\ -\ 0.2.58/minecraft/saves +: 1732280792:0;vim local/ftbchunks/client-config.snbt +: 1732282649:0;unp -U Butimthebadguy-0.081-pc.zip +: 1732282682:0;cd Butimthebadguy-0.081-pc +: 1732284694:0;unp -U Apartment69-0.08-pc.zip +: 1732284724:0;cd Apartment69-0.08-pc +: 1732295791:0;ls mods/observable-5.4.3.jar +: 1732296804:0;cd ../.. +: 1732297814:0;cd ATM10\ -\ 1.22 +: 1732297820:0;ls minecraft/mods/si* +: 1732297827:0;ls minecraft/mods/Si* +: 1732297858:0;mkdir work +: 1732297877:0;wget https://mediafilez.forgecdn.net/files/5917/685/Server-Files-1.22.zip +: 1732297990:0;mv ../Server-Files-1.22.zip . +: 1732297994:0;unp -U Server-Files-1.22.zip +: 1732298010:0;ls mods/Si* +: 1732298023:0;rm -rf work +: 1732298031:0;ls minecraft/mods/SimpleBackups-1.21-4.0.7.jar +: 1732298233:0;less minecraft/config/simplebackups-common.toml +: 1732298447:0;ls ../ATM10\ -\ 1.19/minecraft/ +: 1732298531:0;ls ../ATM10\ -\ 1.19/minecraft/saves +: 1732298790:0;meld ATM10\ -\ 1.19/minecraft ATM10\ -\ 1.22/minecraft +: 1732301006:0;ping erebus +: 1732468267:0;cat .ssh/id_ed25519.pub +: 1732468672:0;cat .config/nvim/init.vim +: 1732468685:0;scp .config/nvim/init.vim root@gaminglegenden.de +: 1732468734:0;scp .config/nvim/init.vim root@gaminglegenden.de: +: 1732468736:0;rm root@gaminglegenden.de +: 1732473423:0;meld ATM10\ -\ 1.22/minecraft ATM10\ -\ 1.24/minecraft +: 1732501164:0;lact +: 1732526406:0;resticprofile -h +: 1732528547:0;awk '{printf "%s\\n", $0}' < ~/.ssh/id_ed25519 +: 1732538124:0;kssh root@gaminglegenden.de +: 1732636940:0;kssh play@zeus +: 1732637427:0;ping gaminglegenden.de +: 1732637461:0;iotop +: 1732659267:0;paq terminator +: 1732659287:0;pai terminator +: 1732659458:0;cd /mnt +: 1732660230:0;pas python request +: 1732660232:0;pas python requests +: 1732660398:0;less .config/kitty/kitty.conf +: 1732661073:0;vim .config/terminator/config +: 1732661586:0;pas v4l loop +: 1732661648:0;yay -Rnsc libloot +: 1732661696:0;yay -Rnsc nexusmods-app-bin mcaselector +: 1732662947:0;cd /mnt/games/PrismLauncher/instances/ATM10\ -\ 1.24/minecraft +: 1732670159:0;killall lact +: 1732685144:0;sudo cat /var/lib/sddm/state.conf +: 1732887426:0;pas pigz +: 1732887430:0;pas pixz +: 1732958279:0;pas xwayland +: 1732958288:0;pai xwaylandvideobridge +: 1732958295:0;pal xwaylandvideobridge +: 1732958326:0;xwaylandvideobridge -h +: 1732958829:0;xwaylandvideobridge +: 1732959130:0;journalctl -efu xdg-desktop-portal-wlr +: 1732959259:0;pal xdg-desktop-portal-wlr +: 1732959416:0;vim $XDG_CONFIG_HOME/xdg-desktop-portal-wlr/config +: 1732959440:0;echo $XDG_ +: 1732959458:0;mkdir .config/xdg-desktop-portal-wlr +: 1732959682:0;journalctl --user -efu xdg-desktop-portal-wlr +: 1732960108:0;man xdg-desktop-portal-wlr +: 1732960124:0;vim .config/xdg-desktop-portal-wlr/config +: 1732960132:0;systemctl --user restart xdg-desktop-portal-wlr.service +: 1732960165:0;pas discord +: 1732960219:0;pai vesktop-bin +: 1732960319:0;discord +: 1732960328:0;killall discord +: 1732960334:0;ps aux | grep elec +: 1732960448:0;ELECTRON_OZONE_PLATFORM_HINT=auto element +: 1732960454:0;ELECTRON_OZONE_PLATFORM_HINT=auto element-desktop +: 1732960575:0;ELECTRON_OZONE_PLATFORM_HINT=auto discord +: 1732960652:0;ELECTRON_OZONE_PLATFORM_HINT=auto vesktop +: 1732961553:0;vesktop +: 1732961707:0;paru --gendb +: 1732961765:0;man paru.conf +: 1732962021:0;paru --stats +: 1732962025:0;paru --stats -h +: 1732962039:0;paru -Q --stats +: 1732962051:0;yay -P --stats +: 1732962056:0;paru -P --stats +: 1732962095:0;paru -P +: 1732962100:0;paru -S --stats +: 1732962105:0;paru -h +: 1732962144:0;cd au +: 1732962167:0;cd ceserver +: 1732962173:0;makepkg --help +: 1732962177:0;makepkg -c +: 1732962224:0;cd ../gkrellkam +: 1732962227:0;makepkg -cf +: 1732962249:0;cd ../gkrellm-gkfreq +: 1732962264:0;../gkrelltop +: 1732962273:0;../imgui +: 1732962281:0;../raytracinginvulkan-git +: 1732962297:0;rm -rf raytracinginvulkan-git +: 1732962303:0;cd xde-start +: 1732962308:0;ls xde-start +: 1732962315:0;rm -rf xde-start +: 1732962319:0;../yay +: 1732962332:0;rm *.tar.* +: 1732962391:0;rm -rf pkg src +: 1732962406:0;rm -rf pkg src yay-11.1.1.tar.gz +: 1732962435:0;paru -G paru-bin +: 1732962438:0;cd paru-bin +: 1732962441:0;makepkg -sic +: 1732962762:0;pas greetd +: 1732962778:0;pai nwg-hello +: 1732962810:0;sudo vim /etc/greetd/config.toml +: 1732962897:0;sudo systemctl disable sddm.service +: 1732962921:0;sudo systemctl status xdm +: 1732962929:0;sudo systemctl cat xdm +: 1732962948:0;sudo systemctl enable greetd.service +: 1732962961:0;sudo systemctl start grettd-service +: 1732962966:0;sudo systemctl start greetd-service +: 1732962971:0;sudo systemctl start greetd.service +: 1732963036:0;sudo systemctl stop sddm +: 1732963169:0;locate sway-with-shell +: 1732963175:0;cat /usr/local/bin/sway-with-shell +: 1732963197:0;pao /usr/local/bin/sway-with-shell +: 1732963211:0;pao /usr/share/wayland-sessions/sway-shell.desktop +: 1732963243:0;sudo rm /usr/share/wayland-sessions/sway-shell.desktop +: 1732963254:0;sudo rm /usr/local/bin/sway-with-shell +: 1732963258:0;ls /usr/local/bin +: 1732968370:0;vim .mozilla/firefox/ir9x5yqz.default-release/chrome/userChrome.css +: 1732968702:0;unp -U Hotel_One_Owners_Day_2024-08-27-ENG.7z +: 1732968714:0;cd Hotel +: 1732968730:0;ls Hotel_One_Owners_Day_2024-08-27-ENG.7z.unp +: 1732968732:0;rmdir Hotel_One_Owners_Day_2024-08-27-ENG.7z.unp +: 1732968736:0;cd Hotel\ One\ Owner\'s\ Day_2024-08-27-ENG +: 1732968777:0;killall wineserver +: 1732968859:0;killall Game.exe +: 1732968874:0;killall "C:\Hotel One Owner's Day_2024-08-27-ENG\Game.exe" +: 1732968879:0;ps aux | grep Game +: 1732968899:0;killall "*.[e]xe" +: 1732968935:0;less ~/.zsh_history +: 1732975290:0;pkill -9 "\.[e]xe" +: 1732975300:0;sway-prop +: 1732975324:0;kill -9 16599 +: 1732981337:0;cd src/MineCraft +: 1732981339:0;ld +: 1732981340:0;;s +: 1732981356:0;git clone https://github.com/ChaoticTrials/SimpleBackups +: 1732981372:0;chmod 755 gradlew +: 1732981410:0;archlinux-java set +: 1732981418:0;sudo archlinux-java set java-21-openjdk +: 1732981539:0;cd src/mine +: 1732981563:0;ls build +: 1732981567:0;ls build LICENSE +: 1732981614:0;git checkout -b neoforge +: 1732981622:0;meld . ../ExtBackup +: 1732983759:0;ls /usr/libjvm +: 1732983761:0;ls /usr/lib/jvm +: 1732983769:0;ls /usr/lib/jvm -l +: 1732983782:0;sudo rmls /usr/lib/jvm/java-default-runtime +: 1732983790:0;sudo rm /usr/lib/jvm/java-default-runtime +: 1732983844:0;yay -Ss java-11 +: 1732983846:0;yay -Ss java 11 +: 1732983859:0;yay -Rnsc jre11-openjdk +: 1732983871:0;pas jdk +: 1732983920:0;yay -S jdk-11-openjdk +: 1732983929:0;yay -S jdk11-openjdk +: 1732984040:0;echo $JD +: 1732984185:0;rm -rf /home/jinks/.gradle +: 1732985707:0;cd src/MineCraft/SimpleBackups +: 1732986919:0;cd ../ExtBackup +: 1733075780:0;gamescope -h +: 1733075883:0;gamemoderun +: 1733075887:0;gamemoderun ls +: 1733121790:0;git checkout -b master +: 1733121795:0;git checkout master +: 1733121807:0;git statsu +: 1733121821:0;git commit +: 1733121978:0;git remote ls +: 1733122014:0;git push -u sweevo +: 1733122029:0;git push -u sweevo neoforge +: 1733122222:0;cd ../SimpleBackups +: 1733122228:0;git remote add sweevo ssh://git@git.sweevo.net:2222/jinks/SimpleBackups.git +: 1733122236:0;git branch -a +: 1733122248:0;git push -u sweevo 1.21.x +: 1733122254:0;git push -u sweevo ExtBackup +: 1733136697:0;cd src/MineCraft/E +: 1733136735:0;git remote add origin https://git.sweevo.net/jinks/ExtBackup.git +: 1733136776:0;git remote remove sweevo +: 1733136785:0;git push -u origin +: 1733136796:0;git push --set-upstream origin master +: 1733136845:0;git remote remove origin +: 1733136861:0;git remote add origin ssh://git@git.sweevo.net:2222/jinks/ExtBackup.git +: 1733136867:0;git push -u origin master +: 1733140435:0;pas sslh +: 1733378587:0;pas intellij +: 1733378597:0;pai extra/intellij-idea-community-edition +: 1733447089:0;pas deskflow +: 1733447095:0;pas lan mouse +: 1733447119:0;pai deskflow +: 1733447125:0;deskflow +: 1733447339:0;yay -Rnsc deskflow +: 1733447465:0;yay -Rnsc input-leap +: 1733447471:0;pai lan-mouse +: 1733447494:0;lan-mouse +: 1733471744:0;whois 154.213.187.4 +: 1733513889:0;mv ExtBackup ExtBackupOld +: 1733513897:0;mv SimpleBackups ExtBackup +: 1733514218:0;rg SimpleBackups +: 1733514325:0;rg -i SimpleBackups +: 1733514875:0;rg -i Simple +: 1733514930:0;cd ../ExtBackupOld +: 1733514932:0;cat README.md +: 1733515347:0;scp build/libs/ExtBackup-1.21-2.0.0.jar root@gaminglegenden.de: +: 1733516960:0;whois 51.158.174.200 +: 1733521553:0;cp build/libs/ExtBackup-1.21-2.0.1.jar /mnt/games/PrismLauncher/instances/ATM10\ -\ 1.27/minecraft/mods/ +: 1733522893:0;rm /mnt/games/PrismLauncher/instances/ATM10\ -\ 1.27/minecraft/mods/ExtBackup-1.21-2.0.1.jar +: 1733522896:0;scp build/libs/ExtBackup-1.21-2.0.1.jar root@gaminglegenden.de: +: 1733524450:0;cd ../ +: 1733524459:0;mv ExtBackup SimpleBackups +: 1733524464:0;mv ExtBackupOld ExtBackup +: 1733524470:0;cd ExtBackup +: 1733524708:0;git branch -m master forge +: 1733524741:0;git push origin --delete master +: 1733524774:0;git push origin forge +: 1733524792:0;git push origin :master +: 1733524814:0;git branch --unset-upstream forge +: 1733524865:0;cd SimpleBackups +: 1733524882:0;git checkout 90d4 +: 1733524902:0;mc ../SimpleBackups . +: 1733525092:0;rm build/libs/* +: 1733525194:0;git commit -m "NeoForge rewrite based on Simple Backups by MelanX" +: 1733525220:0;git diff 8183 90d4 +: 1733525249:0;git chekout HEAD +: 1733525262:0;git checkout HEAD +: 1733525285:0;git checkout -b extbackup +: 1733525297:0;git checkout -b ExtBackup +: 1733525325:0;git checkout 8a79 +: 1733525408:0;ls src +: 1733525410:0;ls src/main +: 1733525412:0;ls src/main/java +: 1733525414:0;ls src/main/java/net +: 1733525421:0;ls src/main/java/net/sweevo +: 1733525476:0;rm -rf src +: 1733525608:0;git commit -m "Project refactor." +: 1733525636:0;git checkout 149f +: 1733525759:0;rm src/main/java/net/sweevo/jinks/StorageSize.java +: 1733525823:0;git commit -m "Minor fixes suggested by idea." +: 1733525842:0;git checkout 5cd0 +: 1733525945:0;git commit -m "Status command and cleanup." +: 1733525956:0;git checkout b472 +: 1733525980:0;git remote rm sweevo +: 1733526112:0;git diff --cached +: 1733526370:0;git log +: 1733526377:0;git remore +: 1733526383:0;git push origin -u neoforge +: 1733526627:0;git checkout 1.21.x +: 1733526653:0;git branch --set-upstream-to=origin/1.21.x 1.21.x +: 1733526656:0;git pull +: 1733526660:0;git remote +: 1733526661:0;git remote -v +: 1733526844:0;rg net.sweevo +: 1733526850:0;rg simple +: 1733526870:0;./gradlew +: 1733526888:0;rg -i simple +: 1733526938:0;rg -i melan +: 1733527046:0;git checkout ExtBackup +: 1733527107:0;meld ../SimpleBackups . +: 1733527217:0;scp build/libs/ExtBackup-1.21-2.0.6.jar root@gaminglegenden.de: +: 1733531196:0;scp build/libs/ExtBackup-1.21-2.0.7.jar root@gaminglegenden.de: +: 1733533402:0;ls buildl +: 1733533413:0;scp build/libs/ExtBackup-1.21-2.0.8.jar root@gaminglegenden.de: +: 1733539616:0;curl ifconfig.me +: 1733588996:0;free -m +: 1733589058:0;pas sway nc +: 1733589063:0;pai swaync +: 1733589193:0;ps aux | grep mako +: 1733589196:0;ps aux | grep duns +: 1733589222:0;systemctl --user list-units +: 1733589299:0;pas notif +: 1733589317:0;ps aux +: 1733589506:0;systemctl --user status mako +: 1733589532:0;tree .config/systemd/user/ +: 1733589571:0;cd confi +: 1733589577:0;rg mako +: 1733589704:0;rg --glob=chromium mako +: 1733589722:0;rg --glob="\!chromium" mako +: 1733589876:0;man rg +: 1733589922:1;rg --glob="\!chromium" -M 200 mako +: 1733590007:0;systemctl --user disable make +: 1733590011:0;systemctl --user disable mako +: 1733590015:0;tree .config/systemd/ +: 1733590020:0;pal mako +: 1733590039:0;cat /usr/share/dbus-1/services/fr.emersion.mako.service +: 1733590103:0;qdbus +: 1733590369:0;yay -rnsc mako +: 1733590387:0;/usr/bin/yay -S paru-bin +: 1733590396:0;paru -rnsc mako +: 1733590411:0;/usr/bin/yay -Rnsc make +: 1733590414:0;/usr/bin/yay -Rnsc mako +: 1733590418:0;/usr/bin/yay -S paru +: 1733590574:0;pal swaync +: 1733590585:0;killall mako +: 1733591113:0;swaync-client -t -sw +: 1733591189:0;swaync-client +: 1733591196:0;swaync-client -t +: 1733591457:0;man swaync-client +: 1733592397:0;p /etc/xdg/swaync/configSchema.json .config/swaync/config.json +: 1733592410:0;mkdir .config/swaync +: 1733592411:0;cp /etc/xdg/swaync/configSchema.json .config/swaync/config.json +: 1733592460:0;cp /etc/xdg/swaync/config.json .config/swaync/config.json +: 1733592643:0;man 5 swaync +: 1733593089:0;notify-send "Hello" +: 1733593236:0;pas mesa +: 1733593245:0;pru -Ss mesa +: 1733593246:0;paru -Ss mesa +: 1733593630:0;vim .config/swaync/config.json +: 1733594187:0;yay --version +: 1733594197:0;chezmoi diff +: 1733594255:0;paq stacer-git +: 1733594263:0;stacer +: 1733594275:0;QT_QPA_PLATFORM=xcb stacer +: 1733594302:0;yay -Rnsc stacer-git +: 1733594306:0;yay -Rnsc stacer-bin +: 1733594725:0;pas input +: 1733594772:0;pas input | grep -i input +: 1733594819:0;pas ttf-input +: 1733594858:0;pai input-ttf-nerd +: 1733594867:0;pai ttf-input-nerd +: 1733594879:0;pas fontawesome +: 1733594907:0;pas font awesome +: 1733594976:0;pas font-manager +: 1733594988:0;pas font view +: 1733594994:0;gnome-font-viewer bahnschrift.ttf +: 1733595010:0;yay -Rnsc gnome-font-viewer bahnschrift.ttf +: 1733595013:0;yay -Rnsc gnome-font-viewer +: 1733595018:0;pai font-manager +: 1733595023:0;font-manager +: 1733595180:0;pas github octo +: 1733595195:0;pas github oct +: 1733595286:0;locate octico +: 1733595311:0;paq ttf-octicon +: 1733595314:0;paq ttf-octicons +: 1733596740:0;vim dualsense-notifier.sh +: 1733598174:0;vim .config/kitty/current-theme.conf +: 1733598184:0;vim .config/kitty/kitty.conf +: 1733598469:0;vim .config/wofi/config +: 1733605433:0;ls ProjectMyriam* -d +: 1733608178:0;unp -U ProjectMyriamLifeandExplorations-ch5.08p-pc.zip +: 1733608401:0;mc ProjectMyriamLifeandExplorations-ch5.07a+p-pc ProjectMyriamLifeandExplorations-ch5.08+p-pc +: 1733608477:0;cd ProjectMyriamLifeandExplorations-ch5.08+p-pc +: 1733663826:0;cd /mnt/games/Steam/steamapps/compatdata/1921980/pfx/drive_c/users +: 1733663858:0;cd steamuser/Local\ Settings +: 1733663943:0;cd AppData/LocalLow +: 1733663982:0;tar -Izstd cvf museum.tar.zst DigiTales\ Interactive +: 1733663988:0;tar -Izstd -cvf museum.tar.zst DigiTales\ Interactive +: 1733673152:0;tar -Izstd -cvf memories.tar.zst DigiTales\ Interactive +: 1733680089:0;tar -Izstd -cvf curtis.tar.zst DigiTales\ Interactive +: 1733681478:0;tar -Izstd -cvf ava.tar.zst DigiTales\ Interactive +: 1733683141:0;tar -Izstd -cvf FINALE.tar.zst DigiTales\ Interactive +: 1733698411:0;cd /mnt/games/PrismLauncher/instances/ +: 1733698429:0;meld All\ the\ Mods\ 10\ -\ ATM10 ATM10\ -\ 2.1 +: 1733781593:0;git checkout forge +: 1733781599:0;vim gradle.properties +: 1733781690:0;vim src/main/resources/META-INF/mods.toml +: 1733781756:0;java -version +: 1733781778:0;less gradlew +: 1733781821:0;ls gradle +: 1733781837:0;less gradle/wrapper/gradle-wrapper.properties +: 1733781862:0;mv gradle .. +: 1733781889:0;mv ../gradle . +: 1733781893:0;tree gradle +: 1733781979:0;./gradlew --help +: 1733782025:0;./gradlew --gradle-verion +: 1733782034:0;gradle +: 1733782042:0;pai gradle +: 1733782225:0;gradle wrapper --gradle-version 8.0 +: 1733782305:0;vim build.gradle +: 1733782376:0;./gradlew build --info +: 1733782403:0;./gradlew build --scan +: 1733782468:0;rm -rf ~/.gradle/caches +: 1733782585:0;./gradlew clean +: 1733782646:0;vim gradle/wrapper/gradle-wrapper.properties +: 1733782945:0;git diff gradlew +: 1733782995:0;./gradlew build +: 1733783565:0;git status +: 1733783576:0;git add . +: 1733783605:0;git commit -m "Update Forge version to MC 1.21.1" +: 1733783687:0;git push origin -u forge +: 1733783696:0;git push +: 1733783745:0;scp build/libs/ExtBackup-1.21-1.2.0.jar root@gaminglegenden.de: +: 1733783754:0;ls build/libs +: 1733783804:0;scp build/libs/ExtBackup-1.21.1-1.2.0.jar root@gaminglegenden.de: +: 1733866282:0;less /etc/udisks2/mount_options.conf +: 1733875913:0;pas neovim +: 1733875985:0;ls .config/terminator +: 1733875989:0;ls .config/terminator/plugins +: 1733876006:0;chezmoi add .config/terminator/config +: 1734034971:0;mc Nextcloud Nextcloud +: 1734036169:0;pas copyq +: 1734036176:0;pal copyq +: 1734077442:0;pas input leap +: 1734077448:0;pai input leap +: 1734077453:0;pai input-leap +: 1734077639:0;pas droid +: 1734077645:0;pas droid otf +: 1734077657:0;pai otf-droid-nerd +: 1734077845:0;pai barrier +: 1734077973:0;input-leap +: 1734078019:0;barrier +: 1734116639:0;vim .config/steamtinkerlaunch/default_template.conf +: 1734116662:0;cd .config/steamtinkerlaunch/ +: 1734116831:0;cat gamecfgs/id/1659040.conf +: 1734117022:0;rm gamecfgs/id/1659040.conf +: 1734117027:0;rg -i gamescope +: 1734117096:0;vim default_template.conf +: 1734205901:0;pas hyprland +: 1734205926:0;pai hyprland +: 1734205938:0;pai hyprland hypridle +: 1734205945:0;pai hyprland hyprlock +: 1734206023:0;pai hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprshot swayosd +: 1734206057:0;pai -y hyprland hyprlock hypridle xdg-desktop-portal-hyprland hyprshot swayosd +: 1734206125:0;paq debugedit +: 1734206137:0;paq aquamarine +: 1734206160:0;pas wayland scanner +: 1734206172:0;paq hyprwayland-scanner +: 1734208031:0;cd config +: 1734208034:0;cd .config +: 1734208038:0;mkdir hypr +: 1734208057:0;wget https://git.sweevo.net/siren/dotfiles-laptop/raw/branch/main/config/hypr/hypridle.conf +: 1734208073:0;wget https://git.sweevo.net/siren/dotfiles-laptop/raw/branch/main/config/hypr/hyprland.conf +: 1734208081:0;wget https://git.sweevo.net/siren/dotfiles-laptop/src/branch/main/config/hypr/hyprlock.conf +: 1734208089:0;cd ../waybar +: 1734208130:0;git clone https://git.sweevo.net/siren/dotfiles-laptop.git +: 1734208133:0;mc . . +: 1734208286:0;../hypr +: 1734209045:0;rg -. "src/go" +: 1734209055:0;rg -. "src/go/bin" +: 1734209107:0;rg /etc "src/go/bin" +: 1734209177:0;rg /etc "cargo/bin" +: 1734209190:0;rg /etc -- "cargo/bin" +: 1734209195:0;rg /etc -- ".cargo/bin" +: 1734209204:0;rg -. . -- ".cargo/bin" +: 1734209208:0;rg -. . -- "bin" +: 1734209214:0;rg +: 1734209216:0;rg -h +: 1734209235:0;rg "src/go/bin" /etc +: 1734209258:0;rg -. "src/go/bin" . +: 1734209294:0;rg -. "cargo/bin" . +: 1734209417:0;less /etc/profile.d/golang.sh +: 1734209472:0;less /etc/profile.d/rust.sh +: 1734209484:0;pao /etc/profile.d/rust.sh +: 1734209494:0;pao /etc/profile.d/* +: 1734209511:0;sudo rm /etc/profile.d/golang.sh /etc/profile.d/rust.sh +: 1734209616:0;less .zshrc.local +: 1734209803:0;wlr-randr -q +: 1734209805:0;wlr-randr +: 1734210963:0;env | grep gnome +: 1734211650:0;man xsettings +: 1734211653:0;man xsettingsd +: 1734211668:0;dump_xsettings +: 1734212601:0;cat bin/grimsnap +: 1734212682:0;man hyprshot +: 1734212693:0;pal hyprshot +: 1734212699:0;hyprshot -h +: 1734212811:0;less /usr/bin/hyprshot +: 1734213315:0;ls -R | wc -l +: 1734217242:0;hyprctl dispatch moveworkspacetomonitor 10 DP-1 +: 1734220568:0;pinta Pictures/Screenshots/2024-12/screenshot_2024-12-15-005541.png +: 1734220795:0;nemo +: 1734220885:0;grim +: 1734220901:0;ls Pictures +: 1734220918:0;imv Pictures/20241215_01h01m25s_grim.png +: 1734220923:0;rm Pictures/20241215_01h01m25s_grim.png +: 1734220935:0;sleep 5 && grim +: 1734220952:0;imv Pictures/20241215_01h02m20s_grim.png +: 1734220967:0;hyprpicker +: 1734222321:0;pai wlogout +: 1734222504:0;pas jetbr +: 1734222526:0;pai ttf-jetbrains-mono-nerd +: 1734222606:0;vim .config/waybar/style.css +: 1734222631:0;waybar +: 1734223614:0;vim .config/waybar/style-hypr.css +: 1734223924:0;man waybar-wireplumber +: 1734224355:0;pai xsensors +: 1734224359:0;xsensors +: 1734224484:0;vim .config/waybar/config-hypr +: 1734224629:0;waybar -c .config/waybar/config-hypr -s .config/waybar/style-hypr.css\ +: 1734224633:0;waybar -c .config/waybar/config-hypr -s .config/waybar/style-hypr.css +: 1734224746:0;vim .config/waybar/config +: 1734224953:0;sleep 3 && sway-prop +: 1734224968:0;pas hypr prop +: 1734224977:0;pai hyprprop-git +: 1734225167:0;cat > 1 +: 1734225172:0;cat > 2 +: 1734225188:0;nvim -d 1 2 +: 1734225331:0;hyprpm +: 1734225336:0;hyprpm -list +: 1734225345:0;hyprpm list +: 1734227175:0;hyprctl dispatch resizewindowpixel +: 1734227536:0;chmod 755 bin/hyprfloatfix.sh +: 1734229052:0;zenity +: 1734229069:0;zenity --help +: 1734229078:0;zenity --entry +: 1734229088:0;zenity --calendar +: 1734229191:0;feh +: 1734229239:0;mpv +: 1734231161:0;hyprctl notify 1 Hello +: 1734231163:0;hyprctl notify 1 Hello 1 +: 1734231168:0;hyprctl notify 1 Hello this is text +: 1734231171:0;hyprctl notify 1 Hello this is +: 1734231172:0;hyprctl notify 1 Hello this +: 1734231182:0;hyprctl notify 5 +: 1734231190:0;hyprctl notify 5 some text +: 1734231195:0;hyprctl notify 5 some text dfd +: 1734231227:0;hyprctl systeminfo +: 1734231247:0;hyprctl workspacerules +: 1734231351:0;hyprctl dispatch exec waybar -c .config/waybar/config-hypr -s .config/waybar/style-hypr.css +: 1734231373:0;hyprctl dispatch exec +: 1734231383:0;hyprctl dispatch exec "waybar -c .config/waybar/config-hypr -s .config/waybar/style-hypr.css" +: 1734233583:0;man tee +: 1734233595:0;tail -f socat.log +: 1734234863:0;bin/hyprfloatfix.sh +: 1734234886:0;vim bin/hyprfloatfix.sh +: 1734234916:0;rm socat.log +: 1734236628:0;wget -O .config/hypr/hyprlock.conf https://git.sweevo.net/siren/dotfiles-laptop/raw/branch/main/config/hypr/hyprlock.conf +: 1734236822:0;hyprctl --instance 0 keyword misc:allow_session_lock_restore 1 +: 1734236878:0;killall -9 hyprlock +: 1734236919:0;hyprctl --instance 0 'keyword misc:allow_session_lock_restore 1' +: 1734236923:0;hyprctl --instance 0 dispatch exec hyprlock +: 1734236972:0;ps aux | grep hyprlock +: 1734236999:0;grep lock .config/sway/config +: 1734237046:0;vim .config/sway/config +: 1734237104:0;paq chayang +: 1734237139:0;pai chayang +: 1734237364:0;vim .config/hypr/hypridle.conf +: 1734237406:0;pai fortune +: 1734237411:0;pas fortune +: 1734237519:0;pai fortune-mod fortune-mod-bofh-excuses fortune-mod-montypython fortune-mod-discworld fortune-mod-firefly fortune-mod-archlinux fortune-mod-futurama fortune-mod-hitchhiker +: 1734237794:0;fortune -s -h +: 1734237843:0;fortune -s -c +: 1734237916:0;fortune -s -c -a +: 1734237930:0;fortune -l +: 1734237955:0;fortune -f +: 1734237967:0;fortune -m futurama +: 1734238003:0;pal fortune-mod-futurama +: 1734238009:0;fortune futurama +: 1734258243:0;hyprlock --help +: 1734258492:0;cd .config/hypr +: 1734258507:0;cp hyprlock.conf hyprlock-siri.conf +: 1734258542:0;hyprlock +: 1734259087:0;less /usr/share/wayland-sessions/sway-shell.desktop +: 1734259099:0;less /usr/share/wayland-sessions/sway.desktop +: 1734259106:0;less /usr/share/wayland-sessions/hyprland.desktop +: 1734259143:0;systemctl --user cat hyperland-session +: 1734259147:0;less /usr/share/wayland-sessions/hyprland-systemd.desktop +: 1734259160:0;systemctl --user cat hyprland-session +: 1734260575:0;systemctl status --user xdg-desktop-portal-wlr +: 1734260579:0;systemctl status --user xdg-desktop-portal-hyprland.service +: 1734260593:0;systemctl status --user xdg-desktop-portal +: 1734260690:0;dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListNames +: 1734260724:0;cat /usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service +: 1734260740:0;cat /usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.hyprland.service +: 1734260807:0;cat /usr/share/xdg-desktop-portal/sway-portals.conf +: 1734260834:0;cat /usr/share/xdg-desktop-portal/hyprland-portals.conf +: 1734260855:0;cat /usr/share/xdg-desktop-portal/wlr-portals.conf +: 1734260869:0;cat /usr/share/xdg-desktop-portal/portals/wlr.portal +: 1734260873:0;cat /usr/share/xdg-desktop-portal/portals/hyprland.portal +: 1734260896:0;cat /usr/share/xdg-desktop-portal/portals/gnome.portal +: 1734260915:0;cat /usr/share/xdg-desktop-portal/portals/gnome-keyring.portal +: 1734260923:0;cat /usr/share/xdg-desktop-portal/portals/gtk.portal +: 1734261643:0;pas bibata +: 1734261676:0;paq bibata-cursor-theme bibata-extra-cursor-theme bibata-rainbow-cursor-theme +: 1734261806:0;pas hyprc +: 1734261836:0;pal hyprcursor +: 1734261925:0;pas sunity +: 1734261931:0;pal sunity-cursors-git +: 1734261947:0;hyprcursor-util +: 1734261952:0;hyprcursor-util --help +: 1734261957:0;man hyprcursor-util +: 1734261997:0;pas xcur2png +: 1734262000:0;pai xcur2png +: 1734262004:0;hyprcursor-util -x /usr/share/icons/Sunity-cursors/ +: 1734262028:0;cp -a /usr/share/icons/Sunity-cursors/ . +: 1734262034:0;hyprcursor-util -x Sunity-cursors +: 1734262054:0;hyprcursor-util -c extracted_Sunity-cursors +: 1734262096:0;ls theme_Extracted\ Theme +: 1734262099:0;ls theme_Extracted\ Theme/hyprcursors +: 1734262102:0;ls extracted_Sunity-cursors +: 1734262104:0;ls extracted_Sunity-cursors/hyprcursors +: 1734262109:0;ls extracted_Sunity-cursors/hyprcursors/all-scroll +: 1734262121:0;ls theme_Extracted\ Theme/manifest.hl +: 1734262123:0;less theme_Extracted\ Theme/manifest.hl +: 1734262169:0;mv theme_Extracted\ Theme theme_Sunity\ Cursors +: 1734262214:0;mv theme_Sunity\ Cursors ~/.local/share/icons/ +: 1734262234:0;hyprctl setcursor +: 1734262239:0;hyprctl setcursor --help +: 1734262256:0;hyprctl setcursor Sunity\ Cursors 24 +: 1734262262:0;hyprctl setcursor Sunity\ Cursodfdrs 24 +: 1734262302:0;hyprctl getoption +: 1734262309:0;hyprctl getoption HYPRCURSOR +: 1734262325:0;hyprctl setcursor Sunity\ Cursodfdrs 32 +: 1734262333:0;hyprctl setcursor Raplh 32 +: 1734262346:0;less ~/.config/sway/config +: 1734262496:0;cd .local/share/icons +: 1734262501:0;git clone https://gitlab.com/Pummelfisch/future-cyan-hyprcursor +: 1734262533:0;ls future-cyan-hyprcursor +: 1734262557:0;mv future-cyan-hyprcursor/Future-Cyan-Hyprcursor_Theme/ fch +: 1734262561:0;rm -rf future-cyan-hyprcursor +: 1734262570:0;mv fch future-cyan-hyprcursor +: 1734262573:0;hyprctl setcursor future-cyan-hyprcursor 32 +: 1734262617:0;hyprctl setcursor flx 32 +: 1734262639:0;mv theme_Sunity\ Cursors Sunity-Cursors +: 1734262653:0;hyprctl setcursor Sunity-Cursors 24 +: 1734262658:0;hyprctl setcursor Sunity-Cursors 32 +: 1734262688:0;grep -i curso ~/.config/sway/config +: 1734262702:0;ls /usr/share/icons +: 1734262716:0;mv Sunity-Cursors Sunity-cursors +: 1734263206:0;pas xembed +: 1734263214:0;xembedsniproxy --help +: 1734263224:0;pkgfile xembedsniproxy +: 1734263234:0;pai plasma-workspce +: 1734263240:0;pai plasma-workspace +: 1734263273:0;pai -y plasma-workspace +: 1734263299:0;systemctl --user start plasma-xembedsniproxy +: 1734263420:0;pai -Rnsc plasma-workspace +: 1734263423:0;y -Rnsc plasma-workspace +: 1734265781:0;du -hs /usr/share/icons/Sunity-cursors +: 1734265793:0;du -hs ~/.local/share/icons/Sunity-cursors +: 1734269880:0;paq swww +: 1734270750:0;hyprctl devices +: 1734286330:0;dualsensectl +: 1734286333:0;dualsensectl -l +: 1734390267:0;cd /mnt/games/Steam/steamapps/compatdata/2380050/pfx/drive_c/users/steamuser/ +: 1734390433:0;cd Documents/StarTrucker/Radio +: 1734390435:0;vim my_stations.txt +: 1734395276:0;hyprctl dispatch kill +: 1734395286:0;sleep 3 && hyprctl dispatch killactive +: 1734413127:0;chezmoi add .config/hypr/hypr*.conf +: 1734413191:0;chezmoi add .config/waybar/config-hypr .config/waybar/style-hypr.css .config/waybar/modules/storage.sh +: 1734449457:0;gdu /boot +: 1734460500:0;pao wev +: 1734460641:0;hyprctl globalshortcuts +: 1734463684:0;pai gbar +: 1734463738:0;gBar audio +: 1734463755:0;gBar mic +: 1734463767:0;gBar bluetooth +: 1734463803:0;gBar bar +: 1734463890:0;yay -Rnsc gbar +: 1734463893:0;yay -Rnsc gbar-git +: 1734463926:0;yay -Rnsc glib2-devel +: 1734473210:0;ffprobe http://radiotrucker.com/en/play/212874/somafm-groove-salad +: 1734473303:0;ffprobe http://streams.radiobob.de/rockoldies/mp3-192/mediaplayer +: 1734473324:0;ffprobe http://streams.radiobob.de/rockoldies/aac-64/mediaplayer +: 1734473346:0;ffprobe http://streams.radiobob.de/rockoldies/aac-256/mediaplayer +: 1734473354:0;ffprobe http://streams.radiobob.de/rockoldies/mp3-256/mediaplayer +: 1734473359:0;ffprobe http://streams.radiobob.de/rockoldies/mp3-320/mediaplayer +: 1734473365:0;ffprobe http://streams.radiobob.de/rockoldies/aac-192/mediaplayer +: 1734484814:0;gamescope --help +: 1734500411:0;vlc --vout caca /mnt/hera/share/Movies/Aquaman\ \(2018\)/Aquaman\ \(2018\)\ \[WEBDL-1080p\ \(EVO\)\].mkv +: 1734500428:0;mpv --no-config --vo=tct --ao=null /mnt/hera/share/Movies/Aquaman\ \(2018\)/Aquaman\ \(2018\)\ \[WEBDL-1080p\ \(EVO\)\].mkv +: 1734500470:0;mpv -q --no-config --vo=tct --ao=null /mnt/hera/share/Movies/Aquaman\ \(2018\)/Aquaman\ \(2018\)\ \[WEBDL-1080p\ \(EVO\)\].mkv +: 1734500475:0;mpv --quiet --no-config --vo=tct --ao=null /mnt/hera/share/Movies/Aquaman\ \(2018\)/Aquaman\ \(2018\)\ \[WEBDL-1080p\ \(EVO\)\].mkv +: 1734543981:0;unp -U TheFutaExperiment-0.75-pc.zip +: 1734543998:0;cd TheFutaExperiment-0.75-pc +: 1734544068:0;./TheFutaExperiment.sh +: 1734566949:0;eza -l +: 1734566964:0;paq bcc +: 1734568535:0;unp -U family +: 1734568545:0;unp -U family_vacation-0.10.SE.21-pc.zip +: 1734568632:0;cd family_vacation-0.10.SE.21-pc +: 1734568650:0;mv ../family_vacation-0.9.SE.13-win/game/saves game +: 1734568675:0;rm -rf ../family_vacation-0.9.SE.13-win* +: 1734571746:0;ls KingsTale-0.63-pc.zip +: 1734571752:0;unzip -l KingsTale-0.63-pc.zip +: 1734571765:0;unp -U KingsTale-0.7-pc.zip +: 1734571773:0;cd KingsTale-0.7-pc +: 1734571775:0;./KingsTale.sh +: 1734656309:0;mnp -U Alenjas_Adventures_REMASTER-0.20_Final-pc.zip +: 1734656313:0;unp -U Alenjas_Adventures_REMASTER-0.20_Final-pc.zip +: 1734656333:0;cd Alenja\'s_Adventures_REMASTER-0.20_Final-pc +: 1734656341:0;./Alenja\'s_Adventures_REMASTER.sh +: 1734762242:0;ls Hunt_and_Snare_r33c.7z +: 1734762246:0;ls Hunt\ and\ Snare\ r33c +: 1734762832:0;rm -rf Hunt* +: 1734762847:0;unp -U hunt-and-snare-r32c-linux.zip +: 1734762999:0;cd hunt-and-snare-r32c-linux +: 1734763015:0;./ruffleneck.x64 +: 1734799019:0;protontricks d3dcompiler_47 corefonts fontfix ie6 WINEARCH=win32 +: 1734799080:0;protontricks 396280 +: 1734799089:0;protontricks 396280 --gui +: 1734799118:0;protontricks 396280 install d3dcompiler_47 corefonts fontfix ie6 WINEARCH=win32 +: 1734799142:0;protontricks 396280 d3dcompiler_47 corefonts fontfix ie6 WINEARCH=win32 +: 1734799270:0;protonup-qt +: 1734799388:0;pas boxes +: 1734799416:0;pas bottles +: 1734799433:0;pai bottles +: 1734800259:0;curl https://ctrack.funcom.com/ad/?ref=AONEWENGINE +: 1734800266:0;curl 'https://ctrack.funcom.com/ad/?ref=AONEWENGINE' +: 1734800284:0;curl https://patch.funcom.com/download/AO/AnarchyOnline_EP2.exe +: 1734802624:0;winetricks +: 1734802635:0;winetricks --help +: 1734802658:0;cd /mnt/virt/games/bottles/AnarchyOnline +: 1734802716:0;WINEARCH=win32 winetricks ie6 +: 1734802875:0;cd Anarchy-Online +: 1734802884:0;rm -rf ../AnarchyOnline/ +: 1734802888:0;winetricks ie6 +: 1734803044:0;winetricks corefonts fontfix +: 1734803235:0;AaxDcQovHk4483 +: 1734855794:0;pas waybar +: 1734855852:0;paq extra/hyprgraphics +: 1734907220:0;cd /mnt/games/Steam/steamapps/common/Transport\ Fever\ 2/mods +: 1734907241:0;less readme.txt +: 1734907298:0;ls mods +: 1734907313:0;rm -rf mods/* +: 1734907408:0;unp -U ~/Downloads/eis_os_commonapi2_1_20241220.zip +: 1734907413:0;rm ~/Downloads/eis_os_commonapi2_1_20241220.zip +: 1734907420:0;gdu .local +: 1734919825:0;steamtinkerlaunch vortex start +: 1734935980:0;pwgen -h +: 1734935989:0;pwgen -24 +: 1734935992:0;pwgen 24 +: 1734936037:0;pwgen -s 24 +: 1734939936:0;ssh gaminglegenden.de +: 1734972792:0;pai swengine +: 1734973072:0;swengine +: 1734973127:0;pal swww +: 1734973143:0;man swww-daemon +: 1734973169:0;man swww-init +: 1734973197:0;swww img "/home/jinks/Pictures/wallpapers/Floating Ducks.gif" +: 1734973242:0;ls .cache/swww +: 1734973250:0;ls .cache/swww -lahd +: 1734973388:0;ls -l Pictures/wallpapers +: 1734973392:0;ls -l Pictures/wallpapers -lah +: 1734973531:0;rmdir .cache/swww/ +: 1734973535:0;ls .cache/swww/ +: 1734973540:0;ls .cache/swww/ -lah +: 1734973549:0;file .cache/swww/_home_jinks_Pictures_wallpapers_Floating\ Ducks.gif__1920x1080_Xbgr_v0.9.5 +: 1734973559:0;file .cache/swww/DP-1 +: 1734973565:0;less .cache/swww/DP-1 +: 1734973710:0;swww-daemon -h +: 1734973715:0;swww-daemon -f xrgb +: 1734973741:0;ls -l Pictures/wallpapers/preconvert +: 1734973744:0;ls -l Pictures/wallpapers/ +: 1734973748:0;ls -lh Pictures/wallpapers/ +: 1734974176:0;swww -h +: 1734974190:0;swww query +: 1734974207:0;swww img "/home/jinks/Pictures/wallpapers/Intergalactic Space Room Live Wallpaper.gif" +: 1734974238:0;swww help img +: 1734975458:0;swww restore +: 1734975539:0;killall /usr/bin/gamescope +: 1734975549:0;killall -9 /usr/bin/gamescope +: 1734975560:0;killall gamescopereaper +: 1734975566:0;killall -9 gamescopereaper +: 1734975568:0;ps aux | grep gamesco +: 1734975595:0;cd Pictures/wallpapers +: 1734975604:0;pai mpvpaper +: 1734975615:0;mpvpaper mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 +: 1734975654:0;mpvpaper DP-1 mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 +: 1734975681:0;mpvpaper -o "no-audio loop" DP-1 mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 +: 1734975718:0;man mpvpaer +: 1734975785:0;mpvpaper -p -o "no-audio loop" DP-1 mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 +: 1734976131:0;mpvpaper -p -o "no-audio loop" '*' mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 +: 1734976279:0;ffmpeg -i mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 mylivewallpapers-com-Intergalactic-Space-Room-4K.avif +: 1734976373:0;file mylivewallpapers-com-Intergalactic-Space-Room-4K.avif +: 1734976378:0;rm mylivewallpapers-com-Intergalactic-Space-Room-4K.avif +: 1734976406:0;ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 -c:v hevc_vaapi -b:v 0.589M output.mp4 +: 1734976434:0;ffprobe output.mp4 +: 1734976459:0;ffprobe mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 +: 1734976533:0;mpvpaper -p -o "no-audio loop" '*' output.mp4 +: 1734976559:0;ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 -c:v hevc_vaapi -b:v 0.589M output.avif +: 1734976753:0;ffmpeg -i mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 -c:v libaom-av1 mylivewallpapers-com-Intergalactic-Space-Room-4K.avif +: 1734977166:0;ffmpeg -i mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 -preset 8 -c:v libaom-av1 test.avif +: 1734977200:0;ffmpeg -i mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 -preset 13 -c:v libaom-av1 test.avif +: 1734977234:0;ffmpeg -i mylivewallpapers-com-Intergalactic-Space-Room-4K.mp4 -usage realtime -c:v libaom-av1 test.avif +: 1734977269:0;mpvpaper -p -o "no-audio loop" '*' test.avif +: 1734977316:0;mpvpaper -o "no-audio loop" '*' test.avif +: 1734977330:0;pas animated +: 1734977422:0;paq maww +: 1734977583:0;mpv test.avif +: 1734977597:0;vlc test.avif +: 1734977620:0;file test.avif +: 1734977627:0;ffplay test.avif +: 1734977651:0;less /usr/bin/mpvpaper +: 1734977668:0;man mpvpaper +: 1734977790:0;ffplay -h +: 1734977886:0;ffplay -h | grep loop +: 1734977912:0;ffplay -loop test.avif +: 1734977916:0;ffplay -loop 0 test.avif +: 1735071597:0;mpv mylivewallpapers-com-Intergalactic-Space-Room-4K.avif +: 1735071613:0;ffplay mylivewallpapers-com-Intergalactic-Space-Room-4K.avif +: 1735072622:0;pas pyauto +: 1735072632:0;pai python-pyautogui +: 1735072710:0;pai -y python-pyautogui +: 1735072750:0;pal python-pyautogui +: 1735072791:0;yay -Rnsc python-pyautogui +: 1735072817:0;git clone https://github.com/konkitoman/autoclicker +: 1735072821:0;cd autoclicker +: 1735072827:0;cargo build +: 1735072855:0;target/debug/theclicker +: 1735072865:0;sudo target/debug/theclicker +: 1735072940:0;strace target/debug/theclicker +: 1735072952:0;ls -la /dev/input +: 1735072965:0;sudo usermod -a -G input jinks +: 1735072973:0;theclicker +: 1735072993:0;newgrp input +: 1735073053:0;./target/debug/theclicker +: 1735073673:0;less /tmp/TheClicker +: 1735073684:0;tm /tmp/TheClicker +: 1735073687:0;rm /tmp/TheClicker +: 1735073693:0;sudo rm /tmp/TheClicker +: 1735073708:0;./target/debug/theclicker -f +: 1735073743:0;./target/debug/theclicker --clear-cache +: 1735122860:0;./Satisfactory-Mod-Manager.AppImage +: 1735148425:0;ls lib +: 1735148440:0;ls game +: 1735148455:0;rg developer game +: 1735148469:0;vim game/options.rpy +: 1735148493:0;rg developer +: 1735148522:0;vim renpy/config.py +: 1735169280:0;pas ags +: 1735169373:0;pas abs +: 1735169418:0;pas ags bar +: 1735169488:0;pas libastal +: 1735191175:0;yay -S aylurs-gtk-shell +: 1735191293:0;vim .config/hypr/hyprlock.conf +: 1735191495:0;cd drive_c/family_vacation-0.10.SE.21-pc +: 1735192202:0;y -Rnsc pyton-pyrsistent +: 1735192207:0;y -Rnsc python-pyrsistent +: 1735192232:0;y -Rnsc python-zope-interface +: 1735192249:0;y -Rnsc python-zeroconf +: 1735192258:0;y -Rnsc python-yaml +: 1735192274:0;y -Rnsc python-xxhash +: 1735192281:0;y -Rnsc python-wxpython +: 1735192293:0;y -Rnsc python-wsproto +: 1735192308:0;y -Rnsc python-wheel +: 1735192323:0;y -Rnsc python-websocket-client +: 1735192329:0;y -Rnsc python-vdf +: 1735192337:0;y -Rnsc python-validate-pyproject +: 1735192347:0;y -Rnsc python-userpath +: 1735192359:0;y -Rnsc python-urllib3 +: 1735192367:0;y -Rnsc python-unidecode +: 1735192380:0;y -Rnsc python-typing_extensions +: 1735192389:0;y -Rnsc python-typeguard +: 1735192396:0;y -Rnsc python-trove-classifiers +: 1735192404:0;y -Rnsc python-trio-websocket +: 1735192407:0;y -Rnsc python-trio +: 1735192411:0;y -Rnsc python-tqdm +: 1735192424:0;y -Rnsc python-tomli +: 1735192431:0;y -Rnsc python-steamgriddb +: 1735192438:0;y -Rnsc python-soupsieve +: 1735192450:0;y -Rnsc python-sortedcontainers +: 1735192458:0;y -Rnsc python-sniffio +: 1735192463:0;y -Rnsc python-six +: 1735192473:0;y -Rnsc python-sgmllib3k +: 1735192483:0;y -Rnsc python-ruamel.yaml.clib +: 1735192495:0;y -Rnsc python-rpds-py +: 1735192502:0;y -Rnsc python-requests +: 1735192508:0;y -Rnsc python-rencode +: 1735192521:0;paq xpra +: 1735192533:0;y -Rnsc python-referencing +: 1735192539:0;y -Rnsc python-rdflib +: 1735192549:0;y -Rnsc python-pyxdg +: 1735192572:0;y -Rnsc python-pytest +: 1735192578:0;y -Rnsc python-pysocks +: 1735192591:0;y -Rnsc python-pyserial +: 1735192600:0;y -Rnsc python-pyqt5-sip +: 1735192611:0;y -Rnsc python-pyproject-hooks +: 1735192618:0;y -Rnsc python-pyparsing +: 1735192625:0;y -Rnsc python-pynvim +: 1735192652:0;y -Q | grep python +: 1735192671:0;y -Q | grep python | cut -f 1 +: 1735192677:0;y -Q | grep python | cut -d" " -f 1 +: 1735192685:0;y -Q | grep python | cut -d" " -f 1 | xargs y -Rnsc +: 1735192691:0;y -Q | grep python | cut -d" " -f 1 | xargs paru -Rnsc +: 1735192750:0;for pak in $(paru -Q | grep python | cut -d" " -f 1); do paru -Rnsc $pak; done +: 1735192865:0;paq namcap +: 1735192962:0;paq bookworm +: 1735192987:0;y -Rnsc python-html2text +: 1735193030:0;paq tuna +: 1735193036:0;tuna +: 1735193245:0;y -Q | grep perl +: 1735193257:0;sudo vim /etc/paru.conf +: 1735193320:0;paru --clean +: 1735197578:0;paru -Q +: 1735197614:0;paru -Qm +: 1735197624:0;yay -Rnsc sddm +: 1735197693:0;y -Rnsc sddm-conf +: 1735197701:0;y -Rnsc sdl_pango +: 1735197728:0;y -Ss resticprof +: 1735197740:0;y -Ss protonup +: 1735197746:0;pai protonup-qt +: 1735197769:0;pas rimsort +: 1735197795:0;pas vesktop +: 1735197799:0;pai vesktop +: 1735198012:0;pas helm +: 1735198038:0;paq qsynth +: 1735198048:0;pai qsynth +: 1735227924:0;xclip -h +: 1735227953:0;wl-paste -h +: 1735228039:0;xclip -verbose -selection clipboard +: 1735228844:0;less /dev/shm/steamtinkerlaunch/steamtinkerlaunch.log +: 1735229100:0;tail -f SpaceEngineers_20241226_153810223.log +: 1735229665:0;less SpaceEngineers_20241226_153810223.log +: 1735229756:0;ls Mods -lah +: 1735229779:0;ls SpaceEngineers +: 1735229843:0;cd SpaceEngineers +: 1735230123:0;less SpaceEngineers_20241226_17211928.log +: 1735230219:0;tail -f SpaceEngineers_20241226_17211928.log +: 1735243202:0;less SpaceEngineers_20241226_205406165.log +: 1735243236:0;tail -f SpaceEngineers_20241226_205406165.log +: 1735243625:0;ls Mods +: 1735243651:0;ls ../../LocalLow +: 1735243663:0;cd Saves/1234567891011 +: 1735243671:0;rmdir 1234567891011 +: 1735243672:0;cd 76561198042256421 +: 1735243676:0;cd Debug\ 2024-12-26\ 20-54 +: 1735243699:0;cd SP\ 2024-12-25 +: 1735243706:0;ls Storage +: 1735243727:0;less Storage/MESInhibitorConfig/inhibitors.xml +: 1735244211:0;cd /mnt/games/Steam/steamapps/workshop/content/244850/1521905890/Data/Scripts/ModularEncountersSystems/Helpers +: 1735244221:0;less ProfileManager.cs +: 1735244312:0;less Spawning/Profiles/SafezoneProfile.cs +: 1735244345:0;rg SafeZoneProfile +: 1735244375:0;ls Spawning/Profiles +: 1735244405:0;cd Spawning/Profiles +: 1735244424:0;ls > 1 +: 1735244426:0;ls > 2 +: 1735244428:0;vim 2 +: 1735244458:0;rm SafezoneProfile.cs +: 1735244728:0;rm -rf * +: 1735244840:0;ls 1510183381 +: 1735244846:0;ls 1528331243 +: 1735245163:0;cd /mnt/games/Steam/steamapps/workshop/content/244850/1521905890/Data/Scripts/ModularEncountersSystems/Spawning/Profiles +: 1735245240:0;copyq --start-server +: 1735247152:0;echo SGTK_THEME +: 1735247158:0;echo $GTK_THEME +: 1735247206:0;gsettings set org.gnome.desktop.interface color-scheme prefer-dark +: 1735247244:0;pas arc-dark +: 1735247375:0;gsettings get org.gnome.desktop.interface gtk-theme +: 1735247421:0;pai hyprpolkit +: 1735247424:0;pas hyprpolkit +: 1735247440:0;pai hyprpolkitagent +: 1735247558:0;kill 1371 +: 1735247642:0;pao /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +: 1735247655:0;y -Rnsc polkit-gnome +: 1735248710:0;tail -f SpaceEngineers_20241226_221715237.log +: 1735249358:0;pai satty +: 1735249368:0;satty --help +: 1735249417:0;man satty +: 1735249420:0;pal satty +: 1735249433:0;less /usr/share/doc/satty/README.md +: 1735249521:0;sleep 2 && grim -g "$(slurp -o -r -c '#ff0000ff')" - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1735249650:0;paq satty +: 1735250313:0;file /boot/initramfs-linux.img +: 1735250323:0;less /boot/initramfs-linux.img +: 1735250365:0;zless /boot/initramfs-linux.img +: 1735250446:0;ls /boot/ -la +: 1735250447:0;ls /boot/ -lag +: 1735250449:0;ls /boot/ -lah +: 1735250535:0;zstd --help +: 1735250595:0;zstd -b +: 1735250613:0;zstd -b10 +: 1735250641:0;zstd -b19 +: 1735250759:0;pai dracut +: 1735250796:0;dracut --hostonly --no-hostonly-cmdline --add-confdir no-network initrd-test.img +: 1735250812:0;ls initrd-test.img +: 1735250814:0;ls initrd-test.img -lah +: 1735250818:0;rm initrd-test.img -lah +: 1735250821:0;rm initrd-test.img +: 1735250828:0;sudo dracut --hostonly --no-hostonly-cmdline --add-confdir no-network initrd-test.img +: 1735250838:0;ls -l initrd-test.img +: 1735250909:0;less initrd-test.img +: 1735250923:0;lsinitrd initrd-test.img +: 1735250933:0;lsinitrd initrd-test.img > dracut +: 1735250947:0;lsinitrd /boot/initramfs-linux.img > initcpio +: 1735250957:0;vimdiff dracut initcpio +: 1735251114:0;sudo dracut --hostonly --no-hostonly-cmdline --add-confdir no-network --add-dracutmodules drm initrd-test.img +: 1735251132:0;sudo dracut --hostonly --no-hostonly-cmdline --add-confdir no-network --add_dracutmodules drm initrd-test.img +: 1735251136:0;dracut --help +: 1735251157:0;sudo dracut --hostonly --no-hostonly-cmdline --add-confdir no-network -a drm initrd-test.img +: 1735251166:0;sudo dracut --hostonly --no-hostonly-cmdline --add-confdir no-network -a drm --force initrd-test.img +: 1735251178:0;ls -l initrd-test.img -lah +: 1735251185:0;sudo chmod 555 initrd-test.img +: 1735251195:0;lsinitrd initrd-test.img | less +: 1735251258:0;rm init* +: 1735251267:0;yay -Rnsc dracut +: 1735251722:0;locate microcode +: 1735251755:0;less /usr/lib/initcpio/install/kms +: 1735251838:0;less /usr/lib/initcpio/install/shutdown +: 1735251857:0;less /usr/lib/initcpio/install/sd-shutdown +: 1735251885:0;less /usr/lib/initcpio/install/modconf +: 1735251895:0;less /usr/lib/initcpio/install/autodetect +: 1735251998:0;less /usr/lib/initcpio/install/keyboard +: 1735252016:0;less /usr/lib/initcpio/install/keymap +: 1735252029:0;less /usr/lib/initcpio/install/sd-vconsole +: 1735252042:0;less /etc/vconsole.conf +: 1735252049:0;pao /etc/vconsole.conf +: 1735252057:0;apropos vconsole +: 1735252063:0;man vconsole.conf +: 1735252124:0;man setfont +: 1735252170:0;ls /usr/share/kbd/consolefonts +: 1735252183:0;ls /usr/share/kbd/unimaps +: 1735252230:0;less /usr/lib/initcpio/install/consolefont +: 1735252290:0;sudo mkinitcpio -P linux +: 1735252299:0;sudo rm /boot/initramfs-linux* +: 1735252338:0;ls -l /boot +: 1735252340:0;ls -l /boot -h +: 1735252373:0;rm dracut +: 1735252382:0;lsinitcpio /boot/initramfs-linux.img +: 1735252459:0;lsinitrmodinfo ast |grep -e ^filename -e ^description -e ^alias -e ^firmware +: 1735252467:0;modinfo ast |grep -e ^filename -e ^description -e ^alias -e ^firmware +: 1735252480:0;modinfo ast +: 1735252491:0;mkdir w +: 1735252492:0;cd w +: 1735252493:0;modinfo ast | grep -e ^filename -e ^description -e ^alias -e ^firmware +: 1735252508:0;modinfo ast | grep -e '^filename' -e '^description' -e '^alias' -e '^firmware' +: 1735252520:0;modinfo amdgpu | grep -e '^filename' -e '^description' -e '^alias' -e '^firmware' +: 1735252540:0;lspci -v +: 1735252569:0;sudo dmesg | less -R +: 1735252696:0;modinfo amdgpu | grep -e '^firmware' +: 1735252746:0;lsinitrd /boot/initramfs-linux.img | less +: 1735252756:0;lsinitrd /boot/initramfs-linux.img +: 1735252771:0;lsinitcpio /boot/initramfs-linux.img | less +: 1735252957:0;lsinitcpio /boot/initramfs-linux.img > initcpio +: 1735252960:0;pai booster +: 1735252999:0;lsinitcpio booster-foo.img +: 1735253003:0;lsinitcpio booster-foo.img > booster +: 1735253057:0;pal booster +: 1735253317:0;booster --help +: 1735253350:0;ls -l /etc/booster.yaml +: 1735253353:0;man booster +: 1735253365:0;sudo vim /etc/booster.yaml +: 1735253403:0;rm booster-foo.img +: 1735253404:0;booster build booster-foo.img +: 1735253413:0;ls -h +: 1735253416:0;ls -hl +: 1735253437:0;lsinitcpio booster-foo.img | sort > booster +: 1735253452:0;lsinitcpio /boot/initramfs-linux.img | sort > initcpio +: 1735253457:0;vimdiff initcpio booster +: 1735253535:0;rm -rf w +: 1735254270:0;pas plymounth +: 1735254273:0;pas plymouth +: 1735254300:0;paq plymouth-theme-angular-alt-git +: 1735254655:0;locate arch-logo +: 1735254659:0;pas arch logo +: 1735254688:0;paq aur/plymouth-theme-arch-logo aur/plymouth-theme-arch-charge-big +: 1735254836:0;paq aur/plymouth-theme-arch-charge-gdm +: 1735254871:0;pas plymouth arch +: 1735254946:0;paq aur/plymouth-theme-arch-beat aur/plymouth-theme-arch10 aur/plymouth-theme-arch-darwin aur/plymouth-theme-arch-agua aur/plymouth-theme-archlinux aur/plymouth-theme-arch-logo-new aur/plymouth-theme-neat +: 1735255180:0;paq aur/plymouth-theme-arch-logo +: 1735255231:0;pai plymouth plymouth-theme-arch-agua +: 1735255292:0;pai plymouth-theme-arch-darwin +: 1735255306:0;plymouth-set-default-theme -l +: 1735255314:0;plymouth-set-default-theme +: 1735255409:0;plymouthd; plymouth --show-splash; sleep 5; plymouth --quit +: 1735256058:0;man laoder.conf +: 1735256061:0;man loader.conf +: 1735257357:0;arecord -vv -f dat /dev/null +: 1735269116:0;tail -f SpaceEngineers_20241227_040355582.log +: 1735269294:0;rm *.log +: 1735269328:0;tail -f SpaceEngineers_20241227_041514557.log +: 1735273746:0;grep Version *.log +: 1735273756:0;grep App_Version *.log +: 1735273759:0;grep App Version *.log +: 1735273793:0;cat fix_signals.sh +: 1735274970:0;scp -r Saves/76561198042256421/SP\ 2024-12-25 play@zeus: +: 1735275383:0;less /etc/pacman.conf +: 1735291444:0;wayvnc zeus:5900 +: 1735291465:0;wayvnc 192.168.0.50:5900 +: 1735291488:0;vncviewer 192.168.0.50:5900 +: 1735334105:0;pas yazi +: 1735334112:0;paq yazi +: 1735334196:0;paq sfm +: 1735334638:0;pas berzug +: 1735334646:0;pai ueberzug +: 1735334670:0;yay -Rnsc ueberzug +: 1735334800:0;sudo vim /etc/plymouth/plymouthd.conf +: 1735335208:0;less /etc/greetd/config.toml +: 1735335220:0;less /etc/nwg-hello/sway-config +: 1735335243:0;less /etc/nwg-hello/README +: 1735335264:0;less /etc/nwg-hello/nwg-hello-default.css +: 1735335275:0;less /etc/nwg-hello/nwg-hello-default.json +: 1735335309:0;less /etc/nwg-hello/hyprland.conf +: 1735335430:0;Hyprland --help +: 1735335970:0;pas hyprbar +: 1735336107:0;paq aur/hyprpanel aur/ags-hyprpanel-git +: 1735336219:0;pai ags-hyprpanel-git +: 1735336295:0;pal ags-hyprpanel-git +: 1735336481:0;pai hyprsunset +: 1735336520:0;hyprsunset -help +: 1735336525:0;hyprsunset --help +: 1735336544:0;hyprsunset +: 1735336574:0;yay -Rnsc hyprsunset +: 1735336752:0;hyprpanel -h +: 1735336767:0;hyprpanel -l +: 1735336775:0;hyprpanel explain +: 1735336828:0;locate Icetw +: 1735336831:0;locate icetw +: 1735336834:0;locate icetwigs +: 1735336839:0;sudo updatedb +: 1735336849:0;locate -i icetwigs +: 1735336862:0;ls Pictures/Wallpapers/Icetwigs.jpg +: 1735336867:0;hyprpanel checkDependencies +: 1735336929:0;yay -Rnsc swww +: 1735336984:0;strace hyprpanel +: 1735337007:0;hyprpanel +: 1735338649:0;pinta Pictures/Screenshots/2024-12/screenshot_2024-12-27-233024.png +: 1735338704:0;rm Pictures/Screenshots/2024-12/screenshot_2024-12-27-233024.png +: 1735338774:0;pai swww +: 1735338818:0;swww-daemon +: 1735338822:0;swww img "/home/jinks/Pictures/Wallpapers/Icetwigs.jpg" +: 1735339689:0;for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done +: 1735339766:0;ip a +: 1735339784:0;cat /proc/net/dev +: 1735340273:0;killall Heat.exe +: 1735340384:0;hyprctl exec hyprpanel +: 1735340393:0;hyprctl | grep exec +: 1735340453:0;hyprctl reload +: 1735340509:0;killall swww-daemon +: 1735340511:0;hyprpanel & +: 1735340519:0;killall swaync +: 1735341776:0;vim .config/hyprpanel/config.json +: 1735343116:0;hyprctl getoption cursor:zoom_factor | awk '{print $2}' +: 1735343332:0;hyprctl getoption cursor:zoom_factor | awk 'float' '{print $2}' +: 1735343341:0;hyprctl getoption cursor:zoom_factor | awk -F 'float' '{print $2}' +: 1735343351:0;hyprctl getoption cursor:zoom_factor | awk -F 'float:' '{print $2}' +: 1735343419:0;hyprctl getoption cursor:zoom_factor | awk '^float {print $2}' +: 1735343424:0;hyprctl getoption cursor:zoom_factor | awk 'float {print $2}' +: 1735343428:0;hyprctl getoption cursor:zoom_factor | awk 'float.* {print $2}' +: 1735343515:0;hyprctl getoption cursor:zoom_factor | awk '/float.*/ {print $2}' +: 1735343524:0;hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2}' +: 1735343531:0;hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 + 0.5}' +: 1735344086:0;man awk +: 1735344380:0;hyprctl getoption cursor:zoom_factor +: 1735344641:0;pinta Pictures/Screenshots/2024-12/screenshot_2024-12-28-011033.png +: 1735344676:0;rm Pictures/Screenshots/2024-12/screenshot_2024-12-28-011033.png +: 1735344747:0;xterm-256color +: 1735344760:0;rg TERM= +: 1735344787:0;rg -. TERM= +: 1735344840:0;grep TERM .zshrc +: 1735344842:0;grep TERM .zshrc. +: 1735344844:0;grep TERM .zshrc.local +: 1735344882:0;rg -. -N 300 TERM= +: 1735344897:0;rg -. -M 300 TERM= +: 1735344990:0;vim .config/steamtinkerlaunch/global.conf +: 1735345014:0;rg -. -N 300 xterm-256color +: 1735345021:0;rg -. -M 300 xterm-256color +: 1735345042:0;rg -. -M 300 xterm-256color /etc +: 1735345096:0;rg -. -M 300 EDITOR= +: 1735345145:0;rg -. -M 300 "EDITOR =" +: 1735345193:0;rg TERM /etc/profile.d/ +: 1735345207:0;rg EDITOR /etc/profile.d/ +: 1735345211:0;rg EDITOR /etc +: 1735345259:0;vim .config/nvim/init.vim +: 1735345469:0;rg EDITOR +: 1735345480:0;rg _. -M 300 EDITOR +: 1735345486:0;rg -. -M 300 EDITOR +: 1735345510:0;vim /etc/zsh/zshrc +: 1735345582:0;vim .profile +: 1735346235:0;less /usr/share/hyprpanel/hyprpanel.js +: 1735346672:0;git clone https://github.com/dracula/waybar dracula +: 1735346675:0;cd dracula +: 1735346683:0;ls waybar +: 1735346691:0;ls waybar/colors.css +: 1735346693:0;less waybar/colors.css +: 1735346706:0;less waybar/style.css +: 1735346755:0;cp style.css style-siri.css +: 1735346771:0;cp dracula/waybar/style.css . +: 1735346782:0;cp dracula/waybar/colors.css . +: 1735346798:0;cp dracula/waybar/wittr.sh . +: 1735346808:0;less wittr.sh +: 1735346931:0;mc /mnt/recover +: 1735346934:0;q +: 1735347016:0;less style.css +: 1735347022:0;less style-hypr.css +: 1735347036:0;cp style-hypr.css style-siri.css +: 1735347054:0;cp dracula/waybar/style.css style-dracula.css +: 1735347062:0;vim dracula/waybar/config +: 1735347113:0;cp config config-siri +: 1735347205:0;killall gjs +: 1735347237:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/config-hypr -s .config/waybar/style-hypr.css" +: 1735347322:0;cp config-hypr config-siri +: 1735347332:0;ls modules +: 1735347342:0;mv dualsense-notifier.sh modules +: 1735347349:0;cat wittr.sh +: 1735347413:0;vim wittr.sh +: 1735347455:0;./wittr.sh +: 1735347469:0;mv wittr.sh modules +: 1735347473:0;rm *~ +: 1735347482:0;mkdir sway +: 1735347653:0;vim ~/.config/sway/config +: 1735348027:0;cd siri +: 1735348033:0;mv config-hypr config +: 1735348041:0;mv style-hypr.css style.css +: 1735348049:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/siri/config -s .config/waybar/dracula/style.css" +: 1735348099:0;cp -a dracula jinks +: 1735348129:0;cp siri/config jinks/config +: 1735348227:0;vim siri/style.css +: 1735348631:0;vim dracula/config +: 1735348640:0;vim jinks/config +: 1735348709:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/jinks/config -s .config/waybar/jinks/style.css" +: 1735348843:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/jinks/config -s .config/waybar/geo/style.css" +: 1735348901:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/jinks/config -s ~/.config/waybar/geo/style.css" +: 1735350373:0;cd jinks +: 1735350379:0;cp style.css bak.css +: 1735351130:0;vim style.css +: 1735351367:0;cd .config/ +: 1735351387:0;rm -rf wave Wayk waynergy +: 1735351397:0;rm -rf wavebox +: 1735351401:0;cd waybar/jinks +: 1735351406:0;less colors.css +: 1735352032:0;vim co +: 1735352036:0;vim config +: 1735352133:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/jinks/config -s ~/.config/waybar/jinks/style.css" +: 1735352570:0;cd .config/waybar +: 1735352586:0;vim jinks/style.css +: 1735352802:0;pas hypr logout +: 1735352808:0;pas nwg logout +: 1735352810:0;pas nwg log +: 1735352811:0;pas nwg l +: 1735352869:0;wlogout -h +: 1735352880:0;wlogout -m 100 +: 1735352887:0;wlogout -m 1000 +: 1735352893:0;wlogout -m 600 +: 1735352899:0;wlogout -m 400 +: 1735352903:0;wlogout -m 300 +: 1735352908:0;wlogout +: 1735352920:0;wlogout -s +: 1735352929:0;wlogout -n +: 1735353447:0;cd .config/waybar/siri +: 1735353456:0;mv siri siren +: 1735353635:0;waybar -c ~/.config/waybar/siren/config -s ~/.config/waybar/siren/style.css +: 1735353751:0;rm -rf .config/walker +: 1735369987:0;less SpaceEngineers_20241228_081206731.log +: 1735369993:0;tail -f SpaceEngineers_20241228_081206731.log +: 1735371894:0;corectrl +: 1735371936:0;systemctl --user start hyprpolkitagent +: 1735371939:0;ps aux | grep polkit +: 1735372187:0;tail -f SpaceEngineers_20241228_084911600.log +: 1735378655:0;pas gpu record +: 1735378669:0;pai gpu-screen-recorder +: 1735378690:0;pal gpu-screen-recorder +: 1735378699:0;gpu-screen-recorder -h +: 1735378716:0;gpu-screen-recorder +: 1735385127:0;tail -f SpaceEngineers_20241228_121355775.log +: 1735422949:0;ssh thermis +: 1735429972:0;/home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=244850 -- /home/jinks/.local/share/Steam/compatibilitytools.d/SteamTinkerLaunch/steamtinkerlaunch waitforexitandrun /mnt/games/Steam/steamapps/common/SpaceEngineers/Bin64/SpaceEngineersLauncher.exe +: 1735430043:0;/home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=244850 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton9-21/proton waitforexitandrun /mnt/games/Steam/steamapps/common/SpaceEngineers/Bin64/SpaceEngineersLauncher.exe +: 1735430161:0;gamescope -w 1920 -h 1080 -W 1920 -H 1080 -e -f -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=244850 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton9-21/proton waitforexitandrun /mnt/games/Steam/steamapps/common/SpaceEngineers/Bin64/SpaceEngineersLauncher.exe +: 1735430372:0;fg +: 1735430384:0;killall gamescope +: 1735430420:0;gamescope --force-grab-cursor -w 1920 -h 1080 -W 1920 -H 1080 -e -f -- /home/jinks/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/jinks/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=244850 -- /mnt/games/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/jinks/.local/share/Steam/compatibilitytools.d/GE-Proton9-21/proton waitforexitandrun /mnt/games/Steam/steamapps/common/SpaceEngineers/Bin64/SpaceEngineersLauncher.exe +: 1735438088:0;cd /mnt/games/Steam/steamapps/workshop/content/244850/1902970975 +: 1735440087:0;mkdir meme +: 1735440090:0;cd meme +: 1735440092:0;wget +: 1735440097:0;wget https://pbs.twimg.com/media/ExGL4qhWEAAdB4a.jpg +: 1735440125:0;wget https://static.wikia.nocookie.net/spaceengineers/images/9/9a/Icon_Item_Ice.png/revision/latest?cb=20220315165055 +: 1735440129:0;wget 'https://static.wikia.nocookie.net/spaceengineers/images/9/9a/Icon_Item_Ice.png/revision/latest?cb=20220315165055' +: 1735440136:0;gimp ExGL4qhWEAAdB4a.jpg +: 1735441193:0;locate -i icetw +: 1735441593:0;pai lolcate +: 1735484925:0;ncdu /mnt/games +: 1735519157:0;virt-manager +: 1735556775:0;zip Invoice\ Payment\ Confirmation-202* Invoice_confirmations.zip +: 1735556786:0;zip Invoice_confirmations.zip Invoice\ Payment\ Confirmation-202* +: 1735592796:0;satty +: 1735592817:0;sleep 2 && grim -g "$(slurp -o -r -c '#ff0000ff')" - | satty --filename - --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1735593082:0;pai swappy +: 1735593095:0;sleep 2 && grim -g "$(slurp -o -r -c '#ff0000ff')" - | swappy --filename - --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1735593107:0;swappy --help-all +: 1735593238:0;ls 2024-12 +: 1735593264:0;imv screenshot_2024-12-30-221324_swappy.png +: 1735593288:0;imv swappy-20241230-22:12:19.png +: 1735593300:0;mv satty-20241230-22:* 2024-12 +: 1735593303:0;rm screenshot_2024-12-30-221324_swappy.png swappy-20241230-22:12:19.png +: 1735595598:0;yay -rnsc hyprpanel +: 1735595602:0;yay -Rnsc hyprpanel +: 1735595605:0;pas hypr +: 1735595620:0;yay -Rnsc chaotic-aur/libastal-hyprland-git +: 1735595624:0;yay -Rnsc libastal-hyprland-git +: 1735595642:0;pas hyprpanel +: 1735595672:0;paq hyprpane +: 1735595674:0;paq hyprpanel +: 1735595993:0;hto[ +: 1735616313:0;wl-paste -t text -w xclip -selection clipboard +: 1735695005:0;systemctl --user stop plasma-xembedsniproxy +: 1735695013:0;pas xembedsniproxy +: 1735695800:0;uconv -v +: 1735695807:0;uconv -V +: 1735695815:0;pas icu +: 1735695835:0;pai icu69 +: 1735696247:0;yay -Rnsc icu69 +: 1735696253:0;pas icu68 +: 1735696415:0;pai icu68-bin +: 1735696647:0;ls -lah /boot +: 1735696658:0;pao /boot/amd-ucode.img +: 1735696666:0;pal amd-ucode +: 1735696697:0;sudo rm /boot/booster-linux +: 1735696718:0;sudo vim /etc/mkinitcpio.conf +: 1735697086:0;ls Downloads/ME3TweaksModManagerExtractor_9.0.0.134.exe +: 1735697163:0;curl -O https://objects.githubusercontent.com/github-production-release-asset-2e65be/206195000/2ac9c546-f409-4920-ac15-644fbd18dbaf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250101%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250101T020544Z&X-Amz-Expires=300&X-Amz-Signature=8941e02178ab0b515d8908d82b31a87acce96dd810c495713951cc85f5051fb8&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DME3TweaksModManagerExtractor_8.2.4.133.exe&response-content-type=application%2Foctet-stream +: 1735697169:0;curl -O 'https://objects.githubusercontent.com/github-production-release-asset-2e65be/206195000/2ac9c546-f409-4920-ac15-644fbd18dbaf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250101%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250101T020544Z&X-Amz-Expires=300&X-Amz-Signature=8941e02178ab0b515d8908d82b31a87acce96dd810c495713951cc85f5051fb8&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3DME3TweaksModManagerExtractor_8.2.4.133.exe&response-content-type=application%2Foctet-stream' +: 1735697224:0;mv 2ac9c546-f409-4920-ac15-644fbd18dbaf ME3TweaksModManagerExtractor_8.2.4.133.exe +: 1735697669:0;wget https://github.com/KarlitosVII/trilogy-save-editor/releases/download/v2.2.1/trilogy-save-editor_2.2.1_setup.exe +: 1735698030:0;ls /mnt/virt +: 1735698032:0;ls /mnt/virt/iso +: 1735698042:0;ls /mnt/virt/libvirt +: 1735698328:0;cd /mnt/virt/iso +: 1735698346:0;scp play@zeus:/mnt/virt/isos/Windows11_unattend.iso . +: 1735698540:0;wget https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso +: 1735698986:0;scp play@zeus:/mnt/virt/isos/Windows11_unattend_nofdisk.iso . +: 1735701210:0;cd /mnt/games/Steam/steamapps/compatdata/1328670/pfx/drive_c +: 1735701462:0;ls /mnt/games/Steam/steamapps/common/Mass\ Effect\ Legendary\ Edition +: 1735713732:0;vf +: 1735713755:0;unp -U DMD.Fantasy.Scenes-0.02-pc.zip +: 1735713768:0;rm -rf DMD.Fantasy.Scenes-0.01-pc* +: 1735713774:0;cd DMD.Fantasy.Scenes-0.02-pc +: 1735713784:0;./DMD.Fantasy.Scenes.sh +: 1735716001:0;unp -U VR_Stallion_2.2.zip +: 1735716012:0;cd VR\ Stallion\ 2.2 +: 1735716869:0;unp -U VR_Stallion_1.11.zip +: 1735751299:0;pai geoclue networkmanager gnome-settings-daemon +: 1735751340:0;pas gbar +: 1735751352:0;paq aur/gbar-git +: 1735751415:0;pai gbar-git +: 1735751428:0;gBar +: 1735751433:0;gBar bar 0 +: 1735751627:0;gBar audio 0 +: 1735781539:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/dracula/config -s .config/waybar/dracula/style.css" +: 1735781568:0;waybar -c ~/.config/waybar/jinks/config -s ~/.config/waybar/jinks/style.css +: 1735781740:0;ls .config/waybar/_modules +: 1735781749:0;vim .config/waybar/siren/config +: 1735781784:0;ls .config/waybar +: 1735783665:0;chezmoi forget .config/waybar/config-hypr .config/waybar/modules .config/waybar/modules/storage.sh .config/waybar/style-hypr.css +: 1735783695:0;chezmoi add .config/waybar/ +: 1735783724:0;ls .local/share/chezmoi/private_dot_config +: 1735783728:0;tree .local/share/chezmoi/private_dot_config +: 1735783967:0;pas kexec-tools +: 1735784108:0;pao /boot/vmlinuz-linux +: 1735784124:0;pal linux +: 1735784158:0;md5sum /usr/lib/modules/6.12.7-arch1-1/vmlinuz +: 1735784164:0;md5sum /boot/vmlinuz-linux +: 1735784185:0;systemctl kexec +: 1735784190:0;sudo systemctl kexec +: 1735785477:0;paq rofi-wayland rofi-calc +: 1735786139:0;pas rink +: 1735786167:0;pas anyrun +: 1735786538:0;walker -d +: 1735786579:0;walker -m ssh +: 1735786604:0;walker -m qcalc +: 1735786614:0;paq walk +: 1735786629:0;pal walker +: 1735786634:0;walker -m +: 1735786752:0;walker -m ai +: 1735786777:0;walker -m runner +: 1735786792:0;walker -m windows +: 1735786853:0;walker -m desktop +: 1735786859:0;walker -m applications +: 1735786878:0;walker -m switcher +: 1735786934:0;walker -m finder +: 1735786959:0;walker -m emoji +: 1735786960:0;walker -m emojis +: 1735786982:0;pas qualcu +: 1735786987:0;pas qalcu +: 1735787001:0;pai libqualculate +: 1735787005:0;pai libqalculate +: 1735787151:0;pai walker +: 1735787313:0;walker -m symbols +: 1735787676:0;walker -m xdphpicker +: 1735787945:0;walker -m calc +: 1735789149:0;GSK_RENDERER=ngl walker --help +: 1735789164:0;GSK_RENDERER=ngl walker --help-all +: 1735789198:0;walker --gapplication-service +: 1735789203:0;walker +: 1735789216:0;GSK_RENDERER=ngl walker +: 1735789252:0;vim .config/walker/config.json +: 1735789346:0;vim /home/jinks/.config/gtk-4.0/settings.ini +: 1735789996:0;walker -h +: 1735790514:0;paq rofi-calc +: 1735790720:0;pas dolphin-emu +: 1735878143:0;paq cava +: 1735878212:0;yay -Rnsc gjs +: 1735878220:0;pai eww +: 1735878406:0;git clone https://github.com/MrVivekRajan/Hypr-Dots.git +: 1735878451:0;cd Hypr-Dots +: 1735878452:0;ncdu +: 1735878478:0;git checkout Type-2 +: 1735878487:0;cd Nordic +: 1735878504:0;ls .config +: 1735878523:0;less ../hypr/hyprland.conf +: 1735878536:0;ls scripts/start.sh +: 1735878539:0;less scripts/start.sh +: 1735878547:0;scripts/start.sh +: 1735878562:0;cp -a eww ~/.config +: 1735878569:0;eww/scripts/start.sh +: 1735878591:0;ps aux | grep eww +: 1735878649:0;killall waybar +: 1735878762:0;eww +: 1735878768:0;eww open +: 1735878785:0;eww open profile +: 1735878798:0;eww state +: 1735879017:0;vim .config/eww/eww.scss +: 1735879067:0;playerctl status +: 1735879111:0;vim .config/eww/yuck/music.yuck +: 1735879154:0;vim .config/eww/eww.yuck +: 1735879189:0;vim .config/eww/yuck/control_center.yuck +: 1735879238:0;vim .config/eww/yuck/sliders.yuck +: 1735879267:0;vim .config/eww/scripts/brightness.sh +: 1735879279:0;brightnessctrl +: 1735879281:0;pai brightnessctrl +: 1735879286:0;pas brightnessctrl +: 1735879290:0;pas brightnes +: 1735879295:0;pai brightnessctl +: 1735879347:0;sudo systemctl start networkmanager +: 1735879355:0;pai networkmanager +: 1735879363:0;sudo systemctl start NetworkManager +: 1735879369:0;.config/eww/scripts/start.sh +: 1735879396:0;.config/eww/scripts/disk +: 1735879403:0;cd .config/eww +: 1735879406:0;rg disk +: 1735879445:0;~/.config/eww/scripts/disk +: 1735879509:0;~/.config/eww/scripts/memory +: 1735879513:0;vim yuck/info.yuck +: 1735879556:0;eww logs -h +: 1735879620:0;vim scripts/marg material.py +: 1735879628:0;rg material.py +: 1735879690:21;vim variables.yuck +: 1735879802:0;rg top +: 1735879835:0;vim yuck/sliders.yuck +: 1735879858:0;~/.config/eww/scripts/start.sh +: 1735879864:0;eww open control_center +: 1735879930:0;vim yuck/menu.yuck +: 1735879948:0;eww open menu +: 1735879997:0;cp -a /etc/xdg/eww . +: 1735880003:0;eww daemon +: 1735880026:0;less eww/eww-bar/eww.yuck +: 1735880040:0;eww logs +: 1735880047:0;cd eww +: 1735880051:0;cd eww-bar +: 1735880069:0;imv eww-bar.png +: 1735880077:0;mv * .. +: 1735880087:0;eww list-windows +: 1735880091:0;eww open bar +: 1735880195:0;rmdir eww-bar +: 1735880201:0;vim eww.yuck +: 1735880297:0;killall eww +: 1735880306:0;hyprctl dispatch exec "waybar -c ~/.config/waybar/siren/config -s ~/.config/waybar/siren/style.css" +: 1735880385:0;rm -rf eww +: 1735880389:0;yay -Rnsc eww +: 1735880426:0;cp hyprlock.conf ~/.config/hypr/ +: 1735880437:0;cp hypr.png ~/.config/hypr/ +: 1735880463:0;ls scripts +: 1735880478:0;mc scripts +: 1735880654:0;cd hypr +: 1735880687:0;file .face.icon +: 1735880694:0;imv .face.icon +: 1735880759:0;vim hyprlock.conf +: 1735880808:0;fortune -s +: 1735880837:0;fortune -h +: 1735880843:0;man furtune +: 1735880846:0;man fortune +: 1735880895:0;fortune -a -s +: 1735880964:0;fortune -a +: 1735881059:0;vim hyprland.conf +: 1735881092:0;pas hyprpaper +: 1735881113:0;paq hyprpaper +: 1735881118:0;paq swaybg +: 1735881398:0;swaybg -o \* -i ~/.config/hypr/hypr.png -m fill +: 1735881414:0;swaybg -h +: 1735881417:0;killall swaybg +: 1735881433:0;swaybg -o \* -i ~/.config/hypr/hypr.png -m fill &! +: 1735882667:0;pas rofi- +: 1735882784:0;pai rofi-wayland rofi-calc +: 1735882798:0;pai -y rofi-wayland rofi-calc +: 1735882815:0;rofi -show calc -modi calc -no-show-match -no-sort +: 1735882917:0;ls rofi +: 1735882928:0;cp -a rofi ~/.config +: 1735882940:0;less .config/rofi/Rofi.rasi +: 1735882955:0;rofi -h +: 1735883059:0;rofi -c .config/rofi/Rofi.rasi +: 1735883075:0;rofi -dump-config +: 1735883093:0;strace rofi +: 1735883132:0;strace rofi | grep open +: 1735883137:0;strace rofi 2| grep open +: 1735883142:0;strace rofi 2>&1 | grep open +: 1735883208:0;strace rofi 2>&1 | grep stat +: 1735883223:0;strace rofi 2>&1 | grep -i rasi +: 1735883265:0;mv .config/rofi/Rofi.rasi .config/rofi/config.rasi +: 1735883270:0;strace rofi 2>&1 | grep -i conf +: 1735883281:0;less hypr/hyprland.conf +: 1735883297:0;less hypr/scripts/Rofi-launcher.sh +: 1735883470:0;chezmoi add .config/hypr +: 1735883497:0;chezmoi add .config/walker +: 1735909851:0;pas veloren +: 1735910325:0;pai airshipper +: 1735920956:0;hyprctl dispatch exec dkfghdfjisvbnsdf +: 1735923567:0;pas arc +: 1735923572:0;pas arc theme +: 1735923581:0;paq arc-gtk-theme +: 1735923597:0;pal arc-gtk-theme +: 1735923631:0;less /usr/share/themes/Arc-Dark/gtk-4.0/gtk.css +: 1735923643:0;locate gtk-main-dark +: 1735923650:0;less /usr/share/themes/Arc-Dark/gtk-4.0/gtk-dark.css +: 1735923664:0;less /usr/share/themes/Arc/gtk-4.0/gtk.css +: 1735923671:0;less /usr/share/themes/Arc/gtk-4.0/gtk-dark.css +: 1735923678:0;less /usr/share/themes/Arc/gtk-4.0/gtk.gresource +: 1735923686:0;file /usr/share/themes/Arc/gtk-4.0/gtk.gresource +: 1735923697:0;less /usr/share/themes/Arc/index.theme +: 1735923709:0;less /usr/share/themes/Arc-Dark/index.theme +: 1735923790:0;GTK_THEME=Adwaita:dark gnome-calculator +: 1735923797:0;GTK_THEME=Adwaita:dark speedcrunch +: 1735923807:0;GTK_THEME=Arc:dark speedcrunch +: 1735923849:0;ldd `which speedcrunch` +: 1735923899:0;GTK_THEME=Arc speedcrunch +: 1735923949:0;pas kvantum +: 1735923960:0;pai kvantum-qt5 +: 1735924001:0;pal kvantum-qt5 +: 1735924008:0;speedcrunch +: 1735924018:0;pai kvantum-arc-theme +: 1735924027:0;pai kvantum-theme-arc +: 1735924073:0;qt6ct +: 1735924096:0;qt5ct +: 1735924121:0;pas kvantum arc +: 1735924156:0;pas arc gtk +: 1735966892:0;cd /mnt/games/Steam/steamapps/common/Palworld +: 1735966898:0;cd Pal +: 1735966904:0;ls Plugins +: 1735966907:0;ls Content +: 1735966908:0;ls Content/Paks +: 1735967169:0;mc ~/Downloads/PalWorld . +: 1735973230:0;unp -U ThePilgrimageCh2-0.2Alpha-pc.zip +: 1735973245:0;cd ThePilgrimageCh2-0.2Alpha-pc +: 1736099720:0;hyprctl clients +: 1736377310:0;paq zathura +: 1736377331:0;ldd `whcih zathura` +: 1736377359:0;ldd `which zathura` +: 1736377968:0;pas astal +: 1736384863:0;pai fractal +: 1736386378:0;pai neochat +: 1736386397:0;pai quaternion +: 1736386612:0;paR quaternion +: 1736386617:0;pas fluffy chat +: 1736387547:0;ssh-keygen -R sweevo.net +: 1736388760:0;echo $XDG_RUNTIME_DIR +: 1736388779:0;ls $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_173578/ +: 1736388794:0;ls $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735789400_507594451 +: 1736388805:0;less $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735789400_507594451/hyprland.log +: 1736388856:0;less $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735784337_231581746/hyprland.log +: 1736388866:0;ls $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735784337_231581746/ +: 1736388883:0;cat $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735784337_231581746/.socket2.sock +: 1736388896:0;cat $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735789400_507594451/.socket2.sock +: 1736388901:0;tail -f $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735789400_507594451/.socket2.sock +: 1736388916:0;hyprctl +: 1736388925:0;hyprctl splash +: 1736388943:0;hyprctl instances +: 1736388975:0;rm -rf $XDG_RUNTIME_DIR/hypr/0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735784337_231581746/ +: 1736388987:0;ls bin +: 1736388992:0;cat bin/hyprfloatfix.sh +: 1736389016:0;socat -U - UNIX-CONNECT:"/$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock" +: 1736457273:0;ssh hestia +: 1736458029:0;pai electrum +: 1736471932:0;curl -s https://whatthecommit.com/index.txt +: 1736602467:0;unp -U Marnie-Game-0.34win.zip +: 1736602473:0;cd Marnie-Game-0.34win +: 1736602482:0;wine marniegame\ 034.exe +: 1736677500:0;rm -rf Marnie-Game-0.34win* +: 1736677507:0;ump -U Overpoweringhorseability-1.1-pc.zip +: 1736677510:0;unp -U Overpoweringhorseability-1.1-pc.zip +: 1736677547:0;cd Overpoweringhorseability-1.1-pc +: 1736677551:0;./Overpoweringhorseability.sh +: 1736679353:0;unp -U LasFutas-0.1-pc.zip +: 1736679357:0;cd LasFutas-0.1-pc +: 1736679366:0;./LasFutas.sh +: 1736680128:0;unp -U 30YearOldVirgin-0.32.dv-pc.zip +: 1736680170:0;cd 30YearOldVirgin-0.32.dv-pc +: 1736680254:0;./30YearOldVirgin.sh +: 1736750803:0;SYSELCTL SUSPEND +: 1736750807:0;systemctl suspend +: 1736877485:0;cd Downloads +: 1736877498:0;unp -U Latitude_E7x70_1.22.8.stl +: 1736877505:0;file Latitude_E7x70_1.22.8.stl +: 1736877516:0;mv Latitude_E7x70_1.22.8.stl Latitude_E7x70_1.22.8.exe +: 1736877597:0;rm Latitude_E7x70_1.22.8.exe +: 1736877795:0;wine Latitude_E7x70_1.36.3.exe +: 1737070566:0;sudo ventoy +: 1737070584:0;sudo ventoy -i /dev/sdc +: 1737070618:0;sudo ventoy -g -I /dev/sdc +: 1737212624:0;pas limine +: 1737237628:0;awk "BEGIN {print (2160/(25+2).0)*50}" +: 1737237678:0;awk "BEGIN {print (2160/(25+2)'.0')}" +: 1737237734:0;awk "BEGIN {print (2160/(28+2).0)}" +: 1737237857:0;awk "BEGIN {print (2160/(25+2))}" +: 1737237861:0;awk "BEGIN {print (2160/(25+2).0)}" +: 1737237871:0;awk "BEGIN {print (2160/(27+2))}" +: 1737237876:0;awk "BEGIN {print (2160/(27+2).0)}" +: 1737237914:0;awk "BEGIN {print (2160/(27)*50)}" +: 1737237918:0;awk "BEGIN {print (2160/(27.0)*50)}" +: 1737237978:0;awk "BEGIN {print (2160/(27+2)0)}" +: 1737254771:0;cat .config/hypr/hypridle.conf +: 1737255050:0;hyprctl dispatch dpms on +: 1737255058:0;hyprctl dispatch dpms off +: 1737256068:0;less .config/hypr/hyprland.conf +: 1737287582:0;vim /etc/locale.conf +: 1737288349:0;paru moonlight +: 1737288815:0;ping 192.168.0.68 +: 1737288860:0;ping 192.168.0.86 +: 1737289788:0;ping cachyos-T590 +: 1737290304:0;pas moonlight +: 1737291536:0;vim .config/sunshine/apps.json +: 1737291577:0;vim .config/sunshine/sunshine_state.json +: 1737291609:0;vim .config/sunshine/sunshine.conf +: 1737293630:0;unp -U Claires_Quest_0.27.3_WIN.zip +: 1737295465:0;cd Claire\'s\ Quest\ 0.27.3\ WIN +: 1737295507:0;wine Game.exe +: 1737419810:0;vulkaninfo --summary | grep "driverInfo" +: 1737419816:0;vulkaninfo --summary +: 1737724222:0;paru teamviewer +: 1737724262:0;pai remmina-plugin-teamviewer +: 1737724284:0;pal remmina-plugin-teamviewer +: 1737725384:0;pal teamviewer +: 1737725401:0;systemctl --user start teamviewerd +: 1737725407:0;systemctl start teamviewerd +: 1737725466:0;QT_QPA_PLATFORM=xcb teamviewer +: 1737725486:0;Xephyr +: 1737725521:0;DISPLAY=:1 teamviewer +: 1737725527:0;DISPLAY=:2 teamviewer +: 1737725534:0;DISPLAY=:2 xterm +: 1737725537:0;DISPLAY=:1 xterm +: 1737725542:0;DISPLAY=:0 xterm +: 1737725549:0;Xephyr -h +: 1737725556:0;Xephyr xterm +: 1737725586:0;Xephyr :5 +: 1737725594:0;DISPLAY=:5 xterm +: 1737725608:0;DISPLAY=:5 teamviewer +: 1737725689:0;teamviewer +: 1737751242:0;DISPLAY=:5 openbox +: 1737764995:0;locate cm-patch +: 1737835606:0;cd /mnt/virt/games/Steam/steamapps/compatdata/225540/ +: 1737835611:0;tree /mnt/virt/games/Steam/steamapps/compatdata/225540/ +: 1737835653:0;tree /mnt/games/Steam/steamapps/compatdata/225 +: 1737836428:0;paru thunar +: 1737938551:0;ls -ld .config/sway +: 1737938557:0;ls -l .config/sway +: 1737938575:0;less /var/log/pacman.log +: 1738029300:0;pas wofi +: 1738029376:0;pal rofi-wayland +: 1738029389:0;/usr/share/doc/rofi-wayland/examples/rofi-file-browser.sh +: 1738029410:0;touch /home/jinks/.local/share/rofi/rofi_fb_history +: 1738029412:0;sh /usr/share/doc/rofi-wayland/examples/rofi-file-browser.sh +: 1738029423:0;sh /usr/share/doc/rofi-wayland/examples/rofi-file-browser.sh | rofi --demneu +: 1738029445:0;sh /usr/share/doc/rofi-wayland/examples/rofi-file-browser.sh | rofi -show dmenu +: 1738029456:0;sh /usr/share/doc/rofi-wayland/examples/rofi-file-browser.sh | rofi -show drun +: 1738042147:0;cat > config.rasi +: 1738042182:0;vim roundded-common.rasi +: 1738042218:0;mv roundded-common.rasi /home/jinks/.config/rofi/rounded-common.rasi +: 1738042262:0;wofi +: 1738042265:0;wofi -S run +: 1738042327:0;rm * +: 1738042348:0;git clone https://github.com/lr-tech/rofi-themes-collection.git +: 1738042358:0;cd rofi-themes-collection +: 1738042363:0;mkdir -p ~/.local/share/rofi/themes/ +: 1738042369:0;cd themes +: 1738042384:0;cp * ~/.local/share/rofi/themes/ +: 1738042600:0;rm -rf rofi-themes-collection +: 1738042619:0;rofi -show calc +: 1738042667:0;rofi -show run +: 1738042726:0;rofi -show run --sow-icons +: 1738042737:0;rofi -show drun,run --show-icons +: 1738042753:0;rofi -modi drun,run --show-icons +: 1738042763:0;rofi -modi drun,run -show drun --show-icons +: 1738042823:0;rofi -modi drun,run -show drun -show-icons +: 1738042903:0;rofi -S drun +: 1738042911:0;man rofi +: 1738043076:0;rofi -modi drun,run,calc -show drun -show-icons +: 1738043096:0;rofi -modi drun,run,calc -show drun -show-icons -dump-theme +: 1738043170:0;rofi -modi drun,run,calc -show keys -show-icons +: 1738043224:0;rofi -modi drun,run,calc -show-icons -show +: 1738043240:0;rofi -combi-modi drun,run,calc -show-icons -show +: 1738043255:0;rofi -combi-modi drun,run,calc -show-icons -show combi +: 1738043346:0;paq rofi +: 1738043352:0;paq rofi-wayland +: 1738064455:0;less .cache/rofi3.druncache +: 1738065723:0;pas fuzzel +: 1738065858:0;man wofi +: 1738065885:0;man 7 wofi +: 1738065911:0;wofi -S drun +: 1738065926:0;rofi -modi drun,run,calc -show-icons -show drun +: 1738094489:0;cd .local/share/rofi/themes +: 1738094509:0;wget https://raw.githubusercontent.com/davatorium/rofi-themes/refs/heads/master/User%20Themes/cloud.rasi +: 1738094515:0;wget https://raw.githubusercontent.com/davatorium/rofi-themes/refs/heads/master/User%20Themes/flamingo.rasi +: 1738094533:0;wget https://raw.githubusercontent.com/davatorium/rofi-themes/refs/heads/master/User%20Themes/fancy.rasi +: 1738094553:0;rofi -show run --show-icons +: 1738096585:0;rofi-sensible-terminal +: 1738096613:0;which rofi-sensible-terminal +: 1738096694:0;less /usr/bin/rofi-sensible-terminal +: 1738096702:0;alacritty +: 1738096716:0;terminator +: 1738096862:0;rofi -modi drun,run,calc -show drun -show-icons -dump-config +: 1738097115:0;rofi -modi drun,run,calc -show drun +: 1738097173:0;rofi -show filebrowser +: 1738097359:0;wofi -s calc +: 1738097370:0;wofi -S calculator +: 1738097373:0;pai wofil-calc +: 1738097377:0;pai wofi-calc +: 1738097388:0;wofi -S calc +: 1738097393:0;pal wofi-calc +: 1738097397:0;wofi-calc +: 1738097435:0;rofi -show drun +: 1738097516:0;ls .log +: 1738097518:0;ls .log/jack +: 1738097523:0;rm -rf .log/ +: 1738097530:0;cd .local/share/applications +: 1738097651:0;ls -l +: 1738097732:0;rm wine-extension-application.desktop +: 1738097739:0;ln -s wine-extension-application.desktop /dev/null +: 1738097747:0;ln -s /dev/null wine-extension-application.desktop +: 1738097975:0;rofi -combi-modi drun,run -show drun +: 1738098006:0;rofi -combi-modi drun,run -show combi +: 1738098123:0;rofi -show combi -dump-config +: 1738098813:0;cd .config/rofi +: 1738098929:0;cat > colors.rasi +: 1738098952:0;rofi -theme style5.rasi -show combi +: 1738099174:0;vim style5.rasi +: 1738099981:0;less rounded-common.rasi +: 1738100095:0;rofi -modi combi,window,calc -show combi +: 1738100175:0;rofi -modi combi,window,calc -show combi -dump-theme +: 1738100857:0;less rounded-nord-dark.rasi +: 1738101255:0;less .config/waybar/config +: 1738101273:0;less ~/.config/waybar/siren/config +: 1738101286:0;less ~/.config/waybar/siren/style.css +: 1738101415:0;pas nerd font +: 1738101522:0;paru nerd font +: 1738101903:0;rofi -modi combi,window,calc -theme style5.rasi -show combi +: 1738101942:0;pas rofi +: 1738101949:0;rofi -modi combi,window,calc -theme style5.rasi -show recursivebrowser +: 1738102117:0;vim colors.rasi +: 1738102137:0;vim arc-dark.rasi +: 1738102241:0;rofi -show combi +: 1738102290:0;vim ~/.config/rofi/config.rasi +: 1738102779:0;echo -e "Option #1\nOption #2\nOption #3" | rofi -dmenu\ + +: 1738102890:0;yay -Rnsc walker wofi +: 1738102897:0;paru rofi +: 1738103018:0;rbw +: 1738103043:0;rbw config set email jinks@sweevo.net +: 1738103057:0;rbw config set base_url https://bw.sweevo.net/ +: 1738103060:0;rbw register +: 1738103124:0;rbw login +: 1738103134:0;rbw ls +: 1738103139:0;rofi-rbw +: 1738103195:0;rofi-rbw -h +: 1738103198:0;rofi +: 1738103210:0;paru rofi- +: 1738103437:0;rofimoji -h +: 1738103446:0;pai wtype +: 1738103450:0;rofimoji +: 1738103469:0;pai rofi-emoji +: 1738103477:0;pal rofi-emoji +: 1738103485:0;rofi -show emoji +: 1738103519:0;yay -Rnsc rofimoji +: 1738103557:0;echo $TERMINAL +: 1738103606:0;terminator -e bash +: 1738103619:0;man terminator +: 1738103687:0;rofi -show ssh +: 1738103704:0;vim .config/rofi/config.rasi +: 1738103812:0;pas steamtinker +: 1738104169:0;yay -Rnsc booster +: 1738104176:0;sudo rm /boot/booster-linux* +: 1738104219:0;mkinitcpio -P +: 1738104223:0;sudo mkinitcpio -P +: 1738104334:0;pai steamtikerlaunch +: 1738104340:0;paru steamti +: 1738128354:0;chezmoi +: 1738128388:0;chezmoi status +: 1738128396:0;chezmoi forget .config/hypr/hyprland.conf~ +: 1738128405:0;chezmoi re-add +: 1738128441:0;chezmoi add .config/rofi/config.rasi .local/share/rofi/themes/arc-dark.rasi +: 1738128751:0;sudo smartctl -a /dev/nvme0n1 +: 1738128774:0;sudo smartctl --log+farm -a /dev/nvme0n1 +: 1738128778:0;sudo smartctl --log=farm -a /dev/nvme0n1 +: 1738128800:0;sudo smartctl -a /dev/sda +: 1738128814:0;sudo smartctl -a /dev/sdb +: 1738128830:0;sudo smartctl --log=farm -a /dev/sdb +: 1738198969:0;unp -U family_vacation-0.11.10.14-win.zip +: 1738199070:0;cd family_vacation-0.11.10.14-win +: 1738200374:0;rm renpy/savetoken.pyo +: 1738286784:0;OS +: 1738286804:0;wine family_vacation-32.exe +: 1738372200:0;unp -U Pandoras_Box-1.0-pc.zip +: 1738372254:0;cd Pandoras_Box-1.0-pc +: 1738372270:0;./Pandoras_Box.sh +: 1738421551:0;pas home mana +: 1738421579:0;pas nix +: 1738535344:0;mx +: 1738602647:0;pas element +: 1738688215:0;locate bt848 +: 1738688256:0;locate bt878 +: 1738703508:0;pas jstest +: 1738703515:0;pai joyutils +: 1738703523:0;jstest +: 1738703541:0;jstest /dev/input/js0 +: 1738703600:0;pai jstest-gtk-git +: 1738703659:0;jstest-gtk /dev/input/js0 +: 1738703665:0;jstest-gtk /dev/input/js1 +: 1738703672:0;jstest-gtk -h +: 1738704122:0;vim .steam/steam/config/config.vdf +: 1738704304:0;paR xpadneo-dkms +: 1738704864:0;jstest-gtk +: 1738705170:0;pai xpadneo-dkms +: 1738705389:0;pas xone +: 1738705417:0;paq xone-dkms +: 1738713735:0;ls /mnt/hera +: 1738713738:0;ls /mnt/hera/cache +: 1738713739:0;ls /mnt/hera/cache/flexo +: 1738713741:0;ls /mnt/hera/cache/flexo/pkg +: 1738713745:0;ls /mnt/hera/cache/flexo/pkg/extra +: 1738713750:0;ls /mnt/hera/cache/flexo/pkg/extra/os/x86_64 +: 1738713784:0;paru -U /mnt/hera/cache/flexo/pkg/extra/os/x86_64/chromium-132.0.6834.110-1-x86_64.pkg.tar.zst +: 1738716590:0;ump -U ProjectMyriamLifeandExplorations-ch5.09p-pc.zip +: 1738716592:0;unp -U ProjectMyriamLifeandExplorations-ch5.09p-pc.zip +: 1738718172:0;ls Heritage-0.2.1-win +: 1738779162:0;pas softphone +: 1738779206:0;paq twinkle +: 1738779279:0;paq zoiper-bin +: 1738779409:0;pai zoiper-bin +: 1738780295:0;killall -9 pipewire-pulse && systemctl --user restart pipewire-pulse +: 1738780315:0;systemctl --user restart wireplumber.service +: 1738780639:0;pas linphone +: 1738780668:0;pai linphone-desktop +: 1738780829:0;pkill zoiper +: 1738780831:0;pgrep zoiper +: 1738780834:0;linphone +: 1738781018:0;vim .config/linphone/linphonerc +: 1738781053:0;QT_QPA_PLATFORM=xcb linphone +: 1738781188:0;paR linphone-desktop-appimage +: 1738781294:0;paq baresip +: 1738781394:0;pai baresip +: 1738781400:0;baresip +: 1738781417:0;paR baresip +: 1738781423:0;pai jitsi +: 1738781474:0;jitsi +: 1738781479:0;which jitsi +: 1738781485:0;cat /usr/bin/jitsi +: 1738782300:0;killall -USR1 Hyprland +: 1738782366:0;JAVA_HOME=/usr/lib/jvm/java-8-openjdk/jre jitsi +: 1738782414:0;pas voip +: 1738782429:0;paR zoiper-bin +: 1738782441:0;pas sip +: 1738782467:0;paq blink belle-sip +: 1738782558:0;pai blink +: 1738790740:0;killall -USR2 waybar +: 1738817146:0;cd drive_c +: 1738817153:0;cd ProjectMyriamLifeandExplorations-ch5.09+p-pc +: 1739064968:0;unp -U Arianas_Perverted_Diary_v0.6.3-pc.zip +: 1739064978:0;cd APD0.6.3-pc +: 1739064987:0;./APD0.6.3.sh +: 1739110959:0;file /sbin/init +: 1739110972:0;file /lib/systemd/systemd +: 1739110980:0;ls -l /lib/systemd/systemd +: 1739110984:0;ls -lh /lib/systemd/systemd +: 1739122071:0;cd /mnt/games/PrismLauncher/instances/ATM10\ -\ 2.34/minecraft/mods +: 1739122077:0;wget https://raw.githubusercontent.com/darklysteamgear/mcreatorDetector/refs/heads/master/detector.py +: 1739122081:0;python detector.py +: 1739123204:0;ls /mnt/games/Steam/steamapps/common/Kami +: 1739210283:0;hyprctl monitors +: 1739210923:0;uname -a +: 1739226353:0;locate us-german +: 1739226528:0;locate altgr-intl +: 1739226531:0;locate altgr +: 1739226562:0;less /usr/share/kbd/unimaps/README +: 1739226606:0;zless /usr/share/kbd/keymaps/i386/qwerty/us.map.gz +: 1739226646:0;zless /usr/share/kbd/keymaps/include/compose.latin1 +: 1739226662:0;locate level3 +: 1739226690:0;less /usr/share/X11/xkb/keycodes/evdev +: 1739228601:0;less /usr/share/X11/xkb/symbols/us +: 1739228629:0;less /home/jinks/.xkb/symbols/us-german-umlaut +: 1739229165:0;less /usr/share/X11/xkb/symbols/eurosign +: 1739229213:0;less /usr/share/X11/xkb/symbols/level3 +: 1739229282:0;less /usr/share/X11/xkb/symbols/level4 +: 1739229284:0;less /usr/share/X11/xkb/symbols/level5 +: 1739229340:0;less /usr/share/X11/xkb/symbols/level2 +: 1739229362:0;less /usr/share/X11/xkb/symbols/de +: 1739229471:0;vim /usr/share/X11/xkb/symbols/de +: 1739229498:0;vim /home/jinks/.xkb/symbols/us-german-umlaut +: 1739229643:0;wev +: 1739230267:0;less /usr/share/X11/locale/compose.dir +: 1739230302:0;less /usr/share/X11/locale/en_US.UTF-8/Compose +: 1739259718:0;vvcccbibdcugviurdeckvgudbncilhkghflvljdnteie +: 1739259763:0;paru drill +: 1739259770:0;drill -x 192.168.0.101 +: 1739270869:0;$(/lib64/ld-linux-x86-64.so.2 --help | grep "(supported, searched)") +: 1739270888:0;$(zgrep -iE 'CONFIG_(GENERIC_CPU(=| is)|X86_64_VERSION|MZEN|MBULLDOZER|MPILEDRIVER|MSTREAMROLLER|MEXCAVATOR|MBOBCAT|MJAGUAR|MK10|MK8SSE3|MATOM|MGOLDMONTPLUS|MSKYLAKE2|MIVYBRIDGE|MICELAKE|MNATIVE_INTEL|MNATIVE_AMD)' /proc/config.gz) +: 1739270894:0;echo $(zgrep -iE 'CONFIG_(GENERIC_CPU(=| is)|X86_64_VERSION|MZEN|MBULLDOZER|MPILEDRIVER|MSTREAMROLLER|MEXCAVATOR|MBOBCAT|MJAGUAR|MK10|MK8SSE3|MATOM|MGOLDMONTPLUS|MSKYLAKE2|MIVYBRIDGE|MICELAKE|MNATIVE_INTEL|MNATIVE_AMD)' /proc/config.gz) +: 1739271096:0;modinfo ntsync +: 1739271662:0;cd aur +: 1739271666:0;git clone https://github.com/CachyOS/CachyOS-PKGBUILDS/tree/master/cachyos-zsh-config +: 1739271676:0;git clone https://github.com/CachyOS/CachyOS-PKGBUILDS/ +: 1739271685:0;cd CachyOS-PKGBUILDS/cachyos-zsh-config +: 1739271692:0;makepkg -sc +: 1739271715:0;tar tf cachyos-zsh-config-r16.2d809c4-1-any.pkg.tar.zst +: 1739292351:0;echo $(/lib64/ld-linux-x86-64.so.2 --help | grep "(supported, searched)") +: 1739312008:0;cd work +: 1739312012:0;git clone https://github.com/romkatv/zsh-bench? +: 1739312015:0;git clone https://github.com/romkatv/zsh-bench +: 1739312019:0;cd zsh-bench +: 1739313647:0;paru starship +: 1739313657:0;starship +: 1739313746:0;vim ~/.zshrc.pre +: 1739313782:0;echo $VTE_VERSION +: 1739313801:0;less /etc/zsh/zprofile +: 1739313808:0;pao /etc/zsh/zprofile +: 1739313827:0;pao /etc/zsh/keephack +: 1739313830:0;less /etc/zsh/keephack +: 1739313917:0;vim ~/.zshrc +: 1739314138:0;less /etc/zsh/zshrc +: 1739314285:0;cdt +: 1739314291:0;popd +: 1739314658:0;vim ~/.zshrc.local +: 1739314774:0;eval "$(starship init zsh)" +: 1739314806:0;starship init bash +: 1739314820:0;starship init bash --print-full-init +: 1739314830:0;starship init zsh +: 1739337878:0;pal chaotic-aur/zsh-theme-powerlevel10k-git +: 1739337883:0;pal zsh-theme-powerlevel10k-git +: 1739337909:0;source /usr/share/zsh-theme-powerlevel10k/powerlevel9k.zsh-theme +: 1739338556:0;zsh +: 1739338575:0;paru pow 10k +: 1739338628:0;pal ttf-meslo-nerd-font-powerlevel10k +: 1739338757:0;killall terminator +: 1739338800:0;p10k +: 1739338807:0;p10k configure +: 1739338946:0;less /etc/resticprofile/profiles.yaml +: 1739339112:0;mkdir grml-zsh +: 1739339122:0;cd grml-zsh +: 1739339129:0;mkdir etc +: 1739339136:0;cp -a /etc/zsh etc +: 1739339141:0;mkdir dotfiles +: 1739339163:0;cp ~/.zsh* dotfiles +: 1739339164:0;cd dotfiles +: 1739339169:0;vils -a +: 1739339178:0;vils .?* +: 1739339191:0;less zshrc.orig +: 1739339205:0;vim zshrc +: 1739339244:0;yay -Rnsc grml-zsh-config +: 1739339383:0;source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme +: 1739339523:0;ls -lah +: 1739339568:0;ls .zsh +: 1739339579:0;ls .oh-my-zsh +: 1739339584:0;ls .oh-my-zsh/themes +: 1739339621:0;git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k +: 1739339667:0;cd work/zsh-bench +: 1739339671:0;./zsh-bench +: 1739342540:0;env | grep -i his +: 1739342546:0;env | grep -i zsh +: 1739342679:0;setopt | grep hist +: 1739342727:0;echo $SAVEHIST +: 1739342750:0;wc -l .zsh_history +: 1739342823:0;rg -i hist src/grml-zsh +: 1739343297:0;wc -l src/grml-zsh/dotfiles/zsh_history +: 1739343442:0;par zsh human +: 1739343445:0;paru zsh human +: 1739355596:0;paru -Ss zsh +: 1739355613:0;paru -Ss zsh | grep Installed +: 1739355672:0;paru -Rnsc zsh-autosuggestions zsh-completions zsh-history-substring-search zsh-syntax-highlighting oh-my-zsh-git zsh-theme-powerlevel10k-git +: 1739355724:0;sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)" +: 1739355847:0;killall sshd +: 1739355852:0;killall ssh +: 1739355894:0;which fzf +: 1739355914:0;/bin/ls +: 1739355923:0;/bin/ls --color=auto +: 1739355931:0;vim .zshenv +: 1739356014:0;ls $Z4H +: 1739356019:0;echo $Z4H +: 1739356276:0;man history +: 1739356294:0;history /? +: 1739356300:0;history -? +: 1739356302:0;history -\? +: 1739356307:0;history --help +: 1739356313:0;which history +: 1739356318:0;apropos history +: 1739356349:0;man zshbuiltins +: 1739356441:0;history 0 +: 1739356539:0;unsetopt +: 1739356678:0;vim .zshrc.local +: 1739356717:0;killall sshd-session +: 1739356736:0;vim bla +: 1739356824:0;new +: 1739356946:0;vim .zsh +: 1739357075:0;setopt +: 1739357401:0;echo 1 +: 1739357403:0;echo 2 +: 1739357405:0;echo 3 +: 1739357413:0;echo 4 +: 1739357416:0;echo 5 +: 1739357433:0;vimdiff .zsh_history src/grml-zsh/dotfiles/zsh_history +: 1739357466:0;history -20 +: 1739357470:0;history +: 1739357741:0;zle +: 1739357745:0;zle help +: 1739357752:0;man zle +: 1739357887:0;cd .cache/zsh4humans/ +: 1739357898:0;rg up-prefix +: 1739357949:0;vim v5/zsh4humans/fn/-z4h-init-zle +: 1739358170:0;echo a +: 1739358175:0;echo b +: 1739358391:0;z4h ssh zeus +: 1739358496:0;/bin/vim +: 1739358500:0;/bin/nvim +: 1739359275:0;vim .p10k.zsh +: 1739359525:0;su - +: 1739359587:0;ssh erebis +: 1739359590:0;ssh erebus +: 1739359747:0;sleep 1 +: 1739359751:0;sleep 2 +: 1739359755:0;sleep 3 +: 1739359783:0;cd src/MineCraft/ExtBackup +: 1739359803:0;git branch +: 1739359814:0;git checkout neoforge +: 1739361070:0;eya +: 1739361073:0;eza +: 1739361104:0;df +: 1739374903:0;env +: 1739374910:0;env | grep -i hist +: 1739374921:0;echo $HISTSIZE +: 1739375716:0;cd /mnt/hera/share/Series/Nautilus/Season\ 01 +: 1739375753:0;vim .zshrc +: 1739463436:0;dmesg +: 1739463446:0;journactl -b +: 1739463454:0;journalctl -b +: 1739463476:0;sudo ventoy -u /dev/sdc +: 1739478183:0;journlctl +: 1739478197:0;z4h +: 1739478204:0;z4h update +: 1739478218:0;z4h load +: 1739478230:0;z4h help load +: 1739478302:0;ls .cache/zsh4humans/v5/ohmyzsh/ohmyzsh/plugins/kitty/ +: 1739478331:0;less src/grml-zsh/dotfiles/zshrc +: 1739478335:0;less src/grml-zsh/dotfiles/zshrc.local +: 1739478359:0;less src/grml-zsh/etc/zsh/zshrc +: 1739478761:0;vim .cache/zsh4humans/v5/z4h.zsh +: 1739478882:0;vim .cache/zsh4humans/v5/zsh4humans/z4h.zsh +: 1739478890:0;vim .cache/zsh4humans/v5/zsh4humans/main.zsh +: 1739479162:0;ls work/ +: 1739479180:0;ls src/ +: 1739479363:0;setopt correct +: 1739479374:0;journalctl +: 1739486249:0;pas xpad +: 1739486742:0;ls /mnt/virt/games/wineprefix/ +: 1739486749:0;ls /mnt/games/wineprefix/ +: 1739486755:0;ls /mnt/games/wineprefix/bs25/ +: 1739555082:0;modinfo hid-xpadneo +: 1739555512:0;less .steam/root/config/config.vdf +: 1739565024:0;pas asbru +: 1739566285:0;pas windterm +: 1739567725:0;paq glibc +: 1739567738:0;execstack +: 1739567744:0;pas execstack +: 1739575060:0;mpv /mnt/hera/share/Series/NCIS/Season\ 22/NCIS\ -\ S22E06\ -\ Knight\ and\ Day\ -\ HDTV-720p.mkv +: 1739603235:0;mkdir /mnt/evo/games +: 1739640880:0;cat /sys/bus/platform/drivers/amd_x3d_vcache/AMDI0101:00/amd_x3d_mode +: 1739640947:0;find -iname "*x3d*" /lib/modules +: 1739640961:0;find /lib/modules -iname "*x3d*" +: 1739640966:0;find /lib/modules -iname "*amd*" +: 1739646793:0;rm -rd /mnt/evo/SteamLibrary/steamapps/compatdata/704270/ +: 1739646797:0;rm -rf /mnt/evo/SteamLibrary/steamapps/compatdata/704270/ +: 1739666324:0;unp -U Larsanaladventure-0.1-pc.zip +: 1739666353:0;mv Larsanaladventure-0.1-pc/ Larasanaladventure-0.1-pc/ +: 1739666356:0;cd Larasanaladventure-0.1-pc/ +: 1739667364:0;cd game/ +: 1739667378:0;rg token_dir +: 1739667410:0;./Larsanaladventure.sh +: 1739668966:0;ls | grep -i prya +: 1739668997:0;ls AwakeningPriya-0.2.5-pc +: 1739669416:0;unp -U AwakeningPriya-0.3.1-pc.zip +: 1739670146:0;cd AwakeningPriya-0.3.1-pc/ +: 1739670148:0;mc . .. +: 1739670187:0;./AwakeningPriya.sh +: 1739671434:0;unp -U AngelInLA-O.6.5-pc.zip +: 1739671446:0;cd AngelInLA-O.6.5-pc/ +: 1739671519:0;./AngelInLA.sh +: 1739747089:0;mpv /mnt/hera/share/Movies/Mars\ Express\ \(2023\)/Mars\ Express\ \(2023\)\ \[TELESYNC\ \(NGP\)\].mkv +: 1739751197:0;yt-dlp 'https://vinovo.to/e/19ky3w34i3gwndg?11' +: 1739751245:0;curl https://vinovo.to/e/19ky3w34i3gwndg?11 +: 1739751252:0;curl 'https://vinovo.to/e/19ky3w34i3gwndg?11' +: 1739751364:0;yt-dlp 'https://maxfinishseveral.com/e/1oonbr2hp0i8' +: 1739751428:0;yt-dlp 'https://streamtape.to/e/L1Zw66zROPCR2a6/A' +: 1739751485:0;yt-dlp 'https://rapidplayers.com/qpzdqdyuh3pu\ +' +: 1739751491:0;yt-dlp 'https://rapidplayers.com/qpzdqdyuh3pu' +: 1739751705:0;yt-dlp 'https://s-delivery31.mxcontent.net/v2/o7v3delpf3xlxr.mp4?s=T59BYgeQsLBlWOa_zL6oAQ&e=1739773222&_t=1739758073' +: 1739751711:0;wget 'https://s-delivery31.mxcontent.net/v2/o7v3delpf3xlxr.mp4?s=T59BYgeQsLBlWOa_zL6oAQ&e=1739773222&_t=1739758073' +: 1739753147:0;mpv /mnt/hera/share/Downloads/nzbget/completed/Movies/Mars.Express.2023.GERMAN.DL.2160P.UHD.BLURAY.X265-WATCHABLE/_unpack/watchable-marsexpress-2160p-de.mkv +: 1739753736:0;pas jellyfin-media-player +: 1739785752:0;mpv 1739773738.mp4 +: 1739822921:0;fish +: 1739825929:0;pas memsed +: 1739826016:0;git clone -j $(nproc) --recursive https://github.com/Willy-JL/MemSed +: 1739826049:0;cd MemSed\ +cmake --preset release\ +cmake --build -j $(nproc) --preset release +: 1739826104:0;./build/release/memsed +: 1739884861:0;scp -r grml-zsh/ 192.168.0.58: +: 1739884878:0;cd ../aur/ +: 1739884889:0;scp -r CachyOS-PKGBUILDS/ 192.168.0.58: +: 1739884900:0;../work/ +: 1739913659:0;echo $HOSTNAME +: 1739913665:0;echo $HOST +: 1739913678:0;which hostnamectl +: 1739913681:0;pao `which hostnamectl` +: 1739913686:0;hostnamectl +: 1739921170:0;rg HOST /etc +: 1740029194:0;pas rustdesk +: 1740029202:0;paru rustdesk +: 1740058409:0;chezmoi forget .config/hypr/hypridle.conf~ .config/hypr/hyprlock.conf~ .config/walker/config.json~ .config/waybar/jinks/config~ .config/waybar/jinks/style.css~ .config/waybar/siren/config~ +: 1740058420:0;chezmoi managed +: 1740085548:0;paq xdg-user-dirs-gtk- +: 1740085549:0;paq xdg-user-dirs-gtk +: 1740085558:0;pal xdg-user-dirs-gtk +: 1740085568:0;/usr/bin/xdg-user-dirs-gtk-update +: 1740085570:0;/usr/bin/xdg-user-dirs-gtk-update -h +: 1740085575:0;less /usr/bin/xdg-user-dirs-gtk-update +: 1740085584:0;strace /usr/bin/xdg-user-dirs-gtk-update +: 1740085605:0;paq noto-fonts +: 1740085625:0;pacman -Qqd +: 1740085633:0;man pacman +: 1740085680:0;pacman -Qqdt +: 1740085726:0;pacman -Qdt +: 1740085730:0;pacman -Qdu +: 1740085737:0;pacman -Qdm +: 1740085739:0;pacman -Qm +: 1740085760:0;paq gnome-icon-theme-extras +: 1740085809:0;pao hyprprop +: 1740085831:0;pao pulsecontrol +: 1740085838:0;pai pulsecontrol +: 1740085841:0;pas pulsecontrol +: 1740085888:0;vim /etc/plymouth/plymouthd.conf +: 1740085909:0;paq sonnet +: 1740085931:0;paq qca-qt5 +: 1740085936:0;pai powerline-fonts +: 1740085970:0;sudo pacman -Qqd | sudo pacman -Rsu - +: 1740086032:0;paR perl-sdl sdl_pango apg gbar-git glfw-wayland-minecraft-cursorfix icu68-bin jstest-gtk-git perl-alien-sdl reiserfsprogs swengine +: 1740086052:0;paq alembic +: 1740086063:0;paq level-zero-loader +: 1740086073:0;paq oprngl +: 1740086078:0;paq opengl +: 1740086084:0;paq openpgl +: 1740086428:0;sudo vim /boot/loader/entries/arch.conf +: 1740086453:0;sudo vim /boot/loader/entries/arch-zen.conf +: 1740086641:0;sudo vim /etc/pacman.conf +: 1740087053:0;pas rebuild-detector +: 1740087057:0;pai rebuild-detector +: 1740087062:0;rebuild-detector +: 1740087067:0;pal rebuild-detector +: 1740087081:0;checkrebuild +: 1740087091:0;pacdiffviewer +: 1740087096:0;protontricks +: 1740087106:0;sunshine +: 1740087132:0;pas meson +: 1740087458:0;pai meson +: 1740087513:0;pai radeon-profile-git +: 1740087527:0;pai radeon-profile-daemon-git +: 1740087543:0;pai playonlinux +: 1740087979:0;paru -Syu +: 1740087988:0;pacman -Syu +: 1740087991:0;sudo pacman -Syu +: 1740088006:0;sudo pacman -Syyu +: 1740088098:0;visudo +: 1740088163:0;pao vi +: 1740088181:0;yay -Rnsc vi +: 1740088189:0;sudo visudo +: 1740088208:0;paru vi compat +: 1740088248:0;pkgfile /usr/bin/vi +: 1740088350:0;ssh archmini +: 1740218364:0;unp -U AFamilyVenture-0.09_V2-Alpha_supporter-pc.zip +: 1740218555:0;cd AFamilyVenture-0.09_V2-Alpha_supporter-pc/ +: 1740218592:0;./AFamilyVenture.sh +: 1740278757:0;locate 173975 +: 1740278761:0;cd /mnt/virt/ +: 1740278762:0;ks +: 1740278769:0;file 1739773738.mp4 +: 1740278786:0;ffprobe 1739773738.mp4 +: 1740278890:0;mv 1739773738.mp4 /mnt/hera/share/Downloads/nzbget/completed/Movies/mars_express.mp4 +: 1740515642:0;paru -Ss jabra +: 1740522124:0;time -p echo 'scale=4000; a(1)*4' | bc -l >/dev/null +: 1740522186:0;time -h +: 1740522191:0;time --help +: 1740522196:0;man time +: 1740522226:0;which time +: 1740522240:0;command time -p echo 'scale=4000; a(1)*4' | bc -l >/dev/null +: 1740586541:0;echo $XDG_VTNR +: 1740586546:0;env | grep XDG +: 1740586571:0;echo $XDG_CACHE_HOME +: 1740587117:0;pai xdg-ninja +: 1740587143:0;pai glow +: 1740587149:0;xdg-ninja +: 1740609765:0;rm -rf .gnome +: 1740609774:0;less .profile +: 1740609817:0;less /etc/profile +: 1740609985:0;: +: 1740609995:0;less .zshenv +: 1740610082:0;help : +: 1740610089:0;command : +: 1740610299:0;which envsubst +: 1740610306:0;pao envsubst +: 1740610312:0;paq gettext +: 1740610324:0;man envsubst +: 1740610555:0;man zshexpn +: 1740610806:0;less .zshrc +: 1740610819:0;man zstyle +: 1740610824:0;apropos zstyle +: 1740610830:0;zstyle -h +: 1740610839:0;zstyle --help +: 1740610951:0;zle -al +: 1740611016:0;bindkey -L +: 1740611462:0;matrix() { echo -e "\e[1;40m" ; clear ; while :; do echo $LINES $COLUMNS $(( $RANDOM % $COLUMNS)) $(( $RANDOM % 72 )) ;sleep 0.05; done|awk '{ letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()"; c=$4; letter=substr(letters,c,1);a[$3]=0;for (x in a) {o=a[x];a[x]=a[x]+1; printf "\033[%s;%sH\033[2;32m%s",o,x,letter; printf "\033[%s;%sH\033[1;37m%s\033[0;0H",a[x],x,letter;if (a[x] >= $1) { a[x]=0; } }}' } +: 1740611465:0;matrix +: 1740611746:0;ssd asd +: 1740611772:0;ds +: 1740761662:0;bindkey +: 1740761718:0;man zshmodules +: 1740767620:0;zstyle +: 1740767632:0;vf /home/jinks/.cache/zsh4humans/v5/ +: 1740767638:0;cd /home/jinks/.cache/zsh4humans/v5/ +: 1740767698:0;cd zsh4humans/ +: 1740767703:0;ls ../bin/ +: 1740767709:0;rg fzf +: 1740768032:0;zstyle ':z4h:fzf-complete' fzf-bindings tab:repeat +: 1740768105:0;for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done #colors +: 1740768445:0;() { ls } +: 1740768490:0;ls .config/zim/ +: 1740768701:0;\ +#\ +#\ +#\ +#\ +#\ +#\ +#\ +#\ +() {\ + emulate -L zsh -o err_return -o no_unset -o xtrace\ + \ + \ + local -r zdotdir='.config/zsh'\ + \ + local -r dstdir=~/$zdotdir\ + \ + command mkdir -p -- $dstdir\ + \ + local -r srcs=(\ + ~/.{zshenv,zprofile,zshrc,zlogin,zlogout}{,.zwc}(N)\ + ~/.p10k*.zsh{,.zwc}(N)\ + ~/.zsh_history(N)\ + )\ + \ + () { (( $# == $#srcs )) } ${^srcs}(.)\ + \ + [[ $srcs[1] == ~/.zshenv ]]\ + \ + command cp -p -- $srcs $dstdir/\ + {\ + \ + print -rC1 -- "ZDOTDIR=~/${(q-)zdotdir}" 'source -- "$ZDOTDIR"/.zshenv' >~/.zshenv\ + if (( $#srcs > 1 )); then\ + \ + command rm -f -- $srcs[2,-1]\ + \ + () { (( ! $# )) } ${^srcs[2,-1]}(N)\ + fi\ + \ + local ZDOTDIR\ + unset ZDOTDIR\ + \ + exec zsh\ + } always {\ + \ + command cp -p -- $dstdir/${^${(@)srcs:t}} ~/\ + }\ +}\ + +: 1740768712:0;ls .config/zsh/ +: 1740768724:0;ls .zdirs +: 1740768726:0;less .zdirs +: 1740768737:0;ls .z? +: 1740768796:0;mv .zfunc/ .config/zsh/ +: 1740768805:0;less .zsh_history +: 1740768834:0;rm -rf .zcomp* +: 1740768839:0;ls .z* +: 1740768847:0;ls -l .zdirs +: 1740768862:0;rm .zdirs +: 1740768900:0;rm .zshrc~ .zshrc.pre .zshrc.orig .zsh_history .zshrc.local .zsh_history~ .zshrc.local~ .zshrc.pre-oh-my-zsh +: 1740768903:0;cat .zshenv +: 1740769809:0;typeset -a +: 1740769818:0;a=(do re mi) +: 1740769824:0;$a +: 1740769839:0;echo $a[0] +: 1740769841:0;echo $a[1] +: 1740769882:0;a[0]='f' +: 1740769889:0;a[4]='f' +: 1740769893:0;a[11]='g' +: 1740769900:0;echo $a +: 1740769915:0;$(seq ${#a}) +: 1740770018:0;typeset -f | grep '()' +: 1740770049:0;typeset -f +: 1740770119:0;alias -s txt=cat +: 1740770123:0;alias +: 1740770138:0;alias -L +: 1740770145:0;alias -s +: 1740770192:0;hash +: 1740770518:0;dirs +: 1740771752:0;zstyle | grep ssh +: 1740771773:0;zstyle ':completion:*:(ssh|scp|sftp|rsh|rsync):*' hosts ${=${${(f)"$(cat {/etc/ssh_,~/.ssh/known_,~/.ssh/ssh-config/.known_}hosts{,_*}(|2)(N) /dev/null)"}%%[# ]*}//,/ } +: 1740771840:0;paq asdf +: 1740771843:0;pas asdf +: 1740772203:0;cat /etc/zsh/zprofile +: 1740772587:0;less /etc/profile.d/vte.sh +: 1740772656:0;echo $TERM +: 1740772684:0;less /etc/profile.d/70-systemd-shell-extra.sh +: 1740772721:0;less /etc/profile.d/jre.sh +: 1740772734:0;echo $PATH +: 1740773311:0;systemctl --user show-environment +: 1740784949:0;cat Mina\ the\ Alchemist-20250301-002021.save +: 1740784975:0;file save.zip +: 1740784985:0;unzip save.zip +: 1740784992:0;vim save.zip +: 1740785015:0;less saves-export-Mina\ the\ Alchemist-20250301-002325.savesbundle +: 1740785291:0;rm save.zip +: 1740785295:0;rm saves-export-Mina\ the\ Alchemist-20250301-002325.savesbundle +: 1740785300:0;vim Mina\ the\ Alchemist-20250301-002021.save +: 1740785382:0;rm Mina\ the\ Alchemist-20250301-002021.save +: 1740785383:0;rm Mina\ the\ Alchemist-20250301-002021.save\~ +: 1740785406:0;cat saves-export-Mina\ the\ Alchemist-20250301-002948.savesbundle +: 1740785513:0;cat > saves2-export-Mina\ the\ Alchemist-20250301-002948.savesbundle +: 1740785607:0;cat Mina\ the\ Alchemist-20250301-003317.save +: 1740785697:0;xed Mina\ the\ Alchemist-20250301-003317.save +: 1740785856:0;rm saves-export-Mina\ the\ Alchemist-20250301-002948.savesbundle +: 1740785859:0;rm saves2-export-Mina\ the\ Alchemist-20250301-002948.savesbundle +: 1740785863:0;rm Mina\ the\ Alchemist-20250301-003* +: 1740785877:0;xes Mina\ the\ Alchemist-20250301-003746.save +: 1740785882:0;xed Mina\ the\ Alchemist-20250301-003746.save +: 1740786190:0;rm Mina\ the\ Alchemist-20250301-003746.save +: 1740786205:0;xed Mina\ the\ Alchemist-20250301-004316.save +: 1740786561:0;rm Mina\ the\ Alchemist-20250301-004316.save +: 1740786669:0;xed Mina\ the\ Alchemist-20250301-005056.save +: 1740788068:0;rm Mina\ the\ Alchemist-20250301-005056.save +: 1740788613:0;xed Mina\ the\ Alchemist-20250301-012323.save +: 1740791111:0;rm Mina\ the\ Alchemist-20250301-012323.save +: 1740841836:0;ping web.de +: 1741125991:0;paq cryfs +: 1741214962:0;ls .crypt/ +: 1741215075:0;gocryptfs -h +: 1741215094:0;gocryptfs .crypt crypt +: 1741215137:0;ls crypt/Briefe/ +: 1741215142:0;ls crypt/x/ +: 1741215155:0;mpv -ao null crypt/x/11781.flv +: 1741215197:0;mpv -ao null crypt/x/* +: 1741215614:0;gocryptfs Dropbox/Private/ crypt/ +: 1741215628:0;ls crypt/ +: 1741215673:0;xdg-open crypt/Deskcraft.png +: 1741215689:0;xdg-open crypt/9lyjl\ -\ Imgur.jpg +: 1741215721:0;fusermount -u crypt +: 1741304296:0;paru -Sy +: 1741304302:0;paru -S mesa +: 1741442336:0;cd Downloads/xxx/cc +: 1741442343:0;unp -U Creature_Comforts_S01_E01_Photoset.zip +: 1741442369:0;cd Creature_Comforts_S01_E01_Photoset/ +: 1741442371:0;vils +: 1741442385:0;EDITOR=vim vils +: 1741442484:0;imv * +: 1741442496:0;feh * +: 1741442848:0;pai oculante +: 1741496566:0;bin/ckan.exe +: 1741496605:0;./ckan.exe +: 1741496632:0;less /mnt/games/Steam/steamapps/appmanifest_278910.acf: +: 1741496633:0;less /mnt/games/Steam/steamapps/appmanifest_278910.acf +: 1741496637:0;bash +: 1741496746:0;mv ../Downloads/ckan.exe . +: 1741496760:0;cimod 755 bin/ckan.exe +: 1741496764:0;chmod 755 bin/ckan.exe +: 1741496805:0;cd bin +: 1741496808:0;wget https://ksp-ckan.s3-us-west-2.amazonaws.com/ckan.exe +: 1741496816:0;mv ckan.exe.1 ckan.exe +: 1741496820:0;chmod 755 ckan.exe +: 1741496824:0;ckan.exe +: 1741554718:0;tar tf factorio-space-age_linux_2.0.32.tar.xz +: 1741554731:0;tar xvf factorio-space-age_linux_2.0.32.tar.xz +: 1741554826:0;mv factorio space_age +: 1741646456:0;man dd +: 1741646871:0;lsblk -f +: 1742015243:0;multitail -s 2 -f "/mnt/games/Steam/steamapps/compatdata/220200/pfx/drive_c/users/steamuser/AppData/LocalLow/Squad/Kerbal Space Program/Player.log" -f "/mnt/games/Steam/steamapps/common/Kerbal Space Program/KSP.log" +: 1742015262:0;less /mnt/games/Steam/steamapps/compatdata/220200/pfx/drive_c/users/steamuser/AppData/LocalLow/Squad/Kerbal\ Space\ Program/Player.log +: 1742015347:0;less "/mnt/games/Steam/steamapps/common/Kerbal Space Program/KSP.log" +: 1742015394:0;cd ~KSP +: 1742015396:0;pwd +: 1742015794:0;cd src/ +: 1742015800:0;git clone https://github.com/Klainx/Sad-Panda +: 1742066199:0;./KSP.x86_64 +: 1742091961:0;cd k2se/ +: 1742092530:0;cd Screenshots +: 1742092536:0;cd Pictures/Screenshots +: 1742092547:0;cd 2025-03/ +: 1742092688:0;oculante . +: 1742092901:0;convert -append *.png out.png +: 1742092975:0;oculante out.png +: 1742093214:0;../space_age/ +: 1742134568:0;xdg-open steam://unlockh264 +: 1742139617:0;hyprctl keyword unbind SUPER,Q +: 1742139647:0;hyprctl keyword bind SHIFT, Q, killactive, +: 1742139665:0;hyprctl keyword unbind SHIFT, Q, killactive, +: 1742139669:0;hyprctl keyword unbind SHIFT, Q +: 1742139675:0;hyprctl keyword bind SUPER SHIFT, Q, killactive, +: 1742250836:0;cd /mnt/games/factorio/k2se/ +: 1742362955:0;cd Documents/Wocken-IT/ +: 1742417554:0;pas snix +: 1742417565:0;pai snixembed +: 1742417593:0;pal snixembed +: 1742417600:0;man snixembed +: 1742417619:0;snixembed +: 1742417655:0;snixembed --fork +: 1742417673:0;ps aux | grep sni +: 1742417677:0;ps aux | grep snix +: 1742417783:0;yay -Rnsc snixembed +: 1742565734:0;vim config/config.ini +: 1742695425:0;btop +: 1742695431:0;missioncenter +: 1742695588:0;locate gitstatusd +: 1742695607:0;file /home/jinks/.cache/zsh4humans/v5/cache/gitstatus/gitstatusd-linux-x86_64 +: 1742758133:0;pas unison +: 1742758167:0;unison-gui +: 1742847749:0;swappy +: 1742847774:0;grim -g "$(slurp -o -r -c '#ff0000ff')" - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1742847804:0;man grim +: 1742847845:0;slurp -o +: 1742847909:0;sleep 5 && grim -g 0,0 1920x1080 - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1742847929:0;sleep 5 && grim -g "0,0 1920x1080" - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1742848142:0;cd Pictures/Screenshots/2025-03/ +: 1742848152:0;feh screenshot_2025-03-22-205535.png +: 1742848196:0;mv ../satty-20250324-21:25:34.png . +: 1742850519:0;cp -a space_age/ satest +: 1742850523:0;cd satest/ +: 1742850526:0;rm .lock +: 1742851479:0;cd /mnt/games/factorio/satest/ +: 1742851486:0;ls data/ +: 1742851496:0;less data/map-gen-settings.example.json +: 1742880684:0;../.. +: 1742880688:0;mc ~/tmp . +: 1742887004:0;cd space_age/ +: 1743089672:0;pas atop +: 1743089679:0;paq atop +: 1743089854:0;cat /sys/devices/system/clocksource/clocksource0/current_clocksource +: 1743089868:0;cat /sys/devices/system/clocksource/clocksource0/available_clocksource +: 1743177776:0;cd src +: 1743177792:0;find . -path '*/.github/workflows/*' -type f -name '*.yml' -print0 | xargs -0 grep --no-filename "uses:" | sed 's/\- uses:/uses:/g' | tr '"' ' ' | awk '{print $2}' | sed 's/\r//g' | sort | uniq --count | sort --numeric-sort +: 1743178820:0;journalctl --no-hostname --boot --no-pager +: 1743206743:0;cd tmp +: 1743206747:0;curl https://i.redd.it/h877qdfzmyge1.jpeg +: 1743206753:0;curl -O https://i.redd.it/h877qdfzmyge1.jpeg +: 1743275810:0;cd /mnt/games/factorio/ +: 1743275818:0;ls satest/mods/ +: 1743450096:0;solaar +: 1743450170:0;bg +: 1743450172:0;disown +: 1743546342:0;ping 192.168.0.50 +: 1743547470:0;drill web.de +: 1743747257:0;ssh -Q key-sig +: 1743748213:0;pas wezterm +: 1743748282:0;fzf --zsh +: 1743748516:0;paq wezterm +: 1743816325:0;unp -U ProjectMyriamLifeandExplorations-ch5.11p-pc.zip +: 1743816550:0;cd ProjectMyriamLifeandExplorations-ch5.11+p-pc/ +: 1743863031:0;sudo resticprofile hydra.mount /mnt/recover/ +: 1743863042:0;sudo resticprofile mount /mnt/recover/ +: 1743863062:0;ls /mnt/recover +: 1743863066:0;sudo mc /mnt/recover +: 1743863207:0;ls -l /mnt/games/Steam/steamapps/compatdata/746850/ -laR +: 1743980834:0;cd drive_c/ProjectMyriamLifeandExplorations-ch5.11+p-pc/ +: 1744033857:0;les /etc/pacman.d/mirrorlist +: 1744033862:0;less /etc/pacman.d/mirrorlist +: 1744156450:0;mv thelewdesthouse-pc/ tlh +: 1744156452:0;unp -U thelewdesthouse-0-2-24-pc.zip +: 1744156467:0;cp -a tlh/game/saves/ thelewdesthouse-pc/game/ +: 1744156470:0;rm -rf tlh +: 1744156479:0;cd thelewdesthouse-pc/ +: 1744156487:0;./thelewdesthouse.sh +: 1744157859:0;unp -U Lydia\'s\ new\ life\ 0.6.6n\ Win.rar +: 1744157875:0;ls Lydia\'s\ new\ life\ 0.6.6n\ Win +: 1744158849:0;cd drive_c/Lydia\'s\ new\ life\ 0.6.6n\ Win/ +: 1744158854:0;ls Lydia\'s\ New\ Life +: 1744158857:0;ls Lydia\'s\ New\ Life_Data/ +: 1744158867:0;ls MonoBleedingEdge/ +: 1744158871:0;ls MonoBleedingEdge/etc/ +: 1744158874:0;ls MonoBleedingEdge/etc/mono/2.0/ +: 1744158882:0;tree +: 1744158889:0;ls users/ +: 1744158893:0;ls users/jinks/ +: 1744158897:0;ls users/jinks/AppData/ +: 1744158901:0;ls users/jinks/AppData/Local +: 1744158910:0;ls users/jinks/AppData/Local/KADOKAWA/ +: 1744158931:0;tree users/jinks/ +: 1744158957:0;find . -iname "Game Data*" +: 1744158989:0;find . -iname "Autosave-02*" +: 1744159006:0;cd ./users/jinks/AppData/LocalLow/Lydia\'s\ New\ Life/Lydia\'s\ New\ Life/ +: 1744159020:0;ls -la +: 1744159032:0;vim 1.\ Game\ Data-02-33-47_04-09.json +: 1744159819:0;vim 1.\ Game\ Data-02-50-01_04-09.json +: 1744160278:0;vim 1.\ Game\ Data-02-57-39_04-09.json +: 1744160348:0;vim ~/.config/nvim/init.vim +: 1744160380:0;vim 1.\ Game\ Data-02-58-59_04-09.json +: 1744160561:0;vim 1.\ Game\ Data-03-02-18_04-09.json +: 1744161212:0;vim 1.\ Game\ Data-03-13-26_04-09.json +: 1744161440:0;vim 1.\ Game\ Data-03-17-15_04-09.json +: 1744162143:0;vim 1.\ Game\ Data-03-28-59_04-09.json +: 1744162588:0;vim 1.\ Game\ Data-03-36-25_04-09.json +: 1744163496:0;vim 1.\ Game\ Data-03-51-33_04-09.json +: 1744163719:0;vim 1.\ Game\ Data-03-55-17_04-09.json +: 1744164983:0;vim 1.\ Game\ Data-04-16-17_04-09.json +: 1744165089:0;rm 1.* +: 1744165094:0;vim 1.\ Game\ Data-04-18-12_04-09.json +: 1744170361:0;hyprctl dispatch dpms toggle +: 1744170372:0;sllep 2; hyprctl dispatch dpms toggle +: 1744188689:0;duf . +: 1744188699:0;ls Subverse-v1.1.0.zip +: 1744188703:0;ls Subverse-v1.1.0.zip -lah +: 1744188712:0;unp -U Subverse-v1.1.0.zip +: 1744190955:0;ls Subverse-v1.1.0 +: 1744190958:0;cd Subverse-v1.1.0 +: 1744190971:0;du -hs +: 1744201701:0;unp -U VanimateApp-0.8.7.zip +: 1744205922:0;unp -U Journey-1.0-pc.zip +: 1744205931:0;cd Journey-1.0-pc/ +: 1744205936:0;./Journey.sh +: 1744350316:0;cd work/ +: 1744350334:0;unp -U ~/Nextcloud/venta/ET15-Sophos-Central-5.0v5-Engineer-EN.zip +: 1744350538:0;cd ET15-Sophos-Central-5.0v5-Engineer-EN/ +: 1744401484:0;less /etc/mkinitcpio.conf +: 1744450676:0;paq mesa +: 1744458386:0;c +: 1744488689:0;sudo mount /mnt/btrfs/ +: 1744488705:0;ls /mnt/btrfs/ +: 1744488710:0;ls /mnt/btrfs/@ +: 1744488724:0;sudo gdu /mnt/btrfs/@ +: 1744488763:0;paru -scc +: 1744488823:0;sudo rm -rf /var/cache/pacman/pkg/download-* +: 1744488833:0;sudo du -hs /mnt/btrfs/@ +: 1744489155:0;strings /sys/firmware/acpi/tables/MSDM +: 1744559914:0;cd mods +: 1744559924:0;zgrep dependencies . +: 1744559928:0;zgrep dependencies * +: 1744588502:0;chmod 755 /mnt/hera/share/Upload/GOG-Linux/the_dark_eye_chains_of_satinav_3_0_351_5517_80249.sh +: 1744588523:0;/mnt/hera/share/Upload/GOG-Linux/the_dark_eye_chains_of_satinav_3_0_351_5517_80249.sh +: 1744624497:0; +: 1744624400:0;pai yazi +: 1744624505:0;pai wezterm +: 1744624546:0;wezterm help +: 1744624561:0;wezterm start +: 1744624566:0;strace wezterm +: 1744625211:0;wezterm --help +: 1744625226:0;wezterm connect +: 1744625236:0;wezterm cli +: 1744625247:0;wezterm --no-auto-start +: 1744625253:0;wezterm cli --no-auto-start +: 1744625282:0;ls /run/user/1000 +: 1744625286:0;ls /run/user/1000/wezterm/ +: 1744625295:0;less /run/user/1000/wezterm/wezterm-log-27253.txt +: 1744625310:0;ps aux | grep 25998 +: 1744625325:0;rm -rf /run/user/1000/wezterm/ +: 1744625330:0;wezterm cli list +: 1744625638:0;less /run/user/1000/wezterm/wayland-wayland-1-org.wezfurlong.wezterm +: 1744625670:0;killall wezterm-mux-server +: 1744625677:0;killall wezterm-gui +: 1744625754:0;less /run/user/1000/wezterm/log +: 1744625763:0;less /run/user/1000/wezterm/wezterm-gui-log-28571.txt +: 1744625902:0;vim .wezterm.lua +: 1744625928:0;WEZTERM_LOG=debug wezterm +: 1744626081:0;7z +: 1744626085:0;7zz +: 1744626089:0;pas 7zz +: 1744626097:0;pas 7-zip +: 1744626120:0;pas 7zip +: 1744626168:0;tar tf Update.tar.gz +: 1744627036:0;hyprprop +: 1744627050:0;which gcr-viewer +: 1744627056:0;pao `which gcr-viewer` +: 1744627059:0;paq gcr +: 1744627135:0;ls -l .Trash +: 1744627142:0;exit +: 1744627239:0;rm .wezterm.lua +: 1744627240:0;rm .wezterm.lua\~ +: 1744627247:0;pai wezterm-git +: 1744627263:0;wezterm +: 1744627643:0;pas ueberzug +: 1744627663:0;pai ueberzugpp +: 1744627896:0;kitty +: 1744628065:0;echo $EDITOR +: 1744628072:0;export EDITOR=vim +: 1744628158:0;yay -Rnsc ueberzugpp +: 1744628853:0;ranger +: 1744628996:0;pai dragon +: 1744629017:0;pas dragon +: 1744629048:0;pai dragon-drop +: 1744629057:0;dragon +: 1744629059:0;pal dragon-drop +: 1744629065:0;dragon-drop +: 1744629072:0;dragon-drop barrier.conf +: 1744629105:0;dragon-drop Pictures/* +: 1744629453:0;pai foot +: 1744629614:0;foot +: 1744630512:0;pai ghostty +: 1744630523:0;ghostty +: 1744630540:0;yazi --debug +: 1744630567:0;yazi +: 1744738958:0;cd src/autoclicker/ +: 1744738960:0;./target/debug/theclicker --clear-cache --find-keycodes +: 1744739036:0;./target/debug/theclicker --help +: 1744739380:0;pas clicker +: 1744739390:0;pai xclikcer +: 1744739395:0;pai xclicker +: 1744844280:0;pulsemixer +: 1744845968:0;ls Wild_Life_2025.04.11_Shipping_Full_Build_1.zip +: 1744845972:0;unp -U Wild_Life_2025.04.11_Shipping_Full_Build_1.zip +: 1744853076:0;unp -U Lydia\'s\ new\ life\ 0.7n\ Win.rar +: 1744983965:0;ssh ehra +: 1744991380:0;ping makris +: 1744991391:0;whois 142.171.161.107 +: 1744993450:0;ssh makris +: 1744995805:0;ssh zeus +: 1745059911:0;ssh themis +: 1745102861:0;mc /mnt/evo/SteamLibrary/steamapps/compatdata/243200/ /mnt/virt/games/legendary/_prefixes/Memoria/drive_c/ +: 1745103116:0;pas mangohud +: 1745103121:0;pai mangohud +: 1745103129:0;pas gamemode +: 1745103183:0;pal mangohud +: 1745103186:0;mangoapp +: 1745103196:0;mangohudctl +: 1745103226:0;mangohud +: 1745188534:0;rg ASSERT +: 1745188569:0;vim 3155707452/Data/DroneSpawnGroups/SpawnGroupsHunterDronesAtmo.sbc +: 1745233791:0;cd /mnt/games/Steam/steamapps/workshop/content/244850/ +: 1745233797:0;rg Mosquito +: 1745233844:0;cd 3155707452/ +: 1745237332:0;unp -U family_vacation-0.12.12.14-pc.zip +: 1745257710:0;./bin/x64/factorio +: 1745281644:0;cd family_vacation-0.12.12.14-pc/ +: 1745282153:0;./ +: 1745282158:0;./family_vacation.sh +: 1745505554:0;y -Rnsc ack +: 1745586213:0;LC_ALL=C pacman -V|sed -r "s#[0-9]+#$(date -u +%m)#g"|base32 +: 1745622201:0;unp -Y Tales_of_Terrara-0.4.2a-pc-patched-hc.zip +: 1745622215:0;mv ToT_GalleryUnlock.rar Tales_of_Terrara_GalleryUnlock.rar +: 1745622238:0;cd ToT-0.4.2a-pc-patched-hc/ +: 1745622270:0;./ToT.sh +: 1745628792:0;unp -U LovingYou-CH3-pc.zip +: 1745628797:0;cd LovingYou-CH3-pc/ +: 1745628803:0;./LovingYou.sh +: 1745629363:0;rm -rf LovingYou-CH3-pc* +: 1745629852:0;unp -U Bindr-0.20.8HF-pc.zip +: 1745629945:0;cd Bindr-0.20.8-pc/ +: 1745629956:0;./Bindr.sh +: 1745632973:0;unp -U SuccubusContractII-v19.0-pc.zip +: 1745633224:0;cd SuccubusContractII-v19.0-pc/ +: 1745664173:0;./SuccubusContractII.sh +: 1745685293:0;ls Saves/ +: 1745692008:0;cd /mnt/games/Steam/steamapps/compatdata/244850/pfx/drive_c/users/steamuser/AppData/Roaming/SpaceEngineers/ +: 1745692016:0;mc . ~/Documents +: 1745696463:0;ping hera +: 1745696505:0;ping zeus +: 1745709799:0;pas gravitymark +: 1745709848:0;cd /mnt/virt/games/ +: 1745709902:0;chmod 755 GravityMark_1.88.run +: 1745709905:0;./GravityMark_1.88.run +: 1745714659:0;pas frozen +: 1745714669:0;pai frozen-bubble +: 1745715997:0;unp -U StarPeriphery-Release6.6-pc.zip +: 1745716024:0;cd StarPeriphery-Release6.6-pc/ +: 1745716029:0;./StarPeriphery.sh +: 1745733238:0;cd Butimthebadguy-0.081-pc/ +: 1745733242:0;./Butimthebadguy.sh +: 1745872687:0;cd /mnt/games/Steam/steamapps/common/SpaceEngineers +: 1745872692:0;cd Bin64/ +: 1745872696:0;cd Plugins/ +: 1745872702:0;ls GitHub/ +: 1745872707:0;ls GitHub/Allen-Wrench/ +: 1745872711:0;ls GitHub/Allen-Wrench/JumpSelector/ +: 1745872720:0;rmdir GitHub/Allen-Wrench/JumpSelector/ +: 1745872729:0;vim config.xml +: 1746076899:0;unp -U ThePilgrimageCh2-0.4Beta-pc.zip +: 1746076934:0;cd ThePilgrimageCh2-0.4Beta-pc/ +: 1746077029:0;./ThePilgrimageCh2.sh +: 1746078349:0;unp -U GirlsOnATrain-1.0-pc.zip +: 1746078355:0;cd GirlsOnATrain-1.0-pc/ +: 1746078362:0;./GirlsOnATrain.sh +: 1746164853:0;unp -U Weekend-Lollygagging-1.0-pc.zip +: 1746165643:0;bwrap --unshare-net --dev-bind / / playonlinux4 +: 1746168951:0;unp -U AnitasInternshipV040-0.40-pc-fullsize.zip +: 1746169137:0;cd AnitasInternshipV040-0.40-pc/ +: 1746169139:0;./AnitasInternshipV040.sh +: 1746197183:0;systemd-analyze blame +: 1746197590:0;systemd-analyze critical-chain systemd-user-sessions +: 1746197599:0;sudo systemd-analyze critical-chain systemd-user-sessions +: 1746197611:0;sudo systemd-analyze critical-chain +: 1746197759:0;systemd-analyze plot > plot.svg +: 1746197766:0;xdg-open plot.svg +: 1746197861:0;rm plot.svg +: 1746276178:0;sleep 2 && grim -g "$(slurp -o -r -c '#ff0000ff')" - | swappy --file - --output-file ~/Pictures/Screenshots/swappy-$(date '+%Y%m%d-%H:%M:%S').png +: 1746276359:0;pai watershot +: 1746276478:0;pas webp +: 1746276586:0;paq watershot +: 1746276723:0;pas swappy +: 1746276754:0;sleep 5 && grim - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1746276769:0;grim -h +: 1746276808:0;slurp -h +: 1746276840:0;sleep 5 && grim -g $(slurp) - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1746276867:0;slurp +: 1746276891:0;grim -g "$(slurp)" - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png +: 1746276974:0;grim -g "$(slurp)" - | swappy --file - --output-file ~/Pictures/Screenshots/swappy-$(date '+%Y%m%d-%H:%M:%S').png +: 1746277662:0;paq element +: 1746277681:0;paq element-desktop +: 1746356946:0;vim .config/hypr/hyprland.conf +: 1746357228:0;cd /mnt/games/factorio/space_age/ +: 1746357231:0;ls saves/ +: 1746361780:0;rsync -avHAX --delete /mnt/games/factorio/space_age/mods play@zeus:games/factorio/space_age/ +: 1746404771:0;unp -U Beast\ Companions_v1.9.0.zip +: 1746404776:0;cd Beast\ Companions_v1.9.0/ +: 1746405297:0;rg cheat +: 1746405317:0;vim index.html +: 1746480680:0;bin/x64/factorio +: 1746558920:0;hdparm -I /dev/sda +: 1746558923:0;sudo hdparm -I /dev/sda +: 1746558946:0;sudo hdparm -I /dev/sdb +: 1746558978:0;gdu /mnt/virt +: 1746562102:0;sudo chown -R jinks:users restore +: 1746562232:0;sudo chown -R jinks:users libvirt +: 1746562317:0;sudo chown -R jinks:users iso +: 1746572222:0;unp -U TamaraExposedTheBeginning-1.0-pc.zip +: 1746572233:0;cd TamaraExposedTheBeginning-1.0-pc/ +: 1746573542:0;killall chromium +: 1746628930:0;./TamaraExposedTheBeginning.sh +: 1746630079:0;unp -U TamarasExposedC2-0.7.8-pc.zip +: 1746630255:0;cd TamarasExposedC2-0.7.8-pc/ +: 1746630257:0;./TamarasExposedC2.sh +: 1746630631:0;unpp -U TamaraExposedTheNextChapter-1.1-pc.zip +: 1746630634:0;unp -U TamaraExposedTheNextChapter-1.1-pc.zip +: 1746630658:0;cd TamaraExposedTheNextChapter-1.1-pc/ +: 1746630682:0;./TamaraExposedTheNextChapter.sh +: 1746662577:0;unp -U TamaraExposed3-0.6-pc.zip +: 1746662590:0;cd TamaraExposed3-0.6-pc/ +: 1746662592:0;./TamaraExposed3.sh +: 1746974297:0;paq openssl +: 1746990162:0;vim ml1 +: 1746990183:0;vim ml2 +: 1746990308:0;vimdiff ml1 ml2 +: 1746990339:0;rm ml2 ml1 +: 1747140846:0;pas matrix +: 1747164522:0;pas minecraft +: 1747164527:0;pas minecraft wayland +: 1747164535:0;las glfw +: 1747164561:0;pai aur/glfw-wayland-minecraft-cursorfix +: 1747164695:0;palglfw-wayland-minecraft-cursorfix +: 1747164696:0;pal glfw-wayland-minecraft-cursorfix +: 1747164722:0;xeyes +: 1747253303:0;ssh root@gaminglegenden.de +: 1747320593:0;unp -U ROG-STRIX-X670E-F-GAMING-WIFI-ASUS-3003.zip +: 1747320599:0;cd ROG-STRIX-X670E-F-GAMING-WIFI-ASUS-3003/ +: 1747320633:0;export WINEPREFIX=/mnt/virt/wineprefix/para +: 1747320635:0;wine BIOSRenamer.exe +: 1747320794:0;sudo wipefs -a /dev/sdc +: 1747320798:0;sudo fdisk /dev/sdc +: 1747320834:0;mkfs.vfat -F32 /dev/sdc1 +: 1747320837:0;sudo mkfs.vfat -F32 /dev/sdc1 +: 1747329309:0;sudo vim /etc/fstab +: 1747329403:0;sync +: 1747335098:0;alsamixer +: 1747336024:0;pai unigine-superposition +: 1747336337:0;unigine-superposition +: 1747336802:0;QT_QPA_PLATFORM=xcb mangohud unigine-superposition +: 1747336909:0;glxinfo | grep "OpenGL renderer" +: 1747336920:0;DRI_PRIME=1 glxinfo | grep "OpenGL renderer" +: 1747337132:0;DRI_PRIME=0 glxinfo | grep "OpenGL renderer" +: 1747337143:0;DRI_PRIME=0 QT_QPA_PLATFORM=xcb mangohud unigine-superposition +: 1747337959:0;inxi -Gxxx +: 1747337969:0;QT_QPA_PLATFORM=xcb unigine-superposition +: 1747338021:0;nvtop +: 1747338103:0;htop +: 1747343223:0;ls /mnt/virt/games/ +: 1747343667:0;paru -Scc +: 1747344345:0;mprime +: 1747344347:0;paru mprime +: 1747344668:0;echo 55 > bios.load +: 1747345182:0;sensors -h +: 1747345197:0;sensors -u +: 1747345238:0;ls /sys/class/hwmon/ +: 1747345244:0;grep . /sys/class/hwmon/ +: 1747345248:0;grep -r . /sys/class/hwmon/ +: 1747345251:0;grep -r . /sys/class/hwmon/* +: 1747345335:0;sensors +: 1747345421:0;pas asus +: 1747510489:0;pas logiop +: 1747510709:0;pai logiops +: 1747510720:0;pal logiops +: 1747510760:0;pai aur/logiops +: 1747510836:0;logid -h +: 1747510842:0;logid -V +: 1747510860:0;killall logis +: 1747510861:0;killall logid +: 1747510881:0;strace logid +: 1747510908:0;strace logid | grep conf +: 1747510911:0;strace logid 2| grep conf +: 1747510917:0;strace logid 2>&1 | grep conf +: 1747510932:0;strace logid 2>&1 | grep cfg +: 1747511004:0;sudo mv /etc/logid.conf /etc/logid.cfg +: 1747511043:0;sudo vim /etc/logid.conf +: 1747511055:0;logid -v +: 1747511175:0;systemctl cat logid +: 1747511317:0;sudo logid -h +: 1747511377:0;sudo vim /etc/logid.cfg +: 1747511388:0;sudo logid -v +: 1747511784:0;lsusb +: 1747511893:0;pas mediatek +: 1747511980:0;dmesg | grep btusb +: 1747511984:0;sudodmesg | grep btusb +: 1747511986:0;sudo dmesg | grep btusb +: 1747512129:0;lsmod | grep mt +: 1747512151:0;sudo systemctl restart bluetooth +: 1747512369:0;dualsensectl info +: 1747512379:0;dualsensectl battery +: 1747675307:0;reset +: 1747675309:0;journalctl --boot --no-pager +: 1747675324:0;lspci +: 1747675327:0;lsmod +: 1747702794:0;cd FamilyAffairWeek3-0.120.fix2-pc/ +: 1747702796:0;./FamilyAffairWeek3.sh +: 1747704311:0;ping 8.8.8.8 +: 1747705121:0;ping sweevo.net +: 1747788709:0;sudo dmesg | grep igc +: 1747838215:0;sudo dmesg +: 1747919582:0;sudo dmesg -T +: 1747922134:0;poweroff +: 1747923347:0;lsblk +: 1747928294:0;fatresize +: 1747928364:0;sudo gparted +: 1747928501:0;cat /etc/fstab +: 1747928517:0;wipefs -a /dev/nvme1n1p1 +: 1747928523:0;sudo wipefs -a /dev/nvme1n1p1 +: 1747928532:0;mount /boot +: 1747928536:0;sudo mount /boot +: 1747928540:0;mount +: 1747928544:0;ls /boot +: 1747928547:0;suf +: 1747946146:0;journalctl -b -1 +: 1747946247:0;ls /mnt/virt/ +: 1747946253:0;duf +: 1747957932:0;export WINEPREFIX=$PWD/ +: 1747957956:0;unp -U ProjectMyriammv ~/Downloads/ProjectMyriamLifeandExplorations-ch5.12p-pc.zip . +: 1747957988:0;mv ~/Downloads/ProjectMyriam* . +: 1747957997:0;mc . ProjectMyriamLifeandExplorations-ch5.12+p-pc +: 1747958068:0;cd ProjectMyriamLifeandExplorations-ch5.12+p-pc/ +: 1747958071:0;./ProjectMyriamLifeandExplorations.sh +: 1747958853:0;cd .. +: 1747958865:0;mc +: 1747958907:0;unrar l On_Endless_Roads_Farm_Life_TIER_II-III.rar +: 1747958929:0;unrar l On_Endless_Roads_Farm_Life_AF_0.3.3.rar +: 1747958933:0;unrar l On_Endless_Roads_AF_Update_II.rar +: 1747958941:0;unrar x On_Endless_Roads_AF_Update_II.rar +: 1747960180:0;unp -U Apartment69-0.09-pc.zip +: 1747960195:0;mc . Apartment69-0.09-pc +: 1747960255:0;cd Apartment69-0.09-pc/ +: 1747960258:0;./Apartment69.sh +: 1747962105:0;unp -U Mynewneighbors-1.82-pc.zip +: 1747964366:0;vim renpy/savetoken.py +: 1748037438:0;cd /mnt/virt/wineprefix/para/ +: 1748037440:0;cd drive_c/ +: 1748037444:0;cd Mynewneighbors-1.82-pc/ +: 1748037473:0;vim game/lucy_love_events.rpy +: 1748045759:0;less ../patch.rpy +: 1748045787:0;cp ../patch.rpy game/ +: 1748045790:0;ls game/ +: 1748045805:0;ls renpy/ +: 1748498481:0;./Mynewneighbors.sh +: 1748501294:0;cd Weekend-Lollygagging-1.0-pc/ +: 1748501296:0;./Weekend-Lollygagging.sh +: 1748503513:0;ls TheShrinkRR-2.6-market/ +: 1748503528:0;cd TheShrinkRR-2.6-market/ +: 1748644488:0;ssh jinks@zeus +: 1748971270:0;scp camol-1.21.1-0.2.3.jar pla +: 1748971295:0;scp camol-1.21.1-0.2.3.jar play@zeus: +: 1748971297:0;rm pla +: 1749220778:0;hyprctl reload config-only +: 1749221263:0;paq hyprland +: 1749221282:0;pacman -Qi hyprland +: 1749221693:0;pas lwjgl +: 1749221704:0;pas cursorfix +: 1749221709:0;pas glfw +: 1749221895:0;./TheShrinkR\&R. +: 1749221897:0;./TheShrinkR\&R.sh +: 1749225256:0;unp -U drive-to-nowhere-1-2-win-linux.zip +: 1749225265:0;cd DrivetoNowhere-1.2-pc/ +: 1749226570:0;ls .. +: 1749226626:0;./DrivetoNowhere.sh +: 1749226714:0;rm -rf DrivetoNowhere-1.2-pc/ +: 1749226718:0;rm -rf drive-to-nowhere-1-2-win-linux.zip +: 1749227398:0;unp -U Shattered_Minds-V0.19_BETA-pc.zip +: 1749227415:0;cd Shattered_Minds-V0.19_BETA-pc/ +: 1749227443:0;cd +: 1749227464:0;mv .config/mc/ . +: 1749227490:0;ls mc +: 1749227506:0;meld mc .config/mc/ +: 1749227639:0;rm -rf mc +: 1749280023:0;ssh sweevo.net +: 1749306255:0;cd Downloads/ +: 1749306261:0;scp ChippedExpress-universal-21x.jar play@zeus: +: 1749341466:0;./Shattered_Minds.sh +: 1749351628:0;sleep 2; hyprctl dispatch dpms toggle +: 1749373985:0;.. +: 1749374038:0;unp -U Taboo_University_Book_One_v1.03_DLC-wlm.zip +: 1749374070:0;cd Taboo\ University\ Book\ One\ v1.03\ DLC-wlm/ +: 1749374076:0;.ls +: 1749374078:0;ls +: 1749374087:0;chmod 755 *.sh +: 1749374256:0;chmod 755 lib/py2-linux-x86_64/TabooUniversity +: 1749374489:0;mc .. . +: 1749374527:0;./TabooUniversity.sh +: 1749383578:0;ls -l /dev/dri/by-path +: 1749383592:0;lspci -d ::03xx +: 1749400178:0;less ~/.config/hypr/hyprland.conf +: 1749400188:0;vim ~/.config/hypr/hyprland.conf +: 1749472977:0;ssh play@zeus +: 1749492802:0;reboot +: 1749503945:0;pai trickle +: 1749504004:0;padu +: 1749508636:0;ssh hera +: 1749511281:0;ping 192.168.0.42 +: 1749511281:0;sudo -i +: 1749523342:0;cd /mnt/virt/wineprefix/para/ +: 1749523346:0;export WINEPREFIX=$PWD/ +: 1749523348:0;cd drive_c/ +: 1749523351:0;cd Taboo\ University\ Book\ One\ v1.03\ DLC-wlm/ +: 1749523354:0;./TabooUniversity.sh +: 1749527844:0;../ +: 1749527858:0;unp -U Unnatural_Instinct_0.8.5_pc_eng.zip +: 1749527892:0;cd Unnatural_Instinct-0.8.5-pc/ +: 1749527894:0;mc .. . +: 1749527962:0;./Unnatural_Instinct.sh +: 1749548589:0;vim .config/nvim/init.vim +: 1749548829:0;chezmoi managed +: 1749548832:0;chezmoi diff +: 1749548872:0;chezmoi push +: 1749548877:0;chezmoi help +: 1749548917:0;chezmoi re-add +: 1749548921:0;chezmoi diff +: 1749548941:0;less .zshenv +: 1749548957:0;chezmoi forget .zshrc +: 1749548969:0;chezmoi forget .zshrc.local +: 1749548977:0;chezmoi diff +: 1749548982:0;chezmoi forget .zshrc.pre +: 1749548987:0;chezmoi diff +: 1749549066:0;chezmoi managed +: 1749549084:0;chezmoi add .config/zsh/ diff --git a/private_dot_config/zsh/private_dot_zshenv b/private_dot_config/zsh/private_dot_zshenv new file mode 100644 index 0000000..f7ffaec --- /dev/null +++ b/private_dot_config/zsh/private_dot_zshenv @@ -0,0 +1,45 @@ +# Documentation: https://github.com/romkatv/zsh4humans/blob/v5/README.md. +# +# Do not modify this file unless you know exactly what you are doing. +# It is strongly recommended to keep all shell customization and configuration +# (including exported environment variables such as PATH) in ~/.zshrc or in +# files sourced from ~/.zshrc. If you are certain that you must export some +# environment variables in ~/.zshenv, do it where indicated by comments below. + +if [ -n "${ZSH_VERSION-}" ]; then + # If you are certain that you must export some environment variables + # in ~/.zshenv (see comments at the top!), do it here: + # + # export GOPATH=$HOME/go + # + # Do not change anything else in this file. + + : ${ZDOTDIR:=~} + setopt no_global_rcs + [[ -o no_interactive && -z "${Z4H_BOOTSTRAPPING-}" ]] && return + setopt no_rcs + unset Z4H_BOOTSTRAPPING +fi + +Z4H_URL="https://raw.githubusercontent.com/romkatv/zsh4humans/v5" +: "${Z4H:=${XDG_CACHE_HOME:-$HOME/.cache}/zsh4humans/v5}" + +umask o-w + +if [ ! -e "$Z4H"/z4h.zsh ]; then + mkdir -p -- "$Z4H" || return + >&2 printf '\033[33mz4h\033[0m: fetching \033[4mz4h.zsh\033[0m\n' + if command -v curl >/dev/null 2>&1; then + curl -fsSL -- "$Z4H_URL"/z4h.zsh >"$Z4H"/z4h.zsh.$$ || return + elif command -v wget >/dev/null 2>&1; then + wget -O- -- "$Z4H_URL"/z4h.zsh >"$Z4H"/z4h.zsh.$$ || return + else + >&2 printf '\033[33mz4h\033[0m: please install \033[32mcurl\033[0m or \033[32mwget\033[0m\n' + return 1 + fi + mv -- "$Z4H"/z4h.zsh.$$ "$Z4H"/z4h.zsh || return +fi + +. "$Z4H"/z4h.zsh || return + +setopt rcs diff --git a/private_dot_config/zsh/readonly_dot_p10k.zsh.zwc b/private_dot_config/zsh/readonly_dot_p10k.zsh.zwc new file mode 100644 index 0000000..9f73e5b Binary files /dev/null and b/private_dot_config/zsh/readonly_dot_p10k.zsh.zwc differ