OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2024-02-14 00:31:16 +00:00
parent 93b28d0ac3
commit 5f5a5e1414
20 changed files with 60 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
created: 20230111153758951
creator: Octt
icon: 🐧
modified: 20240128233843561
modified: 20240213224741044
modifier: Octt
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
tags: $:/i18n:en Unix
@@ -64,3 +64,5 @@ title: Linux
* [[How do I start a process with a nice value of -20 and not give it root privilege?|https://unix.stackexchange.com/questions/72934/how-do-i-start-a-process-with-a-nice-value-of-20-and-not-give-it-root-privilege]] --- quick hack: `sudo nice -n -20 su -c ${cmd} ${user}`
* [[How to Show FPS Counter in Linux Games|https://linuxhint.com/show_fps_counter_linux_games/]]
* [[How to Check CPU Temperature on Linux|https://phoenixnap.com/kb/linux-cpu-temp]]
* [[How to Set or Change Timezone on Debian 10|https://linuxize.com/post/how-to-set-or-change-timezone-on-debian-10/]] (or any system where time is managed by systemd) with `timedatectl`