IDE

NetBeans IDE 8.2 released, Install on Ubuntu 16.04

<p style="text-align: justify;"> – There are diferent NetBeans IDE <a href="https://netbeans.org/downloads/index.html" target="_blank">download bundles</a> available. Download the desired bundle or download for all bundles. For the purpose of this post, I am downloading for ALL </p> <pre>sudo apt-get purge openjdk* sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer wget http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh chmod +x netbeans-8.2-linux.sh ./netbeans-8.2-linux.sh<p style="text-align: justify;"> – Follow on-screen wizard to install your IDE </p>

PyCharm 5.0.3 EAP released

Install PyCharm 5.0.3 EAP on Ubuntu Linux OS– First install Oracle Java JDK/JRE Install Oracle Java JDK/JRE – Install PyCharm via PPA

Xcode 7.2 beta 4 released includes support for building and debugging apps for tvOS 9.2

<ul> <li style="text-align: justify;"> <em>Watch Framework and Static Library targets do not display a “General” tab. Workaround: Configure general settings manually in the target&#8217;s Info.plist file or in the Build Settings tab</em> </li> </ul> <p style="text-align: justify;"> <p style="text-align: justify;"> <em><strong>Xcode Server</strong></em> </p> <ul> <li style="text-align: justify;"> <em>Xcode Server may be unable to join new development teams with versions of OS X Server other than version 4.1.5. Existing team memberships will continue to work correctly</em> </li> </ul>

NetBeans IDE 8.1 IDE released

NetBeans IDE 8.1 is available in English, Brazilian Portuguese, Japanese, Russian, and Simplified Chinese. See release notesfor all new features and enhancements made

Install Qt Creator in Ubuntu 14.04 LTS

Code editor with C++, QML and ECMAscript support Rapid code navigation tools Syntax highlighting and code completion Static code checking and style hints as you type Support for source code refactoring Integrated, context-sensitive help system Code folding Parenthesis matching and parenthesis selection modes Integrated GUI layout and forms designer Project and build management tools Visual debugger Supports multiple platforms

Install Aptana Studio 3 in Ubuntu 14.04

Aids in authoring of HTML, CSS, JavaScript, PHP, and Ruby. Supports the latest HTML5 specifications. Includes information about the level of support for each element in the major web browsers Support for one-shot as well as keep-synchronized setups. Multiple protocols including FTP, SFTP, FTPS and Capistrano. Ability to automatically publish your Ruby & Rails applications to hosting services such as Heroku and Engine Yard. Set breakpoints, inspect variables, control execution.

Install IntelliJ 13.1 in Ubuntu 14.04

<p style="text-align: justify;"> <p style="text-align: justify;"> <p style="text-align: justify;"> <span style="color: rgb(0, 51, 102);"><strong>Create App Launcher for Intellij</strong></span> </p> <p style="text-align: justify;"> &#8211; Install gnome-panel if not already installed </p> <pre>sudo apt-get install --no-install-recommends gnome-panel</pre> <p style="text-align: justify;"> &#8211; Next run command below to launch the Create Launcher app. Enter details as follows; </p> <pre>gnome-desktop-item-edit ~/Desktop/ --create-new</pre> <ul style="text-align: justify;"> <li> <strong>Type:</strong> Application </li> <li> <strong>Name:</strong> IntelliJ </li> <li> <strong>Command:</strong> /home/sysadmin/idea-IC-135.