CORE DUMP 配置
2019年4月30日 · 426 字 · 1 分钟
A core dump is basically a snapshot of the memory when the program crashed.
2019年4月30日 · 426 字 · 1 分钟
A core dump is basically a snapshot of the memory when the program crashed.
2017年4月19日 · 179 字 · 1 分钟
sudo apt-get update
sudo apt-get upgrade
sudo apt-get remove libreoffice-common
sudo apt-get remove unity-webapps-common
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot
sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
sudo apt-get remove onboard deja-dup
2017年2月7日 · 1485 字 · 3 分钟
Git (/ɡɪt/) is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development, but it can be used to keep track of changes in any files. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.