[Python] print colorful string in terminal
When we using Python to develop some program, sometimes we may want to print some colorful string in our terminal.
Read More »[Python] print colorful string in terminalWhen we using Python to develop some program, sometimes we may want to print some colorful string in our terminal.
Read More »[Python] print colorful string in terminalIf we need to copy some big files to another path, we always afraid our copy process dead. It’s very terrible if we forgot to use “screen” or “nohup” instructions (screen is an instruction that can execute a program in the background. Maybe you can refer here: [Linux] Using instruction “screen” to put process in background)
Read More »[Linux] Show a progress bar when copying fileWhen we working in Linux OS, maybe we need put some works in the system background. It means even if you closed your terminal, your works are still performed in the background.
Read More »[Linux] Using instruction “screen” to put process in backgroundToday, I consider seriously to split my blog to Chinese version and English version. So, at the time of writing this article, I’ve set Polylang up. I was persuaded by my friends that there are two versions better, and second, it’s really because of OCD. I hope my articles in different languages can be separated and don’t always mix Chinese and English.
Read More »[WordPress] Using “Polylang” to build a multi-lingual websiteToday after I restart my computer, a mysterious error occur: “Error: invalid environment block. Press any key to continue…”. The most tragic is, after I press any key, the system is no-response, it was die.
Read More »[Solved] Error: invalid environment block. Press any key to continue…Today when I turned on the computer, I got an error message: the root filesystem on /dev/sda1 requires a manual fsck
again. This is not the first time I got it, so I think I need to record it and maybe it can help me to learn more and more.
A few years ago, many people installed the operating system was used a disc to make a bootable disc. But with the evolution of laptop products, more and more machines have no optical disc drive.
Read More »[Linux] A simple note to make a Ubuntu 18.04 Live USBUbuntu is a famous version in Linux family. Today I want to introduce how to install Ubuntu (18.04, or other version can use the similar steps).
Read More »[Linux] How to install Ubuntu 18.04So far, I didn’t put data too much on my Linux notebook, so I backup my file was very easy. About my program, my code, I always push to Github or private GitLab. I have also written some novels, but I always upload them to Google Drive. So “backup my files” is always a easy thing to me.
Read More »[Linux] Using Insync to sync your file to Google Drive in LinuxWhen we browse many Python repositories, we often see a “requirements.txt” file in repository. This file can help us to install the exact same package versions as the project was during development.
Read More »[PyCharm] How to export the requirements file from PyCharm