Installing Docker with Docker Compose & Portainer
Install Docker
Preparing the system:
Removing any old installations of Docker
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get remove docker docker-engine docker.io containerd runc
Manage your php version via Laragon PHP UI switcher with help of powershell package manager.
For this sake ill be using https://github.com/mlocati/powershell-phpmanager) package manage to handle multi version instead of download the zip file manually. The reason why i want to using this package manager is because it easy for me to add new extension like how linux and mac do. For example, installing imagick on windows is such a hassle. Not to mention if you keep switching your laptop or pc it could make it hard to just install all back without any semi or automated script laying around.
FWIW: I (@Rondy) am not the author of the content presented here, which is an outline from Edmond Lau's book. I've just copy-pasted it from somewhere and saved as a personal gist, before it got popular on newsnews.ycombinator.com. I don't remember where exactly the original source is from and neither could find the author's name, so I cannot give him/her the proper credits.
# Generated by Powerlevel10k configuration wizard on 2020-06-20 at 00:56 -03. | |
# Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 15764. | |
# Wizard options: nerdfont-complete + powerline, small icons, rainbow, unicode, | |
# 24h time, angled separators, sharp heads, flat tails, 2 lines, disconnected, | |
# left frame, lightest-ornaments, sparse, many icons, fluent, transient_prompt, | |
# instant_prompt=verbose. | |
# Type `p10k configure` to generate another config. | |
# | |
# Config for Powerlevel10k with powerline prompt style with colorful background. | |
# Type `p10k configure` to generate your own config based on it. |
NOTE: If you want the ultimate Linux desktop experience, I highly recommend installing Linux as your main OS. I no longer use Windows (except in a VM) so I will not be maintaining this guide anymore.
Think Xfce looks dated? Want a conventional Ubuntu experience? This tutorial will guide you through installing Ubuntu's default desktop environment, GNOME.
GNOME is one of the more complex — and that means more difficult to run — desktop environments, so for years people couldn't figure [o
Instalasi certbot menggunakan homebrew dan melihat opsi yang disediakan ketika eksekusi certbot
.
$ brew install certbot
$ certbot --help
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN]
VBoxManage modifyvm "vm" --hostonlyadapter5 vboxnetX | |
VBoxManage modifyvm "vm" --nic5 hostonly |
Windows Edition Product Key | |
Windows 7 Starter 7Q28W-FT9PC-CMMYT-WHMY2-89M6G | |
Windows 7 Home Basic YGFVB-QTFXQ-3H233-PTWTJ-YRYRV | |
Windows 7 Home Premium RHPQ2-RMFJH-74XYM-BH4JX-XM76F | |
Windows 7 Professional HYF8J-CVRMY-CM74G-RPHKF-PW487 | |
Windows 7 Ultimate D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV | |
Windows 7 Enterprise H7X92-3VPBB-Q799D-Y6JJ3-86WC6 | |
Windows 7 Starter N D4C3G-38HGY-HGQCV-QCWR8-97FFR | |
Windows 7 Home Basic N MD83G-H98CG-DXPYQ-Q8GCR-HM8X2 |
# BEGIN WordPress | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteRule ^index\.php$ - [L] | |
RewriteRule ^css/(.*) /wp-content/themes/roots/css/$1 [QSA,L] | |
RewriteRule ^js/(.*) /wp-content/themes/roots/js/$1 [QSA,L] | |
RewriteRule ^img/(.*) /wp-content/themes/roots/img/$1 [QSA,L] | |
RewriteRule ^plugins/(.*) /wp-content/plugins/$1 [QSA,L] |