Jeff Hoog Land

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 31 July 2012

Bodhi Linux RaspBerry Pi Beta

Posted on 20:34 by Unknown
Edit/Update: You can find the latest release here -> http://www.bodhilinux.com/downloads_mobile.php

A little over six weeks ago I posted a very early image of Bodhi for the RaspBerry Pi. Today I am happy to let everyone know that I have published what I consider to be a "beta" quality image:

Bodhi for Pi: http://bodhilinux.com/downloads_mobile.php

The download comes in the form of a compressed .IMG file, which can be extracted and then written to an SD card (2GB minimum). The first thing worth noting in this release is that the default username/password are different:

Username: pi
Password: bodhilinux

As for changes, this release is now utilizing Terminology as it's default terminal emulator and PCManFM file browser has been replaced with the native EFM (Enlightenment File Manager). The issues our first image had with networking and flash drives should also be resolved with this release. Also worth noting is that the AppCenter is now configured to work by default in the Midori web browser - but the synaptic interface runs fairly slow on the Pi hardware.

Finally - if you have any issues with this image please open a support request in the RaspBerry Pi section of our user forums. That is a much better place to trouble shoot than the comments section on this post.


~Jeff Hoogland
Read More
Posted in arm, bodhi, debian, raspberry pi | No comments

HOWTO: Create and use .IMG files from the CLI

Posted on 14:09 by Unknown
Now that Bodhi's second stable release for the desktop is settling down, I am going to be putting a bit of focus on our ARM releases for the next couple of weeks. ARM images typically are provided in the form of .IMG files. Using a downloaded .IMG file is fairly simple. You can write it to a drive of your choice with a single command:

sudo dd if=myfile.img of=/path/to/drive bs=1M

One thing worth noting though is that /path/to/drive should not include any partition number. An example path would be something like:

/dev/sdb

Note that writing large images can take a good deal of time depending on the speed of your drive and that this command will not give you any feedback until it finishes.

Now, perhaps you are like myself and have some interest in creating/distributing .IMG files of your own. Creating image files is also fairly easily and uses the same dd command. An example of how to create an image file is:

sudo dd if=/path/to/drive of=image.img

Note that this command copies the entire contents of the drive - meaning if your drive is large your .IMG file will be equally large! Now, what do you do if you only want to copy part of your drive? Simply add one argument to the above command of course! For example to only copy the first two gigs of data on a drive to a .IMG file use:

sudo dd if=/path/to/drive of=image.img bs=2048 count=1M

I am by no means an expert at using dd, but if you run into any issues feel free to drop a comment below and I'll do my best to help you out.

Cheers,
~Jeff Hoogland
Read More
Posted in arm, howto, linux | No comments

Monday, 30 July 2012

Bodhi Linux 2.0.1 - Bug Fix Release

Posted on 06:49 by Unknown
Some of you might be slightly confused by this posting since our 2.0.0 release was published just five days ago. No piece of software is perfect and our 2.0.0 release is no exception to this. Since we released last Thursday our 2.0.0 discs have received over 15,000 downloads - a number the Bodhi team and I are extremely happy with. With this large influx of users we have received a piles of user feedback and bug reports - some of which need to be dealt with right away (not two months from now when our next scheduled update release is set to come out).

With this in mind I would like to cut straight to the point and give you the disc downloads for 2.0.1 (as always torrent is fastest):

32bit - Direct Download - Torrent Download - md5sum

64bit - Direct Download - Torrent Download - md5sum

What was so pressing you ask that demanded we release bug fix ISO images now instead of waiting for our normal scheduled release? Well a few things:
  • Added a variety of firmware to the default install to greatly increase wireless support
  • Added support for booting the ISO image via grub2
  • Added some missing ACPI scripts so suspending works
  • Removed a few misc mentions of 10.04/1.4.0 left behind in documentation
Users that have already installed our 2.0.0 release (or alphas) and are keeping up to date with their software updates via the package manager will already be at our 2.0.1 release:


No need to reinstall for minor/bug fix releases - but I would encourage you to grab this latest ISO image for use with your live media.

