Non-Root Installation of CUDA NLP by Conda

How a non-root user can install a newer version of the transformers suite without being able to change the version of the installed cuda driver.

2024-03-10    684 words    4 min

Switch Xcode to Compile Unadapted Theos Plugins

After recently replacing my device with a new one, I was about to recompile an iOS jailbreak plugin called PassBy, and found that it frequently reported errors. After a bit of troubleshooting and searching, I determined that switching Xcode to an older version was the easiest solution, so I documented it.

2023-04-24    1015 words    5 min

Brew installing R-Kernel Notebook

I introduced in another article in the Linux remote server using conda configuration r-kernel jupyter notebook, but I found that conda for a variety of dependency conflicts are not handled well, often leading to unsuccessful installation. In macOS system locally using brew for installation is much easier and faster. Here I summarized steps for reference.

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

Unix terminal installation configuration Oh My Zsh

macOS has now replaced the default shell with zsh, which is a perfect match for the Oh My Zsh project to achieve an unimaginable terminal experience. With its colorful themes, powerful plug-ins, and active community, the "Black Windows" is no longer the cold terminal interface it used to be, but a unique my zsh of your own!

2022-12-07    608 words    2 min

Lightweight docker installation for macOS environment

If you're like me and don't like the "bloat" of the official docker client, or simply want to try new things and tinker with new methods, then you're welcome to read this post. Since the blogger is using macOS, this is only a record of exploration under Mac. If there are any errors of omission, please feel free to criticize and point them out in the comment section.

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

Conda installing R kernel Notebook

Due to the author's frequent use of conda to configure the R kernel jupyter notebook on Linux remote servers, some steps are forgotten over time (the main problem is that the same pit will be stepped on differently every time). After summarizing the relevant tutorials and personal experience on the internet, a guide is provided for everyone and future me to refer to.

2022-10-10    1485 words    7 min