Skip to main content

Posts

Showing posts from November, 2016

Ubunutu Help

setting up sts shortcut & installation copy extracted folder to /opt/sts-3.7.0 go to cd /usr/share/applications create a file sts.desktop with [Desktop Entry] Name=Eclipse Type=Application Exec=/opt/sts-3.7.0/STS Terminal=false Icon=/opt/sts-3.7.0/icon.xpm Comment=Integrated Development Environment NoDisplay=false Categories=Development;IDE Name[en]=Spring Tool Suite Access to shared host folder get access to shared host folder                 sudo adduser [username] vboxsf Installing firefox on ubunutu Down load the latest installation wget ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/30.0/linux-x86_64/en-US/firefox-30.0.tar.bz2 tar -xjvf firefox-30.0.tar.bz2 sudo rm -rf /opt/firefox* sudo mv firefox /opt/firefox30.0 sudo ln -sf /opt/firefox30.0/firefox /usr/bin/firefox Add a bookmark to folder structure open expolorer go to folder goto bookmarks in the menu add bookmark En

Linux Send Email

Send email 1………………………………………………………………………………………….. [root@tecadmin ~]# vi /tmp/email.txt Subject: Terminal Email Send Email Content line 1 Email Content line 2 [root@tecadmin ~]# sendmail user@example.com   < /tmp/email.txt       2………………………………………………………………………………………………… # - user inputs   # telnet localhost smtp   Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 fbreveal.com ESMTP Sendmail 8.13.8/8.13.8; Tue, 22 Oct 2013 05:05:59 -0400 # HELO yahoo.com 250 tecadmin.net Hello tecadmin.net [127.0.0.1], pleased to meet you # mail from: sender@tecadmin.net 250 2.1.0 sender@tecadmin.net... Sender ok # rcpt to: myemail@ymail.com 250 2.1.5 myemail@ymail.com... Recipient ok # data 354 Enter mail, end with "." on a line by itself # Hey This is test email only Thanks #. 250 2.0.0 r9M95xgc014513 Message accepted for delivery # quit 221 2.0.0 fbreveal.com closing connection Connect

Eclipse Tips

Find selected word in the workspace alt+ctlr+G find selcted word next first occuraance cltrl+shift+k and input text and it will search the file ctrl+j find files inluding in jars ctrl+T To find closing brace. Place the cursor at opening brace and use this  CTRL+SHIFT+P install subversive svn client on sts eclipse http://www.eclipse.org/subversive/installation-instructions.php     Run Eclipse and select Help > Install New Software... from the main menu.     On the dialog that appears, select a pre-configured simultaneous release update site in the Work with combo-box. For example, for the Juno release, select the "Juno - http://download.eclipse.org/releases/juno" update site.     Wait a few seconds until the content of the selected update site is displayed under the combo-box.     Expand the Collaboration group and select the Subversive features that you would like to install. Certain Subversive features are required if you want t