(hp.com article)
By Michelle Wilson and Tulie Finley-Moise
| #!/bin/bash | |
| # get_dock.sh | |
| # ----------- | |
| # | |
| # Installs docker as well as docker-compose directly from docker sources using aptitude package manager. | |
| # 🚫 ONLY LINUX UBUNTU/DEBIAN SYSTEMS SUPPORTED | |
| # | |
| # @zudsniper | |
| ############################################# |
| #!/bin/bash | |
| # dlgh.sh | |
| # -------- | |
| # | |
| # Download all repositories of a user or organization using the gh commandline tool. | |
| # REQUIRES `gh auth login`! | |
| # | |
| # @zudsniper | |
| # GitHub-themed header |
(hp.com article)
By Michelle Wilson and Tulie Finley-Moise
<REDACTED>
{ "link": "https://www.pcmag.com/picks/the-best-vps-web-hosting-services", "user_has_request": true }
Certainly! Here's a full summary of the stipulations from the Spirit Airlines Terms & Conditions in markdown README format:
This summary provides an overview of the key stipulations found in the Spirit Airlines Terms & Conditions document.
| 1. Add dependecy: | |
| <dependency> | |
| <groupId>org.apache.logging.log4j</groupId> | |
| <artifactId>log4j-slf4j-impl</artifactId> | |
| <version>${log4j.version}</version> | |
| </dependency> | |
| 2.Create config file for log4j (https://logging.apache.org/log4j/2.x/manual/configuration.html). | |
| I prefer log4j2-test.properties because according documentation this format will look second, after configFile: | |
| 'If no system property is set the properties ConfigurationFactory will look for log4j2-test.properties in the classpath.' | |
| --------------------------------------------------------------- |
| function getToken() { | |
| let a = []; | |
| webpackChunkdiscord_app.push([[0],,e=>Object.keys(e.c).find(t=>(t=e(t)?.default?.getToken?.())&&a.push(t))]); | |
| console.log(`${a}`); | |
| return a[0]; | |
| } | |
| getToken(); |
| #!/bin/bash | |
| # init_agpt.sh | |
| # ------------ | |
| # | |
| # this script will initialize the redis server for AutoGPT | |
| # then start the AutoGPT instance of name $1 | |
| # --------------------------------------------------------- | |
| # MAKE SURE YOU SET YOUR REDIS ENVIRONMENT VARIABLES WITHIN YOUR CONFIGURATION! | |
| # it may be `config.json` or `.env`, or some other way. | |
| # |
| #!/bin/bash | |
| # init_agpt.sh | |
| # ------------ | |
| # | |
| # V4.7.0 | |
| # This script will initialize the redis server for AutoGPT | |
| # then start the AutoGPT instance of name $1 | |
| # --------------------------------------------------------- | |
| # MAKE SURE YOU SET YOUR REDIS ENVIRONMENT VARIABLES WITHIN YOUR CONFIGURATION! | |
| # it may be `config.json` or `.env`, or some other way. |