Daily Archives: October 8th, 2010
tomcat automatically start in ubuntu
Automatic Tomcat Starting To make tomcat automatically start when we boot up the computer, you can add a script to make it auto-start and shutdown. Now paste in the following: You’ll need to make the script executable by running the chmod command: The last step is actually linking this script to the startup folders with …
@basic command
Basic command line of ubuntu/linux operating system 1. to show list file: 2. to swap directories to the previous working directory 3. to delete all files 4. to delete every instance of a matching filename pattern from the current directory 5. to display the file contents directly on the screen 6. to use ls –l …