[Linux] How to Uninstall VIM Editor
The article is recorded about how to uninstall vim editor, in addition to that, the following commands can also be use to uninstall any package or tool that is managed by apt
.
The article is recorded about how to uninstall vim editor, in addition to that, the following commands can also be use to uninstall any package or tool that is managed by apt
.
Many people installed the Tor Browser on their computer, because this is a relatively private and free browsing authority that we can have, and it is unlikely to leave traces of browsing. (but the speed is relatively slow…)
Read More »[Linux] Install Tor Browser on DebianToday, a picture was send by a friend and he asked me why the capacity of the /home
directory is larger than root directory /
which should be its upper directory?
CodeBERT is a pre-trained model based on transformer architecture, it is proposed from CodeBERT: A Pre-Trained Model for Programming and Natural Languages.
Read More »[Machine Learning] CodeBERT Introduction (With Example)Today when I installing a specific Python version on Linux, I encountered the following error message:
Read More »[Solved][Linux] Python Installation Error: zipimport.ZipImportError: can’t decompress dataWe are usually accustomed to using the graphical interface to configure WiFi settings; But how do we do the same in a Linux command line terminal?
Read More »[Linux] Use the Command Line to Configure WiFi SettingsWhen we want to launch the developed application to the Google Play store, we often need to use keytool that provided by Java, to generate, import, and export certificates. By default, keytool will create a keystore file in its execution directory. (but you can change the output location)
Read More »[Solved] keytool: command not foundRecently, I configured the Android Studio on Linux system for Flutter development, but I encounter the following error when using flutter doctor --android licenses
command (It’s necessary).
Read More »[Solved][Linux] add-apt-repository: command not found“add-apt-repository: command not found” is a common error about command not found, but we cannot complete it with
search add-apt-repository
orapt install add-apt-repository
.In fact, we need to use
sudo apt install software-properties-common
to install.