Monthly Archives: July 2020

How to install nodejs on Ubuntu

By | July 31, 2020

Nodejs is included in the Ubuntu repository by default. This means that if you run: sudo apt install nodejs your terminal screen will be swing into action downloading the current stable release of node. Currently it is v10.19.0. But what if you need another version? What if you need to guarantee a specific version? First… Read More »

How to test the default Apache in OSX

By | July 25, 2020

Apache is installed and enabled in OSX by default. To confirm and check your version instance, see this. To start it, run this command in terminal: sudo apachectl start Then open up http://localhost on your browser and you should see this: You can also check the threads in Activity Monitor. To find out where this… Read More »

Category: OSX

How to find out Apache version on OSX?

By | July 25, 2020

The simplest way is to run: /usr/sbin/httpd -v in a terminal. You should get something like: Server version: Apache/2.4.34 (Unix) Server built:   Feb 22 2019 20:20:11 To know where httpd is, you can also run: whereis httpd

Category: OSX

How to open apps with keyboard shortcuts on OSX

By | July 14, 2020

Opening your favourite application using keyboard shortcuts can save you a lot of time. Saving a second here and a second there starts to build up over time especially considering the amount of time we spend in front of our devices nowadays.On a Mac, you can create keyboard shortcuts to open up your favourite or… Read More »

Category: OSX

Errno::EPERM: Operation not permitted @ dir_s_mkdir – /usr/local/Cellar

By | July 9, 2020

If you are getting this error while running brew, you are probably missing some important folders. This is the full error here: Error: No such file or directory @ dir_chdir – /usr/local/Cellar Warning: Bottle installation failed: building from source. Error: An exception occurred within a child process:   Errno::EPERM: Operation not permitted @ dir_s_mkdir -… Read More »

Category: OSX

Joe Rogan Experience #1494 – Bret Weinstein

By | July 7, 2020

An interesting discussion on the Black Lives Matter movement and what it means to him along with his belief that the Coronavirus was “man-made due to the amazing ability not only learn how to jump host but also to learn how to effectively spread. At 1:53:54, Brett is envious of New Zealand going into total… Read More »

Category: JRE