Difference between revisions of "Linux"
From Tech-Wiki
Line 3: | Line 3: | ||
==Misc== | ==Misc== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
*[[Enhancing the vi (or vim)]] | *[[Enhancing the vi (or vim)]] | ||
*[[Performance monitoring]] | *[[Performance monitoring]] | ||
Line 13: | Line 8: | ||
*[[Puppet Manifest Samples]] | *[[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)]] | *[[Management cards (iLO/DRAC) and Hardware sensors (fan/temperature)]] | ||
*[[IPTables examples]] | *[[IPTables examples]] | ||
+ | |||
+ | ==Bash== | ||
*[[Bash loops]] | *[[Bash loops]] | ||
+ | *[[List files sorting by size]] | ||
+ | *[[Delete files older than x days]] | ||
+ | *[[Sorting/filtering/counting text data]] | ||
+ | *[[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]] | ||
==External links== | ==External links== |
Revision as of 23:02, 24 February 2019
Contents
Misc
- 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
Bash
- Bash loops
- List files sorting by size
- Delete files older than x days
- Sorting/filtering/counting text data
- 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