Use chmod to do the trick as follows:
chmod u+x script-name.sh

Technical notes, and other ideas.
Use chmod to do the trick as follows:
chmod u+x script-name.sh
If you are trying to run an scp command and you keep getting a drop connection, then...
Secure Copy - scp - When setting up secure copy between jBoss and the target server, get the keys in place in the known_hosts file and the like, and then first connect to the target server via ssh, and then do a test ssh command. If that works, then you can continue with your testing and final rollout.
You normally want to run this from the command line and you can convert to various formats:
sudo apt install -y graphviz
dot testme.txt -Tpdf > testme.pdf
dot testme.txt -Tpng > testme.png
Refer: testme.txt
- GWT java for JavaScript
- grails / ratpack
- jsTestDrive for JavaScript testing
- Jasmine for testing
- JavaScript the Good Parts
- Closure in Action
- Greatest Show on Earth
In Outlook choose the menu option
Tools, Email Accounts
Select the radio button "View or change existing e-mail accounts"
Click Next
Click "Change..." button
Click "More Settings..." button
Choose "Advanced" tab
Click the "Add" button to "Add mailbox:"
hal webdev email
Click OK
Click the "Add" button to "Add mailbox:"
hal webtest email
Click OK
Click the "Add" button to "Add mailbox:"
hal webstage email
Click OK
Click OK to finish entering Advanced settings
Click Next for E-mail Accounts "Exchange Server Settings"
Click Finish
You should now see three new mail boxes at the bottom navigation pane.
Also, per Eric:
Unix team should change the permissions to webapp.prd and 777
Refer: copy_prd_teamsite_sample.sh
echo RELATIVE_PATH:$1
echo FILENAME:$2
RELATIVE_PATH=$1
FILENAME=$2
echo mkdir -p /wbi/teamsite/tmp/webprd_immediate/${RELATIVE_PATH}/
echo cp /wbi/haldata/webstg/${RELATIVE_PATH}/${FILENAME} /wbi/teamsite/tmp/webprd_immediate/${RELATIVE_PATH}/
Ubuntu does not have a default open in terminal context, install the following to add "Open in Terminal"
sudo apt-get install nautilus-open-terminal
This will not take effect until you restart or do the following command:
nautilus -q
net use \10.7.1.10d$ /d
Items to Consider
From: Mitchell, Ian (HAL)
Sent: Wednesday, August 29, 2012 1:24 PM
To: Ruckman, Maurice (HAL)
Subject: Setup Notes
Maurice,
Here is what I recorded / remembered having to do in order to get up and running. They’re ranked in the order I accomplished them in.
I wrote my VM had issues with the dev server, but I don’t remember the details of what occurred there.
Ian Mitchell