I started working on ncdu: A disk usage analyzer with an ncurses interface, aimed to be run on a remote server where you don't have an entire gaphical setup, but have to do with a simple SSH connection. ncdu
Package dependencies often remain on the system even when a package is removed. To remove the unneeded dependencies and save space, use: sudo apt autoremoveCopy Install and Remove Packages with one apt Command Usingaptwith+or-suffixes added to the package names allows users to install and remove...
HISTCONTROL=ignoredups:ignorespace # append to the history file, don't overwrite it shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 # check the window size after each command and, if necessary, # update the values of...
Note:Bothecho "hello" | at 5PMandecho "hello" | at 5 PMare valid commands to schedule a job at 5 PM using theatcommand, with the first being a compact format and the second including a space. If the specified time has already passed, the task is scheduled for the same time the ne...
Only used to test or pull request. Don't install them unless you know what you are doing. ↑ Install on Ubuntu Include dependencies installation commands. Install fromalphabranch.(latest autosub alpha release) apt install ffmpeg python3 python3-dev curl git -y ...
See the installation section for how to install just on your computer. Try running just --version to make sure that it's installed correctly.For an overview of the syntax, check out this cheatsheet.Once just is installed and working, create a file named justfile in the root of your ...
For example, to turn on IP forwarding in the containers network namespace, run this command: $ docker run --sysctl net.ipv4.ip_forward=1 someimage Note: Not all sysctls are namespaced. Docker does not support changing sysctls inside of a container that also modify the host system. As ...
So just press enter and then backspace key. This will insert a new line and then delete it as well. This way, nothing in the text file is changes and yet Nano will see it as a modified file. If you press Ctrl+X and press Y to confirm the save, you’ll come to the screen wher...
any_command > /dev/sda使用该命令,原始数据将被写到块设备,其结果是造成数据丢失。 wget http://some_untrusted_source -O- | sh不要从不信任的地方下载东西,这可能会获取恶意代码。 mv /home/yourhomedirectory/* /dev/null此命令将移动主目录中的所有文件到一个不存在的地方,你将再也看不到那些文件。
in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages;apt-gethas a "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. The dist...