generated by autopages
Archives :: Quick Tips

Seamless integration Cmder in Hyper for a better terminal emulator on Windows
Hyper looks pretty good and Cmder offers lots of functions. Why not combining them together to get a better terminal emulator on Windows.
2018-09-06

npm install, concerns for me
While learning Node.js, install packages is a commonly operation. However, as a newbie, I might install the packages not in the right way. So taking this note to refresh my mind on npm installs.
2018-04-14

Get your anaconda ready after brew install
Just add the anaconda into PATH after installing it with Homebrew. If no .bash_profile, you can append the "/usr/local/anaconda3/bin" to the paths file as well.
2018-01-27

Upgrade Ruby to the lastest version on Mac OSX with Homebrew
Recently when installing some gems, it popped out errors that telling the Ruby version is lower than required... I have to upgrade the shipped Ruby, version 2.0.0p648 (2015-12-16 revision 53162), on my machine. There are a few methods dealing with this, but I found the easiest way is using Homebrew.
2017-10-26

Save script bookmarklets in Microsoft Edge
Bookmarklets are shortcuts that actually run javascript snippets, usually to add a page to a service. But saving a bookmarklet was trickier than I thought in Edge.
2016-10-03