move to section 8 sysadmin tools 😎

This commit is contained in:
bdeshi 2022-05-23 21:04:19 +06:00
parent d885ed5de8
commit 2431bd22d5
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ section.seealso
|(7), |(7),
| |
a(href="https://github.com/bdeshi" target="_blank" rel="external nofollow noopener noreferrer").print: b github a(href="https://github.com/bdeshi" target="_blank" rel="external nofollow noopener noreferrer").print: b github
|(1) |(4)
//- //-
| |
| |

View File

@ -5,8 +5,8 @@
site_url = 'https://sammay.sarkar.website', site_url = 'https://sammay.sarkar.website',
description = 'server magician', description = 'server magician',
meta_description = "a self-taught tech professional with a strong background in system administration and general programming, with proven hands-on experience in modern DevOps, cloud, and IaC work areas." meta_description = "a self-taught tech professional with a strong background in system administration and general programming, with proven hands-on experience in modern DevOps, cloud, and IaC work areas."
var section = 7, var section = 8,
section_name = 'Miscellaneous Information Manual' section_name = 'System Administration Manuals'
var version = require('child_process').execSync('git rev-parse HEAD').toString().trim(), var version = require('child_process').execSync('git rev-parse HEAD').toString().trim(),
short_version = version.substring(0, 7), short_version = version.substring(0, 7),
date = (new Date()).toDateString() date = (new Date()).toDateString()