diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-13 16:44:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-12-13 16:44:29 +0700 |
| commit | db651010fd746282748c9fde610e0f0d9c53380e (patch) | |
| tree | a1045d91c943fd50ec6cda28ebfe4e9d08b1a341 | |
| parent | a5aa2acc24ec3380f56955a757096a681f88d3e5 (diff) | |
| download | kilabit.info-db651010fd746282748c9fde610e0f0d9c53380e.tar.xz | |
_content: use HTTPS for external links instead of HTTP
30 files changed, 87 insertions, 87 deletions
diff --git a/_content/about/index.adoc b/_content/about/index.adoc index 49b0da5..5034358 100644 --- a/_content/about/index.adoc +++ b/_content/about/index.adoc @@ -118,7 +118,7 @@ Client:: Perpustakaan Fakultas Kedokteran UI Development tools:: Java, Apache Tomcat, Mysql Description:: Maintenance web application (LONTAR) -http://perpustakaan.fk.ui.ac.id/ +https://perpustakaan.fk.ui.ac.id/ ==== Paket Aplikasi Sekolah SMU Web (PAS-SMU Web) diff --git a/_content/journal/2007/02/26__why_google/index.adoc b/_content/journal/2007/02/26__why_google/index.adoc index 46d59a0..9f6acd9 100644 --- a/_content/journal/2007/02/26__why_google/index.adoc +++ b/_content/journal/2007/02/26__why_google/index.adoc @@ -5,13 +5,13 @@ company now" Why you should use Google (and its applications), -* http://www.google.com/[What You Search Is What You Get] -* http://mail.google.com/[Gmail], 7+ GB email storage, with less spam, and +* https://www.google.com/[What You Search Is What You Get^] +* https://mail.google.com/[Gmail^], 7+ GB email storage, with less spam, and still counting for additional free space -* http://pages.google.com/[Google Pages], 100 MB personal pages +* https://pages.google.com/[Google Pages^], 100 MB personal pages (out of service, replaced with - http://sites.google.com/[Google Sites]) -* http://picasaweb.google.com/[PicasaWeb], 250 MB photo album. -* http://pack.google.com/[Google Pack], + https://sites.google.com/[Google Sites^]) +* https://picasaweb.google.com/[PicasaWeb], 250 MB photo album. +* https://pack.google.com/[Google Pack^], And its all FREE! diff --git a/_content/journal/2007/03/02__goodbye_old_men/index.adoc b/_content/journal/2007/03/02__goodbye_old_men/index.adoc index fadcc68..1a23b07 100644 --- a/_content/journal/2007/03/02__goodbye_old_men/index.adoc +++ b/_content/journal/2007/03/02__goodbye_old_men/index.adoc @@ -33,5 +33,5 @@ image::yahoo_rip.jpg[Rest in peace Yahoo] ---- And guest what ... today is -http://www.wired.com/wired/archive/13.03/yahoo.html[March 2, where Yahoo!] +https://www.wired.com/wired/archive/13.03/yahoo.html[March 2, where Yahoo!^] celebrating their success in the web. diff --git a/_content/journal/2008/05/23__anonymous_using_tor_and_privoxy/index.adoc b/_content/journal/2008/05/23__anonymous_using_tor_and_privoxy/index.adoc index 208854d..afd7a37 100644 --- a/_content/journal/2008/05/23__anonymous_using_tor_and_privoxy/index.adoc +++ b/_content/journal/2008/05/23__anonymous_using_tor_and_privoxy/index.adoc @@ -16,7 +16,7 @@ Here is the list of packages/software that you need to install, * Tork (Optional, GUI for Tor) [5] In OpenSuSE you can install it from RPM directly. -You can search for packages in http://packages.opensuse-community.org/ [6]. +You can search for packages in https://packages.opensuse-community.org/ [6]. == Configurations @@ -93,12 +93,12 @@ Example, [1] https://www.torproject.org/ -[2] http://www.privoxy.org/ +[2] https://www.privoxy.org/ -[3] http://www.inet.no/dante/ +[3] https://www.inet.no/dante/ -[4] http://tsocks.sf.net/ +[4] https://tsocks.sf.net/ -[5] http://tork.sourceforge.net/ +[5] https://tork.sourceforge.net/ -[6] http://packages.opensuse-community.org/ +[6] https://packages.opensuse-community.org/ diff --git a/_content/journal/2008/05/27__16_01__team_based_project/index.adoc b/_content/journal/2008/05/27__16_01__team_based_project/index.adoc index df1f3cd..2c21195 100644 --- a/_content/journal/2008/05/27__16_01__team_based_project/index.adoc +++ b/_content/journal/2008/05/27__16_01__team_based_project/index.adoc @@ -5,14 +5,14 @@ ____ ____ Read these -http://www.joelonsoftware.com/articles/fog0000000043.html[link] [1], it's more +http:s//www.joelonsoftware.com/articles/fog0000000043.html[link^] [1], it's more clearer than this writing. Working in a team, whether you are a programmer or a team leader, is need a lot of schedule rather than work. This is my point of view of what you should do when building software in a formal team. For a team leader : -* http://thisshouldbeblog.blogspot.com/2008/05/do-vs-do-not.html[Read this +* https://thisshouldbeblog.blogspot.com/2008/05/do-vs-do-not.html[Read this first] [2]. * Make a meeting review at least once a week, except when you have a deadline. @@ -51,12 +51,12 @@ not hurt at all and make your life more easy. * Make a test procedure and test for program. Like -http://en.wikipedia.org/wiki/Scrum_(development)[scrum] [3]. +https://en.wikipedia.org/wiki/Scrum_(development)[scrum] [3]. -- -[1] http://www.joelonsoftware.com/articles/fog0000000043.html +[1] https://www.joelonsoftware.com/articles/fog0000000043.html -[2] http://thisshouldbeblog.blogspot.com/2008/05/do-vs-do-not.html +[2] https://thisshouldbeblog.blogspot.com/2008/05/do-vs-do-not.html -[3] http://en.wikipedia.org/wiki/Scrum_(development) +[3] https://en.wikipedia.org/wiki/Scrum_(development) diff --git a/_content/journal/2009/01/01__00_01__salt_and_pepper/index.adoc b/_content/journal/2009/01/01__00_01__salt_and_pepper/index.adoc index d484d77..86696e6 100644 --- a/_content/journal/2009/01/01__00_01__salt_and_pepper/index.adoc +++ b/_content/journal/2009/01/01__00_01__salt_and_pepper/index.adoc @@ -16,7 +16,7 @@ From user perspective, it easy and manageable but from security view, no. The problem is it use one-for-all password. Once your password is hacked, _all_ of your OpenID accounts is "open" for attacks, not to mention any others -http://idcorner.org/2007/08/22/the-problems-with-openid[problem]. +https://idcorner.org/2007/08/22/the-problems-with-openid[problem]. Or maybe you use password like this 'ax23sd239dj1390sdm9323', every time you want to log in to a web site you open your wallet, unfold a little white note diff --git a/_content/journal/2009/05/21__rebuild_the_system/index.adoc b/_content/journal/2009/05/21__rebuild_the_system/index.adoc index 8cad0cf..24c90f9 100644 --- a/_content/journal/2009/05/21__rebuild_the_system/index.adoc +++ b/_content/journal/2009/05/21__rebuild_the_system/index.adoc @@ -1,10 +1,10 @@ = Rebuild the system Since i am too lazy to build -http://www.gentoo.org/[Gentoo Linux] +https://www.gentoo.org/[Gentoo Linux] from scratch, I decided to re-compile just half of the applications in my base system, which is -http://www.opensuse.org/[OpenSuSE] +https://www.opensuse.org/[OpenSuSE] 10.3, to utilizing my X2 processor. List of source to be compiled: @@ -211,7 +211,7 @@ index b233d21..2a0d48a 100644 == Part V : KDE It's easy, just follow -http://www.linuxfromscratch.org/blfs/view/stable/kde/kde.html[BLFS's guide]. +https://www.linuxfromscratch.org/blfs/view/stable/kde/kde.html[BLFS's guide^]. After compiling kde-base -at least- and if you want to use kdm as a login manager then you should create PAM configuration. Go to `/etc/pam.d`, create "kde" and "kdm" file by cloning "xdm" file. @@ -227,8 +227,8 @@ Go to `/etc/pam.d`, create "kde" and "kdm" file by cloning "xdm" file. It not easy, I would say impossible, because I use an abnormal prefix, which is "/home/sys/xorg". But if you wanna try it, looks -http://www.linuxfromscratch.org/blfs/view/svn/x/x.html[here]. +https://www.linuxfromscratch.org/blfs/view/svn/x/x.html[here^]. -- -* http://www.linuxfromscratch.org/blfs/view/svn/x/x.html +* https://www.linuxfromscratch.org/blfs/view/svn/x/x.html diff --git a/_content/journal/2009/06/03__slashdot_news_for_jerks_stuff_that_latter/index.adoc b/_content/journal/2009/06/03__slashdot_news_for_jerks_stuff_that_latter/index.adoc index 1e64d1d..012d15e 100644 --- a/_content/journal/2009/06/03__slashdot_news_for_jerks_stuff_that_latter/index.adoc +++ b/_content/journal/2009/06/03__slashdot_news_for_jerks_stuff_that_latter/index.adoc @@ -1,7 +1,7 @@ = Slashdot: news for jerks, stuff that latter Nothing more to say, -http://www.google.com/search?q=slashdot+sucks[Google already full of it]. +https://www.google.com/search?q=slashdot+sucks[Google already full of it]. Here is my list of why, @@ -14,14 +14,14 @@ Here is my list of why, others side of Nerds. For you who seek for an alternative see -http://news.ycombinator.com/[Y]. [2] +https://news.ycombinator.com/[Y^]. [2] -Also, I welcome http://www.reddit.com/[reddit!] [3] +Also, I welcome https://www.reddit.com/[reddit!^] [3] -- [1] https://www.google.com/search?q=slashdot+sucks -[2] http://news.ycombinator.com/ +[2] https://news.ycombinator.com/ -[3] http://www.reddit.com/ +[3] https://www.reddit.com/ diff --git a/_content/journal/2009/07/02__the_stupid_ide/index.adoc b/_content/journal/2009/07/02__the_stupid_ide/index.adoc index 33077e6..5d4ef74 100644 --- a/_content/journal/2009/07/02__the_stupid_ide/index.adoc +++ b/_content/journal/2009/07/02__the_stupid_ide/index.adoc @@ -21,6 +21,6 @@ Keyboard shortcuts for Vim: * `CTRL + page-up`: move tab to the left. * `CTRL + page-down`: move tab to the right. -Complete vimrc file: http://gist.github.com/430841 +Complete vimrc file: https://gist.github.com/430841 image::vimrc.png[vimrc] diff --git a/_content/journal/2009/10/14__destiny/index.adoc b/_content/journal/2009/10/14__destiny/index.adoc index f0ad8e0..6f08a10 100644 --- a/_content/journal/2009/10/14__destiny/index.adoc +++ b/_content/journal/2009/10/14__destiny/index.adoc @@ -5,11 +5,11 @@ pick him up again." I can not remember the first -http://en.wikipedia.org/wiki/Motivational_poster[motivational poster] (or +https://en.wikipedia.org/wiki/Motivational_poster[motivational poster] (or inspirational poster) [1] that I saw, but my love to those posters is growing up every time i see one (especially a -http://www.despair.com/viewall.html[demotivational one] [2] :). +https://www.despair.com/viewall.html[demotivational one] [2] :). If you does not know what a (de)motivational poster was, i will give you an example, here, @@ -24,7 +24,7 @@ And this one, image::future_parody.png[Future parody] Now, let's talk about destiny; From -http://encyclopedia.thefreedictionary.com/destiny[Wikipedia Encyclopedia] [3] , +https://encyclopedia.thefreedictionary.com/destiny[Wikipedia Encyclopedia] [3] , "Destiny refers to a predetermined course of events. It may be conceived as a predetermined future, whether in general or of an @@ -34,7 +34,7 @@ universe." If that definition was too formal for you, non-English speaker like me, i will try to use a -http://en.wikipedia.org/wiki/Car_analogy[car analogy] +https://en.wikipedia.org/wiki/Car_analogy[car analogy] here to make it simple, ____ @@ -107,8 +107,8 @@ Detailed plan, -- -[1] http://en.wikipedia.org/wiki/Motivational_poster +[1] https://en.wikipedia.org/wiki/Motivational_poster -[2] http://www.despair.com/viewall.html +[2] https://www.despair.com/viewall.html -[3] http://encyclopedia.thefreedictionary.com/destiny +[3] https://encyclopedia.thefreedictionary.com/destiny diff --git a/_content/journal/2009/12/04__rescached_is_here/index.adoc b/_content/journal/2009/12/04__rescached_is_here/index.adoc index 69fe7f1..8a86653 100644 --- a/_content/journal/2009/12/04__rescached_is_here/index.adoc +++ b/_content/journal/2009/12/04__rescached_is_here/index.adoc @@ -85,6 +85,6 @@ Git it, make it, run it! -- -[1] http://github.com/shuLhan/rescached +[1] https://github.com/shuLhan/rescached [2] https://aur.archlinux.org/packages/rescached-git/ diff --git a/_content/journal/2010/07/13__life_game_connect_the_dots/index.adoc b/_content/journal/2010/07/13__life_game_connect_the_dots/index.adoc index dba0064..25dbb9c 100644 --- a/_content/journal/2010/07/13__life_game_connect_the_dots/index.adoc +++ b/_content/journal/2010/07/13__life_game_connect_the_dots/index.adoc @@ -59,11 +59,11 @@ Here is a semi related video [1], by Robery Seyfarth about Theory of Mind, Some back-links for furthers reading, -* http://www.youtube.com/watch?v=XDtjLSa50uk[Theory of Mind - Robery +* https://www.youtube.com/watch?v=XDtjLSa50uk[Theory of Mind - Robery Seyfarth] -* http://www.randi.org/site/index.php/swift-blog/1057-what-everyone-knows.html[What +* https://www.randi.org/site/index.php/swift-blog/1057-what-everyone-knows.html[What Everyone knows] -* http://youarenotsosmart.com/2010/09/11/the-texas-sharpshooter-fallacy/[The +* https://youarenotsosmart.com/2010/09/11/the-texas-sharpshooter-fallacy/[The Texas Shartshooter Fallacy] diff --git a/_content/journal/2011/01/08_a_poor_mans_feed_parser_and_viewer/index.adoc b/_content/journal/2011/01/08_a_poor_mans_feed_parser_and_viewer/index.adoc index d8639f5..3179caa 100644 --- a/_content/journal/2011/01/08_a_poor_mans_feed_parser_and_viewer/index.adoc +++ b/_content/journal/2011/01/08_a_poor_mans_feed_parser_and_viewer/index.adoc @@ -329,7 +329,7 @@ By using cron jobs I can make it automatically refresh once a hour. #!/bin/bash curl -k -o ~/www/my_github_feed.atom https://github.com/shuLhan.atom -curl -o ~/www/my_reddit_feed.rss http://www.reddit.com/user/rv77ax/submitted/.rss +curl -o ~/www/my_reddit_feed.rss https://www.reddit.com/user/rv77ax/submitted/.rss ---- In user browser, JavaScript just need to request only from original server using the pull output file. @@ -372,8 +372,8 @@ function feed_init() == References -[1] http://kilabit.info/labs/wui/index.html. +[1] https://kilabit.info/labs/wui/index.html. [2] https://github.com/shuLhan.atom -[3] http://www.reddit.com/user/rv77ax/submitted/.rss +[3] https://www.reddit.com/user/rv77ax/submitted/.rss diff --git a/_content/journal/2011/08/Perancang_Bodoh_itu_Bodoh/index.adoc b/_content/journal/2011/08/Perancang_Bodoh_itu_Bodoh/index.adoc index ac8d98a..26bf1a9 100644 --- a/_content/journal/2011/08/Perancang_Bodoh_itu_Bodoh/index.adoc +++ b/_content/journal/2011/08/Perancang_Bodoh_itu_Bodoh/index.adoc @@ -9,4 +9,4 @@ Dan bagaimana dengan orang dengan golongan darah yang langka? [1] Semoga mereka beruntung menemukan donor darah dengan golongan yang sama pada waktu dibutuhkan. -[1] http://www.bloodbook.com/rare.html +[1] https://www.bloodbook.com/rare.html diff --git a/_content/journal/2013/01/29__ulasan_buku_snow_oleh_orhan_pamuk/index.adoc b/_content/journal/2013/01/29__ulasan_buku_snow_oleh_orhan_pamuk/index.adoc index c5cb664..3bfbeaf 100644 --- a/_content/journal/2013/01/29__ulasan_buku_snow_oleh_orhan_pamuk/index.adoc +++ b/_content/journal/2013/01/29__ulasan_buku_snow_oleh_orhan_pamuk/index.adoc @@ -40,6 +40,6 @@ PS: Terima kasih buat Keke yang telah "meminjamkan" novel ini kepada saya. -- -[1] http://en.wikipedia.org/wiki/Headscarf_controversy_in_Turkey +[1] https://en.wikipedia.org/wiki/Headscarf_controversy_in_Turkey -[2] http://www.nytimes.com/2006/07/12/world/europe/12iht-virgins.2184928.html?_r=1&pagewanted=all& +[2] https://www.nytimes.com/2006/07/12/world/europe/12iht-virgins.2184928.html?_r=1&pagewanted=all& diff --git a/_content/journal/2013/01/30__ulasan_film_a_separation/index.adoc b/_content/journal/2013/01/30__ulasan_film_a_separation/index.adoc index 6f36894..e18f669 100644 --- a/_content/journal/2013/01/30__ulasan_film_a_separation/index.adoc +++ b/_content/journal/2013/01/30__ulasan_film_a_separation/index.adoc @@ -148,4 +148,4 @@ Apakah saya berbohong atau jujur? -- -[1] http://id.wikipedia.org/wiki/Asal_mula_bahasa#Permasalahan_reliabilitas_dan_kecurangan +[1] https://id.wikipedia.org/wiki/Asal_mula_bahasa#Permasalahan_reliabilitas_dan_kecurangan diff --git a/_content/journal/2013/04/Daging_dan_Karbon/index.adoc b/_content/journal/2013/04/Daging_dan_Karbon/index.adoc index 541450f..fc49bc6 100644 --- a/_content/journal/2013/04/Daging_dan_Karbon/index.adoc +++ b/_content/journal/2013/04/Daging_dan_Karbon/index.adoc @@ -10,7 +10,7 @@ menggunakan barang secara sepenuhnya. Artikel di bawah menganalisa jumlah daging konsumsi yang tidak terpakai, baik setelah produksi, atau setelah dikonsumsi, di wilayah A.S. -http://www.countinganimals.com/animals-we-use-and-abuse-for-food-we-do-not-eat/ +https://www.countinganimals.com/animals-we-use-and-abuse-for-food-we-do-not-eat/ Ada semacam efek domino dari sisa-makanan ini. Binatang peternakan membutuhkan hasil dari perkebunan sebagai bahan makanan, diff --git a/_content/journal/2013/07/indid_2013_interoperabilitas_dokumen_untuk_indonesia/index.adoc b/_content/journal/2013/07/indid_2013_interoperabilitas_dokumen_untuk_indonesia/index.adoc index e60bb1f..97ddd5f 100644 --- a/_content/journal/2013/07/indid_2013_interoperabilitas_dokumen_untuk_indonesia/index.adoc +++ b/_content/journal/2013/07/indid_2013_interoperabilitas_dokumen_untuk_indonesia/index.adoc @@ -139,18 +139,18 @@ meyakinkan mereka. Untuk informasi lebih lanjut tentang Format Dokumen Terbuka anda bisa membacanya lebih banyak di, -* http://www.slideshare.net/ditkaminfo , di sini bisa anda temukan beberapa +* https://www.slideshare.net/ditkaminfo , di sini bisa anda temukan beberapa bahan presentasi tentang interoperabilitas dokumen. -* http://www.opendocumentformat.org (Bahasa Inggris). +* https://www.opendocumentformat.org (Bahasa Inggris). == Referensi -[1] http://jdih.ristek.go.id/?q=system/files/perundangan/113572658393.pdf +[1] https://jdih.ristek.go.id/?q=system/files/perundangan/113572658393.pdf -[2] http://www.libreoffice.org +[2] https://www.libreoffice.org [3] https://projects.gnome.org/evince/ -[4] http://nhqc3s.nato.int/architecture/_docs/NISPv2/volume2/ch03s04.html +[4] https://nhqc3s.nato.int/architecture/_docs/NISPv2/volume2/ch03s04.html diff --git a/_content/journal/2014/04/Aplikasi_Terbaik_di_Linux/index.adoc b/_content/journal/2014/04/Aplikasi_Terbaik_di_Linux/index.adoc index fe8ff21..a982102 100644 --- a/_content/journal/2014/04/Aplikasi_Terbaik_di_Linux/index.adoc +++ b/_content/journal/2014/04/Aplikasi_Terbaik_di_Linux/index.adoc @@ -12,12 +12,12 @@ Aspire 4736 dengan spesifikasi. * grafik Intel GMA 4500MHD * memori 1 GB -**Display Manager:** http://www.freedesktop.org/wiki/Software/LightDM/[lightdm] +**Display Manager:** https://www.freedesktop.org/wiki/Software/LightDM/[lightdm] lightdm adalah display manager yang dikembangkan langsung oleh tim xorg. Kekurangannya saat ini adalah tidak bisa dikonfigurasi lewat UI. -**Window Manager:** http://xfce.org/[xfce4] +**Window Manager:** https://xfce.org/[xfce4] Kalau anda hanya ingin window manager yang cepat dan bisa dikonfigurasi, xfce4 adalah pilihan yang terbaik. diff --git a/_content/journal/2014/05/Dosa_Bersama/index.adoc b/_content/journal/2014/05/Dosa_Bersama/index.adoc index 5977924..7d398c2 100644 --- a/_content/journal/2014/05/Dosa_Bersama/index.adoc +++ b/_content/journal/2014/05/Dosa_Bersama/index.adoc @@ -144,6 +144,6 @@ indie, dan yang membuat perangkat lunak. -- -[1] http://www.who.int/mediacentre/factsheets/fs310/en/index2.html +[1] https://www.who.int/mediacentre/factsheets/fs310/en/index2.html -[2] http://www.theguardian.com/technology/blog/2008/aug/19/howmanypeoplemakewindows7 +[2] https://www.theguardian.com/technology/blog/2008/aug/19/howmanypeoplemakewindows7 diff --git a/_content/journal/2014/07/Kenapa_Saya_Mendukung_Dekriminalisasi_Ganja/index.adoc b/_content/journal/2014/07/Kenapa_Saya_Mendukung_Dekriminalisasi_Ganja/index.adoc index 26df85f..ead5cff 100644 --- a/_content/journal/2014/07/Kenapa_Saya_Mendukung_Dekriminalisasi_Ganja/index.adoc +++ b/_content/journal/2014/07/Kenapa_Saya_Mendukung_Dekriminalisasi_Ganja/index.adoc @@ -220,21 +220,21 @@ mereka sendiri. == Referensi -[1] http://www.bnn.go.id/portal/_uploads/perundangan/2009/10/27/uu-nomor-35-tahun-2009-tentang-narkotika-ok.pdf +[1] https://www.bnn.go.id/portal/_uploads/perundangan/2009/10/27/uu-nomor-35-tahun-2009-tentang-narkotika-ok.pdf -[2] http://www.incb.org/documents/Psychotropics/green_lists/Green_List_ENG_2010_53991.doc +[2] https://www.incb.org/documents/Psychotropics/green_lists/Green_List_ENG_2010_53991.doc -[3] http://www.druglibrary.org/schaffer/library/studies/lag/lagmenu.htm +[3] https://www.druglibrary.org/schaffer/library/studies/lag/lagmenu.htm -[4] http://www.bnn.go.id/portal/index.php/konten/view/upt-lab/kegiatan +[4] https://www.bnn.go.id/portal/index.php/konten/view/upt-lab/kegiatan -[5] http://www.republika.co.id/berita/nasional/umum/13/05/27/mng4pr-bnn-kerugian-akibat-narkoba-di-indonesia-capai-rp-55-triliun +[5] https://www.republika.co.id/berita/nasional/umum/13/05/27/mng4pr-bnn-kerugian-akibat-narkoba-di-indonesia-capai-rp-55-triliun -[6] http://www.merdeka.com/pernik/15-ribu-orang-meninggal-akibat-narkoba-w22xi9q.html +[6] https://www.merdeka.com/pernik/15-ribu-orang-meninggal-akibat-narkoba-w22xi9q.html -[7] http://www.bin.go.id/awas/detil/197/4/21/03/2013/kecelakaan-lalu-lintas-menjadi-pembunuh-terbesar-ketiga +[7] https://www.bin.go.id/awas/detil/197/4/21/03/2013/kecelakaan-lalu-lintas-menjadi-pembunuh-terbesar-ketiga -[8] http://dx.doi.org/10.1016%2FS0163-7258%2802%2900252-8 +[8] https://dx.doi.org/10.1016%2FS0163-7258%2802%2900252-8 -[9] http://www.referensimakalah.com/2012/10/pengertian-kriminalitas-menurut-bahasa.html +[9] https://www.referensimakalah.com/2012/10/pengertian-kriminalitas-menurut-bahasa.html diff --git a/_content/journal/2014/07/Mencoba_memahami_konflik_Israel_dan_Palestina/index.adoc b/_content/journal/2014/07/Mencoba_memahami_konflik_Israel_dan_Palestina/index.adoc index 1f1b3f6..50a947a 100644 --- a/_content/journal/2014/07/Mencoba_memahami_konflik_Israel_dan_Palestina/index.adoc +++ b/_content/journal/2014/07/Mencoba_memahami_konflik_Israel_dan_Palestina/index.adoc @@ -492,7 +492,7 @@ Kredit [2] https://en.wikipedia.org/wiki/2014_kidnapping_and_murder_of_Israeli_teenagers -[3] http://en.wikipedia.org/wiki/Murder_of_Mohammed_Abu_Khdeir +[3] https://en.wikipedia.org/wiki/Murder_of_Mohammed_Abu_Khdeir [4] https://www.youtube.com/watch?v=NFGrncOFSVs @@ -500,9 +500,9 @@ Kredit [6] https://en.wikipedia.org/wiki/Gaza_War -[7] http://en.wikipedia.org/wiki/Ahmed_Jabari +[7] https://en.wikipedia.org/wiki/Ahmed_Jabari -[8] http://en.wikipedia.org/wiki/Operation_Protective_Edge +[8] https://en.wikipedia.org/wiki/Operation_Protective_Edge [9] https://www.youtube.com/watch?v=-ff1Vb1ZqSE @@ -514,11 +514,11 @@ Kredit [13] https://en.wikipedia.org/wiki/White_phosphorus -[14] http://en.wikipedia.org/wiki/Demographic_history_of_Jerusalem +[14] https://en.wikipedia.org/wiki/Demographic_history_of_Jerusalem [15] https://en.wikipedia.org/wiki/1929_Hebron_massacre -[16] http://en.wikipedia.org/wiki/1929_Safed_riots +[16] https://en.wikipedia.org/wiki/1929_Safed_riots [17] https://en.wikipedia.org/wiki/League_of_Nations diff --git a/_content/journal/2014/09/Ulasan_Buku__Bad_Pharma_oleh_Ben_Goldacre/index.adoc b/_content/journal/2014/09/Ulasan_Buku__Bad_Pharma_oleh_Ben_Goldacre/index.adoc index 0ad0dee..9ff9954 100644 --- a/_content/journal/2014/09/Ulasan_Buku__Bad_Pharma_oleh_Ben_Goldacre/index.adoc +++ b/_content/journal/2014/09/Ulasan_Buku__Bad_Pharma_oleh_Ben_Goldacre/index.adoc @@ -95,4 +95,4 @@ Sangat memalukan bila obat, terutama bidang kedokteran, yang merupakan ujung tombak dari sains yang dielu-elukan sebagai ilmu yang selalu berdasarkan fakta, dikotori oleh para industri farmasi besar ini. -[1] http://www.bmj.com/content/341/bmj.c6449 +[1] https://www.bmj.com/content/341/bmj.c6449 diff --git a/_content/journal/2014/10/Inteligensi_Bisnis_Ikhtisar/index.adoc b/_content/journal/2014/10/Inteligensi_Bisnis_Ikhtisar/index.adoc index e958678..d144eee 100644 --- a/_content/journal/2014/10/Inteligensi_Bisnis_Ikhtisar/index.adoc +++ b/_content/journal/2014/10/Inteligensi_Bisnis_Ikhtisar/index.adoc @@ -158,7 +158,7 @@ CDN: Surajit Chaudhuri, Umeshwar Dayal, Vivek Narasayya. An Overview of Business LJ: Lachlan James. Business Intelligence: Drivers, challenges, benefits and ROI. -http://www.yellowfinbi.com/YFCommunityNews-Business-Intelligence-Drivers-challenges-benefits-and-ROI-103783. +https://www.yellowfinbi.com/YFCommunityNews-Business-Intelligence-Drivers-challenges-benefits-and-ROI-103783. 8 April 2011 MS: Muhammad Shulhan. Studi kasus implementasi Inteligensi Bisnis di Portland diff --git a/_content/journal/2015/03/Bagaimana_mengurangi_KKN_di_Indonesia/index.adoc b/_content/journal/2015/03/Bagaimana_mengurangi_KKN_di_Indonesia/index.adoc index 30b47a9..66ccf85 100644 --- a/_content/journal/2015/03/Bagaimana_mengurangi_KKN_di_Indonesia/index.adoc +++ b/_content/journal/2015/03/Bagaimana_mengurangi_KKN_di_Indonesia/index.adoc @@ -56,4 +56,4 @@ diantaranya yaitu kualitas pendidikan dan bentuk pemerintah yang "demokrasi". == Tautan * Corruption Perceptions Index 2013, - http://www.transparency.org/cpi2013/results. Transparency International. + https://www.transparency.org/cpi2013/results. Transparency International. diff --git a/_content/journal/2015/09/Bahasa_Pemrograman_Go/index.adoc b/_content/journal/2015/09/Bahasa_Pemrograman_Go/index.adoc index ce63ca5..1a22402 100644 --- a/_content/journal/2015/09/Bahasa_Pemrograman_Go/index.adoc +++ b/_content/journal/2015/09/Bahasa_Pemrograman_Go/index.adoc @@ -6,7 +6,7 @@ Bahasa Indonesia, silahkan lihat di sini: https://tour.golang-id.org. == Pemasangan Artikel ini berisi catatan mengenai instalasi bahasa pemrograman -http://golang.org/[Go] [1]. +https://golang.org/[Go] [1]. Go memberikan kemudahan instalasi lewat https://golang.org/dl/[binari] [2], @@ -136,7 +136,7 @@ APPDIR = /home/ms/go/godoc-app $ godoc -http=:6060 -index -index_files="$HOME/go/godoc-app/godoc.index" ---- -* Buka peramban anda dengan URL http://127.0.0.1:6060 untuk melihat hasilnya +* Buka peramban anda dengan URL https://127.0.0.1:6060 untuk melihat hasilnya === Pemasangan Tutorial Go (gotour) @@ -149,7 +149,7 @@ otomatis sama seperti dengan membuka situs golang.org. == Referensi -[1] http://golang.org/ +[1] https://golang.org/ [2] https://golang.org/dl/ diff --git a/_content/journal/2015/11/Building_Docker_Image_with_Arch_Linux/index.adoc b/_content/journal/2015/11/Building_Docker_Image_with_Arch_Linux/index.adoc index f28bc4f..2b61b00 100644 --- a/_content/journal/2015/11/Building_Docker_Image_with_Arch_Linux/index.adoc +++ b/_content/journal/2015/11/Building_Docker_Image_with_Arch_Linux/index.adoc @@ -9,7 +9,7 @@ One, use existing docker image. Two, roll your own docker image. For the first option they are several base images that already exits in docker -hub, you can try to search them in http://hub.docker.com. +hub, you can try to search them in https://hub.docker.com. For the second option, you can create your own rootfs, either manually from scratch or using script which is already provided by package diff --git a/_content/journal/2017/02/Protractor_tips_and_trick/index.adoc b/_content/journal/2017/02/Protractor_tips_and_trick/index.adoc index 1dccdc7..38adf2e 100644 --- a/_content/journal/2017/02/Protractor_tips_and_trick/index.adoc +++ b/_content/journal/2017/02/Protractor_tips_and_trick/index.adoc @@ -391,13 +391,13 @@ Sure, its longer, but it get the job done. == References -[1] http://protractortest.org/ +[1] https://protractortest.org/ -[2] http://stackoverflow.com/questions/26584451/how-to-disable-animations-in-protractor-for-angular-js-application +[2] https://stackoverflow.com/questions/26584451/how-to-disable-animations-in-protractor-for-angular-js-application [3] https://github.com/angular/protractor/issues/2626 -[4] http://www.protractortest.org/#/page-objects +[4] https://www.protractortest.org/#/page-objects == Discussion diff --git a/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc b/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc index d691e32..6c694eb 100644 --- a/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc +++ b/_content/journal/2017/07/Integrating_Buildbot_and_Mattermost/index.adoc @@ -195,7 +195,7 @@ found on my repository [5]. [1] https://about.mattermost.com/ -[2] http://buildbot.net/ +[2] https://buildbot.net/ [3] https://github.com/shuLhan/mattermost-integration/blob/master/buildbot/mattermost.py diff --git a/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc b/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc index dbe5fbd..6a15853 100644 --- a/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc +++ b/_content/journal/2023/email_server_using_postfix_opendkim_dovecot/index.adoc @@ -636,7 +636,7 @@ tls_server_sni_maps = hash:/etc/postfix/vmail_sni # # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page (command: "man 5 master" or -# on-line: http://www.postfix.org/master.5.html). +# on-line: https://www.postfix.org/master.5.html). # # Do not forget to execute "postfix reload" after editing this file. # @@ -803,5 +803,5 @@ Also, we use nftables for firewall backend, the "banaction" and == References * https://dovecot.org/[Dovecot website] -* http://www.opendkim.org/[OpenDKIM website] +* https://www.opendkim.org/[OpenDKIM website] * https://www.postfix.org/[Postfix website] |
