Sysads Gazette

Linux tutorials, howtos and step by step guides

Pale Moon Browser 25.5.0 released

<p style="text-align: justify;"> <strong>For 32bit OS</strong> </p> <pre style="text-align: justify;">wget sourceforge.net/projects/pm4linux/files/25.5.0/palemoon-25.5.0.en-US.linux-i686.tar.bz2 tar -xjvf palemoon-25.5.0.en-US.linux-i686.tar.bz2 sudo rm -rf /opt/palemoon* sudo mv palemoon /opt/palemoon sudo ln -sf /opt/palemoon/palemoon /usr/bin/palemoon<p style="text-align: justify;"> <strong>For 64bit OS</strong> </p> <pre style="text-align: justify;">wget sourceforge.net/projects/pm4linux/files/25.5.0/palemoon-25.5.0.en-US.linux-x86_64.tar.bz2 tar -xjvf palemoon-25.5.0.en-US.linux-x86_64.tar.bz2 sudo rm -rf /opt/palemoon* sudo mv palemoon /opt/palemoon sudo ln -sf /opt/palemoon/palemoon /usr/bin/palemoon<p style="text-align: justify;"> Import Firefox profile like bookmarks, history, extensions, etc </p> <pre style="text-align: justify;">cp -R ~/.

Apple Swift Programming Language to go Open Source

Federighi also announced Swift v2 will be released this year and that will come with numerous new features. Developers will be able to use Markdown in comments, pattern matching in “if,” and synthesized “headers” in Xcode alongside other improvements like a faster runtime and shorter compile times.

Android Studio 1.3 Preview 2 available

<li> The Setup Wizard now longer installs the Android M preview by default; it installs the most recent stable version (currently API 22). You should only install and use the Android M preview (and buildtools 23-rc) if you are also going to use version 1.3.0-beta1 of the Android Gradle plugin. </li> <li> The layout editor and layout preview windows only use the Android M preview layout library if the project is compiled with the M preview library.