Skip to content

Instantly share code, notes, and snippets.

View akuikialie's full-sized avatar

Achmad Ali Liesmana akuikialie

View GitHub Profile
@akuikialie
akuikialie / locustfile.py
Created September 20, 2023 01:09
Locust Load Test - Default Route API
import time
from locust import HttpUser, task, between
class QuickstartUser(HttpUser):
wait_time = between(1, 10)
#@task
#def default_login(self):
# self.client.get("/login")
@akuikialie
akuikialie / laravel
Created April 10, 2023 21:06 — forked from herusdianto/laravel
Laravel Nginx Virtual Host Example
# /etc/nginx/sites-available/laravel
server {
listen 80;
listen [::]:80 ipv6only=on;
root /var/www/html/laravel/public;
index index.php index.html index.htm;
server_name laravel.dev;
@akuikialie
akuikialie / linux-command.md
Created April 3, 2023 02:07
Linux Commands Reguler

𝗟𝗶𝗻𝘂𝘅 𝗖𝗼𝗺𝗺𝗮𝗻𝗱𝘀 𝗥𝗲𝗴𝘂𝗹𝗮𝗿 𝗨𝘀𝗲𝗿

  1. ls - view contents of directory (list)

  2. pwd - path of the current directory

  3. cd - change directory

  4. mkdir - make new directory

@akuikialie
akuikialie / nmap-cheatsheet.md
Created April 3, 2023 01:56
NMap - Cheatsheet

1. Nmap Basic Scanning

nmap -sV [host] // Version Detection, default scan nmap -sS [host] // SYN Stealth Scan nmap -sU [host] // UDP Scan nmap -sT [host] // TCP Connect() Scan nmap -sN [host] // TCP Null Scan nmap -sF [host] // TCP FIN Scan

2. Nmap Host Discovery

nmap -sL [host/network] // List Scan - Discover targets by querying DNS or the targets in a network

@akuikialie
akuikialie / vimrc
Created March 9, 2023 01:51 — forked from wheeyls/vimrc
My .vimrc (Windows, GVIM)
set nocompatible
call pathogen#infect()
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
" My Bundles
@akuikialie
akuikialie / .vimrc
Created March 9, 2023 01:51 — forked from jibone/.vimrc
My .vimrc for gvim on windows.
set number
colorscheme desert
set tabstop=4
set softtabstop=4
set shiftwidth=4
set listchars=tab:>\ ,eol
@akuikialie
akuikialie / apache2_vhost_config_vuejs_dist
Created March 3, 2023 04:27 — forked from 7rin0/apache2_vhost_config_vuejs_dist
VueJS: Apache / Nginx vhost config examples
<VirtualHost *:80>
DocumentRoot "/home/dev/server/project/dist/"
ServerName vuejs.project.local
<Directory /home/dev/server/project/dist/>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require all granted
Order allow,deny
allow from all
@akuikialie
akuikialie / starting-docker.md
Created November 17, 2022 08:44
Docker CLI - Start Your Environment

Docker

Hiking Gear <_ Daftar Peralatan Pendakian _>

peralatan pribadi

  • tas keril (min: 35liter)
  • jaket outdoor (waterproff)
  • balaclava
  • sarung tangan
  • kaos kaki
  • kaos dryfit / tipis
## What is that IOT
## Why use it
##