Skip to content
#

cloud

Here are 1,014 public repositories matching this topic...

reedacus25
reedacus25 commented Mar 30, 2022

Description
I tried to use the state aptpkg.held as shown in the documentation, only for that state to apparently not exist.

I tried looping through state modules such as apt, pkg, and aptpkg with hold and held states, to find apt.held as the actually correct usage.

$ for major in apt pkg ap
Documentation severity-medium help-wanted doc-correction

macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.

  • Updated Feb 8, 2022
  • Python
GowthamKudupudi
GowthamKudupudi commented Jun 15, 2021

Description
If the Triton server build fails due to any reason, I have to delete the /tmp/citritonbuild/<backend> folders to prevent the next rebuild from throwing git repo already exists error.

Triton Information
r21.05

I am building the Triton server myself.

To Reproduce
uninstall one of the dependency needed by a backend.
run build.py with all the backends enabled

enhancement good first issue
sistoimenov
sistoimenov commented Nov 22, 2018

My goal is to view the available/installed artifacts on a VM in dev test lab.

By calling:

az lab vm show --lab-name $DevTestLabName --name $VmName--resource-group $ResourceGroupName

It displays a json response in which there is an "artifacts" property but its value is null.

When I try to use the --expand parameter as it is described in the documentation it returns an error:

Documentation Service Attention Devtestlab good first issue
orchest
ricklamers
ricklamers commented Aug 30, 2021

Describe the solution you'd like
Add types to Python codebase

What does your solution aim to solve?
Make it more explicit what arguments functions take and therefore make it easier to extend consume or refactor code.

good first issue improvement internal

A comparison between some VPS providers. It uses Ansible to perform a series of automated benchmark tests over the VPS servers that you specify. It allows the reproducibility of those tests by anyone that wanted to compare these results to their own. All the tests results are available in order to provide independence and transparency.

  • Updated May 22, 2018
  • Python

450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...

  • Updated Jun 21, 2022
  • Python
Perilin
Perilin commented Dec 24, 2017

Filtering by command is great, but how about also filtering by currently active directory?
I've quickly hammered something into place that works using preexec...

# Added to end of  ~/.bashrc

__peri_filter_preexec() { if [[ "${PWD}" =~ .*Private.* ]] ; then __BH_SAVE_COMMAND=''; fi }
if [ -f ~/.bashhub/deps/bash-preexec.sh ]; then source  ~/.bashhub/deps/bash-preexec.sh ; preexec_f
enhancement good first issue
flosell
flosell commented Jun 10, 2018

#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.

Here's things I currently know are missing (comment if you find more):

  • KMS: Encrypt, Decrypt, GenerateDataKey, ...
  • ECR: BatchDeleteImage, BatchGetImage, ...
  • *Deregister*
  • *Modify*
  • *Remove*
  • API Gateway: (DELETE,
enhancement good first issue guess-feature

Improve this page

Add a description, image, and links to the cloud topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud topic, visit your repo's landing page and select "manage topics."

Learn more