Aptana 3 Standalone zip file - zip

Where can I find the latest standalone version of Aptana 3 in .zip?
Ive read this post Direct Download for Latest Version of Aptana Studio but that url return "The page you are looking for is temporarily unavailable. Please try again later.".
Is there any way to download windows zip?

You have you replace the version number for specific version on download url:
Here is for windows:
http://download.aptana.com/studio3/standalone/3.4.2/win/Aptana_Studio_3_Setup_Win_3.4.2.zip
For Linux:
Url below is correct format, but not downloadable, it seems goes 403 access deny.
http://download.aptana.com/studio3/standalone/3.4.2/linux/Aptana_Studio_3_Setup_Linux_x86_x64_3.4.2.zip

The link in the previous answer does not work anymore.
Here is the link for all the older Aptana Studio versions:
https://wiki.appcelerator.org/display/guides2/Reverting+to+a+Previous+Version
3.4.2 is not yet on that list. The link (for Windows) is the following:
http://d1iwq2e2xrohf.cloudfront.net/tools/studio/standalone/3.4.2.201308081805/win/Aptana_Studio_3_Setup_3.4.2.exe

Related

How to install the 64-bit version for Windows 10 of Graphviz 2.38

The Graphviz download page has to links, one for a .msi file and another for a .zip
when running the .msi, it looks that it's for 32 bits, since the default directory installation is "Program Files (x86)", which is where the 32-bit installations go.
There are no instructions on what to do with the .zip
Has anyone installed the 64-bit version of Graphviz? Is there an installation script that installs the executables? If so, where can I find it?
(I hope it exists, because I can't compile source code in my machine.)
Many thanks in advance,
Alex
A litte late, but in case someone needs an answer : By now, there seems to be no official 64bit support by graphviz.
I found a discussion on github about graphviz for python where you can find a link to a github repository, that leading to an adapted graphviz solution for Visual Studio with 64bit support.
In another discussion on github a link to an AppVeyor project is provided, which also includes a 64bit configuration. Unfortunately this one seems to be abandoned.

How to update PHPMailer and check installed version

I need to update PHPMailer on few servers if any old version was installed.
How to check installed version
How to update it to PHPMailer 5.2.20 (for example)
It depends on how you installed it. If you're using the recommended method of using composer, then a simple composer update will get you the latest version. Your composer.lock file will show you which version you currently have, or you can open the VERSION file which will show you the version number you've got - or if you have a very old version that predates the VERSION file, look in the source files instead - they will also say what version they are. If you've installed it manually, just download the latest version from Github and replace your current version.

mingw64 - the file has been downloaded incorrectly

I try to install MinGW-w64, but during install i got
the file has been downloaded incorrectly
I have 64 bit win10 and my option of installation:
I use that link sourceforge. and some commentators have same problem.
Any idea how to fix it?
Newer MinGW-w64 releases are now available at https://winlibs.com/ as standalone packages that don't need an installer. Just extract to a folder and start using. This also allows having multiple versions on your side by side (e.g. 32-bit and 64-bit).
This MinGW article addresses the issue. It's actually pretty simple to fix. The problem is with the Windows installer. What you need to do is download the MinGW zip archive directly (not the installer) and extract the files to something like C:\mingw and then add it to PATH in Environment Variables. Here's direct link to the SourceForge files you'll need.

jfxrt.jar missing on Linux in Java 1.8.0_77

I have _Oracle 1.8.0_77_ installed on my Linux workstation and jfxrt.jar is missing. And I have already looked in jre/lib and jre/lib/ext. Do I have to now install the JavaFX SDK in order to get this capability? Or other ideas?
That's weird, you may have a corrupted installation or have not installed the Java version you thought you did.
Go to Oracle's JJava SE Development Kit 8 Downloads page.
Download the latest linux version from there (currently it is jdk-8u91-linux-x64.tar.gz).
When you extract the tar file you downloaded, you will find jfxrt.jar in the jre/lib/ext directory.

Update nodejs in cygwin

Sometime back I've installed nodejs via cygwin which shows me the version 0.4.12 when I do node -v in bash.
Recently I've installed nodejs with the window installer which shows me the version 0.10.20 in window command prompt.
My Problem is I'm using Claymate for GumbyFramework in cygwin and it requires nodejs version above 0.8.0. How can I update the Nodejs in cygwin to the latest version?
Btw I'm using Windows Vista OS.
Pls. help!! Thanks in Advance..
Please know that Cygwin is not a supported platform. There would be a node version which would break things for you. The latest version that compiles natively on Cygwin is 0.4.12. Though the wiki page mentions some people had success building Node.js 0.10 on MinGW+MSYS. Try the following instructions : http://opensourcepack.blogspot.co.uk/2013/06/nodejs-with-posix-path-support.html
Don't mess with compile on Windows. You may want to just replace the old version Node.exe file with the newer Node.exe file on disk. You should be able to find the Cygwin folders within Windows explorer. You can search the entire disk, in windows not cygwin, for the file name node.exe. You should see the node.exe windows is finding, and the one cygwin is finding, under the cygwin folders.
Rename the cygwin node.exe and copy in the newer node.exe. Now, you nay get an issue with npm, in which case you may want to try the same thing with the npm folder.
I know cygwin isnt officially supported, but when you get it installed correctly it works.

Resources