The future is Bright
Home
Posts
Tech Diary
About Me
  • How to properly install / uninstall Java on macOS

    Sep 3, 2021 · 3 min read · Java macOS Brew Tips  ·
    Share on:

    It's a common task to install multiple versions on macOS. So what are the best practices while doing all these? Firstly, you may have installed Oracle Java 8, which is the latest version that I can get for macOS installation. Weird enough. So let's uninstall it: 1sudo rm -fr /Library/Internet\ …

    Read More
  • Howto Mock Geolocation in Headless Chrome

    Jun 11, 2021 · 1 min read · Tips Chrome Selenium Geolocation Python  ·
    Share on:

    This is in Python: 1import time,random 2from selenium.webdriver import Chrome, ChromeOptions 3 4chrome_options = ChromeOptions() 5chrome_options.add_argument("--disable-extensions") 6chrome_options.add_argument("--disable-gpu") 7chrome_options.add_argument("--no-sandbox") …

    Read More
  • Howto Integrate Google Analytics 4 With Hugo Website

    Jun 7, 2021 · 1 min read · Hugo GoogleAnalytics Integration Tips  ·
    Share on:

    I was thinking to integrate Google Analytics with Hugo-powered websites like my blog system, and the Google led me to this Gist: https://gist.github.com/zjeaton/42246742cdaf2fb46400d04c2eba9a8a However, after reading through the partials my Clarify theme has, the partial of layout/partials/analytics.html has already …

    Read More
  • Social Media Image Sizes for 2021

    May 20, 2021 · 1 min read · Tips Social  ·
    Share on:

    Is Landscape a better image format than a square image? Or should you go with a vertical image instead? Get all your doubts sorted in this quick and comprehensive guide to recommended image sizes on Facebook, Instagram, LinkedIn, Twitter, YouTube, Pinterest, and TikTok. Link: …

    Read More

Bright Zheng

A passionate technologist, solutioner, OSS contributor...and hopefully a good blogger.
Read More

Featured Posts

  • Multi-tenancy Solutions for Kubernetes Series: Evaluation Criteria
  • Contributing to OSS Projects With Git Practices, Part 1
  • Diving Deeper Into Operator Framework, Part 2
  • Diving Deeper Into Operator Framework, Part 1
  • Adding Comments Into Hugo Powered Website
  • Complete Website Setup Guide by GitHub and Hugo

Recent Posts

  • Multi-tenancy Solutions for Kubernetes Series: Evaluation Criteria
  • Contributing to OSS Projects With Git Practices, Part 1
  • Diving Deeper Into Operator Framework, Part 2
  • Diving Deeper Into Operator Framework, Part 1
  • Adding Comments Into Hugo Powered Website
  • Complete Website Setup Guide by GitHub and Hugo

Categories

POST 6 DIARY 4

Tags

TUTORIAL 5 TIPS 4 HUGO 3 KUBERNETES 3 DEEPDIVE 2 GITHUB 2 OPERATOR 2 OPERATOR-FRAMEWORK 2 OPERATOR-SDK 2 BREW 1 CAPSULE 1 CHROME 1 CLARITY 1 COMPARISON 1
All Tags
BREW1 CAPSULE1 CHROME1 CLARITY1 COMPARISON1 DEEPDIVE2 EVALUATION1 GEOLOCATION1 GIT1 GITHUB2 GOOGLEANALYTICS1 HUGO3 INTEGRATION1 JAVA1 KUBERNETES3 MACOS1 MULTITENANCY1 OPERATOR2 OPERATOR-FRAMEWORK2 OPERATOR-SDK2 OSS1 PRACTICES1 PYTHON1 SELENIUM1 SERIES1 SOCIAL1 TECH1 TIPS4 TUTORIAL5 UTTERANCES1 VCLUSTER1
[A~Z][0~9]
The future is Bright

Copyright  THE FUTURE IS BRIGHT. All Rights Reserved