Skip to content

Instantly share code, notes, and snippets.

View akuikialie's full-sized avatar

Achmad Ali Liesmana akuikialie

View GitHub Profile
@akuikialie
akuikialie / operator-arithmetic.php
Created November 9, 2017 16:27
Learn Operator Arithmetic On PHP
<?php
/**
* Short description for test-variable-php.php
*
* @package operator-arithmetic.php
* @author Akku Iki Alie <[email protected]>
* @version 0.1
* @copyright (C) 2017 Akku Iki Alie <[email protected]>
* @license Shoop E-Commerce License
*/

Daftar Frequency HT Baofeng BF888s

'Baofeng BF888s merupakan salah satu HT dari merk Baofeng yang mempunya bentuk fisik kecil dan kokoh. Nyaman untuk dipegang ketika di kegiatan outdoor'

Berikut Daftar Frequency :

Channel Freq TX Freq RX Type Tone Tones
CH1 462.125 462.125 CTCSS 69.3
Docker Command CLI :
* - docker ps
* - docker images
* - docker run -itd -p [port_target]:[port_aplikasi] [image_id]
* - docker exec -it [container_id] bash
Docker Compose CLI :
* - docker-compose up
* - docker-compose build
* - docker-compose start
## Daftar Co-Working Space Kota Surabaya
1. Koridor
2. Dilo Surabaya
3. Geco Coworking Space
4. Satu Atap Coworking Space
5. Sub CO Tierra 1.0
6. Sub CO Tierra 2.0
@akuikialie
akuikialie / software-development-notes.md
Last active January 7, 2020 06:55
-- Catatan kecil untuk memulai pembuatan software --

Software Development Notes

Brief

Management

Untuk pembuatan aplikasi, pasti ada untuk management dari sebuah proses pembuatan aplikasi itu.

Daftar

  1. Trello
  2. Jira
@akuikialie
akuikialie / config
Last active April 26, 2022 12:03
bitbucket-failed-ssh
#Use your favorite terminal
#vim ~/.ssh/config
#Add these lines and save it.
Host bitbucket.org
Hostname altssh.bitbucket.org
Port 443
## What is that IOT
## Why use it
##

Hiking Gear <_ Daftar Peralatan Pendakian _>

peralatan pribadi

  • tas keril (min: 35liter)
  • jaket outdoor (waterproff)
  • balaclava
  • sarung tangan
  • kaos kaki
  • kaos dryfit / tipis
@akuikialie
akuikialie / starting-docker.md
Created November 17, 2022 08:44
Docker CLI - Start Your Environment

Docker

@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