Cheers,
~Jeff Hoogland
Read More
Posted in bodhi | No comments

Thursday, 26 July 2012

Bodhi Linux 2.0.0 Released

Posted on 08:20 by Unknown
Well boys and girls the wait is finally over. After two months in the making 2.0.0 is officially our stable release. This build features the stable Linux 3.2 kernel, PCManFM file manager, the latest version of the Midori browser:


and finally the brand spanking new Terminology terminal emulator:


Bodhi 2.0.0 is our first stable release to be offered in both 32 and 64bit flavors. Please note the torrent download is much faster than the direct download:

32bit - Direct Download - Torrent Download - md5sum

64bit - Direct Download - Torrent Download - md5sum


The Bodhi team and I would like to extend our thanks to everyone who made this release possible. Most notably the E17 team and our community of testers!

If you encounter an issue with this release I would please implore you to first check your download md5sum. If your download is fine I would then ask that you request help on our user forums - not in the comments section of this blog post.

Finally - if you enjoy using Bodhi and think this release works well I would encourage you to please send a message to your favorite Linux/Technology writers letting them know there is some new Bodhi goodness to be had! Also - if you have some spare bandwidth I would encourage you to seed our torrents for awhile.

Cheers,
~Jeff Hoogland
Read More
Posted in bodhi | No comments

Wednesday, 18 July 2012

Bodhi Linux 2.0.0 Release Candidate

Posted on 13:51 by Unknown
A little over six weeks ago I posted about the first Bodhi Linux 2.0.0 public image. We have had three other builds release since then and today I would like to announce the availability of build 5 for download. I am stamping this build as our "release candidate" meaning that is is a stable working environment and something extremely close to this release will become our "stable"/final 2.0.0 release by the end of this month.

What is missing from this release still? Of note our AppCenter is still in the process of being transitioned over to work fully with this new release. Meaning a few of the packages there might not be found yet in the 2.0.0 repositories. If you do find an application there that doesn't install properly I encourage you to let us know on our user forums. Also worth noting is that none of the current .BOD files obtained via the "Download" buttons are functional with 2.0.0 and they should not under any circumstance be installed on a 2.0.0 system. There will be an announcement posted here when they are ready.

Finally - you can find the 32/64bit disc images for download via source forge here.

~Jeff Hoogland
Read More
Posted in bodhi | No comments

Sunday, 8 July 2012

HOWTO: Make your QT Applications Blend In

Posted on 14:15 by Unknown
Since Bodhi Linux includes GTK applications by default, you will find they have a fairly neutral tone that blends fairly well with the rest of the system. Beyond this Enlightenment has a built in tool for changing the look of GTK applications.

What is a person to do though when they install VLC or some other QT application for the first time and it looks like this:


First off - don't panic! It is a fairly simple/quick fix to get your QT applications to blend in with the rest of your desktop. You first simply need to install the QT theme manager - on Debian based systems such as Bodhi this can be done from the command line via:

sudo apt-get install qt4-qtconfig

Once this package is installed a new option should appear in your menu under "Preferences" labeled "Qt 4 Settings". Launching this will present you with a window the looks something like this:


Only your "GUI Style" will be something other "GTK+" by default. To change this simply select "GTK+" from the drop down menu and then close the settings manager.

You should now be all set with nicer looking QT applications:


Cheers,
~Jeff Hoogland
Read More
Posted in bodhi, howto, qt, software | No comments

Friday, 6 July 2012

E17 heading towards a Stable Release - No Really!

Posted on 07:29 by Unknown
I've been pushing the Enlightenment desktop for some time now and for as long as I've been promoting it I've also been warning folks that it is under heavy development. Well folks - Duke Nuke'em Forever might have beat them to a release, but E team is prepping for a major (stable!) release themselves.

The E release manager has setup a wordpress you can find here to follow more specific details about the upcoming release. What can you do to help out with getting E17 on the road to release as a end user? Why filing bug reports of course! One thing worth noting is that if you are filing bug reports you should be keeping as close the latest SVN version as possible.

