Merge pull request #136 from chubin/len80

pull/140/head
Igor Chubin 4 years ago committed by GitHub
commit e54de05828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,5 +4,6 @@
# Eject a disk from the drive:
drutil eject
# Burn a folder as an ISO9660 filesystem onto a DVD. Don't verify and eject when complete:
# Burn a folder as an ISO9660 filesystem onto a DVD.
# Don't verify and eject when complete:
drutil burn -noverify -eject -iso9660

@ -1,5 +1,6 @@
# rclone is a command line tool, similar to rsync, with the difference that
# it can sync, move, copy, and in general do other file operations on cloud services
# rclone
# A command line tool, similar to rsync, with the difference that it can sync,
# move, copy, and in general do other file operations on cloud services.
# Config rclone
rclone config

@ -18,12 +18,14 @@ echo "kernel.sysrq = 1" >> /etc/sysctl.conf
# e Sends SIGTERM to all process except init.
# m Output current memory information to the console.
# i Send the SIGKILL signal to all processes except init
# r Switch the keyboard from raw mode (the mode used by programs such as X11), to XLATE mode.
# r Switch the keyboard from raw mode
# (the mode used by programs such as X11), to XLATE mode.
# s sync all mounted file system.
# t Output a list of current tasks and their information to the console.
# u Remount all mounted filesystems in readonly mode.
# o Shutdown the system immediately.
# p Print the current registers and flags to the console.
# 0-9 Sets the console log level, controlling which kernel messages will be printed to your console.
# 0-9 Sets the console log level, controlling which kernel messages will be
# printed to your console.
# f Will call oom_kill to kill process which takes more memory.
# h Used to display the help. But any other keys than the above listed will print help.
# h Used to display the help (any key except the listed above will print help)

Loading…
Cancel
Save