There are 24 static site generators that support AsciiDoc sourcing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| storage: | |
| dbPath: "/data/db" | |
| journal: | |
| enabled: true | |
| systemLog: | |
| destination: file | |
| path: "/var/log/mongodb.log" | |
| logAppend: true | |
| timeStampFormat: iso8601-utc | |
| processManagement: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ## Copyright (c) 2020 mangalbhaskar. All Rights Reserved. | |
| ##__author__ = 'mangalbhaskar' | |
| ##---------------------------------------------------------- | |
| ## key value parser for shell script for bash shell | |
| ## Reference and Credits: | |
| ## http://tldp.org/LDP/abs/html/parameter-substitution.html | |
| ## https://stackoverflow.com/questions/14370133/is-there-a-way-to-create-key-value-pairs-in-bash-script#14371026 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ## Copyright (c) 2020 mangalbhaskar. All Rights Reserved. | |
| ##__author__ = 'mangalbhaskar' | |
| ###---------------------------------------------------------- | |
| function test-1-case-1-yes_or_no_loop() { | |
| local LSCRIPTS=$( cd "$( dirname "${BASH_SOURCE[0]}")" && pwd ) | |
| source ${LSCRIPTS}/yes_or_no_loop.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ## Copyright (c) 2020 mangalbhaskar. All Rights Reserved. | |
| ##__author__ = 'mangalbhaskar' | |
| ###---------------------------------------------------------- | |
| ## create a new system level user without login, create the new group, | |
| ## adds current logged-in user and new system nologin user to the common group; | |
| ## and give restrictive sudo access to a particular script and systemd service | |
| ###---------------------------------------------------------- |
- Inspect system IP and docker network. Use
sudoif you are getting permission denied error, ex:sudo docker network listip a docker network list # docker network inspect etc_default | grep Subnet docker network inspect bridge - Create file
/etc/docker/daemon.jsonif it does not already exits
Ubuntu Server GPU or non GPU server setup guide using lscripts-docker bash shell script framework
- If there is an error of for
/cdromonsudo apt update, then comment theCDROMline in the file:/etc/apt/sources.listcat /etc/apt/sources.list sudo vi /etc/apt/sources.list
- Install ubuntu-desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ## Copyright (c) 2024 mangalbhaskar. All Rights Reserved. | |
| ##__author__ = 'mangalbhaskar' | |
| ###---------------------------------------------------------- | |
| ## w3m - a text based web browser and pager | |
| ###---------------------------------------------------------- | |
| ## Install the dependency |