Skip to content

Instantly share code, notes, and snippets.

@abhaypatil2000
abhaypatil2000 / commands
Created October 11, 2021 20:41
Commands
to update pacman mirrors `sudo reflector --verbose --latest 20 --sort rate --save /etc/pacman.d/mirrorlist --protocol https --threads 10 --fastest 20`
@abhaypatil2000
abhaypatil2000 / initialize
Last active May 7, 2023 00:07
Start from scratch Linux
1. alises (add with gedit and change gedit theme to Solarized Dark`
alias uc='sudo apt autoremove && sudo apt autoclean && sudo apt clean'
alias uf='watch -n.1 "cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq"'
alias us='sudo intel-undervolt apply'
alias uu='sudo apt update && sudo apt upgrade'
alias uuu='sudo apt-get update -y > ~/.terminal_update.txt && sudo apt-get upgrade -y >> ~/.terminal_update.txt && sudo apt-get autoremove -y >> ~/.terminal_update.txt && sudo apt-get autoclean -y >> ~/.terminal_update.txt && sudo apt-get clean -y >> ~/.terminal_update.txt && notify-send "Task Complete" && exit'
# important package installations
sudo apt install make
sudo apt install cmake
@abhaypatil2000
abhaypatil2000 / cloudSettings
Last active September 17, 2022 11:28
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-02-11T17:22:57.913Z","extensionVersion":"v3.4.3"}