Difference between revisions of "Linux"
From Tech-Wiki
(→Misc) |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Misc== | ==Misc== | ||
− | *[[ | + | *[[MS-DOS to Linux commands]] |
− | + | ||
− | + | ||
*[[Enhancing the vi (or vim)]] | *[[Enhancing the vi (or vim)]] | ||
*[[Performance monitoring]] | *[[Performance monitoring]] | ||
*[[Tuning network performance adjusting kernel parameters]] | *[[Tuning network performance adjusting kernel parameters]] | ||
+ | *[[Puppet Manifest Samples]] | ||
*[[How to use telnet without the telnet command installed]] | *[[How to use telnet without the telnet command installed]] | ||
− | |||
*[[Adding and extending disks/volumes in LVM]] | *[[Adding and extending disks/volumes in LVM]] | ||
− | *[[ | + | *[[Management cards (iLO/DRAC) and Hardware sensors (fan/temperature)]] |
*[[IPTables examples]] | *[[IPTables examples]] | ||
+ | *[[SSH Tunnel (Port forwarding)]] | ||
+ | |||
+ | ==Bash== | ||
*[[Bash loops]] | *[[Bash loops]] | ||
+ | *[[List files sorting by size]] | ||
+ | *[[Delete files older than x days]] | ||
+ | *[[Sorting/filtering/counting text data]] | ||
+ | *[[Measuring log growth rate (lines per second)]] | ||
+ | *[[Remove DOS line endings from Text files (CR/LF)]] | ||
+ | |||
+ | ==OpenSSL== | ||
+ | *[[Generate OpenSSL certificate requests for Apache]] | ||
+ | *[[Convert certificate formats using OpenSSL]] | ||
+ | *[[Enable Public Key Authentication on SSH]] | ||
+ | |||
+ | ==Docker== | ||
+ | *[[Docker installation]] | ||
+ | *[[Docker commands]] | ||
+ | *[[Manual container creation]] | ||
==External links== | ==External links== | ||
* [http://www.crypt.gen.nz/selinux/disable_selinux.html Disabling SELinux] | * [http://www.crypt.gen.nz/selinux/disable_selinux.html Disabling SELinux] | ||
* [http://www.openspf.org/SPF_Record_Syntax SPF Record syntax] | * [http://www.openspf.org/SPF_Record_Syntax SPF Record syntax] | ||
+ | * [https://crontab.guru/ Crontab schedule editor] |
Latest revision as of 01:19, 21 March 2024
Contents
Misc
- MS-DOS to Linux commands
- Enhancing the vi (or vim)
- Performance monitoring
- Tuning network performance adjusting kernel parameters
- Puppet Manifest Samples
- How to use telnet without the telnet command installed
- Adding and extending disks/volumes in LVM
- Management cards (iLO/DRAC) and Hardware sensors (fan/temperature)
- IPTables examples
- SSH Tunnel (Port forwarding)
Bash
- Bash loops
- List files sorting by size
- Delete files older than x days
- Sorting/filtering/counting text data
- Measuring log growth rate (lines per second)
- Remove DOS line endings from Text files (CR/LF)
OpenSSL
- Generate OpenSSL certificate requests for Apache
- Convert certificate formats using OpenSSL
- Enable Public Key Authentication on SSH