𝗟𝗶𝗻𝘂𝘅 𝗖𝗼𝗺𝗺𝗮𝗻𝗱𝘀 𝗥𝗲𝗴𝘂𝗹𝗮𝗿 𝗨𝘀𝗲𝗿
-
ls - view contents of directory (list)
-
pwd - path of the current directory
-
cd - change directory
-
mkdir - make new directory
| 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") |
| # /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; |
𝗟𝗶𝗻𝘂𝘅 𝗖𝗼𝗺𝗺𝗮𝗻𝗱𝘀 𝗥𝗲𝗴𝘂𝗹𝗮𝗿 𝗨𝘀𝗲𝗿
ls - view contents of directory (list)
pwd - path of the current directory
cd - change directory
mkdir - make new directory
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
nmap -sL [host/network] // List Scan - Discover targets by querying DNS or the targets in a network
| set nocompatible | |
| call pathogen#infect() | |
| call vundle#rc() | |
| " let Vundle manage Vundle | |
| " required! | |
| Bundle 'gmarik/vundle' | |
| " My Bundles |
| set number | |
| colorscheme desert | |
| set tabstop=4 | |
| set softtabstop=4 | |
| set shiftwidth=4 | |
| set listchars=tab:>\ ,eol:¬ |
| <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 |
Hiking Gear <_ Daftar Peralatan Pendakian _>
peralatan pribadi
| ## What is that IOT | |
| ## Why use it | |
| ## |