How to cut and paste files in Mac
If you are windows user, you have probably been frustrated with the inability to do a cut paste in mac. Isint it supposed to be super obvious? Apparently not. Fortunately, it can still be...
@ tutorialhorizon
If you are windows user, you have probably been frustrated with the inability to do a cut paste in mac. Isint it supposed to be super obvious? Apparently not. Fortunately, it can still be...
If you are using multiple email addresses for different services and each of them require you to enter a different public key, then you need to have a public key generated locally for each...
These two commands will help you examine your git stash without messing with your working directory To see the files changed in the latest stash git stash show To see the changes made in...
Bower lets you query the bower registry via the command line to find a package by a given name and then list its versions. e.g. To search libraries that have the word ‘react’ bower...
Have you added the noParse feature in webpack and started getting the following error : Error: Cannot find module ‘./../node_modules/lodash/lodash.js’ Make the following change in your webpack config file to fix the issue. //...
Inkscape is a pretty cool open source vector design tool to have in your arsenal. Here’s a quick way to install it on ubuntu using the command like and the inkscape ppa. sudo add-apt-repository...
If you need to use the ip address of your mac instead of using localhost, here is an easy way to find the ip address of your mac via the command line. Just run...
In this example, we will show you the capabilities of webpack’s commonsChunkPlugin. It is such an important feature of webpack that I ended up recording a video. Code splitting with webpack’s CommonsChunkPlugin, html-webpack-plugin! Single...
sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -fr ~/Library/Application\ Support/Java # Remove Java runtime from the root of your system cd /Library/ rm -rf Java/ Verify Java in uninstalled java...
This is a generic issue. I solved it using the following steps. Uninstall Java completely sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -fr ~/Library/Application\ Support/Java # Remove Java runtime from...
Recent Comments