Skip to content
View taufiqpsumarna's full-sized avatar
🏠
Work From Home
🏠
Work From Home
Block or Report

Block or report taufiqpsumarna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
taufiqpsumarna/README.md

🤓👋 Hello there! I'm Taufiq

I'm a DevOps Engineer with IT Support, Sysadmin, and Network Engineering Backgrounds

#!/bin/bash
checkUser= cat /etc/passwd | grep you
userName= You

if command [!$checkUser | grep $userName] then
  echo "👋 Hello there! I'm Taufiq"
  echo "I'm a DevOps Engineer with IT Support, Sysadmin, and Network Engineering Backgrounds"
else 
  echo "Hi $userName maybe we already know each other!"
fi

page views Read the Docs Stack Exchange reputation GitHub followers

  • 🏢  I'm currently working at PT. IDStar Cipta Teknologi
  • 🌱  I’m currently learning Cloud Infrastructures and DevOps related things
  • 💬  I like to talk about Automation, Cybersecurity, OSS and Home-labbing a.k.a Self-Hosted Stuff
  • 📫  Ask me anything on my Issues page
  • 📨  Connect with me on LinkedIn
  • 🖼️  You can check my works at My Portfolio
  • 🔖  Or just visit my My Homepage

Latest Medium Story

My Favorite Tech

Operating System, Tools, languages, and other things that I :love: to work with.

Cloud Platform

Development Tools

Operating System

Server Software Packages

Github Stats

Top Langs Top Langs
Summary

Credit Notes

Pinned

  1. proshop_mern_dockerized proshop_mern_dockerized Public

    Forked from bradtraversy/proshop_mern

    Shopping cart built with MERN & Redux Dockerized

    JavaScript 1 1

  2. React_App_Gitlab_Pipeline React_App_Gitlab_Pipeline Public

    Forked from javascriptbear/todo_react_app

    A simple React Todo List App using Mantine UI with simple Gitlab CI/CD.

    JavaScript

  3. Grafana_monitoringkit Grafana_monitoringkit Public

    This script automates the installation and configuration of Prometheus, Node_Exporters, Loki, and Promtail on Ubuntu Server.

    Shell

  4. Bitnami_Mattermost_Backup_Config_To_AWS_S3 Bitnami_Mattermost_Backup_Config_To_AWS_S3 Public

    This is a Bash script that performs a backup of bitnami three configurations (Mattermost, Nginx, and Let's Encrypt) and uploads them to an AWS S3 bucket.

    Shell

  5. Bitnami_Mattermost_Backup_mysqldump_to_AWS_S3 Bitnami_Mattermost_Backup_mysqldump_to_AWS_S3 Public

    This script creates a backup of a Mattermost MySQL database and uploads it to an AWS S3 bucket. The script is written in Bash.

    Shell

  6. ansible-nginx-php ansible-nginx-php Public

    Demo install nginx dan php menggunakan ansible

    2