[Technical express] 10.18-10.23
GuideIn this weekly technical report titled linux, we will introduce you to the following technical articles: open-source data analysis tools, Terminator, Vim 8.0, Docker, FTP, and Linux Initialization systems, SSHFS, Shinken, and ReFS file systems.Spark is not the only one. Three emerging open-source data analysis tools
Author's introduction: in terms of data analysis, profound changes are brewing, while open-source tools are leading many changes. Of course, you may already be familiar with some star open-source projects in this field, such as Hadoop and Apac...
Linux terminal simulator TerminatorIn order to interact with the system through command lines, each Linux release has a default terminal simulator. However, the default Terminal application may not be suitable for you. In order to greatly speed up your work, there are many... click to read the original article
Linux upgrades Vim 8.0Author's introduction: Guide Vi editor has been around for a long time since its release in 1976. It not only provides users with efficient editing interfaces, terminal control, and other functions, it also provides us with many traditional and practical functions. But not enough... click to read the original text
The ultimate evolution of DockerAuthor's introduction: in the past six months, many changes have taken place around Docker's security, storage, and orchestration. These changes make it easier for users to use Docker, on the one hand, it also caused a huge earthquake in the entire container ecosystem .... Click to read the original article
How FTP works between your computer and Android devices!Introduction: Anyone who uses Android devices knows that they can use USB to connect to a computer to transfer files, but not everyone knows that they can use Free Open Source Software (FOSS) connect to Android devices wirelessly... click to read the original article
Five major Linux Initialization SystemsIn Linux and other Uniux systems, the init (initialization) process is the first process executed by the kernel when the system is started. The process ID (PID) is 1, and silently run in the background until the system is closed... click to read the original article
Deploy containers using atomic hosts, Ansible, and CockpitIntroduction: An atomic host from an atomic project is a lightweight container operating system that can run Linux containers in the Docker format. It is specifically tailored to improve efficiency, making it a Docker running for the cloud environment... click to read the original article
It's so easy to improve service efficiencyAuthor's note: quick introduction to Instagram has currently deployed the world's largest Django Web framework (which is fully written in Python ). We initially chose Python because of its well-known simplicity and practicality.
Use SSHFS to mount remote Linux file systems and directoriesIntroduction: When we need to interact with remote directories and files on a local machine, we will always consider security and other issues, so SSHFS will be a good choice. This article is intended for those
New Linux kernel: improves system performanceAuthor's introduction: the development speed of the Linux kernel is unprecedented, and a new major version will be released every two or three months. Each release has brought about several new features and improvements that many people can make full use...
Supports server monitoring and Alarm System Shinken across the PlatformAuthor's introduction: Shinken is an open-source host and network monitoring framework implemented in Python and is compatible with Nagios like. It can run on all operating systems that support Python programs, for example, Linux ,... click to read the original article
Easily enable Windows 10 ReFS File SystemIntroduction: when using Microsoft's operating system, you can see that the hard disk is formatted as NTFS. Can this format meet our needs? What are the advantages of the Next Generation hard drive format? Background introduction from micro... click to read the original article
Original address: http://www.linuxprobe.com/linuxweek-10-18-10-23.html