Brew installing R-Kernel Notebook

Preface My other post describes using Conda installing R kernel Notebook on a Linux remote server, but I’ve found that conda doesn’t handle various dependency conflicts very well, often resulting in installations that don’t I found that conda doesn’t handle dependency conflicts well, which often leads to unsuccessful installations. Later, I also used brew to install it on my macOS system, and found that it was easier and faster, so I summarized the steps....

2023-01-16    2024-03-15    517 words    3 min    Yuesir

Lightweight docker installation for macOS environment

Preface If you don’t like the “bloat” of the official docker client, like me, and just want a separate and pure docker service without a GUI, or just want to try new things and tinker with new methods, then you are welcome to read this article. Since I am using macOS, there is only one exploration record under Mac. If there are any omissions and errors, please feel free to criticize and point them out in the comment section....

2022-11-05    2023-12-20    746 words    4 min    Yuesir

Multiple Solutions for Toxic Software EasyConnect

Start I’m at home on vacation and I need to use EasyConnect to connect to the school’s intranet. I occasionally need to connect to the school’s server or access intranet pages, so I plan to download it. But! EasyConnect is a rogue software, which is often referred to as a cancerous software. I then started looking for ways to deal with it. Under macOS, EasyConnect primarily behaves as follows. background...

2022-07-08    2022-12-29    2372 words    5 min    Yuesir

Yabai: Tiling Style Desktop for Mac

Preface Long-time Linux users should be familiar with i3wm, which is significantly different from the floating (float) desktops of Mac and Windows operating systems, which are called tiling desktops. When I learned about the open source project yabai for Mac, I couldn’t wait to start using it. Installation Equipment status: Homebrew is installed (You can refer to the official website) Closed SIP Monterey12.4 It is best to refer to Official...

2022-05-19    2493 words    5 min    Yuesir

MacOS User's Aria2 Configuration

Preface What is Aria2? Aria2 is a free, cross-platform command line interface download manager that supports HTTP, HTTPS, FTP, Bittorrent and Metalink. Another feature of Aria2 is that you can use JSON-RPC and XML-RPC for HTTP remote download control, and the JSON-RPC interface is available through WebSocket. I mainly use to download seed Bittorrent files and multithreaded downloads. Preparation before configuration Installed Homebrew 。 Ability of using vim or other...

2022-03-19    2874 words    6 min    Yuesir

JetBrains Family Bucket Activation Tutorial 2022

Preface Valid for the entire JetBrains family of buckets, including IDEA, PyCharm, GoLand, WebStorm, etc. For personal use only! Before the tutorial, if you have installed an older version, I recommend to uninstall and reinstall to start. IDE Official Website Address IDEA https://www.jetbrains.com/idea/download/other.html PyCharm https://www.jetbrains.com/pycharm/download/other.html GoLand https://www.jetbrains.com/go/download/other.html WebStorm https://www.jetbrains.com/webstorm/download/other.html Update 3 Regardless of the software, it is recommended to use the latest version of 2021.3._. After testing, this version is the easiest to operate and the most stable....

2022-01-06    2023-10-01    1040 words    5 min    Yuesir