[ [[ acpid addgroup adduser adjtimex ar arp arping ash awk basename beep blkid brctl bunzip2 bzcat bzip2 cal cat catv chat chattr chgrp chmod chown chpasswd chpst chroot chrt chvt cksum clear cmp comm cp cpio crond crontab cryptpw cut date dc dd deallocvt delgroup deluser depmod devmem df dhcprelay diff dirname dmesg dnsd dnsdomainname dos2unix dpkg du dumpkmap dumpleases echo ed egrep eject env envdir envuidgid expand expr fakeidentd false fbset fbsplash fdflush fdformat fdisk fgrep find findfs flash_lock flash_unlock fold free freeramdisk fsck fsck.minix fsync ftpd ftpget ftpput fuser getopt getty grep gunzip gzip hd hdparm head hexdump hostid hostname httpd hush hwclock id ifconfig ifdown ifenslave ifplugd ifup inetd init inotifyd insmod install ionice ip ipaddr ipcalc ipcrm ipcs iplink iproute iprule iptunnel kbd_mode kill killall killall5 klogd last length less linux32 l
| acpi --help >> ~/apt.md | |
| base64 --help >> ~/apt.md | |
| basename --help >> ~/apt.md | |
| bc --help >> ~/apt.md | |
| blkid --help >> ~/apt.md | |
| blockdev --help >> ~/apt.md | |
| cal --help >> ~/apt.md | |
| cat --help >> ~/apt.md | |
| chattr --help >> ~/apt.md | |
| chcon --help >> ~/apt.md |
$ lz4 --help *** LZ4 command line interface 32-bits v1.9.2, by Yann Collet *** Usage : lz4 [arg] [input] [output]
input : a filename with no FILE, or when FILE is - or stdin, read standard input Arguments : -1 : Fast compression (default) -9 : High compression
| ## dpkg: error: (need an action option) | |
| - - - | |
| > Type | |
| `dpkg --help` | |
| for help about installing and deinstalling packages [*]; | |
| > Use | |
| `apt` or `aptitude` | |
| for user-friendly package management; |
Справка по Total Commander
Что нового
Лицензии (Total Commander и дополнения)
Пользовательский интерфейс
Выделение файлов/папок
Операции с файлами
Главное меню
Контекстные меню
Сочетания клавиш
alt_is_meta
1 = Escape 2 = one exclam onesuperior 3 = two at twosuperior 4 = three numbersign threesuperior Control underscore 4 = Escape 5 = four dollar onequarter 6 = five percent onehalf 7 = six asciicircum threequarters
Linux kernel release 3.x <http://kernel.org/>
These are the release notes for Linux version 3. Read them carefully, as they tell you what this is all about, explain how to install the kernel, and what to do if something goes wrong.
WHAT IS LINUX?
Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <!-- Global site tag (gtag.js) - Google Analytics --> | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=UA-49925874-3"></script> | |
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| function gtag(){dataLayer.push(arguments);} | |
| gtag('js', new Date()); |
| REGULAR EXPRESSION SYNTAX | |
| === | |
| Regular expression syntax — syntax and semantics of regular expressions supported by GRegex | |
| GRegex regular expression details | |
| A regular expression is a pattern that is matched against a string from left to right. Most characters stand for themselves in a pattern, and match the corresponding characters in the string. As a trivial example, the pattern | |
| The quick brown fox matches a portion of a string that is identical to itself. When caseless matching is specified (the G_REGEX_CASELESS flag), letters are matched independently of case. | |
| The power of regular expressions comes from the ability to include alternatives and repetitions in the pattern. These are encoded in the pattern by the use of metacharacters, which do not stand for themselves but instead are interpreted in some special way. | |
| There are two different sets of metacharacters: those that are recognized anywhere in the pattern except within square brackets, and those that are recognized in square brackets. Outside squar |