Home
About me
Privacy Policy for nepalicodelabs
Blind 75 Data Structure and Algorithm (DSA)
Thursday, April 12, 2018
Run Program in background Linux
To run the process in background use & at the end of bash command
./idea.sh &
To view the jobs running in background
jobs
Useful links
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
SQL INTERVIEW QUESTIONS AND ANSWERS
Install Nodejs and NPM Ubuntu 17
Step 1: Run the command to install LTS Release version. sudo apt-get install python-software-properties curl -sL https://deb.nodeso...
SQL INTERVIEW QUESTIONS AND ANSWERS
Check code quality with PMD
Integrating PMD plugin on STS (subclipse) /Eclipse 1. Open STS -> click on Help 2. Click ->Install New software 3. C...
No comments:
Post a Comment