[Linux] Use "du" command to check the file size
How to use du
command
If you want to check a file or a directory in the Linux system, you can use du
command to do it:
du
commandIf you want to check a file or a directory in the Linux system, you can use du
command to do it:
When we using Linux operating system such as Ubuntu and Mint, it is vert convenient to be able to use commands in Terminal to open the files and execute the programs we need.
Read More »[Linux] Use "alias" command to custom your commandIf you want to develop a Python GUI program, choose PyQt5 is a great choice. In the past, I recorded about how to configure the Qt Designer in PyCharm on Windows. ([PyQt5] Tutorial(1) Install PyQt5 and print "Hello World!")
Read More »[Linux ] Use Qt Designer to develop Python GUI program in Ubuntu 18.04We usually use wget
command in Linux, its main purpose is to download resources on the Internet.
Wine is not an emulator, just like its full name: Wine Is Not an Emulator.
Read More »[Linux] Use "Wine" to Execute the Windows ApplicationsSSH is the abbreviation of Secure Shell, which is an encrypted network transmission protocol. Its main function is to allow user to connect to the server.
Read More »[Linux] Configure SSH Config for Remote Server LoginIf we want to check the power remaining on Ubuntu, and we don't want to open the graphical interface to confirm, we can use upower
command.
In yesterday I installed a new operating system in my device, and downloaded an PyCharm IDE for programming. But when I configure a new Interpreter in virtual environment, I got an error message:
Read More »[Solved][PyCharm] An ERROR occurred when Adding a New Virtual Environment: ModuleNotFoundError: No module named 'distutils.core'In past, I record a note about how to install Deepin desktop environment on Ubuntu in [Linux] Install Deepin desktop environment on Ubuntu. But in Deepin desktop environment, I am not comfortable with one thing.
Read More »[Linux] How to configure the shortcut to move Deepin desktop environment window to left side or right sideIf we want to use Chinese input method in Linux, many people may be used Chewing. If you want to know how to install it, you can refer: [Linux] Install the Chewing Chinese input method in Ubuntu
Read More »[Solved][Linux] Chinese Input method Chewing can not work