Find the process running on a port on your mac
Sometimes you just wanna kill an old process thats still listening on a port.
@ tutorialhorizon
Sometimes you just wanna kill an old process thats still listening on a port.
It’s simple to change the SIP on MAC. Restart the mac into Recovery mode. Utilities -> Terminal $ csrutil status $ csrutil enable $ csrutil disable Restart MAC
When you want to save the terminal logs into an external file, you can pipe the output as following. This is really helpful when terminal commands spit out a lot of information and which...
Install VM on your local machine ( Easy, Reliable, Works in corporate environment ) Install VirtualBox ( https://www.virtualbox.org/wiki/Downloads ) Get a relevant VM ( https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ ) Access Remote VM ( Needs a Microsoft account,...
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 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...
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...
Solution 1 command + option + esc (Mac) = ctrl + alt + delete (Windows) Solution 2 Open Activity Monitor
This is a generic error, there could be many situations which could lead to this. For me, when I updated my Google Chrome and suddenly my automation I hit this error. Here is how...
Recent Comments