Skip to content

Commit

Permalink
Remove alias cpufreq
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Jan 26, 2025
1 parent 65a435f commit 1214f7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,3 @@ GRUB_CMDLINE_LINUX="text"
update-grub
systemctl set-default multi-user.target
```

### Enable more cpufreq governors (than powersave and performance)

```bash
# modify the following line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="... intel_pstate=disable"

update-grub
```
1 change: 0 additions & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ alias bcrypt='htpasswd -bnBC 10 ""'
alias chrome='google-chrome-stable --process-per-tab'
alias cmemchk='valgrind --tool=memcheck --leak-check=full'
alias code='code -n'
alias cpufreq="cpufreq-info | tr '\n' '\r' | sed -e 's/\r\s\{8,\}/ /g' | tr '\r' '\n' | grep current"
alias datev='date +%Y%m%d%H%M%S'
alias digs='dig +noall +answer'
alias ffc="fontforge -lang=ff -c '"'Open($1); Generate($2); Close();'"'"
Expand Down

0 comments on commit 1214f7b

Please sign in to comment.