Member-only storyOpen multi urls in Chrome macOSNhan Cao·FollowDec 13, 2020--ShareCreate new shell script filenano chrome.shchrome.shurls="https://google.comhttps://stackoverflow.com"for url in $urlsdo open -a 'Google Chrome' $urldoneSet permissionchmod +x chrome.shStart script./chrome.sh@nhancv
Nhan CaoTech: Setup ssh login with pem file without password on ubuntu/linux serverLogin to VPS with account user (not root)·1 min read·Mar 21, 2017--2
Nhan Cao[Android] How to use the prebuilt .so lib files (ndk native C++)Related post: https://medium.com/@nhancv/android-set-up-an-environment-for-c-native-ndk18-50b146b4dad0·1 min read·Mar 31, 2019--2
Nhan CaoWebpack build babel-loader error parsing some typescript/es lib Module parse failed: Unexpected…Error detail:·1 min read·Jul 21--
Rohit VarmaEffortless Installation: Installing AWS CLI on Mac M2 Made EasyInstalling the AWS CLI on a Mac M2 can be a challenge due to the new ARM-based architecture. However, with the following steps, you can…3 min read·Jun 6--
Mohammed OmerHow to make your boring macOS terminal look so much betterA 5 minutes guide to customizing your macOS terminal to increase productivity and improve the interface.4 min read·Aug 23--
Devanshani RasanjikainAeturnumHow to build your Chrome Extension in 5 minutesChrome is a well-spread platform that can develop your own Chrome extensions. If you want to make Chrome extensions and are new to Chrome…7 min read·Jun 12--
Coding BeautyinDev Genius10 essential VS Code tips & tricks for greater productivityBoost your productivity with VS Code: discover key features to enhance your coding experience and achieve your goals faster than ever.10 min read·Aug 20--24
Phillip Nzau JuniorSupercharging React Development: Unleashing the Potential of Bun and Vite.In the rapidly evolving landscape of web development, efficiency and performance are paramount. As developers, we continually seek out…3 min read·Sep 12--