Category Archives:
Open-Source
Battle for Wesnoth is now available in the Android market. There is a free version and a paid one. For now, it is better to download and install the
free Battle for Wesnoth version. The free version only contains the tutorial, it does not come with any other campaigns. But you can simply copy the missing campaigns and resources files from the same game in other computer systems like Linux, Windows etc.
The missing data files that are needed can be copied from these folders (in Linux):
/usr/share/wesnoth/data/campaigns
/usr/share/wesnoth/data/core/images
/usr/share/wesnoth/data/core/music
/usr/share/wesnoth/data/core/units
These files are copied to your Android folder
/mnt/sdcard/Android/data/com.androthsoft.battlefree/files/data (The data folder contains the sub-folders campaigns and core)
A screenshot
Tags:
fantasy,
Game,
strategy,
installation,
Android
Posted in
Linux ,
Personal ,
Game ,
Open-Source
Posted by skyleecm at
15:16 PM
I compiled the Wesnoth game and its dependent libraries in Lucid Puppy Linux 5.2, and then created a Squashfs binary from the Wesnoth binaries.
The Wesnoth Squashfs binary is hosted in googlecode. (
wesnoth-sfs)
To download it, use Mercurial to clone the repository, and then use the cat command to combine the multiple parts into the Squashfs binary wesnoth-1.8.5.sfs .
$ hg clone https://wesnoth-sfs.googlecode.com/hg/ wesnoth-sfs
requesting all changes
adding changesets
adding manifests
adding file changes
added 11 changesets with 31 changes to 31 files
updating to branch default
31 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd wesnoth-sfs/
$ cat wesnoth-1.8.5.sfs.* > wesnoth-1.8.5.sfs
I have also tested the binary in Ubuntu Maverick using the below steps.
$ mkdir wesnoth
$ sudo mount wesnoth-1.8.5.sfs wesnoth -t squashfs -o loop
$ cd wesnoth/usr/local/bin
$ ./wesnoth -f ../share/wesnoth/
Others dependent libraries compiled in Lucid Puppy Linux 5.2:
libSDL-1.2.tar.gzliboggvorbis.tar.gz
Tags:
Ubuntu,
Puppy-Linux,
testing,
installation,
Linux,
fantasy,
Game,
strategy
Posted in
Linux ,
Personal ,
Game ,
Open-Source
Posted by skyleecm at
07:40 AM
I installed the
Ubuntu Netbook Edition on my MSI Wind successfully. There are some minor problems along the way, but the final product looks good! Applications can use the maximum vertical screen space.
The installation of Ubuntu Netbook Maverick version overwrites my old Jaunty version, but without overwriting any of my personal data files.
There is a problem in booting up from the usb stick initially. The problem is detailed here:
Maverick images burned to usb key on lucid fail to boot - different syslinux version The solution to it is simple, modify the file /syslinux/syslinux.cfg (in the usb) by removing the "ui" keyword, and after that, the boot up should proceed fine.
Related:
Install Ubuntu on MSI Wind (Jaunty version)
Tags:
MSI-Wind,
Ubuntu,
netbook,
testing,
installation,
Linux
Posted in
Mobile ,
Linux ,
Personal ,
Technology ,
Open-Source
Posted by skyleecm at
05:23 AM
Amazon Kindle for PC can run under Wine in Linux. I am using Wine 1.3.6 in Puppy Linux.
The latest KindleForPC version is 1.3.0 , and the file size is 12850600 .
To install, just run:
# wine KindleForPC-installer.exe
To run the KindleForPC from a terminal:
# wine "C:\Program Files\Amazon\Kindle For PC\KindleForPC.exe"
To be able to login to my Amazon account, I need to get
Secure HTTPS working under Wine.
Tags:
Linux,
Puppy-Linux,
internet,
testing,
installation,
WINE,
Amazon,
kindle
Posted in
Linux ,
Personal ,
Open-Source
Posted by skyleecm at
08:01 AM
I am using Wine 1.3.6 , installed from
wine-1.3.6.pet found at
http://puppylinux.org/wikka/wineWine lets you run Windows software on other operating systems.
With the default installation, secure https does not work.
When I run the builtin Internet Explorer and navigate to a https://url , I will see this error "wininet:NETCON_secure_connect SSL_connect failed: 12169" in the terminal.
From Microsoft
WinINet functions error codes, the error is SSL certificate is invalid.
# wine iexplore
..
err:wininet:NETCON_secure_connect SSL_connect failed: 12169
It
appears that Wine requires the root certificates to be installed in Linux. After I downloaded the
VeriSign root certificates and copied all the *.pem into the dir /etc/ssl/certs , then secure https works under Wine.
Tags:
Linux,
Puppy-Linux,
internet,
testing,
installation,
WINE
Posted in
Linux ,
Personal ,
Open-Source
Posted by skyleecm at
06:45 AM
I am running the latest
Puppy Linux from the CD. Once the PC boots up from the CD, I can start using it. There is no installation steps! Pretty fast also!
Puppy will run totally in RAM. When you shutdown for the first time, Puppy will ask you where you want to save your personal files and settings. Puppy will see what is available and will display a menu and you just choose what you want. It's pretty simple. You can choose to save to the hard drive, or a plug-in USB drive.
It does not detect my USB mobile broadband modem (Huawei E180) automatically though. There are some system modules that are not loaded. The below steps are needed before the modem is detected (run the commands on a terminal):
modprobe usbserial
modprobe option
- Click on the connect icon on the Desktop
- It will display the Internet Connection Wizard the first time. Click on the Internet by dialup analog or wireless modem
- In the PupDial modem Internet Dialer, click on Choose button , and then click on the Probe button to automatically probe and setup the modem. If the USB modem is correctly detected, then the modem device will be /dev/ttyUSB0
- Edit the settings for Singtel mobile (Account 1 in the screenshot). Click connect.

I have an old wireless USB adapter from DLink, DWL-G120 bought years back for my old Windows. I remember that there is no Linux support for it at that time. The DWL-G120 is now supported! The system will load p54usb module and can autodetect it. Hooray! :)
Tags:
Linux,
Puppy-Linux,
internet,
wireless-network,
testing,
installation
Posted in
Linux ,
Personal ,
Open-Source
Posted by skyleecm at
15:30 PM