Sumber belajar : Channel Tahu Coding Install laravel (source : laravel.com) dengan composer lebih enak untuk saya. composer create-project laravel/laravel namafolderapps composer require laravel/ui php artisan ui bootstrap php artisan ui bootstrap –auth npm install && npm run dev (install node.js dulu secara terpisah composer…
Category: Programming

Python3 Create sha256 from Input Text
Python3 script to receive input text and change it to sha256 hashing text. Usually we can use it to create password and store it in database. A note for hexdigest() command, it means that the hash_object is printed in hex/ printable letter format. Otherwise it…
Ansible Installation & Modules
Ansible is RedHat automation tools that we can create a list of command to manipulate machine such as cisco switch. I am using Ubuntu 20.04 and here is the list of command that we need, in order to practice in cisco devnet program. That’s enough…
Git Commands
Git is useful command in writing program and we want to preserve the working earlier codes while testing a new change. And these are the command I learnt.
Python3 Pip3 Upgrade Error
Shit happen. I am using Ubuntu 14.04 with Python 3.5. Actually with pip3 version 10 or something. I forgot. I try to install pytest. I read that I need to upgrade the pip3 to version 20. So I id. It worked nice. But when I…
Jupyter Notebook
No. This is not a physical notebook. It is an environment program for programming Ruby, Haskel, Julia, and R. Hehehe I don’t know any of them. But I am learning about python3 now. First of all we need python pip. The pip is like apt-get….

Remove Python2.7 and Change to Python3.6 – Shit Happened!
Shit happened. I thought I can upgrade the python to 3.6 and only use 3.6. So I can remove 2.7. So I did : And type Y for confirmation. The next thing happen is, I lost gimp, inkscape and many other programs. Hahahaha So, my…

Start The Python, Snakes at 44
Well, I didnt’t mean anything by the title of this post, just want to confirm my self that it is never been too late to start learn new things. It is me start learning python at the age 44. Anyway, I have python inside my…

ReactJs – Introduction
Reactjs is actually a engine/ container system that using jquery/ javascript that build responsive/ reactive java web application/ web frontweb. React was created by Jordan Walke, a software engineer at Facebook, who released an early prototype of React called “FaxJS”. Now it is opensource and lots…

Convert Multi File of PNM to PDF
I have lots of pnm which is scanned files. PNM is picture format. I need to make them into one file. The only way is convert them into pdf. And make them into one file. Linux provides such command. Which is convert command. The syntax…