ShuDudu's Home was started in 2011, but the web data is lost, so now begin again, I would like to make some friends, I hope you like ShuDudu's home.
Current position: ShuDudu > Life >

Notes on the use of elementary OS

Monday on February 24th, 2020Life

I have also introduced the "most beautiful Ubuntu - Elementary OS" before, and recently found that more and more people are discussing it, which is a good thing. At least, it proves that this product is a good thing. Here are some of my use records

Installing elementary tweets

Elementary tweets is an elementary OS configuration tool, which will make the system have more rich settings and options. It is very practical, and it is strongly recommended to install.

Under the terminal, you can install through the following PPA. After installation, open [system settings] to find the [twiaks] option.

sudo apt-add-repository ppa:versable/elementary-update sudo apt-get update sudo apt-get install elementary-tweaks

Install Chinese package and fcitx input method

After installing the system, you can see that the system is not a complete Chinese version. You need to select [language support] in [system settings], update the Chinese package of Ubuntu and restart it. Your system is basically the global Chinese. Presumably, everyone will do this step. Here is just to pave the way for the next input method I want to say.

When the system is just installed, there is no Chinese input method. After the language package is updated, the IBus input method will be installed along with it. However, I am not too fond of IBus input method, and IBus is not very intelligent. It is recommended to uninstall IBus first, and then install fcitx input method.

1. Open the terminal, input the following code, uninstall IBus, sudo apt get remove IBus.

2. Input the following code in the terminal, compile and install fcitx input method, and restart the system.

sudo apt-get install im-switch fcitx sudo im-switch -s fcitx -z default im-switch -s fcitx -z default

3. After the language pack is updated, there will be many Chinese fonts, including WenQuanYi font, but there is no WenQuanYi micro black font. I personally like this font, so you can also install it. With this command sudo apt get install TTF wqy microhei, you can set it in the [font] option of elementary tweets.

Using goagent in elementary OS

In fact, the use method is similar to or even simpler than that under win.

1. Upload the goagent, enter the directory of your goagent under the terminal, and enter the code Python uploader.zip, as shown below:

2. Open goagent is also the terminal to enter the directory, input the code Python proxy.py. Chrome needs to install the switchysharp plug-in, and then import switchyoptions.bak. If the HTTPS website cannot be opened, directly import the certificate of goagent.

WPS for Linux and font problems in 64 bit system

Because the DEB package of WPS for Linux is only 32-bit, WPS cannot be opened after 64 bit installation. The solution is to let 64 bit system support running 32-bit programs.

1. Only two things need to be installed, but these two things are quite large, but after installation, WPS can run perfectly.

sudo apt-get install libc6-i386 sudo apt-get install ia32-libs

2. When running WPS for the first time, you will be prompted that the font is missing, but you can also ignore it. However, for students with obsessive-compulsive disorder, this is totally unbearable. The solution is:

First, download the font file in the official forum and put it directly in the directory/usr/share/fonts /. Note that this directory is not the directory of ~ /. Font mentioned on the forum. After decompression, open the terminal and enter the font directory. Use the following command to move MV */usr/share/fonts/WPS office. You must have administrator permission.

Install Ubuntu tweet

Because the elementary OS is based on Ubuntu, of course, you can also use this great software to download the DEB package on the official website and install it directly. In fact, the most important thing is to use its [sweeper] function. In fact, the habit of cleaning up garbage is completely developed under win. There is really no garbage file under Linux.

summary

Elementary The OS itself integrates many excellent software, such as file manager, dock at the bottom of the desktop, and Geary, the email client. However, I still delete some software that I don't need very much, and install GEDIT and synaptic, etc. I prefer to use synaptic instead of Ubuntu's software store. In addition, it's better to check and update after installing the system, which will fix many B's UG.

I don't know how to solve the problem of using flash player to watch web videos. It's probably related to n card. I've tried some methods on the Internet, but I can't. The only thing I can do is try to watch web videos with HTML5!

Copyright Protection: ShuDudu from the original article, reproduced Please keep the link: https://www.shududu.com/life/Notes-on-the-use-of-elementary-OS.htm