Showing posts with label Released. Show all posts
Showing posts with label Released. Show all posts

Wednesday, May 18, 2011

Sass 3.1 released, now with functions, lists, and @media bubbling

Wynn sat down with Nick Quaranto at Red Dirt Ruby Conference to talk about Gemcutter, RubyGems.org, and how to get started creating your own Ruby gem.

Sass continues to provide innovative new ways to DRY up our CSS. Version 3.1 is out and offers many new language features, compilation performance improvements, and some new command line options.

Rubyists have long had the ability to extend Sass, but now anyone can create powerful functions using only Sass:

$grid-width: 40px;$gutter-width: 10px;@function grid-width($n) { @return $n * $grid-width + ($n - 1) * $gutter-width;}

Sass now includes some handy functions to work with lists introduced in version 3.0 including nth, append, join, and length:

$ sass -i>> nth(1px 2px 10px, 2)2px>> append(1px 2px, 5px)(1px 2px 5px)>> length(5px 10px)2

There is also a new @each directive to iterate over lists:

@each $animal in puma, sea-slug, egret, salamander { .#{$animal}-icon { background-image: url('/images/#{$animal}.png'); }}

Sass 3.1 brings changes to command line tools and some breaking changes:

There is a new scss command line utility to compile stylesheets, defaulting to the SCSS syntax.@import used with a path without a file extension will now throw an errorOld-style ! variable support has been removedThe css2sass command line utility has been removed in favor of sass-convert.

Check out the Changelog for complete release details. For a deeper look at Sass and Compass, check out our upcoming book Sass and Compass in Action from Manning, now in early access.

[Source on GitHub]

Tuesday, March 15, 2011

XBMC 10.1 released and PPA installation instructions included

XBMC is an award-winning free and open source (GPL) software media player and entertainment hub for digital media. XBMC is available for Linux, OSX, and Windows. Created in 2003 by a group of like minded programmers, XBMC is a non-profit project run and developed by volunteers located around the world. More than 50 software developers have contributed to XBMC, and 100-plus translators have worked to expand its reach, making it available in more than 30 languages.

While XBMC functions very well as a standard media player application for your computer, it has been designed to be the perfect companion for your HTPC. Supporting an almost endless range of remote controls, and combined with its beautiful interface and powerful skinning engine, XBMC feels very natural to use from the couch and is the ideal solution for your home theater.

Currently XBMC can be used to play almost all popular audio and video formats around. It was designed for network playback, so you can stream your multimedia from anywhere in the house or directly from the internet using practically any protocol available. Use your media as-is: XBMC can play CDs and DVDs directly from the disk or image file, almost all popular archive formats from your hard drive, and even files inside ZIP and RAR archives. It will even scan all of your media and automatically create a personalized library complete with box covers, descriptions, and fanart. There are playlist and slideshow functions, a weather forecast feature and many audio visualizations. Once installed, your computer will become a fully functional multimedia jukebox.


What is new XBMC 10.1


While we are moving quickly to get new features into 11.0, the time has come for a maintenance release for Dharma. We recommend that all users update to 10.1 as soon as possible to increase stability.


The main focus of this release is to address a bug that could cause XBMC to freeze when updating a skin. We have held back skin updates from the main repository because of this, but now that it is fixed, they will begin rolling out in a few weeks.


This is intended as a bug-fix release only, no new features have been introduced. Notable fixes include:


* If an in-use skin was updated in Windows, XBMC would freeze
* Some RTMP streams in Windows did not play
* Included add-ons have been updated
* The correct referrer is now used for downloading add-ons, improving dependency statistics
* Crashes during playback on ATI hardware in some circumstances have been fixed
* Hardware decoding improvements for OSX
* Various small fixes


Install XBMC 10.1 in ubuntu using PPA


Open the terminal and run the following commands



sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install xbmc

Transmission 2.22 released and PPA installation instructions included

Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn’t play games with its users to make money:

* Transmission doesn’t bundle toolbars, advertisements, twitter tools, or anything else.
* It doesn’t hold some feaures back for a payware version.
* Its source code is available for anyone to review.
* Its website and forums have no third-party ads or tracking.

What is new in Transmission 2.22


All Platforms
* Faster endgame
* Fix bug where leechers might be disconnected while seeding in some situations
* Fix 2.20 bug that sometimes showed inaccurate upload/download speeds
* Support for unsorted blacklists
* Fix IPv6 DHT
* Re-add support to automatically close idle peers
* Fix bug where the resume file did not save the time checked for the last piece
Mac
* Fixes for Dutch, German, and Russian localizations
GTK+
* Fix setting individual idle seeding time
Qt
* Fix loading localizations on Linux
CLI
* Fix bandwidth display issue


Install Transmission 2.22 in ubuntu


Open the terminal and run the following commands



sudo add-apt-repository ppa:transmissionbt/ppa


sudo apt-get update


sudo apt-get upgrade

Monday, March 14, 2011

Ubuntu 11.04 (Natty Narwhal) Alpha 3 released and download links included

The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Natty Narwhal Alpha 3 Release of Ubuntu 11.04, is a developer snapshot to give you an early glance at the next version of Ubuntu.

Upgrading from Ubuntu 10.10 to ubuntu 11.04


To upgrade from Ubuntu 10.10 on a desktop system, press Alt+F2 and type in “update-manager -d” (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release ’11.04' is available. Click Upgrade and follow the on-screen instructions.


To upgrade from Ubuntu 10.10 on a server system: install the update-manager-core package if it is not already installed; launch the upgrade tool with the command sudo do-release-upgrade -d; and follow the on-screen instructions. Note that the server upgrade is now more robust and will utilize GNU screen and automatically re-attach in case of e.g. dropped connection problems.


To upgrade from Xubuntu 10.10, follow the instructions above for Ubuntu 10.10.


This release is for developers only.


You can download Alpha 3 ISOs from:


http://cdimage.ubuntu.com/releases/natty/alpha-3/ (Ubuntu Desktop and Server)
http://uec-images.ubuntu.com/releases/natty/alpha-3/ (Ubuntu Server for UEC and EC2)
http://cdimage.ubuntu.com/ubuntu-netbook/releases/natty/alpha-3/ (Ubuntu Netbook ARM)
http://cdimage.ubuntu.com/kubuntu/releases/natty/alpha-3/ (Kubuntu)
http://cdimage.ubuntu.com/xubuntu/releases/natty/alpha-3/ (Xubuntu)
http://cdimage.ubuntu.com/edubuntu/releases/natty/alpha-3/ (Edubuntu DVD)
http://cdimage.ubuntu.com/ubuntustudio/releases/natty/alpha-3/ (Ubuntu Studio)
http://cdimage.ubuntu.com/mythbuntu/releases/natty/alpha-3/ (Mythbuntu)

RabbitVCS v0.14.2.1 released and installation instructions included

RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. Currently, it is integrated into the Nautilus file manager and only supports Subversion, but our goal is to incorporate other version control systems as well as other file managers.
RabbitVCS is inspired by TortoiseSVN and others.

What is new in RabbitVCS v0.14.2.1


Someone found a minor bug in the setup.py file for v0.14.2, so here is v0.14.2.1 which fixes that bug.


RabbitVCS Features


Nautilus Integration


Seamlessly integrates into your standard desktop workflow


Subversion Support


Gain access to nearly all Subversion client functionality without touching the command line


Powerful and Useful Dialogs


We pride ourselves on our ease of use and straightforward interface


Fully Internationalized


We currently have 16 full translations and counting, and contributing is easy with Launchpad


Packages for Your Distribution


We have easy-to-install packages for Ubuntu, Debian and Fedora


Command Line Integration


We provide an easy to use command line tool you can use to launch our dialogs


Install Rabbitvcs in ubuntu 10.10/10.04/9.10


When installing from packages, you will want to install Core as well as whichever plugins you intend to use. You may also want to install the command line script, which provides access the RabbitVCS dialogs from the command line.


Open the terminal and run the following commands



sudo add-apt-repository ppa:rabbitvcs/ppa


Update the source list



sudo apt-get update


Now install rabbitvcs core using the following command



sudo apt-get install rabbitvcs-core


Install nautilus,thunar,gedit and command line plugins using the following command



sudo apt-get install rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli


Screenshot


Nautilus Integration




Wednesday, October 27, 2010

Open Node 1.0 (stable) Released

Open Node unveils version 1.0 of their open source server virtualization solution


Open Node, an Estonia-based company utilizing RHEL-based CentOS 5 to build locally manageable OpenVZ and KVM solutions, is on track to release the web-based FuncMAN management console later in October.


Open Node 1.0 Installer screenshot


According to the announcement, Open Node 1.0 uses the following:


* Kernel - ovzkernel-2.6.18-194.17.1.el5.028stab070.7


* KVM - kvm-83-164.asys.17.x86_64.rpm


Users can download Open Node 1.0 or see the roadmap for OpenVZ /KVM and FuncMAN on the company website.