[Linux] How to use remote Jupyter Notebook via SSH
Jupyter Notebook is a Python Editor (?) or you may think it is like an IDE, which is implemented by IPython.
Read More »[Linux] How to use remote Jupyter Notebook via SSHJupyter Notebook is a Python Editor (?) or you may think it is like an IDE, which is implemented by IPython.
Read More »[Linux] How to use remote Jupyter Notebook via SSHToday, when I copying some data from my computer to my USB flash drive, I got an error: “File too large”.
Read More »[Solved][Linux] An error “File too large” happened when we put data in USB flash driveThere are many kinds of compression instructions in Linux., sometimes it’s really difficult to remember all.
Read More »[Linux] Compression, Encrypted compression, Split compression, DecompressionIf you have a new hard disk drive, you need to plug it into the computer. And then, we can open the settings menu with a tool “Disks”.
Read More »[Linux] How to mount a hard disk driveWhen 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 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 USB