Skip to content

www.Dev4Devs.com

  • Linkedin
  • GitHub
  • Twitter

Solutions for developers

  • Home
  • Tags
    • ci
    • command line
    • devtools
    • docker
    • git
    • [Intellij IDEA]
    • macosx
    • operator-sdk
    • operator-framework
    • opensource
    • operators
    • regex
    • ssh
    • travis
    • utils
    • woman
    • kubernetes
  • Search
  • Categories
    • Algorithms
    • ansible
    • Books
    • CommandLine
    • DevOps
    • docker
    • English
    • Functional Programming
    • git
    • golang
    • Hibernate
    • Java
    • Javascript
    • NodeJS
    • MongoDB
    • kubernetes
    • operators
    • OpenShift
    • Tips
  • About

Author: camilamacedo86

[Docker] – Creating a Docker container with Fedora and a Docker installed inside

Following the steps. 1. Create a Dockerfile with the following content. from fedora RUN dnf install python-pip -y RUN dnf … More

docker, Fedora

[Books] – How Open Source Ate Software: Understand the Open Source Movement and So Much More

I’d like to share a book recommended by my teammates. I could not read yet, however, following the tip.  

Books

[ansible] – Understanding Configuration file (ansible.cfg) and Privilege Escalation

Following an example o ansible.cfg in order to illustrate this explanation. [defaults] remote_user = myuser inventory = inventory [privilege_escalation] become = … More

ansible

[Util] – How to change the permissions of a file in order to make it an executable script?

Use the command chmod to apply the permission 755. Following an example. ( Note the x at the end in … More

command line, linux, macosx, script, shel, utils

[Ansible] – Running commands and using modules

Following the syntax: ansible hostgroup -m module [-a ‘module arguments’] [-i inventory] Note that it will allow you executed actions … More

ansible

[Ansible] – Inventories

The inventory is the file where you will config the host which will be used for ansible connect via SSH and … More

ansible

[Ansible] – Dynamic Inventories

Why and when is required? The dynamic inventories will be useful to get dynamically the hostnames/machines, which means that they … More

ansible

[Mac Os X] – How to install ansible version X?

Following an example/commands to install ansible 2.4. $ brew install python $ pip3 install virtualenv $ sudo pip install ansible==2.4.0 If you … More

ansible, install

[NodeJS] – Publish and manager npm tags

To publish Use $npm publish To publish with a specific tag Use $npm publish –tag=mytag ( E.g development ) To … More

node.js

[Docker] – How to create a container with permission to run a process?

If you are trying to execute the command $systemctl start docker inside of a Docker container started by the command as for … More

DevOps, docker, Fedora

Posts navigation

Older posts
Newer posts

Search

Follow www.Dev4Devs.com on WordPress.com

Category Cloud

Algorithms AngularJS ansible Architecture Books CommandLine container convection DevOps docker English Functional Programming git golang helm hibernate java javascript JavaServer Faces kubebuilder kubernetes layout maven meteor minikube mongoDB neo4j NodeJS OpenShift operators postgreSQL primefaces python regex shell SO think tips Uncategorized [Intellij IDEA]

Tags Cloud

5.0 2019 2020 aggregate ai Algorithms amazon android AngularJS annotations ansible anyMatch Architecture AtomicBoolean autocomplete automate aws beans best practices Books bootstrap bundle cache callable cdi centos ci Clojure cloud code collections command line CommandLine configuration confirmation container contribution control-plane.io cool cordova course database datable date date component debugger debugging for chrome default methods Design design pattern development DevOps devtools directions api docker email English estatistics events example exceptions faces factory Fedora filter findFirst fix foreach formatter Functional Programming genericConverter gi git golang good practices google gradle groupingBy grunt hibernate ibm images install interceptors ios isse java java8 javascript javaserverfaces JAX-B jdk js jsf junit key kids kubebuilder kubernetes kubernets lambdas layout learn lint linux local env london macosx mandrill mapping maps Material Design math maven meteor Methods microservices minikube Minishift mobile mongoDB music neo4j node node.js nuaware oc tool olm OpenShift opensource operator-framework operator-sdk operatorhub operators optional parse performace pocs pool postgreSQL primafeces primefaces Process python reactivevar redhat redis reflection regex regular expressions remotework responsive rest rhel7 sax scalingo script sdk security sensitive shel shell socket sorted sound sp spin sponsored by spring ssh StAX STEM stream streams sum t tail recursion tdc think thread threads tip tips travis UI uk upstream utils vagrant validation form volatile webpack wildfly woman xml xpath xsd xsl XSLT [Intellij IDEA]
Create a website or blog at WordPress.com
  • Subscribe Subscribed
    • www.Dev4Devs.com
    • Join 56 other subscribers
    • Already have a WordPress.com account? Log in now.
    • www.Dev4Devs.com
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...