Feeds:
Posts
Comments

Posts Tagged ‘Linux’

LGP gaming demos

At least demos keep us in the loop. And hopefully the games will eventually be released as Open Source.

Welcome to the Linux Game Publishing demos website.

Here you will find the latest demos for each game published by LGP. You can download any of the demos and try them out for free!

Ballistics 2 Files
Candy Cruncher 1 File
Cold War 2 Files
Creatures Internet Edition 2 Files
Gorky 17 2 Files
Hyperspace Delivery Boy 1 File
Jets’n'Guns 2 Files
Knights and Merchants 2 Files
Majesty Gold 2 Files
Mindrover 2 Files
NingPo MahJong 1 File
Postal 2: Share the Pain 2 Files
Shadowgrounds 2 Files
Shadowgrounds Survivor 2 Files
Software Tycoon 0 Files
Soul Ride 1 File
X2: The Threat 2 Files

http://demos.linuxgamepublishing.com/

Read Full Post »

On August 1, 2010 Linus officially released the 2.6.35 kernel.

This kernel is now available in the git repository of Ubuntu 10.04 and you are able to compile your own 2.6.35 kernel for Ubuntu 10.04.

This kernel is backported from the Maverick kernel repository. Kernel Newbies has a nice overview of the new features in the 2.6.35 kernel.

Their summary: Linux 2.6.35 includes support for transparent spreading of incoming network load across CPUs, Direct-IO support for Btrfs, an new experimental journal mode for XFS, the KDB debugger UI based on top of KGDB, improvements to ‘perf’, H.264 and VC1 video acceleration in Intel G45+ chips, support for the future Intel Cougarpoint graphic chip, power management for AMD Radeon chips, a memory defragmentation mechanism, support for the Tunneling Protocol version 3 (RFC 3931), support for multiple multicast route tables, support for the CAIF protocol used by ST-Ericsson products, support for the ACPI Platform Error Interface, and many new drivers and small improvements.

If you’re interested in more details read this article

The Ubuntu kernel developers tagged the 2.6.35 kernel as Ubuntu-lts-2.6.35-14.19 in their repository.

For a step by step article to to compiling the 2.6.35 kernel follow this how to compile article.

THANKS Ubuntika for the link

Read Full Post »

Doomed to obscurity

Great Open Source Comic

Read Full Post »

Mega games pack

A cool linux games iso packed with freedom.

http://www.cyvoc.net/viewtopic.php?f=18&t=36

Read Full Post »

This could be the start of something big. A  “humane” computer solution for Africa –  an extendable, hackable 8-bit general computing platform, designed for both hobbyists and developing nations, that can be displayed on televisions. The Humane Reader can be used as an ebook reader and comes with a 2GB SD card where you can put about 5000 ebooks or, roughly, the entire contents of Wikipedia. While I don’t think lack of monitors is the problem down here, all we need is a cheap output to some form of LCD screen. The picture shows the device plugged into some kind of portable DVD player. But we get the picture. Since its all open source computing the schematics are readily available. Perhaps our local LUG will oblige by building a few?

From an article in Linux Journal

Read Full Post »

Could be a python …

Java is not my cup of tea, but its nice to see Linux mentioned.

Read Full Post »

The cool cd terminal hack

Method One: Navigate up the directory using “..n”

In the example below, ..4 is used to go up 4 directory level, ..3 to go up 3 directory level, ..2 to go up 2 directory level.

Add the following alias to your ~/.bashrc and re-login.

alias ..=”cd ..”

alias ..2=”cd ../..”

alias ..3=”cd ../../..”

alias ..4=”cd ../../../..”

alias ..5=”cd ../../../../..”

Method Two: Navigate up the directory using only dots

In the example below, ….. (five dots) is used to go up 4 directory level. Typing 5 dots to go up 4 directory structure is really easy to remember, as when you type the first two dots, you are thinking “going up one directory”, after that every additional dot, is to go one level up. So, use …. (four dots) to go up 3 directory level and .. (two dots) to go up 1 directory level.

Add the following alias to your ~/.bashrc and re-login for the ….. (five dots) to work properly.

alias ..=”cd ..”

alias …=”cd ../..”

alias ….=”cd ../../..”

alias …..=”cd ../../../..”

alias ……=”cd ../../../../..”

THANKS: Linux Tips & The Geek Stuff

(For two other methods, check out The Geek Stuff, and while you at it, read the best posting yet on RTFM)

Read Full Post »

31 of the 130 Ubuntu HOWTOS from Say Linux

  1. Unzip or Unrar Many Files at Once in Linux
  2. Track MySQL Queries with mysqlsniffer on Ubuntu
  3. Set Gmail as Default Mail Client in Ubuntu
  4. Fix “Password required” Error When Using Unrar in Ubuntu
  5. Add the Trash Can Icon to Your Ubuntu Desktop
  6. Hide Removable Drive Icons from Your Ubuntu Desktop
  7. Assign Custom Shortcut Keys on Ubuntu Linux
  8. Monitor Your Website in Real-Time with Apachetop
  9. Reinstall Ubuntu Grub Bootloader After Windows Wipes it Out
  10. Display Number of Processors on Linux
  11. Delete Files Older Than x Days on Linux
  12. Upgrading Ubuntu From Edgy to Feisty (6.10 to 7.04)
  13. Save 15 Keystrokes – Use Ctrl+Enter to Complete URL
  14. Installing Rainlendar2 on Ubuntu
  15. Install Samba Server on Ubuntu
  16. Share Ubuntu Home Directories using Samba
  17. Create a Samba User on Ubuntu
  18. Set Windows as Default OS when Dual Booting Ubuntu
  19. Change your Network Card MAC Address on Ubuntu
  20. Install MySQL Server 5 on Ubuntu
  21. Install MySQL Server 4.1 on Ubuntu
  22. Install Subversion with Web Access on Ubuntu
  23. Change the GRUB Menu Timeout on Ubuntu
  24. Show the GRUB Menu by Default on Ubuntu
  25. How to Customize Your Ubuntu Kernel
  26. Enable Remote Desktop (VNC) on Kubuntu
  27. Disable the System Beep on Ubuntu Edgy
  28. Disable the Login Sound on Ubuntu
  29. Install TrueCrypt on Ubuntu Edgy
  30. Keyboard Shortcuts for Bash ( Command Shell for Ubuntu, Debian, Suse, Redhat, Linux, etc)
  31. See What Updated Packages Are Available from Ubuntu Command Line

Rest available from Saylinux.com

Read Full Post »

Follow

Get every new post delivered to your Inbox.