Create mac app from a shell script
Ever thought of having an application to run it directly instead of multiple shell commands? And won’t it be cool to just convert your shell script into a Mac application and use it just like…
Read MoreEver thought of having an application to run it directly instead of multiple shell commands? And won’t it be cool to just convert your shell script into a Mac application and use it just like…
Read Moreps gives detail of the current processes. Below command can be used to get detailed information on the running processes like start time, elapsed time, completely command, an executable command which is running the process…
htop is an interactive system-monitor process viewer. It’s a utility for process monitoring. It is an alternative to the Linux program top. It displays a frequently updated list of processes running on a system with default ordered…
sudo add-apt-repository ppa:gnome3-team/gnome3 sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install gnome-session sudo apt-get dist-upgrade sudo apt-get upgrade sudo apt-get install gnome-shell
tail -f /var/log/httpd/error_log
Create a new file to write the code to run on computer start-up: Open a new file using the following command from terminal: sudo vi /etc/init.d/tomcat or sudo gedit /etc/init.d/tomcat Copy the below code in the…
Download the tool: From browser: http://www.sejda.org/download/ or From command line(terminal): wget https://bitbucket.org/torakiki/sejda/downloads/sejda-console-1.0.0-BETA-bin.zip Unzip the downloaded file: Go to the folder from command line where the file is downloaded and type below commands. unzip sejda-console-1.0.0-BETA-bin.zip chmod…