In-line styling [codepen_embed height="265" theme_id="light"...
Alex
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
CSS table row even and odd
tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #EEE}
MAC Keyboard Symbol
Simple task automation software
Do It Again http://www.spacetornado.com/DoItAgain/
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")
My Terminal Command list
Create User useradd -G sudo -m [username] -s /bin/bash passwd [username] Install zsh and ohmyzsh sudo apt update sudo apt upgrade sudo apt install zsh sudo apt install git Download and install sh -c "$(wget...
Linux command to change file’s timestamp
There are many times when I finished editing the videos or photos and when I do the export, the file's timestamp is the export date and time, but the event was a few days ago or even a few months ago, I use the following command to change the timestamp on my files so...
無法找到程序輸入點 error
無法找到程序輸入點 ucrtbase.terminate (在動態連結程式庫 api-ms-win-crt-runtime-l1-1-0.dll) Reinstalling Visual C++ Redistributable The application giving you that error can have Visual C++ Redistributable as dependency. Installing the package could fix the problem – since some...
MAC OS terminal commands to find IP and Gateway
Get IP address ifconfig | grep inet Get gateway route -n get default | grep gateway
How to save storage space for your web site
我有個網站只是運行了4 個月,最近在做 backup 時發現個 backup file 成 2GB 大,個網站最主要是放相用,發現把所有相 upload 上網站 D 相佔用儲存空間很大。 做 backup 或搬家時可能會比較麻煩!一直以來我都用 Google Photos 把我所有在 iPhone, iPad 影的相都全部 upload 上 Google server, 那可不可以直接 link 過去 Google Photos 呢? 直接用 Google Photos 弄出來的 share link 原來不可以直接用在 img...
How to download photos from iCloud
1. Download from iCloud.com You can login to iCloud.com and download your photos from iCloud.com web interface 可惜的是,iCloud.com 只可以一張一張的 downlaod,如果你有很多相片,那便要用 iCloud 個 program 來 download。 2. Using iCloud app 來下載所有相片 iCloud for WIndows - download here Get start with...
How to save YouTube video 2018
How to increase WordPress Upload File size limit
The easiest way is to add the following code into your theme function.php file. add the following lines [php] @ini_set('upload_max_size','128M'); @ini_set('post_max_size','128M'); @ini_set('max_execution_time','300'); [/php] If your hosting allow, you can edit the...
Lightroom dehaze
夏天,當你正在享受冷氣,小朋友當然想出外面走走!當你由冷氣房一出室外,支鏡頭當下一定起霧,但小朋友在玩時又想影低佢,係相機睇返張相又懵查查⋯ 嗱嗱嗱、千其唔好手快快刪咗佢,放佢入電腦睇下有冇得救先決定啦! Before After 依加 D program 好勁 去片等我 show 比你睇點整!...
How to setup Synctoy to run everyday
https://youtu.be/uBHWFRTmDSY
PhotoShop Content-Aware fill is amazing!
https://youtu.be/G7rBX-pQpsw
How to get back your Google Drive storage
https://youtu.be/bK-CVltlxsc
The power of editing
What do you thing??
How to move WordPress to new hosting server
It turns out was very easy, login to your WordPress site and downloads a plugin call All-in-One WP Migration, activate it. And then go to its setting page, and choose export, I choose to export to file, then the plugin will put together a downloadable file ready for...