Skip to content

Python in the jungle

Security Researcher, DevOps, SRE

Python in the jungle

Month: January 2017

Cron cheatsheet

To edit cronjob:

$ crontab -e

cronjob cheat:

Do the job every 5 menit

*/5 * * * * do.sh
Author adminPosted on January 29, 2017June 29, 2017Categories UncategorizedTags cli, cronLeave a comment on Cron cheatsheet

How to init vagrant

Vagrant init

$ mkdir vagrant-test-box
$ cd vagrant-test-box
$ vagrant box add bento/centos-7.3
$ vagrant init bento/centos-7.3
$ vagrant up

Check vagrant box

$ vagrant box list
Author adminPosted on January 23, 2017June 23, 2017Categories UncategorizedTags vagrantLeave a comment on How to init vagrant

Buy me a coffee

buy me a coffee

Pages

  • About

Recent Posts

  • Python requests still not installed after installation
  • Extend Linux file system after upgrading EBS size
  • Setup scrot on Fedora with manual installation
  • Deploying Kubernetes Cluster With Ingress and Load Balancer on DigitalOcean
  • How to safely drain and remove k8s node
  • Setup kubernetes cluster in Ubuntu 20.04 from scratch
  • How to get size object in the S3 bucket from aws cli
  • How to check the remote file whether it exists?
  • Add codebuild webhook command line
  • Install Spotify on Fedora 28 With Snap Easy Steps!
  • youtube-dl Troubleshooting: ERROR: This video is unavailable
  • Nmap cheatsheet
  • How to Push Docker Image to Google Cloud Repository (GCR) (Easy steps!)
  • Install Redshift on Fedora 28 & Apply the Screen Reduction
  • Run bash terminal inside VIM with Conque-Shell
  • How to find zero-bytes files in directory and remove them
  • Run Terraform With AWS Profile
  • Let’s understand Git Submodule
  • Convert audio file with ffmpeg
  • Nginx: set the server_name as wildcard without hostname

Recent Comments

  • program on Linux machine Failed to hibernate, “system via logind: Sleep verb not supported”
  • David von Oheimb on Linux machine Failed to hibernate, “system via logind: Sleep verb not supported”

Archives

  • November 2023
  • February 2023
  • June 2021
  • March 2021
  • December 2020
  • May 2020
  • April 2020
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • April 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • January 2017
  • September 2016
  • January 2016
  • December 2015
  • May 2014
  • April 2014
  • August 2012

Tags

  • alembic (2)
  • android (2)
  • ansible (2)
  • apt (2)
  • arcanist (2)
  • aws (15)
  • aws-cli (2)
  • awscli (4)
  • bash (8)
  • centos (4)
  • cli (40)
  • codebuild (2)
  • datadog (2)
  • django (2)
  • dnf (3)
  • docker (11)
  • fedora (14)
  • flask (2)
  • git (8)
  • ingress (2)
  • jenkins (2)
  • jobs (3)
  • k8s (2)
  • kubernetes (5)
  • linux (11)
  • mysql (7)
  • nginx (13)
  • php (5)
  • php-fpm (2)
  • pip (2)
  • puppet (2)
  • python (14)
  • rails (2)
  • ruby (3)
  • samba (3)
  • shell (3)
  • ssh (5)
  • ssl (3)
  • terraform (6)
  • ubuntu (15)
  • uwsgi (2)
  • vagrant (5)
  • vim (5)
  • wordpress (5)
  • yum (2)
Python in the jungle Proudly powered by WordPress