Home Blog Page 1674

6-Way End-Of-2013 Linux Benchmarks

As some extra weekend benchmarks as we near the end of 2013, here are test results when comparing Debian GNU/Linux 7.2, Ubuntu 14.04 in its current development state, Fedora 20, Red Hat Enterprise Linux 6.5, Red Hat Enterprise Linux 7.0 Beta 1, and openSUSE 13.1.

Read more at Phoronix

Wine 1.7.9 Released – Install on Ubuntu 13.04/12.10/12.04/11.10 and Linux Mint 16/13

Wine is an open source, free and easy-to-use program that enables Linux users to run some Windows based applications on Unix-like operating systems. Wine is a compatibility layer for installing almost all versions of Windows programs. Read also : Install Wine 1.7.9 in RedHat / CentOS / Fedora This…

[[ This is a content summary only. Visit my website for full links, other content, and more! [[

 
Read more at TecMint

CyanogenMod Source Code for Samsung Galaxy Note 3 Now Available

CyanogenMod source code for Note 3 is now available for download, nightlies are coming soon.

Read more at Muktware

GnuCash 2.6 Tries To Improve Open-Source Accounting

GNU projects seem to be in the season of releases with this week having GNU Octave 3.8 and GNUnet 0.10, while being prepared for release right now is the GnuCash 2.6 open-source accounting software…

Read more at Phoronix

See Behind That Shortened URL Using Python

I’m a big user of URL shortening, especially when sending links via email to family, friends, and/or coworkers. But there are occasions when I come across a shortened URL either on a website or from an unknown source.  So, with just a few lines of Python code, I managed to write a script that, given a shortened URL, will reveal the actual URL behind the shortened link.

Copy the following code into a file and make it executable:

#!/usr/bin/env python
#
# showURL.py
#
# — simple python script to take a shortened url
# — and return the true url that it’s pointing too
#
import sys
import urllib2

# get the url from the command-line, bail
# if nothing was entered and show usage
if len(sys.argv) != 2:
print ‘[!] Usage: showURL.py <shortened url>’
sys.exit(1)

# store the given url
url = sys.argv[1]

# connect to the url and retrieve the real
# url
shortenedUrl = urllib2.urlopen(url)
realUrl = shortenedUrl.geturl()

# display result
print ‘[+] Shortened URL: ‘ + url
print ‘[+] Real URL: ‘ + realUrl

# done
sys.exit(0)

The execute the script like so:

./showURL.py http://tinyurl.com/x0vw
[+] Shortened URL: http://tinyurl.com/x0vw
[+]          Real URL: http://www.linux.com/

There you have it.  A quick and easy way to show what’s behind those shortened URLs.

UEFI SecureBoot mini-HOWTO available

I have been sorely missing some kind of UEFI SecureBoot HOWTO while figuring out the bits and pieces which are required to let our users avoid the pain of having to wrestle this by themselves; having found a lot of sparse articles I had to write one myself.  It’s published in the hope that at least those who choose to follow this way have a few bumps less and know better what lies ahead right from the start.

Here’s ALT Linux English wiki page and here’s its static copy as of today just in case.

While at that, the described approach has resulted in a few groups of images made available that survive Secure Boot left enabled:

USB 2.0 and 3.0 in the Real World

USB 3.0 devices are common now, but how much benefit do they really give over 2.0?

2013 in Tech: The Big Stories of the Year

A look back at the hot topics, major discoveries, and technological breakthroughs of 2012: from privacy to surveillance, major product launches, successes and catastrophes.

Ferocious Fedora 20 Review: Cutting Edge Linux Still as Sharp as Ever

If you want to a bleeding edge desktop or server Linux, then Fedora is the Linux distribution for you. If you want to play it safe, try something else.

Review: SteamOS Beta for Linux Experts

Valve recently released an early-access preview of its future strategy for game distribution: the Steam Machine, and the SteamOS operating system that runs it. The company has developed a beta reference platform, but the really interesting part is SteamOS: an open OS with fairly flexible hardware specs that anyone can download and play with.

SteamOS screen shotSteamOS has generated a lot of interest, but the “beta” label makes one hesitate a bit. Is it a “Google beta”, where most everything works pretty well, or is it a big pile of bugs and misfeatures? Let’s find out.

SteamOS Architecture

With previous releases of Steam for Linux, Valve had shown a preference for Ubuntu as a platform; it was therefore a bit of a surprise when SteamOS was revealed to be a direct derivative of Debian rather than Ubuntu. Valve’s explanation pitches Debian as a better base for customization than Ubuntu, and they continue to recommend Ubuntu for Linux game development and the best Steam experience. Ubuntu is itself based on Debian, so the differences between the two environments are small.

Most of the interesting software consists of Steam itself and the games; all you need beyond that is “just enough OS” to deal with the hardware, graphics drivers, and so on, as well as infrastructure for installing and maintaining the complete system. SteamOS does provide a GNOME 3 desktop with the Iceweasel browser (a fork of Firefox); these are just carried over from Debian 7. A “Valve Bug Reporter” app is also included in the desktop, along with an icon which returns you to Steam.

But the clear intent of the system is to run the Steam client, and not a general-purpose desktop. You can’t even get to the desktop without checking a box in the Steam client’s settings (under “Interface” if you’re interested). And you’ll find that the desktop is missing lots of functionality you’d expect, with no way to install what’s missing. This is not a Debian system so much as it is a Steam system which happens to use Debian under the hood.

Installation: For Experts Only

Arguably, SteamOS is targeted more at hardware integrators than end users, so the smoothness of the install process is probably not a high priority. Add to that its beta status, and you can understand how installing SteamOS is definitely “for experts only” at this point.

The “Custom” install I used started out trouble-free. The SteamOS installer is the Debian installer with SteamOS theming, with most steps automated. Be careful not to boot this USB stick on any system you care about, as the installer is preset to blow away the first disk on the system with no warning!

Not everything got set up correctly, however; I was greeted with a very nice-looking Steam client, but no sound. The SteamOS install process is clearly aimed at preferring the “connect to TV” environment, as it preferred my HDMI audio support on the video card to the motherboard’s sound interface. If you’re not running SteamOS on a HDTV, be prepared for a bit of fiddling with PulseAudio configuration and kernel module tweaking. One helpful tip: Debian 7 software works fine on SteamOS, so you can add Debian’s repositories to SteamOS to get any missing utilities for getting things working.

(For a full installation guide, including audio and wifi configuration, see Micah Ferrill’s tutorial on Linux.com.)

Getting Down To Business

Once installation is complete and the hardware all works, SteamOS fades into the background, and you’re presented with Steam in Big Picture Mode.

After answering a few questions and accepting the license, I was able to log in to my regular Steam account. Note that SteamOS counts as a new device from Valve’s point of view; I had to type in an emailed code before I was able to successfully log in. It’s also worth remembering that Steam only allows one device at a time to be logged in, so you’ll be logged out of your SteamOS system if you try to run Steam anywhere else at the same time.

Gameplay was pretty much like Steam on Linux. My Steam for Linux games (or game, in my case) showed up in the Library. Downloading and running games from the Library was straightforward, and my saved games were also synchronized from my other system. Before long, I was
stumbling through Portal with the same ineptitude I was showing on Ubuntu.

Similarly, I was able to easily browse the Steam Store on SteamOS and pick up a few free-to-play favorites: DOTA 2 and Team Fortress 2. My video card turned out to be a little too weak for DOTA 2, but Team Fortress 2 played fine.

I had never played with Big Picture mode on Ubuntu, which turns out to be identical to the SteamOS environment. There were a few quirks with graphics not loading on the SteamOS version. I was occasionally irritated by the keyboard navigation; for example, Escape typically took you to the beginning of the last screen’s entries, rather than where you left off. Overall, though, the interface works well.

Verdict: Promising, But Needs Work

SteamOS is off to a good start. Their previous work on Steam for Linux pays off in SteamOS, and the choice to wrap Steam in a Debian base seems to be working.

There are still a number of technical glitches to work out, especially in the installation process. It’s not entirely clear how far Valve will go in providing a pain-free installer, given that it’s targeted at system integrators and power users rather than the average consumer.

If you just want to play Steam games on your custom-built Linux box, your best bet for now is to stick with Steam for Linux running on Ubuntu (or, if you’re so inclined, your favorite non-Ubuntu distribution). For the complete SteamOS experience, switch to Big Picture mode. It will tend to work more smoothly, and some may prefer the traditional Steam interface over Big Picture.

For Linux experts, SteamOS is an easy to moderate challenge, especially if the installer gets your hardware right the first time through. Brave and curious non-experts should anticipate getting an education in Linux hardware support. The challenge is worth taking, though, especially for those who want to help Valve make gaming on Linux as awesome as possible.

But if you’re a Debian fan excited by the prospect of a Debian-flavored Steam experience, you’re likely to be disappointed. It’s nice to see the Debian installer handling installation duties, but after that, you could use SteamOS for years without seeing even a hint of Debian. Even if you’re wanting a custom box running Steam on Debian, you might be happier with just that instead of SteamOS, if only because of the broader hardware support in the underlying OS and the support for non-gaming tasks.