Skip to main content
Set customizable proxy for different applications

Sometimes we want application A to access internet through proxy P1, and we want application B to access via proxy P2. In order to implement this requirement, we have to use proxifier, which can set different proxies for different applications.

Download

Download this tool at this website: https://www.proxifier.com/


B4nightLess than 1 minuteUseful SkillsSet customizable proxy for different applications.md
How to extend the sustainability of battery while using Linux.

Today I am gonna show you guys a powerful tool to improve battery sustainability.

And it's name is tlp.

Download like below and start using it, and your laptop's sustainability will improve a lot.

$ sudo dnf install tlp.noarch
$ sudo tlp start

# Show configuration and information
$ sudo tlp-stat

B4nightLess than 1 minuteUseful SkillsHow to extend the sustainability of battery while using Linux.md
A easy command to check IP

When we execute ifconfig or ipconfig, it often shows the private IP. There is a easy way to know our public IP.

curl myip.ipip.net

This command returns our IP, location and our NSP(Network Service Provider).


B4nightLess than 1 minuteUseful SkillsA easy command to check IP.md
Set github pages for repo

Recently I uploaded my portfolio to github repo portfolio and deployed github pages for it. So today I am gonna talk about what to be done to deploy github pages for a github repo.

1. Create a repo and upload resource file


B4nightAbout 1 minUseful SkillsSet github pages for repo.md
使用clash verge和chrome extrnsion proxy omega来访问互联网

这半年来, 我已经帮助好几个朋友配置clash verge和chrome, 以便快捷的访问互联网. 本篇博客记录一下所需步骤, 以后可以直接转发给有需要的朋友.

1. 下载clash verge

clash verge的github链接是: https://github.com/zzzgydi/clash-verge

由于某些原因, 现在这个repo已经archive了, 可以从Releases里面下载所需要的版本.


B4nightAbout 2 minUseful Skills使用clash verge和chrome extrnsion proxy omega来访问互联网.md
Disable keyboard driver on win11

Today I ran into a hardware bug which was really annoying. My laptop keyboard inputed r constantly and I couldn't fix it. I think it's because the motherboard is rotten. I could not open and remove the corrupted part. So the easiest way is disabling keyboard driver and use external keyboard.


B4nightLess than 1 minuteUseful SkillsDisable keyboard driver on win11.md
Download `.torrent` file under Fedora

We need to download trasmission first to download from a .torrent file.

We use transmission-gtk to invoke the app and then choose .torrent fine. Then the doanload begins.


B4nightLess than 1 minuteUseful SkillsDownload `.torrent` file under Fedora.md
Fedora set display scale 150 percent(gnome)

The default display options are 100%, 200%, 300%. It’s awkward because some people might want to customize the display scale.

There’s an easy way to customize the display scale: with the help of gnome-tweaks .

  1. dnf search gnome-tweaks
  2. find the right version and sudo dnf install
  3. open tweaks
  4. At the font section, there is a Scaling Factor button. Set 1.5 to set the display scale to 150%.
  5. (Caution), set the display scale 100% before changing the Scaling Factor in step 4.

B4nightLess than 1 minuteUseful SkillsFedora set display scale 150 percent(gnome).md