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… Read More »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… Read More »Create mac app from a shell script
ps gives detail of the current processes. Below command can be used to get detailed information on the running processes like start time, elapsed time,… Read More »Using ps command to get process detailed information
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… Read More »htop – an interactive system-monitor process-viewer
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… Read More »Automatic Starting Tomcat on ubuntu
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… Read More »Merge PDF files