&disable_polymer=true
Tips
Change the max Number of Simultaneous Downloads in Windows
Open up Windows Registry + r regedit Add following keys to the registry HKEY_CURRENT_USER -> Software -> Microsoft -> Windows -> CurrentVersion -> Internet Settings right-click add new DWORD (32-bit) Value and name it MaxConnectionsPerServer change it to Decimal and...
Install Oh My Zsh on Ubuntu 18.04
Update system first sudo apt update && sudo apt upgrade Install Oh My Zsh sudo apt install zsh sudo apt install powerline fonts-powerline Clone Oh my zsh repo git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh Create a New ZSH configuration...
Ubuntu 18.04 stuck on booting screen
Press ctrl + alt + F2 or F3 or F4 or F5 or F6 use tty to login or use ssh remote login Take ownership of your home directory sudo chown $(whoami):$(whoami) ~/ Install lightdm desktop manager sudo apt install lightdm sudo dpkg-reconfigure...
The Quickest way to deploy a local web server (WordPress Development)
The simplest way to set up a WordPress development environment is to use virtualization, I've to try XMAPP, local by flywheel, in the end, I find that setup my own Linux virtual machine is the most stable way to develop WordPress site locally. Just find out you can do...
2020 Home office 完全手冊
2020年這個農曆年假因為這個2019-nCoV 病毒弄到人心惶惶。農曆年假已經完了。 要上班了,但不敢出門的我們,有沒有方法可以在家工作呢?因此在這我在這整理了幾種方法可以安在家中進入公司的電腦辦公的方法! 1. Windows 內置的 remote desktop, 如果你的 Windows 系統是專業版(PRO) 的話,那你便可以設定你的電腦允許遠端連接。 還可以用 command 來啟動遠端連接, 以管理員身份執行 Command Prompt, 然後輸入以下的命令。 reg add...
Novel Coronavirus 2019 (2019-nCoV) (COVID-19)
武漢肺炎疫情地圖網址 Another Dashboard Hong Kong DashboardWhat Actually Happens If You Get Coronavirus?The Truth About The Coronavirus醫師親授提升免疫力方法 來源:小白藥師 blog不要用酒精消毒口罩口罩戴錯=白戴?酒精濃度75%殺菌效果最好?瑞德西韋 - RemdesivirWash your hand 洗手重要性COVID-19 (CORONAVIRUS)Simulating an...
A Complete Guide to Flexbox
Container Properties for the Parent (flex container) .container { display: flex; /* or inline-flex */ } flex-direction .container { flex-direction: row | row-reverse | column | column-reverse; } flex-wrap .container{ flex-wrap: nowrap | wrap | wrap-reverse; }...
Clear Thumbnail Cache In Windows 10
Start cmd as Administrator run the following commands cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer attrib -h thumbcache_*.db del thumbcache_*.db or download my cmd file and run it as administrator restart your computer
All about Ubuntu server
My Ubuntu Server Version: 18.04 LTS Install SSH $ sudo apt update $ sudo apt upgrade $ sudo apt install openssh-server $ sudo systemctl enable ssh Create an authorized keys file $ sudo touch ~/.ssh/authorized_keys Copy over client pub file over and put it into the...
Move WordPress site to new Hosting Step by Step
How to Backup Login to the original WordPress site and Install UpdraftPlus Plugin Go to UpdraftPlus -> Backup / Restore Click the backup button to start backup process. Make sure check everything and click backup now Wait for the backup complete Download...
Host WordPress on Google Cloud Platform
Google Cloud Platform Sign inCreate a new VM under Compute EngineI've use ubuntu 18.04 LTS and HDD size of 20GBHDD SizeInstall Google Cloud SDKhttps://cloud.google.com/sdk/Choose your platform versionConfig your new instanceFirst thing first$ sudo apt-get update $...
Ubuntu server backup script
Backup script backup.sh #!/bin/bash #################################### # # Backup to NFS mount script. # #################################### # What to backup. backup_files="/home /var/spool/mail /etc /root /boot /opt" # Where to backup to. dest="/mnt/backup" #...
AlexTechTips – Software List
Coding toolsTerminal ToolsiTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.10 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.Get it here - http://bit.ly/2GJV2BD...
How to use docker for WordPress development
1. Use wordpress:latest to create ssl version of wordpress container Create Dockerfile file FROM wordpress:latest RUN apt-get update && \ apt-get install -y --no-install-recommends ssl-cert && \ rm -r /var/lib/apt/lists/* && \ a2enmod ssl && \ a2ensite default-ssl...
Webmin – my new best friend for linux server
How to install Webmin When you have a newly installed Linux server, you can config the server line by line through the terminal, but sometimes there is a relief that you can have a GUI to config some settings, thanks to Webmin you can have a browser interface to...
AFSO Email Signature
In-line styling [codepen_embed height="265" theme_id="light"...
DNS TTL recommend Value
Typically set it to 24 hours (86400 seconds) If planning to make DNS changes, lets lower the value to 5 mins (300 seconds) After the change are made, change the TTL back to 24 hours
MAC Keyboard Symbol
Spreadsheet useful statements
IF Statement =IF(A2=0,””,SUM(A2:A5)) Google Spreadsheet Google Finance =A2* GOOGLEFINANCE("CURRENCY:"&A1&B1) or =A2* GOOGLEFINANCE("CURRENCY:KRWHKD") Google Translate =GOOGLETRANSLATE(A10,"EN","ZH")