After running “mysqld_safe –skip-grant-tables” you may notice that the process is still running.
Instead of killing the process by running: kill -9 process ID
you can safely kill mysqld_safe by running the following command:
mysqladmin shutdown
After running “mysqld_safe –skip-grant-tables” you may notice that the process is still running.
Instead of killing the process by running: kill -9 process ID
you can safely kill mysqld_safe by running the following command:
mysqladmin shutdown
>/var/mail/root
cat /dev/null > /var/mail/root
Download Tomcat https://tomcat.apache.org/download-70.cgi
Extract it to folder on your Ubuntu server
Set Up your environment variables (important) open /etc/environment copy and paste the following: (Make sure you use the proper paths for your system) for example, in my system it looks like this: CATALINA_HOME=/YCSOFTWARE/servers/apache-tomcat-8.0.33 JRE_HOME=/usr/bin/java JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64 run "source /etc/environment" to make the system recognize the newly added paths YOU MUST HAVE JAVA INSTALLED.
change the permissions of the ".sh" inside the apache-tomcat-8.0.33/bin directory chmod +x *.sh
start tomcat by running ./startup.sh or $CATALINA_HOME/bin/startup.sh
Why the discrepancy in the version numbers?
Once upon a time there was just node.js then some people were unhappy with the speed of releases of node.js so they created io.js.
A few months later io.js converges back with Node.js 0.12.x into a unified Node.js 4.0.
Hence version Node.js 4.0 is born.
4.0 is the new 1.0
4.0 is the new 1.0 – https://medium.com/node-js-javascript/4-0-is-the-new-1-0-386597a3436d