Finally - if it has been awhile since you've tried the Enlightenment desktop now is the perfect time! If you aren't inclined to be compiling software from source Bodhi Linux provides one of the best default implementations of E17 around. Arch Linux and Gentoo also provide fairly current builds of E17 in their community supported repositories.

2012 - the year of an E17 Release!


~Jeff Hoogland
Read More
Posted in enlightenment, open source | No comments

Tuesday, 3 July 2012

Some Bodhi Linux Video Goodness

Posted on 07:00 by Unknown
I'd like to take a moment to share a few wonderful videos one of the Bodhi team members has taken the time to put together. This first is a short sound byte/advertisement for our upcoming 2.0.0 release:


These next two show case the winners of our Desktop of the Week contest:

2nd Quarter Winners 2012


1st Quarter Winners 2012


Enjoy!
~Jeff Hoogland
Read More
Posted in bodhi | No comments

Is Blizzard banning Linux Users?

Posted on 06:43 by Unknown
While some companies like Valve are working on porting their software to run natively on Linux, it appears some other large companies are going to the extreme to prevent users from running their software on free operating systems.

The company I am talking about? None other than Blizzard Games. Late last month users started reporting on the Wine APPDB page for Diablo 3 that their user accounts where getting banned simply for running their games using Wine! So this is me providing a fair warning to everyone else out there running Diablo 3 via Wine - don't. Unless of course you feel like having wasted 60$ spent to buy the game.

To quote some of the frustrated Linux gamers:

"Well I've had Diablo running on my FreeBSD machine now for a couple of weeks and have a level 53 Wizard.

I just got notice while trying to log in last night that I was banned, and when I checked my email, I hadn't received anything from Blizzard.

After I opened a support ticket with them, a short while later, this is what I received in email:

Account Action: Account Closure
Offense: Unapproved Third Party Software
A third party program is any file or program that is used in addition to the game to gain an unfair advantage. These programs may increase movement speed or teleport heroes from one place to another beyond what is allowed by game design. It also includes any programs that obtain information from the game that is not normally available to the regular player or that transmit or modify any of the game files.

I don't run any programs as described above.

I kite, I die, and then I repair. But hey it's fun."

And a second:

"I got banned last night as well. Other than running under Wine I can't imagine why. Level 30ish char and not so much as a gaming keyboard.

I also have a ticket open. We will see..."

And a third:

"Ditto. I suddenly got a banned email last night, and I'm more or less in the same position. I think they're getting a bit trigger-happy with this, considering I've been running WoW for years under WINE, too.

Ah well, ticket's up."

Please stop the madness Blizzard. You should try focusing your banning efforts on people actually cheating instead of those simply trying to play your games on their OS of choice. If you are looking for more information on this topic there is a fairly good write up about it here.

~Jeff

Read More
Posted in diablo3, gaming, linux, rant, wine | No comments
Newer Posts Older Posts Home
View mobile version
Subscribe to: Posts (Atom)

Popular Posts

  • Ten Linux Distros that use Enlightenment
    In case you haven't noticed I've had a bit of an obsession with the Enlightenment desktop of the late. Even though this desktop is ...
  • Playing Magic the Gathering on Linux with Cockatrice
    If you ask almost anyone that knows me in person they will attest to the fact that I am a huge nerd. Today I would like to give a short tuto...
  • New E17 Stable Snapshot and the First of E18
    You read that title right folks. The first showing of Enlightenment DR18 (or E18 for short) has become a reality. Sure, it is nowhere near w...
  • Twenty Sleek GTK Themes for your Linux Desktop
    Last month I posted about twenty two different icon sets you could use to class up your Linux desktop. Today I would like to share with you...
  • HOWTO: Enable Compiz under Bodhi (Enlightenment)
    One of the reasons I gave for giving the Enlightenment desktop a try was its elegance. While it is true that Enlightenment has a good numbe...
  • Bodhi Linux ARMHF RootFS
    If you've been following my blog (or my updates on Google+ ) then odds are you know I currently have my hands on two ARM devices ( plus ...
  • HOWTO: Watch Netflix on Bodhi Linux
    Not being able to utilize the Netflix video streaming service has been an issue on the Linux desktop for the past few years. This is due to...
  • Linux Out Performs Windows in OpenGL
    Late last year I did a posting detailing how Windows 7 crushed Ubuntu 9.10 in the area of 3D performance. Nine months later I am happy to s...
  • HOWTO: Ubuntu Linux on T101MT
    I wrote a HOWTO for getting Linux working on the T91MT a couple months back and as I mentioned here I ended up changing to the slightly la...
  • OpenGL vs DirectX - Benchmark Comparison
    I've done a few benchmarks to date and today I am going to add another interesting set of numbers to the list. Unigine is a cross-pla...

