[nvm] “local” not implemented yet
If the nvm is already installed then run the following command to resolve this issue : source ~/.nvm/nvm.sh If nvm is not installed then install it first and run the shell script. curl -o-...
@ tutorialhorizon
If the nvm is already installed then run the following command to resolve this issue : source ~/.nvm/nvm.sh If nvm is not installed then install it first and run the shell script. curl -o-...
sudo add-apt-repository ppa:mc3man/mplayer-test sudo apt-get update sudo apt-get install mplayer smplayer
If you are getting the following error, then you need to install libed265 to run the HVEC files with VLC. VLC can not play HVEC files. To install it run the following commands in...
ps aux | grep 3000 Watch the following video to do learn some advance techniques!
Just run the following command ps waux | grep httpd Further reading : Rackspace
You can execute the XPath selectors in the browser dev tools using the $x() For example, following selector will give you all the anchor tags on the webpage. $x(‘//a’); Further Reading : Command Line...
If you have the simple script like the following : #!/bin/bash if [ $foo = ‘bar’]; then echo ‘Foo is equal to bar’ fi And when you run the script, if you get the...
Recent Comments