Skip to content

Instantly share code, notes, and snippets.

View akuikialie's full-sized avatar

Achmad Ali Liesmana akuikialie

View GitHub Profile
@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
@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
## 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
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 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
@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
*/
@akuikialie
akuikialie / index.php
Last active September 13, 2017 05:25
catalog-folder-landing-page
<!DOCTYPE html>
<html>
<head>
<title>Codeigniter 3 Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" />
<link href="http://fonts.googleapis.com/css?family=Abel|Open+Sans:400,600" rel="stylesheet" />
<style>
@akuikialie
akuikialie / software.md
Last active August 7, 2018 03:35
Little explained about Software

About Software

<_Apa itu Software? _>

Dari sisi teori Wikipedia, istilah khusus untuk data yang diformat, dan disimpan secara digital, termasuk program komputer, dokumentasinya, dan berbagai informasi yang bisa dibaca, dan ditulis oleh komputer.

Jadi software merupakan aplikasi yang ada untuk dipergunakan membantu memecahkan masalah. Masalah pada sebuah software bergantung pada kondisi, pengguna.

All About PHP

<_List Material on PHP _>

  • Pengenalan
    • Bahasa pemrograman
    • Web : browser, server
    • HTML
    • Server side processing / dynamic web
@akuikialie
akuikialie / git.md
Last active September 22, 2021 00:43
Start Your Project Wit GIT

How To Start Project With GIT

<GIT List Command>

  • Stage #1
    • git init - URL
    • git clone - URL
    • git config - URL
    • git add - URL
  • git commit - URL