Execute Scripts When User Logon Linux Server

When you logon a Linux server, there must be couples of things that you have to do everyday, e.g. change to your project directory, check disk space, or check the server load. Of course you can create some shortcuts and alias in your .bashrc file, but you still need to manual execute your shortcut command and I am too lazy to even execute that command. Well you can solve this problem by modifying your profile file....

June 4, 2018 · 2 min · 233 words · Eric

Resume resources

Reference MonkeyLearn: Word Cloud cresuma: Find Action Word cresuma: 200+ Action Verbs you Should Immediately Try on Your Resume cresuma: 90 Killing Resume Buzzwords to Avoid & Include in 2023 TealHQ: How to Write a Targeted Resume TealHQ: How to Use ChatGPT to Write Your Cover Letter ZipRecruiter: Data Engineer Must-Have Resume Skills and Keywords

April 4, 2018 · 1 min · 55 words · Eric

Running Concept

Maximum heart Rate = 208 - 0.7 * age For example, if you are 34 years old this year, your maximum_heart_rate will be 146.8 = 208 - 0.7 * 34.

October 31, 2017 · 1 min · 30 words · Eric

Homebrew on macOS

Brew Install 1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Housekeeping with Homebrew 1 brew update && brew upgrade && brew doctor && brew autoremove && brew cleanup Reference Install Guide: Housekeeping with Homebrew

June 4, 2017 · 1 min · 32 words · Eric

Business of The 21st Century

Book Structure Part one: the core differences between people in the four quadrants Part two: personal change, who you have to be instead of what you have to do Part three: how to find success in the B & I quadrants Income is not from what we learnt from school, rather than than it’s about our values, interests, strengths, and weaknesses. Changing the quadrants requires changing in the core of who you are, how you think, and how you look at the world....

April 8, 2017 · 3 min · 600 words · Eric