Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 ... 7359 ) Next »
Playing Magic the Gathering on Linux with Cockatrice
Today I would like to give a short tutorial on how I've combined two of my most nerdy passions:
Linux & Magic the Gathering
Linux & Magic the Gathering
Mulawa Dreaming Easy Comes to Linux
Peter Hewitt is a retired educator and IT professional who came to us not particularly interested in helping develop Meacher the Mouse Teacher, but in rebuilding his mouse teaching program Mulawa Dreaming Easy for Linux. As it stood, it was a Windows only app but having over 200 thousand downloads of his varied projects, Peter believed that it was worth expanding to the Linux world. He emailed me and told me that when he had something ready, he would email me.
I think it took him 3 days.
I think it took him 3 days.
ArchBang 2011 Review
Here is another light, fast, and fun distribution for everyone to try, ArchBang leaves a long-lasting impression. ArchBang delivers a useful Live CD, the OpenBox window manager, and all of the basic applications you might need, all on top of the powerful and robust Arch Linux core.
Gwibber : A microblogging client for Linux
Gwibber is the most populer microblogging client for the Linux. It supports many platforms like Facebook, Google buzz, Twitter, Identi.ca etc. You can simultaneously post your status to all the social networks and get updated status from all your social networks.
SuperTuxKart 0.7.3 Final Released with New Tracks, Karts and More
SuperTuxKart 0.7.3 final has been released after being in development for 4 months. This release features numerous new features and improvements and a surprise new 'Minigolf' track that was included at the last moment.
Ubuntu 12.04 Will Not Support Old CPUs
During the Ubuntu Developer Summit event for the upcoming Ubuntu 12.04 LTS (Precise Pangolin) operating system, the developers talked about removing the non-PAE i386 supported kernel flavor.
Qemu-kvm 0.15.1 & Spice(0.10.0) & Libvirt 0.9.7-2 USB Redirection support for Ubuntu Precise and Oneiric
Spice Server and client upgraded up to 0.10.0. Libvirt upgraded up to 0.9.7-2 via Debian Unstable
Per Daniel Berrange: In the same way that SSH allows you to setup hostname aliases in $HOME/.ssh/config, libvirt will now allow you to setup URI aliases in $HOME/.libvirt/libvirt.conf (if you are running unprivileged) or /etc/libvirt/libvirt.conf (if you are running as root).
Test To Give When Hiring or Interviewing a Junior Linux System Administrator
Hiring a junior Linux System Administrator can be a challenging task, especially if you are interviewing for someone who is above your own Linux skill set! How do you know for sure that they are going to be any good at what they say they can do? What are the best interview questions to ask a junior Linux System Admin? In our experience, the best way to gauge an employees skill set is to put them in front of a command line interface and have them execute a number of straightforward tasks. Oftentimes, candidates will say that they have strong skills in Linux, but when confronted with an actual problem, they don't have the "tools" to fix it themselves. So, what we look for is a candidate's ability to use tools, rather than their ability to fix a particular problem.
How to : Create Desktop Icon(Shortcuts) in Ubuntu 11.10
Previously , you can create desktop icon in Ubuntu by using "Create Launcher" option which was available when we right-click on desktop .
Download Linux Mint 12 Release Candidate
Linux Mint 12 (Lisa) RC is here for both 32-bit and 64-bit architectures, and distributed as Live CDs with no multimedia codecs included, and Live DVD ISO images with everything included (see download link below).
2 cool reasons to use the K Desktop Environment
To me, the difference between KDE 4 and LXDE and Xfce is like that between a smart phone and a feature phone. But looks aside, I want a desktop that does not get in my way, one that makes it easy to get to stuff I need in a user-friendly manner. In the Stackfolder and the Takeoff Launcher, I think I have found two very cool reasons to embrace KDE 4. Takeoff Launcher is still missing a few pieces, but for me, they are not show-stoppers. Let’s see how these cool features look on a recently reviewed distribution.
Serving CGI Scripts With Nginx On OpenSUSE 11.4
This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on OpenSUSE 11.4. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.
LXer Weekly Roundup for 13-Nov-2011

This past we saw the usurping of Ubuntu off the top of the DistroWatch.com rankings which Ubuntu has held for several years, Kes Hess continues his search for the ultimate desktop, Sam Varghese thinks its time for Ubuntu to drop 'it', in a guest editorial by Cathy Malmrose she describes "The Computer I Need" and Larry Cafiero is gearing up for SCALE 10x..as well am I. Enjoy!
Digital Divide Persists Even as Broadband Adoption Grows
"To get a good job, you often need access to the Internet and online skills. But nearly one in three American households do not subscribe to broadband service," said NTIA Administrator Lawrence E. Strickling in a statement.
This is a chronic problem for Ken Starks and the folks at the Helios Project-- they get kids set up with good Linux computers, but getting them hooked up with broadband Internet is a difficult problem.
This is a chronic problem for Ken Starks and the folks at the Helios Project-- they get kids set up with good Linux computers, but getting them hooked up with broadband Internet is a difficult problem.
Linux Mint: Standing Out In a Crowd (Review & Screenshots)
Linux Mint 12 (right now a release candidate) definitely stands out in the crowd of Gnome 3.x Shell Linux distributions. It seems the Linux Mint team cares deeply about giving the community what it wants but doesn’t have. Linux Mint 12 is a Gnome 3.x Shell distribution that stands out on its own because rather than accept the default Gnome 3.x Shell interface like most Gnome 3.x Shell Linux distributions have done Linux Mint 12 tries its best to emulate the Gnome 2.x interface through the use of Gnome Shell extensions.
Remembering the promise of FLOSS
In the last decade, one of the ways the free and open source software communities were going to work on the problems of global illiteracy and information distribution was to be the source of computer software for developing nations.
With grand plans like the One Laptop Per Child program in place, the FLOSS community was gung-ho on the notion of delivering great software at a perfect cost: free.
So what happened?
With grand plans like the One Laptop Per Child program in place, the FLOSS community was gung-ho on the notion of delivering great software at a perfect cost: free.
So what happened?
How to make dmesg timestamp human readable
After the update to Ubuntu 11.10 my wireless goes up and down, and so i’m trying to debug this problem looking into dmesg.
But this brought me to another small issue, dmesg prints timestamps in the form of seconds.nanoseconds since the system booted. And no, there seems to be no -h option to make it human readable. so you should check your boot time and make some calculations to see where the events logged are happened.
This don’t seem so useful ! Let’s see how to have these information in a better format.
But this brought me to another small issue, dmesg prints timestamps in the form of seconds.nanoseconds since the system booted. And no, there seems to be no -h option to make it human readable. so you should check your boot time and make some calculations to see where the events logged are happened.
This don’t seem so useful ! Let’s see how to have these information in a better format.
X.Org, Wayland, Open Gaming At FOSDEM 2012
The Free and Open-source software Developer's European Meeting (FOSDEM) is quickly approaching. The developer tracks/rooms for this huge open-source event have been announced.
How to : Display Multiple Time Zone in Ubuntu 11.10 (Oneiric Ocelot)
This tutorial will show you how to display multiple time zone in Ubuntu 11.10 . By default it comes with calendar ,but you can customize in your own way.
A Disappointing Review of #! 10 "Statler"
This is basically a rebuttal to a recent review of #! 10 "Statler" on Dedoimedo. I feel like the author called some areas of constancy "regressions", and he didn't really try to follow through with the installation after he started.
« Previous ( 1 ... 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 ... 7359 ) Next »