Categories

  • 3g modem
  • adobe
  • android
  • appeal
  • apple
  • arm
  • art
  • asus tablet
  • benchmark
  • bodhi
  • bordeaux
  • cedega
  • chakra
  • chrome os
  • chromebook
  • cockatrice
  • codeweavers
  • comic
  • cricket wireless
  • crysis
  • cxgames
  • debian
  • dell duo
  • diablo3
  • distro review
  • dtf
  • e18
  • eandora
  • eccess
  • elementary
  • elive
  • enlightenment
  • fedora
  • firefox
  • gaming
  • genesi
  • gnome
  • google
  • google chrome
  • google wave
  • handheld device
  • hardware
  • helios
  • howto
  • html5
  • ideapad
  • interview
  • ipad
  • jolicloud
  • kde
  • l4d2
  • laptops
  • lenovo
  • linux
  • lxde
  • macbook
  • math
  • maxima
  • media
  • meego
  • milestone
  • mint
  • mir
  • mk802
  • moblin
  • n900
  • netflix
  • nexus 7
  • nvidia
  • open pandora
  • open source
  • opengl
  • opera
  • operating systems
  • palm
  • phones
  • promotion
  • python
  • qt
  • rant
  • raspberry pi
  • reviews
  • sabayon
  • software
  • source games
  • spotlight
  • sprint
  • starcraft2
  • steam
  • t-mobile
  • tutorial
  • ubuntu
  • unigine
  • unity
  • wayland
  • web application
  • windows
  • windows 7
  • wine
  • wxmaxima
  • xfce

Blog Archive

  • ►  2014 (1)
    • ►  January (1)
  • ►  2013 (22)
    • ►  December (3)
    • ►  November (1)
    • ►  September (1)
    • ►  June (1)
    • ►  May (2)
    • ►  March (2)
    • ►  February (3)
    • ►  January (9)
  • ▼  2012 (57)
    • ►  December (5)
    • ►  November (4)
    • ►  October (2)
    • ►  September (1)
    • ►  August (4)
    • ▼  July (9)
      • Bodhi Linux RaspBerry Pi Beta
      • HOWTO: Create and use .IMG files from the CLI
      • Bodhi Linux 2.0.1 - Bug Fix Release
      • Bodhi Linux 2.0.0 Released
      • Bodhi Linux 2.0.0 Release Candidate
      • HOWTO: Make your QT Applications Blend In
      • E17 heading towards a Stable Release - No Really!
      • Some Bodhi Linux Video Goodness
      • Is Blizzard banning Linux Users?
    • ►  June (4)
    • ►  May (4)
    • ►  April (1)
    • ►  March (7)
    • ►  February (6)
    • ►  January (10)
  • ►  2011 (107)
    • ►  December (8)
    • ►  November (8)
    • ►  October (5)
    • ►  September (14)
    • ►  August (9)
    • ►  July (8)
    • ►  June (7)
    • ►  May (10)
    • ►  April (9)
    • ►  March (13)
    • ►  February (9)
    • ►  January (7)
  • ►  2010 (122)
    • ►  December (10)
    • ►  November (8)
    • ►  October (10)
    • ►  September (14)
    • ►  August (17)
    • ►  July (10)
    • ►  June (9)
    • ►  May (14)
    • ►  April (8)
    • ►  March (7)
    • ►  February (7)
    • ►  January (8)
  • ►  2009 (27)
    • ►  December (10)
    • ►  November (7)
    • ►  October (10)
Powered by Blogger.

About Me

Unknown
View my complete profile