Skip to main content

Posts

Showing posts with the label auto

Tcl Expect Scripts Auto SSH Logins

Tcl Expect Scripts Auto SSH Logins When automating tasks with shell scripts, you may stumble at points that require user interaction, such as password authentication when checking out an SVN repository. One can handle these events by creating expect scripts. Below is an example script that I put together for SSHing into another computer using a password. Be careful how you use this script, e.g. I dont recommend storing passwords in files on your computer, but asking the user their details at the beginning of your installation script and passing them to this script later isnt a bad idea. #!/usr/bin/expect # Set the time allowed to wait for a given response. SEt to 30 seconds because it can take a while # for machines to respond to an ssh request. set timeout 30000 proc connectToServer { user host password port } { set address $user append address "@" append address $host puts "Connecting to server: $host" spawn ssh $address -p $port expect { {*password: } {...

Tradução para Grand Theft Auto San Andreas PT BR

Tradução para Grand Theft Auto San Andreas PT BR Tradu��o para um dos games mais famoso do momento. Download da tradu��o para Grand Theft Auto: San Andreas s� aqui na teia. Download download  file  now

Tomcat modules classes auto reload and published in Tomcat Server when changes made to the web project

Tomcat modules classes auto reload and published in Tomcat Server when changes made to the web project When using the spring tool suite, you will have the ability to auto-reload modules and auto-publish the updated project in tomcat server whenever you made changes to the codes in your web project. To enable this feature, double-click your Tomcat server instance in the "Servers" tab in the IDE, and do the following steps: 1. Check the option "Modules auto-reload by default" under the "Server Options" section (or check the "Enable Java-agent reload behavior" option under the "Application reload behavior section", depending on your IDE) 2. Select the radio option "Automatically publish when resources change" under the "Publish" section Now restart your Tomcat server, and whenever you made changes to your code, your changes will be immediately reflected on the changes in the web pages. Note that if you do not have the o...

T Pain Obama Auto Tune

T Pain Obama Auto Tune A new iPhone App which called I am T Pain . It can make others to turn their voice and sing like T Pain. What will happen if you use on Obama? Click the video to find out! " Master P , Mr T , T pain " HAHAHA!!! download  file  now