Langsung ke konten utama

Postingan

sekolah wajib pakai open source!!

untuk mengetahui kenapa sekolah wajib menggunakan open source, kita harus mnedengarkan dari penggegas open source itu sendiri yaitu Richard Stallman. 25 tahun yang lalu beliau mendirikan gerakan Open source.  Open source adalah perangkat lunak yang menghormati Kebebasan pengguna dan solidaritas sosial komunitasnya. Program yang tidak merdeka adalah perangkat lunak proprietary; yaitu, mereka mengambil Kebebasan pengguna yang membuat mereka terpecah belah dan tidak berdaya.Terpecah belah karena mereka dilarang berbagi program, dan tidak berdaya karena pengguna tidak memiliki source code program. Artinya, mereka tidak dapat mengubahnya, mereka tidak dapat mengetahui apa yang sebenarnya dilakukan oleh program tersebut. program tersebut dapat melakukan hal-hal yang sangat buruk. Open source berarti pengguna memiliki 4 Kebebasan penting: Kebebasan 0 adalah Kebebasan untuk menjalankan program untuk tujuan apa pun. Kebebasan 1 adalah Kebebasan untuk mempelajari source code program dan  menguba

Materi IT Support

 Introduction to the Personal Computer Lab Procedures and Tool Use Computer Assembly Preventive Maintenance and the Troubleshooting Process  Windows Installation Windows Configuration and Management Network Concept Applied Networking Laptop and Mobile Devices Mobile, Linux, dan OS X Operating System Printers Security The IT Profesional Advanced Troubleshooting

Website For IT Training

Websites For IT Training  Programming, Web Development, Networking and More *  www.freecodecamp.org *  https://scrimba.com *  www.khanacademy.org *  https://greatlearning.in *  https://trailhead.salesforce.com *  https://frontendmasters.com *  www.scrumstudy.com / *  www.netacad.com *  www.codecademy.com *  www.lynda.com *  www.udemy.com *  www.udacity.com *  www.coursera.org *  www.w3schools.com *  www.thenewboston.org *  www.programmr.com *  www.codeavengers.com *  www.codeschool.com *  www.learnstreet.com *  www.teamtreehouse.com *  www.sqlzoo.net *  www.codehs.com *  www.teamtreehouse.com *  www.html5rocks.com *  www.codepen.io *  www.sitepoint.com *  www.tutorialspoint.com *  www.javatpoint.com *  www.cplusplus.com *  www.learncpp.com *  www.tutorialspoint.com *  www.cprogramming.com *  www.stackoverflow.com *  www.learncodethehardway.org *  www.bloc.io *  www.howtocode.io *  www.edx.org *  www.instructables.com

Framework Brain Grow Up

 GOALS & MOTIVATION --------------------------------- Important thinking ---------------------------------  1. Scientific thinking  2. Law of attraction  3. The law of causality  4. Efektif & efisien  5. Kontekstual Battle ground ---------------------------------  1. Tes evaluasi  2. Tes seleksi  3. Komposisi  4. Kriteria  5. Karakteristik Learn how to learn ---------------------------------  1. Big picture  2. Mand mapping  3. Simbol  4. Imajinasi  5. Integrasi  6. Context based learning Self concept ---------------------------------  1. Proaktif  2. Konsep diri    2.1. Perbandingan    2.2. Pelajaran    2.3. Idealisasi    2.4. Lingkungan  3. Citra diri  4. Rekontruksi pikiran Time management ---------------------------------  1. Self leadership  2. Prioritas  3. ~/ Penting &/~ urgent  4. Scedhule

Fix Laptop Keyboard Tidak bisa mengetik

 For Disabling Laptop's internal keyboard permanently On Ubuntu, Need pass this i8042.nokbd Kernel parameters for not to check/create keyboard port i8042.nokbd [HW] Don't check/create keyboard port Open terminal and run the following command $sudo gedit /etc/default/grub Try to find the following line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" Add parameter i8042.nokbd, the above line should be looks like this GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nokbd" Update grub as following command $sudo update-grub      Then reboot your laptop computer.

discover hidden wifi ssid with aircrack ng

//masuk monitor mode sudo airmon-ng check kill sudo airmon-ng start wlp3s0 sudo iwconfig //keluar monitor mode sudo airmon-ng stop wlp3s0mon sudo systemctl start NetworkManager //scan jaringan sudo airodump-ng wlp3s0mon sudo airodump-ng -c <channel> --bssid <mac> wlp3s0mon //proses deauth sudo aireplay-ng -0 5 -a <mac> --ignore-negative wlp3s0mon                      //enjoyyy//

Belajar Postgresql

 Tgl 08/10/2021 WARNING!! Ini adalah catatan pribadi yang bisa di akses publik. Tidak ada maksud lain kecuali mendokumentasikan proses pembelajaran  Setelah mempelajari dasar dasar node js. Untuk mebuat app sederhana saya membutuhkan peyimpanan berupa database. Setelah sedikit mencari, banyak yang merekomendasikan untuk belajar sql terlebih dahulu.  SQL adalah sebuah bahasa yang digunakan untuk mengakses data dalam basis data relasional.  Namun dalam pengaplikasian nya untuk menghosting app yang saya buat saya menggunakan heroku(karena ada versi gratis).  Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.  Lebih mudah menggunakan postgresql jika menggunakan heroku.  PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. Karena proses development saya menggunakan