For Aegis it means when you go to select a folder location once you have before installed and setup on the device it will show your nextcloud as a storage location on your phone you can set aegis to upload backups there automatically
For Aegis it means when you go to select a folder location once you have before installed and setup on the device it will show your nextcloud as a storage location on your phone you can set aegis to upload backups there automatically
Not sure if your eero can do this easily but you probably want to use DHCP option 6 so your router will forward the DNS server you select to all clients. That’s how I do it on openwrt.
functions not aliases but super helpful for moving around and searching files in the terminal
searches for files with fzf and edits them in neovim
se(){
if [[ $1 ]]; then
local dir=${@}
else
local dir=(./)
fi
local sel=($(fd . $dir[*] -t f -a -H --no-ignore-vcs | fzf --preview 'bat --color=always {1} '))
echo "${sel[@]}"
(( ${#sel[@]} != 0 )) && nvim "${sel[@]}"
}
searches for a specific term in all files in directory with preview and jumps to that line in editor
sf(){
if [[ $1 ]]; then
search="$*"
else
read -p "Enter term to search files for: " -r search
fi
IFS=: read -ra selected < <(
rg --hidden --color=always --line-number --no-heading --smart-case "${search}" |
fzf --ansi \
--height 80% \
--color dark \
--color "hl:-1:underline,hl+:-1:underline:reverse" \
--delimiter : \
--preview 'bat --color=always {1} --line-range=:800 --highlight-line {2}' \
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3'
)
[ -n "${selected[0]}" ] && nvim "${selected[0]}" "+${selected[1]}"
}
If that’s your goal I would set the apm on the disk so it spins down quickly when not active.
hdparm -B 50 -S 30 /dev/disk
Hdparm has 2 -(Yy) flags that should work for you
Torrentleech is open rn
https://www.torrentleech.org/user/account/signup
Use code FLREFUGEE