This commit is contained in:
Edu4rdSHL 2021-04-30 05:13:25 -05:00
parent c1736abbb6
commit 997b2ca47d
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
15 changed files with 41 additions and 2 deletions

View file

@ -0,0 +1,10 @@
[NetDev]
Name=bond1
Kind=bond
[Bond]
Mode=802.3ad
PrimaryReselectPolicy=always
TransmitHashPolicy=layer3+4
MIIMonitorSec=1s
LACPTransmitRate=fast

View file

@ -0,0 +1,6 @@
[Match]
Name=en*
Driver=rtl8192eu
[Network]
Bond=bond1

View file

@ -0,0 +1,5 @@
[Match]
Name=bond1
[Network]
DHCP=ipv4

View file

@ -1,7 +1,10 @@
### OWN ALIAS ### ### OWN ALIAS ###
# Alias for sudo
alias sudo='sudo --preserve-env '
#Pastes #Pastes
alias rs="curl --data-binary @- https://paste.rs" # alias rs="curl --data-binary @- https://paste.rs" # Replaced by rs() function in .bash_aliases
#Temperature #Temperature
alias clima='curl wttr.in/bogota?lang=es' alias clima='curl wttr.in/bogota?lang=es'
@ -66,6 +69,10 @@ nspawn_root_dir="/var/lib/machines"
alias alct="sudo systemd-nspawn -D $nspawn_root_dir/ArchLinux" alias alct="sudo systemd-nspawn -D $nspawn_root_dir/ArchLinux"
alias alshell='machinectl shell edu4rdshl@ArchLinux' alias alshell='machinectl shell edu4rdshl@ArchLinux'
# ArchLinux ARM
alias arct="sudo systemd-nspawn -D $nspawn_root_dir/ArchARM"
alias arshell='machinectl shell edu4rdshl@ArchARM'
# BlackArch # BlackArch
alias bact="sudo systemd-nspawn -D $nspawn_root_dir/BlackArch" alias bact="sudo systemd-nspawn -D $nspawn_root_dir/BlackArch"
alias bashell='machinectl shell BlackArch' alias bashell='machinectl shell BlackArch'
@ -98,6 +105,10 @@ alias cu='checkupdates'
alias pss='pacman -Ss' alias pss='pacman -Ss'
alias sa='paru -Ss' alias sa='paru -Ss'
# Alias for paru
alias yay='paru --removemake'
alias paru='paru --removemake'
# Alias for pkgfile # Alias for pkgfile
alias pkgfile='pkgfile -v' alias pkgfile='pkgfile -v'

View file

@ -15,3 +15,8 @@ nsretr() {
machinectl copy-from $1 $2 $3/${2##*/} machinectl copy-from $1 $2 $3/${2##*/}
fi fi
} }
rs() {
local file=${1:-/dev/stdin}
curl --data-binary @${file} https://paste.rs
}

View file

@ -157,6 +157,8 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Set TERM # Set TERM
export TERM=xterm-256color export TERM=xterm-256color
# Set rusnapshot database file
# export RUSNAPSHOT_DATABASE_FILE="/mnt/defvol/_snapshots/rustnapshot.sqlite"
### END OF SOME LOCAL VARIABBLES ### ### END OF SOME LOCAL VARIABBLES ###
### Source scripts ### ### Source scripts ###

View file

@ -6,5 +6,5 @@
--enable-gpu-rasterization --enable-gpu-rasterization
--enable-zero-copy --enable-zero-copy
--enable-accelerated-video-decode --enable-accelerated-video-decode
--enable-features=LazyImageLoading,NativeNotifications,ParallelDownloading,WebUIDarkMode,ReadLater,VaapiVideoDecoder --enable-features=LazyImageLoading,NativeNotifications,ParallelDownloading,WebUIDarkMode,ReadLater,VaapiVideoDecoder,ReaderMode
--disable-features=HardwareMediaKeyHandling --disable-features=HardwareMediaKeyHandling