Saturday, July 16, 2011

Linvo-2010.12.6- Update


I must do justice to the developer Ivo Georgiev for the error I have made and stating it is Ububtu based sometime ago.

I must thank the anonymous commentator for raising the issue.
I have made some correction for his perusal too.

In his own statement which is given below he does not depend on any distribution but takes what is good from Linux community (that is a talent only a few has) and improve it for productivity.
 
His goal is to be easy and efficient to use without losing the stability of Linux.
Like a typical Linux guy he gives credit to (all scientist do this, otherwise science and medicine would not have progressed so far) where it belongs without a corporate mindset.

He has developed Linvo Applications too.
I hope like Texstar at PCLinux he does a credible job for us to enjoy.

I must say, I installed Linvo in my daughters computer sometime back since it was the only Linux distribution in which Skype was working then (my daughter wanted Skype).

I had some problems with the Grub then, since that computer also had PCLinux installed (subsequently downloaded Skype for PCLinux). 
As of then, only these two Linux Distributions had workable Skype and now the Skype is under Microsoft fold I need not say any more except Linux should develop its own Voice with Alpine Astaro and many in the field.

Mind you almost all PABX are run by Linux why the Linux Community cannot do a good job is my open question.

Hope Google will lead the masses.
Sorry for the diversion and I am downloading the latest version of Linvo and it is painfully slow due to poor telecoms and I will be with you with an update soon.


Linvo no longer depends upon another distribution, it is mostly developed independently, but it uses packages from Slackware, Arch Linux, additional packages from Gnome SlackBuild, Slacky, SBo, and Live Scripts for the LiveCD.


Development
The project is founded by me, Ivo Georgiev, and the development happens mostly by me.

PapugLinux and Python

 07-06-11

PapugLinux and Python

 
I have to signal some warning.
I have downloaded and tested the Live Cd and unfortunately it has the same problem that I have encountered with Swift Linux and JULinux.
It boots up but the fonts are not available.
I was inquisitive thinking that it is the problem with the switch that have connected to three computers with only one Monitor.
When I checked with USB Mouse and USB Keyboard I encounter the same problem.
I tested the keys on terminal and they worked alright with both through Switch and USB keyboard attached.
Problem is the etc/var/and fonts and I am not in a position to recommend it right now.
 
Gentoo in bit finicky as always.

I have reproduced here the latest release of PapugLinux and its web site content.
Hope they do not mind me doing that since I am directly promoting it to be used by our IT students.
I am no expert in Linux but use it for my daily work for the 10 years without any problem.
Reasons are obvious and our education department has made (without any books or prior research) python language almost compulsory for our students (students poor knowledge in English is a handicap).

One has to know how to work in a terminal and command line prompt to do simple as well as complex things in Linux. That is why I have reproduced the install procedure below including partitioning.

Please do not be lazy like me to use the graphic install for your early work. 

You must buy a secondhand computer with 20 GiB (2 to 4 GiB GIB is enough  for PapugLinux. Even though the image is 258 MB when installing the compressed files are expanded to to about 1.2 GB.
But remember if the RAM is 1 GB, one needs twice as much as SWAP (2 GB) and SWAP partition is essential for Linux.
Other essential thing is boot loader.
First command line is for install shell and the second command line is for boot.sh .
 
It is 10 years ago I did all this with RedHat and with all the RedHat publications in front of me when giving a command line instructions before I migrated to graphic install.
 
I still thank RedHat writers who did a yeoman service to Linux by writing instructions clearly for a newbie to learn. I have all the RedHat books up to FEDORA 6 in my library and if not for those books, I would not have come this far since I was a self learner (even in my profession).
 
Mind you each distribution has its own finicky way of doing things and Gentoo I have no experience since by the time I discovered Gentoo I was well into different tangent in Linux.

Has become a promoter of all Linux versions active and dormant.
If you have problems email it to the developer and learn to work as a team and not solo (old age catching up and I am not as talented as the young blood of today) like me.
Mind you I have the knack of picking up the right talent and most of them I have sent abroad with right connections and Master Gurus (with my medical connections having worked abroad).

PapugLinux is Gentoo based and Gentoo is ideal for learning basics of Linux but one should have a fast internet to install it from bottom up.
Live DVD has no install script in Gentoo.
Gentoo is famous for producing XBMC.
But Sabayon is installable and is a good Gentoo based distribution and its current version is out with many seeders at LinuxTracker.

For students in IT TurnKey lucid is also out and it also has bottom up approach with 100 of utilities including WordpPress.
 
Once you get a hand one should go to TurnKey utilities.

Dear PapugLinux users,

PapugLinux-11.1 is available for download, this is a major release in term of package update.
We choose to focus our additions on development tools for this version. The great Python language comes in 2 versions (2.7 and 3.1) and we also include Subversion and the very popular Git as version control systems. This could make PapugLinux a great bundle to start to learn Python or simply browse the open-source projects all over the world.
The live running-mode uses new tools and another compression format, this results in more content in a smaller size.
The desktop image credit goes to Flavio Takemoto from Brazil, this artist has a great portfolio of artwork.

Kindest regards,


Core

2.6 kernel
ALSA sound driver
X.Org X-Window server

Desktop
Fluxbox window manager
Mozilla Firefox web browser
AbiWord word processor
Gnumeric spreadsheet processor
Bluefish editor
Various CDR/DVDR tool
FR, PL, and US keyboard support

Server
Apache web server
Cups print server
ProFTP ftp server
Ssh server

Boot your computer with Papug Linux, then launch a terminal from the menu (RoxTerm, XTerm) and log as root (password papuglinux).

$ su -

You must create two partitions on your hard disk, if you don't plan to use the whole disk, be sure to backup your data. One partition will be used for the system and must be sized to 1.2GB or more. The other partition will be used for the swap and should be sized more or less the double of your RAM capacity.

The easiest way to do this operation is to use GParted as the file systems will be created in the same time. An alternative way using 'fdisk' and command line tools is possible in text mode.
# gparted

GParted will scan your devices, this can take a long time. Create the system partition using 'ext3' file system, most of users would also make this partition bootable. Then create the swap partition. Please refer to GParted website if you need more informations.

Note the partitions name used, it will be needed for later operations. Most of users should have /dev/hda1, /dev/hda2 or /dev/sda1, /dev/sda2.

After preparing your disk, you can proceed to the installation. This process will mainly copy the content of the Live CD to your hard disk, then perform some needed operations.
In the following code, be careful to correctly set the parameters, the first one is the system partition, the second one is the swap partition.
# cd /root/install
# ./install.sh [system_partition] [swap_partition]
(eg. ./install.sh /dev/hda1 /dev/hda2)

Most of users will have to make PapugLinux bootable on their computer. If you have another system installed on your computer (Linux or Windows) skip this operation, you need to manually set up the boot loader, you can email me for help if needed.

Once again be careful when typing the following code. The first parameter is the system partition, the second parameter is the disk id (mostly the same as the system partition except the last number which represents the partition).
# ./install-boot.sh [system_partition] [disk_id]
(eg. ./install-boot.sh /dev/hda1 /dev/hda)

PapugLinux should now be installed on your computer. Exit the terminal then reboot your computer. Remove the Live CD during the computer startup process.


Tabloid, News Reader, E-reader and the new Education Tool

Tabloid is going to make print media obsolete in the not so distant future. 

1. Ink print might disappear giving way to digital news.

2. Unlike the print paper, it can read you the news while you drive your car.

3. Local Paper edition might come in smart cards.

4. Advertisement supplements in the digital format make one to order with the touch of your finger tips

5. sports can be live like in the TV but unlike TV you can replay the match or game you like.
6. It has audio and video capabilities

7. Even amazon is going to phase out E-Reader and go for Tabloid.

8. All these are due to Linux and Android entering the market. It is a reality and not futuristic.

9. Tabloid is your News Reader, E-Reader, the smart phone, the web browser and the travel companion.

10. This is why I support Unity and very soon Google's Android with Linux operating system will overtake the Apple's iPod, since they are going to market it at affordable prices.

11. Not only that, smart news papers magnets will dish out OEM version of Tabloid at cut price with their subscription attached to the deal.

In the next 10 years we going to see amazing changes in the West. 

I do not see these changes will come true in this part of the world where professors in IT industry has to go behind politicians in begging for his or her salary increase. 

The promise of giving computers to university on loan will be a wasteful exercise and students drawn into debt no sooner they enter higher education.

If you are a smart student one should not go into debt buying a laptop before Tabloids hit the market.
If you do so, you might have to be in debt for two items instead of one.

Thursday, July 14, 2011

Sabayon-6.0-Sinhala Linux Update

Sabayon which is Gentoo derivative with XMBC media center as a good product is coming out like PCLinux with all the little little distribution including E!7-Enlightenment. While Gentoo is wasting time producing a huge Live DVD without an install script, Sabayon is doing a yeoman service to the Linux Community.
It is even one better than PCLinux for Sri-Lankans and it has Sinhala capability too. I hope Sinhala translators will help it to get Sinhlaa Unicode (Tamil too) in robust form now that tabloids are hitting the market.
Had I not got used to PCLinux and FullMonty, this is one I will use for sure on a regular basis.
I have only little caution XBMC is graphic intensive and if you have RAM less than 1 GiB the big version is not for you.
XMBC that comes with KDE version did not configure with my old Graphic Card and it has touch creen capability for new LCV monitors and (tabloid ready) laptops which is keeping with new hardware.
The LXDE version is pretty good and it runs well in my old IBM NetVista.
Unlike PCLinux it has both 32 and 64 bit versions and i am still waiting for PCLinux 64 bit version.

Sabyon is keeping it promise to the dream we believe on.
Well done guys and girls at the Sabayon Community.

Go ahead and enjoy Sabayon.

Debian Collection-Sinhala Capability

I am afraid you are not going to hear, I relate, any good dreams for a while and I was under the weather, this time not due to verbal diarrhoea of a political variety but really runny bottoms which virtually dehydrated me and the forced starvation had caused even hypoglyaemia to the extent, I have a slight headache even interfering my prolonged sleep on a Poya Day.
What usually happen is I have a good invigorating dream on Pre-poya day and I go straight to the computer and an email to Maha Brhma who virtually responds instantaneously to my dreams.
You may remember, we had an agreement unless the dream content has some humour, both ways my actual dreaming of it and its interpretation by Maha which makes the earthling practically starving of a good laugh, keep amused away from our boring politicians.

Suffice is to say I had some little fragmented dreams of no significance but a good one is long due.
Probably our cricket team's poor performance and Sanga's muted Revelations of Sri-Lankan Cricket would get no Sri-Lankan into a good mood awake or in dreams.
I have to agree with Sanga that Cricket was not something alienated with power politics or racial overtones whether it is South, North, East, West of in the Central Hills in the past but it seems under the present regime it has become alienated to extent one who is a Buddhist and coming from deep south only will get a chance to play for Sri-Lankan team as a newcomer and  s/he should be in the ruling party as a member of the parliament or avid supporter to get some contracts to fatten his or her foreign exchange illegally.

Corruption is ripe and only difference is unlike Indians our officers are cushioned by political maneuvers.
This is what Sanga could not state (not the 9 O'clock News item) but his resignation at a time when we had not groomed a viable successor, is an indication of his disgust how cricket is manged here in Sri-Lanka.

Well done Sanga, you come from the hill capital was the only one like our  Late Kadhiragarman who value principles of good governance. 
I suppose you should  now concentrate on law rather than cricket. 

Be a chip of the old block.
Time will tell who with the political backing will get the baton but who ever who comes with political baton will be sure to fail, since cricket is the only game where power politics has no place.
England has shown us how it is done with transparency and I won't be surprised if England will lift the Cup next time around if they persevere with combination of youth with talent and senors with grit.
Just for record the criticism of of Trot was unwarranted and he is the one who helped to lift the cup and silenced English armchair critics.
Well done Trot you have more to offer as a Senior Player, if Sanath can play at 41 plus you should be playing at 38 plus if you keep your fitness, technique and solid temperament to win the game for your country right, in the shorter version of the game.

But if you are not up to it don't wait like Peterson but follow the Thescovic example and play for your county till 40 plus and enjoy the gentleman game.

I hope you will be in the team which lift the next world cup and I will be following you very closely if not the others in your team and if you need a push I will certainly give it, far away from your home from the East.
Make sure you beat Indians this time round in summer like what you did in Australia.

Indian money and politicians are ruining the game and only English can save the game from disgrace, IPL included. 
We should never allow Bolliwood to fashion the game!

Please do not follow Chandimal and Mathews methods and they have learned these very, very bad habits from our politicians who have nothing but using fallen soldiers for their grandiose acts posthumously.

I am far off the target from Linux and Debian in particular.
Reason for diversion is nothing but I am waiting for the download of the last two DVDs in 386 version (I have 64 bit version) which is pretty fast due to so many seeders.
Now I have array of CDs/DVDs to promote Sinhala Linux and devoting my time for Debian during our industrial action which has given me ample time to sit in front of the computer.
Debian has produced bug fixes and I have downloaded them too.
I am gland they have followed my advice to break the distributions into Bonobo to Gorilla versions and Light Weight Chimp Versions of 500 MiB is the one that is going to rule the world for next 20 years with "Cloud Computing" on the horizon and Tabloids invading the market with very very cheap hardware.
I think Deann fork should follow Unity experience while maintaining Linux Mint under Debian fold.
Next 10 years should be the Linux Penetration Decade (LPD) of the masses which is only 1% currently. If Linux can make it to 10%, it is going to be a market force and the other 90% should be the "Cloud Servers" which will dominate the next 20 years until another innovation hits the web.

Tuesday, July 12, 2011

Linux Mint-An Update

Linux mint is trying to forge away from Ubuntu, Kubuntu derivatives and that is a very encouraging change since they are going back to basics.
Go back to Debian base and forge ahead.
Reason being the change of canonicals to Unity.
I am one who is in favour of Mark Shuttleworth's smart move.
Yes it is a smart move by him.

He is doing a Bill Gate to Linux Community.

I wish him success.

Linux missed the opportunity for netbooks and I do not want to see it misses on tabloid too.
Like iPads, tabloid is the future.
We must not let only Apple to dominate the market.
Google's Android has shown the way and Ubunbtu should not miss this opportunity come what it may.
I am highlighting Linux Mint here since it overtook Ubuntu head and a nose recently in downloads at DistroWatch and Ubuntu in the last week or so putting its nose ahead again.
Linux Mint did not miss time in promoting both Ubuntu 10 and Ubuntu 11 base.

Not only that it did not forget the Debian and out came Debian Mint in Last December.

Linux Mint was thinking ahead and getting ready for all the consequences resulting from Unity experience and not forgetting the community they were with.
Like PCLinux Linux Mint gave variety of options and Long Term (LTS) support and rolling editions and also brand new version based on Debian for the newcomers and the newbies.
This is what was lacking with Ubuntu.
They did not have two versions but with too much enthusiasm promoted Unity only.
They can reverse this by supporting their community who were with them when Microsoft was dominating the field.
It is not too late, let the user decides the trends of the future what canonicals and Mint and Debian should do is to be ready for all the eventualities including brickbats were call in our country.
God Luck to everybody in Linux and especially the developers and without you we do not have a customer base,too.
In any case innovation is the future for IT both hardware and software.

Warning to Linux Newbies-Swift Linux and JULinux

When I looked back over the last 18 months it is with some comfort I report to you that only once I had to warn the newbies about a distribution.
That was a derivative of Linspire and came out as freespire under the shadow of a proprietary operating system and with a script attached to its iso that interfered with my iso images download.

Since then, I have been using as moderate firewall but not paranoid about security but unlike Microsoft uses take it as a sore throat but not a sore mind or a disaster at work.

But the perennial problem of download speed of our Telecoms (guys in Sri-Lankan telecoms are the best in the service sector but their political directors who have no idea how to improve the services are the real pests) also I have sorted out by using torrent and keeping my isos accessible as seeders (especially the old version of isos) for global community.

Thank you guys and girls in torrent community and the service providers in which LinuxTracker is leading the pack.

I detected it in three hours and traced the culprit to India who had taken the freespire iso and modified with some bad intent.
Since then I have downloaded more than 200 iso files without a problem but just this week I found two iso files with some serious bugs.
One is TaylorSwift (AntiX derivative) and the other is JULinux (Just Use Linux-an Ubuntu derivative).

Please note that I did not have problem with JULinux (Christian Edition) any problem with JULinux except the image presently at LinuxTracker Version 8 Stable.

I could never boot up Pixie Linux in spite of downloading three different versions which is a derivative of Gentoo Linux. Problem with Gentoo is if one is without (having) a good internet connection one can never install it. Many in the third world has no internet connection and even if they have one the download sped is painfully slow.
It is imperative these poor guys and girls should not be deprived of the use of a good Linux distribution, simply because there is no install script.
It (Pixie) does not have installation script which is a minor matter  for a developer to include in a distribution having worked so many hours fixing minor bugs and making a fully fledged distribution.

I hope Pixie will fix this until then I cannot make any comment stating that it is good distribution in the third world context.

Now that canonicals is discontinuing the free distribution of Ubuntu by post it is time other distributions take note and include a installation script.

I think of giving minus points to all the Live distributions (CD/DVDs) without (would be a good  move all reviewers should consider and follow when writing reviews) a install script in view of the hassle they cause newbies who want to install a particular distribution having tested a Live CD/DVD.

Swift Linux had some problem with its server lately and their download was hopeless to say the least and now the images are transferred to free software foundation download site.
Both of them booted up with only graphic images and without keyboard functionality and keyboard keys were missing and only graphic images were there.

With Swift Linux of course I tried to use a different language but the result was the same.

No alpha numeric letters to type, either due to wrong keyboard configuration or abiword not having fonts installed.
Old distributions have a special directory where fonts and Unicodes are installed and I had to get Sinhala fonts in the correct place to get keys I type had a meaning at the display terminal some 12 years ago.
When I got it it was some exciting adventure and soon Mandrake (not Mandriva) introduced auto-installation of fonts.

Either way it will discourage the newbies downloading or trying a Live CD, until the developers fix the bugs.
Sometime due to haste the developers upload the image (sometime without instructions for name and password to log in) without seriously checking, the functionality.
I think my decision to write at least 100 Linux distributions instead of best 10 to 20 was a useful exercise to me and to all newbies all over the globe.

I am going to wind up downloading and  testing after downloading all Debian and Mint CD/DVDs and would be concentrating on Sinhala and Tamil Linux, for  while.
But if the industrial action continues I will have no option but to continue this exercise to keep me intellectually occupied instead of being bored.

Hope readers pass any messages of this type to my site and then I will download them and test them myself and write a review for a larger Linux Audience.

Monday, July 11, 2011

Jasmine the fragrant Flower and how to replamt a sapling?

My mother was an expert in preparing a jasmine sapling from the mother plant. I never watched how she did it but she always had couple of Jasmine plant in the garden.

 She uses the flower as an offering for the Lord Buddha.
After along sojourn abroad I returned home and moved to a different location where the house was built on a rock base and the lawn was void of any flowering plant.
I asked my mother for a sapling and within three months she gave me one and I planted it in a location where I could look after it.
And it grew quickly and started flowering but only a few. Since it was planted near a rock in the dry season rock get heated up and the plant could not bear the intense heat and dry condition I had to water it to keep it alive. Once or twice I tried to make a sapling to replant it in the shade away from the rock and all my attempts failed.
Then I went out again and when I returned after little over one year I could not find even a trace of the plant and of course lot of other plants which I planted were also missing. There had been a long dry spell and even drinking water was problem during my absence.
I lost interest on gardening for a long spell and when my mother fell ill, I thought I will try it again.
During the period she was ill she gave up gardening and when I looked for the Jasmine plant it was also missing.
One day in Nugegoda when I was looking for some Linux CDs (I knew of a guy / vendor who used to go to Singapore and bring Linux CDs) I happen to see a woman selling plants and she had three varieties of Jasmine and I bought one each thinking only one would survive that also the common but rugged variety. 
It is now over three years all three plants survived in spite of many dry spells.
Then I re-potted them into larger containers and thought I will try making some saplings.
Months went by but the exercise was not successful but I kept on trying and the last try was a success.
Both local varieties I could prepare two new saplings but the Indian variety was resistant.
I had another go with the Indian variety and today when I examined both mother plants still connected to the daughter saplings were not in good condition. Daughter plants were sapping everything from the mother plant
I quickly severed the connections and repotted the mother plant in a bigger pot
Then I decided to have a look at the Indian variety and severed the connection to the mother plant and pulled out the branch for repotting.
To my amazement even after 4 months there were two tiny roots.
That's all.
I have severed the connection and I cannot now go back.
This mother plant for some reason won't let daughter plant get established.
This is the fourth time.
I do not know why but I will keep trying and find a way to fool the mother plant.

Saturday, July 9, 2011

Modernization and Loss of Biodiversty

In the city and the villages that surrounded it where I grew up,  almost anything that one throws away grows (Plants and Seeds) on its own provided they did not rot away due to too much water.

There was no need to water plants and like a clockwise fashion rain did come in 10 to 14 day cycles even in the dry season.

Inter-monsoon rain was regular and now I understand and believe that the vegetation itself fashion this rain and its cycles. 

More trees mean more regular  inter-monsoon rain. 
Less trees means less rain, for sure, inter-monsoon period.

I lived for short period in Kurunegala and we moved there since doctors advised my father to move out to reduce the recurrence of wheezy episodes I had in Kandy, when very young.

I moved back and never had any problems and the problems were probably, related to growing up and poor nutrition, I ponder now.


That is just to restate the damply state of affairs of my city, yesteryear.

Even Kurunegala the weather, then, when compared to as it is now with lot of vegetation and coconut trees was very mild with more frequent dry spells than in Kandy.

Now we are going through perennial failure of rain and even the rain fails in the upcountry regions where the most of the hydroelectric  power plants are located.

All these are related to modernization and clearing up of scanty vegetation for what we call development. It is going to get worse and there is no master plan to arrest it except adding more vulnerable projects including coal power plants.

Coal Power Plants will cause irreversible damage to our eco-system and by the time it is recorded by scientific pundits I would have been long gone (Dead wood sitting on a cremation site) but I hope somebody will trace back to year 2005 where I started voicing this on a regular basis in the web.

It would have been earlier had it not been for the slow pace of development of the web but the slow pace of the printed paper of course accelerated my efforts.

Now I have made it a pastime and I study what I call the "my sphere of activity" (very limited indeed) and its observation and I want everybody who is versed in biology (or not) would contribute to this type of observations and record since we cannot believe the government and will never make any worthwhile consideration (except pass legislation they, themselves violate with political patronage and impunity) to this effort since politicians and their stooges won't understand their policy impact on mother nature.

Like the mess we have inherited with cricket after 1996 and filling up an ancient tank and building a cricket ground on it is the classic example of the idiocy of our policy makers cricket or otherwise.


We are set for power cuts in spite of thermal power added to the system.

Now if I do not water the plants including water plants they will dry up and wilt away in as short as three days.

Unfortunately there is nobody to help me with a little background knowledge in biology to look after my plants.

If I go out for a short holiday for two weeks abroad all the plants I have collected over the period of a decade will be no more.

I am late in using my power of observation since when we were young we did not have to worry about plants wilting away.

The observation period is over 25 years.
This started rapidly from 1975 when plantation section was nationalized.

Everything I observe is in the direction of loss of bio-diversity.

The little exotic (I have lost all the orchids) plants I have now if I do not replant will be lost, if not in the wild, but in my garden which is very very tiny.

Lot in my neighbourhood has changed and except for the remaining jack-tree and the breadfruit tree (which is gradually dieing) which stand tall, all the other trees have been felled by the owners and all the tree shade/s we have now is / are less than 20 years old.

Glad to say I have contributed to many of the remaining ones with a few exotic palm trees in that lot.

None of them were for commercial value but for shear beauty of their presence in my garden.

Now I have to make a significant observation and this writing was prompted by need to emphasize that.
We live in a small hill (in the middle) not very step but the road now we use is where the waste water ran down and I believe there was a little stream trickling (probably during the heavy rainy season) down and the underground water table is very near the surface with solid rocks on top and we were without pipe born water and we had to dig a well for our daily use.
It took another 10 years to get the pipe born water and with my friends who were engineers (they worked hard) were instrumental in the Nilambe Project from which present politicians in the city steal water when they come for a respite from Colombo.
Particular president made sure he gave connections only to his partisans and I had to wait till he died for everybody in the area to get a regular water supply and that was the only time we had a president from the hill country.

Now what they do is surreptitiously divert our water to Kandy and elsewhere and depriving us at times of greater need.

Suffice is to say they never started a new scheme for a long period of time.

There was a natural shallow well at our level which we used liberally during the construction of the house and I used to take a bath on some days for pleasure.

There were plenty of fresh water crabs there (they are gone now) and I had saved couple of big crabs who landed on our low roof to safety who had escaped on flight from birds of prey. 

You should not believe that the crabs could fly on to my roof. Way our politicians travel by air I have to believe even frogs and crabs would learn to fly if they happen to be partisan with politicians, with or without wings.

The whole place is dry now in spite of ancient minor stream long long time ago.
We came to this area when water was becoming scarce but there was still some underground water, left.
Now to my point and re-directing my thoughts and the reason why I came this far.
1. I said I live in the middle.
2. The road was once where there would have been a minor stream now totally dry.
3. Unlike those days which I drove a car I walk up the road for my exercise which is my workout and the day I cannot walk up the road I would retire from this world for good and do not need a bypass or a borrowed organ or two to live
as a living destitute.
4. Unlike those days (it was a brisk walk,then) now I take my time to watch the flora and fauna (now dogs and cats only and a few birds).
5. I one day notice the flowers of the seeds I tried to grow in my plot but could not on the wayside at the beginning which is the ground zero level.

5. Seeds that I used to get sometimes from abroad are germinating in not my plot of land but in the plot of land at the bottom.
6. All the seed I put at the middle level could have got washed away and settle at the lowest level.
7. Strangest of my observations was a white flower (I got the seeds from botanical garden and tried to grow in our plot but never succeeded). Very pleasant surprise and the owners had left to Canada over 20 years ago and that house is still empty and once in 5 years somebody cleans it up and there was no way the cleaner (not a gardener) had planted it.

Few of them are still there.
8. Same day I went to the botanical garden from where I got the seeds (from the hanging runners coming over the fence). To my horror those runners have all gone, no flowers and dried up stems were seen in a tall tree.
I think I did some honours to the Botanical garden for picking few seeds (which I never was able to see  flowering in my garden) and spread in my garden which had got washed away and landed on a foreign soil where nobody was living now.
9. The sense of sympathetic joy was overwhelming and that is why I have to pen it down here.

10. I now remember, just couple of meters away there was an exotic plant and on a rainy day dug up the yams and I now have an enormous collection (personal favorite) of it in my roof garden.
This Sunday when I walk up I will be picking up some seeds from that flower and then try again to germinate them, and perhaps I might even donate it to the botanical garden chief (previous one was a good friend of mine and I never asked him for any exotic plants except those on sale.
The present one when I met, I suggested  he should start selling water plants (which has become a monopoly of a selected few) and I am glad to say he has obliged and there are a few new guys doing water plants in Kandy now.

I should now go for cuppa tea and wind up after stating from whom I learned the secret of throwing seeds all over the foot path (by accident) where I walk, now, though ambling.
It was my wife's grandma.
She had the habit of spreading the seeds all over the garden and I used to pull most of them out to get some order in the garden. She was a sweet lady and she needed flowers for her daily offering to Buddha and we had at least 5 varieties almost everyday.
Now she and her daughter and my mother all gone we cannot pluck two varieties on a single day.
Strangely enough my roof top garden has three to six including three varieties of Jasmine which I grow (a trick I learned from her) in the memory of my mother who died well past 90 (and the other two ladies too I fondly remember when I see these flowers).
I wish I should not live that long since then there won't be any birds or wild flowers to smell in this blessed island.
But as long as I could walk up the footpath (any footpath, for that matter) I am going to pluck dry flowers and spread the seeds like birds do.
I don't care where they start germinating and like a good Buddhist I have to lose attachment to any worldly thing including flowers from now onward.
In this scenario I differ slightly from Buddhist virtues.
I want our great great grandchildren to have a reminder of the old times not of my photographs but some beautiful and fragrant flowers which we are losing by the day.
We do not have bees and the the little innocent black variety which were there for over 20 years and they come collect honey from my tiny water plants.

20 years ago there was a seed i tried to germinate by various mean but never could.Then one day I asked the lab assistant who was a keen gardener and my patient till he died when nearing 90 told me that the seeds crack when there is intense heat and then when the rain comes it germinate and if i soak the seeds it will rot.
Just today I picked up three of those plants to pot before they are run by the three wheelers. The road now finished with concrete to lure the voters get heated up and the seeds on either side crack and germinate.
Suffice it to say all the seeds coming from a plant / tree my mother in law planted.
When generation take the exit pathway like in America we will have only commercial growers and mono-culture.

Update on Dropbox and Concerns

Current news and security lapses are bringing bad publicity to Dropbox.
I had all these concerns when I joined Dropbox but I had My Mast Plan (MMP).
When my friends join me I highlight MMP (My Master Plan) and state I share only Linux Images.
It is a convenient place to drop latest tit bits there and share.
In any case is I am following Linux Philosophy and share all the good things in my life with my friends except daily headaches.
What Dropbox does is takes headache out of context.
Very few people are web comfortable and competent especially at my age.
I have one advice for them
Unless you have become an universal philanthropist pleas do not drop your smelly pants (Like the IMF guys and girls) in the open.
The word encrypting is a jargon word and any encrypted word or words can unencrypted by the law enforcing officers.
But it takes a hell of a big time consuming job until one crack the coding.
We were a country (for the last 35 years and even now) because of the war secret service has the option of breaking into any private material.
This paranoia has gone into American mind set after WiKiLeaks and there are demanding the web services for free access of private material.
News of the World is a good example how one makes its circulation grow by illegal means.
Thank god that web came in and destroyed the monopoly these private institutions had for dirty tricks.
Web is still evolving but one has to realize if one opens an email account one has to be ready and sacrifice ones own privacy and identity for the greater good for self and the wider audience.
This is a very good philosophical question, should one share information or not?
In spite of all red herrings I go for sharing.
In my way of understanding Buddhist Philosophy, self does not exist now or after my death but people will only talk about all the bad things I did (I am not there to defend myself) and not the good things.
Man has not evolved into a higher state (in spite of massive law enforcing institutions) of mind as yet and probably will not unless one becomes selfless (which is highly unlikely).
When you share something one should use the wiser counsel, should I or should I not?
If you have answered that premise, very unlikely one is going to get into trouble by using Dropbox.
Bottom line do not put sensitive and valuable information in the public domain, if not hackers, the so called democratic government will have access to your information.
No true democracy has evolved yet, philosophically speaking.
In any case I will standby with Dropbox in difficult times and if they cannot I will start pulling out my hitherto not published (at least in the web) writing in one stroke of mine.
I think this discussion should go on for at least the next 5 years.
Something good will evolve out of it, if we respect human dignity unlike the Daily News Papers.

We took over private paper saying it is partisan and for the last 40 years we have not been able to free it from the government grip.
It is how democracy operates in this world and future too.
there are only two entities.
One who holds power.
The other who is subjected to that power.
Sadly, there is nothing in between.

Sanity, Vanity and Insanity

A brief moment
Of Insanity
Destroys
Thousand moments of sanity
And the vanity
That drives
This perpetual
Self image
Of Ego concept
Is the one
That make us become
Insane even for briefest moments

Calm and serenity
And sanity
Dwell  upon
My mind
The moment
I is taken out
Of the context
That gave rise
To the brief moment
Of Insanity

Then there is no
Vanity too.

Thursday, July 7, 2011

French Patched up with English

This is a comment I posted on blog post where the blog poster (new word for English Language) who mixed French with English.
French is a beautifully spoken language which I started learning at 50 (fifty) with my daughter.

We decided to (but never did that) tease Amma (Mother in Sinhala, my native language) in French, with beautiful sounding words.

I can read but never understand the spoken French (language) well enough.

But I have never heard anybody mixing English with French and I am going to try it myself one day. 

I do speak little Tamil and never mixed two Western languages but we mix English and Sinhala (transliterate, we call it) very nicely in spoken language.'

Now, I realize it is a talent some people have including your father and please keep improving (both languages) this talent. 

Even though French will hate you for that but we who speak  English will love it in spite of tongue tie and twist that it may cause us / you.

I promote Linux (computer operating system) and give bonus mark for Linux distributions  with multi-language capability.

Currently I promote Linux with Sinhala and English.

Please visit my blog site asokaplus to know about Linux and I posted a few French Phrases there and one day there will be some French Editions too, even broken French, patched up with English.

I really enjoy your wits!

When not to help or interfere?

I have been doing few irrational things lately with industrial action going into the 8th week in total.
That included climbing the roof and striping the casing of the the internet cable /wire and enclosing the same in a sturdy tube where it is exposed to Ceylon civets (KalaWaddas) to chew accidentally at night.
Strangely enough the Ceylon civet also has his routine walkabout (pathway) along where I have laid the internet cable.
Once it chewed the wire leading to the Monitor which was extending little outside the open corridor.
Now this incident was related to squirrel who visited my bed room through the open door.
My dog was sleeping under the dog, it is no secret that I was oversleeping, on that day and got up with shrieking noise of the squirrel who was frightened by the dog who advanced from under the bed.
I was up in seconds and landed a big pat on the head of my dog, just giving enough time for the squirrel to find a hiding place, which it did behind the waste paper basket.
My dog when little had the habit of catching rats and one day caught a squirrel too and I had a long drawn out training period to wean him from this habit which is natural for a dog rared totally inside the house.
He listened to my command but refused to leave the room, knowing that when I leave, he will have a another chase to catch the young squirrel.
I had to do lot of coaxing to get the dog out of my room and he refused to drink the milk to state his annoyance with me in no uncertain terms.
I closed the door and finished the work of burning the iso image downloaded overnight and the little squirrel went three time between my legs not knowing what to do.
This must be the first time he had ventured into a house and trapped inside and he was not good at climbing and finding his way back outside.
If he comes out the door now already annoyed with me will pounce on it and I made sure I closed the door several time with a big noise to show he was not welcome inside.
Then I had to go out and closed all the doors so that the squirrel is safe from my dog and the cat from the next door who is resting in the balcony.
Idea was to restrain the dog and catch it if he remains in my bed room when I return home.
Luckily for the squirrel I had three cable going in three different directions from the router and if it wished it is the matter of climbing to the table and  find its way to the roof and out on the cable.
Having said that finding the way was almost impossible, the way the things are laid in my room. 

My guess was it will never find its way to the cable.

I returned home early to see he was gone.
To my surprise it had found his way  out and unlike rats they are extremely clever and look at from where the light comes (unlike rats) and work their way to outside world.
To his horror the cable was loosely hanging and he would have struggled to reach the window which for his luck was very high and the cat outside could reach.

My internet cable does save life apart from sending messages.

The reason I climbed the roof was to tighten the cable a bit in case he ventures again from outside to build his nest and it is sturdy enough to hold his pregnant wife and subsequently kids.
Not only civets I have to worry now (protecting the cable) but probably an army of squirrels.
As I stated earlier elsewhere they use power lines to come and go and if you lay internet cables make sure they are weather and squirrel safe.
Major part of the cable which is leading to my son's room is now inside a tube and these cables are (weather proof ones) are very expensive.

Tuesday, July 5, 2011

SUMO Linux

SuMo Linux is a compilation of 4 security Linux distributions headed by Backtrack 3, Helix, Smurai Linux, Damn Vulnerable Linux and DBAN.
Even though Backtrack is into version 5 (five) and the DVD contains version three (3) backtrack 3 which is an Ubuntu derivative is the one I downloaded to track a guy who was peeping into my download habits of Linux and interfering the downloads.
It is good enough to track compromised computer and deliver offensive counter attack when a hacker tries to enter into your system.
This is for the Geeks and Savvy Linux developers but even a newbie can download and learn the geeky stuff like a professional guy.
As far as I was concerned I used it once when a guy from India, probably with the knowledge of some proprietary commercial distribution's initiative tried to stop my download of Linux which I detected in about 3 hours and traced it back to India.
Since then I have used certain amount of firewall and I am not paranoid about attacks now and if somebody attacks me I will trace back and counterattack appropriately even if the computer happen to a be zombie and destroy it's ability to act as a zombie or destroyed it totally out of web context.

I hope nobody ventures that far so that I have to explore the dark side of web episodes and Linux pro-activity.

Even Sumurai will do the needful for me.
I have no intention being secretive anyway.

Light Weight Portable, (?Private) and Secure or is It?

Update

I have now tested L.P.S and it is below par in every respect except the size which is small enough to fit into a Mini CD.

Having said that it detected all my hardware and it looks like it has taken Redhat (at least the GTK and the toolkit) as the base by looking at its squarish graphic outputs.


I am not going to detail all the pitfalls but warn newbies not to use it and go for Peppermint which is good for you guys and girls.

Even Peppermint gets 750 out of my 1000 points which is being revised by me recently.

I am not going to state how much it gets from my scale of points, fearing, few of the developers might get a heart attacks.
Any distribution without Muliti-language capability gets minus 250 and only Debian and Fedora gets about 200 points, for that feature.

LPS is only in English and No Sinhala means, it as discriminating small guys in smaller countries which is against UNO charter.

Only Debian supports Sinhala as a living language and Fedora also does a reasonable job in that respect but because of its rapid change (including partition type) I cannot recommend Fedora too.


As for my final comment for LPS anybody including a newbie who uses root permission at lib is naked enough to be insane in a Linux community.
And rooting naked is not in anyway a gamesmanship. 


So if you want to be naked or insane use LPS at lib.

Otherwise I have listed SliTaz which is 34 MiB and  4MLinux which is 50 MiB
(4Ms stands for Mini Server, Multimedia, Maintenance (security), Miracle-games) in this blog site recently would fit in your Mini CD.

LPS cannot match these two and has a big security hole to plug.

If you are like me download and use it for irrational fun.

Happy Independence day to all Americans and would be (aspiring) AmericanS!

Light Weight Portable, (Private) and Secure or is it?

It looks like American Defense Industry is  doing catching up service (activity).

It is 20 years too late of course with Linux.

Sometime Americans let me laugh at myself.

I am not antiamerican (there is no word called antiamerican in the American Dictionary, unfortunately) in philosophy but in ideology.

My theme is small is beautiful.
The American ideology is bigger the best. 

The Thinking Big is IBM philosophy.

In other words, the richer an American becomes better is for the world.

The American dream is to become rich from cradle to the grave, even if you are not a politician. 

Our dream is to let only politicians become rich by default especially if they administer cricket.

My theme is "become rich just enough to become small in thinking of becoming big but big in thinking to be sustainable and not become a big White (or Black or Yellow or Brown) Pest in this world which cannot afford to sustain anymore of them with scarce resources.

I like one American Philosophy and that is to be liberal in thinking not aristocratic or regimented like in a orthodox religion.

Become a free thinker and an open inquirer.

The WiKiLeakes has done enough damage to American esteem and reputation and they are adopting some of my Linux strategy in practice.

United States of America's Department of Defense has produced a Linux Live CD for public use probably for Americans abroad and would be non-american spies in the Middle East (Not necessary in Sri-Lanka, we do not have secrets that Americans do not know except the last two days of our departure or radio silence when most essential silence was maintained by the defense establishment which American have to come here and learn from our Big Ball Boys of Cricket-how to land a carom ball or a googly at will- we never tell English boys how much Mahela is going to score in the next match or the World Cup final).
Sri-Lanka is the only country in this world where Americans do not need to have any secret spies and our defense secretary is American by registrations and does not trust Americans a wee bit but our mothers would be when pregnant, do not say Baby going to London town but My Baby is going to New York or Washington or Chicago is the current theme and from mothers to fathers to babies will give American embassy their money to spy on our mother Lanka.

It is amazing to see they are stealing my original Sri-Lankan ideas and I feel bit flushed and bit redundant in thinking now.
1. Number one is I promote Light Weight (Bonobo type of Linux distributions-SLiTaz is only 30 MiB) distributions in Linux, including Puppy my favorite.

2. Number two of my dream ideas is to make all distribution Public including Microsoft and Apple which are all American Creations with serious bugs when WiKILeaks  used them to exposed American wits.
In other words American inventions are the most reliable security lapses that we can exploit to get American secrets.
3. For security I say go for Linux and the Americans have turned to Linux for safety and security but leaving daring loop holes in executing  them.
Having said that they are new to Linux and one never uses root permission (only when one roots on top of a problem or underdog) to boot but their Live CD is already booted and rooted all the time like American based French IMF guys.

Another alarming feature is hashed passwords are stored in the would be-readable /etc/passwd file, that can be cracked.

The funniest part and which I laugh at length is they are promoting my AntiMicrosft stance from the DoD (Department of Defense) which accepts Microsoft is the biggest American Love and Liability.

Another great idea is to use Flash  which recently had breached security through FireFox browser.

These Americans in the Defense Department got them all wrong and Linus Torvalds must be laughing nonstop like over nonstop singers and dancers. 
American please use this distribution at your own liberty and risk but non-americans beware that this must be another ploy to make some unrest in the Middle East which they are fast losing ground.

I am downloading it and will be very elaborate when I give my next comment.

If you need more details please visit distrowatch weekly review but their description lacks funny tone coming from America.

American do not know how to laugh at themselves and DoD has given them a big opportunity.
Use that opportunity to laugh and there is freedom at your disposal to laugh at self, Linux-wise, which is a healthy habit.
I do not know what their future plans are but project without a vision or fun won't last long. 
But I will be very nosy in any case when an update comes with bug fixes.

Sunday, July 3, 2011

Dream-10 and its interpretation from Heaven

This dream was somewhat painful but its interpretation is amazingly futuristic.
But I must give the background for dreaming such a bizarre episode that you will never get in our soap opera televisions.

One of my Christian friends who is a good scientist, one day approached me with a pile of medical reports which he was using to prepare a request for help for organ transplant in India. I am not going to divulge any of the details that might give a clue to the one who is diseased now and probably gracefully in heaven,too. 

He was nice soul but his company could not or was not prepared to raise money for his medical treatment.
I looked at the reports and told him hurry up lest he want have time to raise a huge amount of money before his demise (details again would not be appropriate here).
As usual I have a little story for my friends to get them activated, by relating how these things are done in developed countries. In this country by the time one finds an  ambulance which takes ages, the patient is moribund.

This month itself we have gone for 4 funerals and the stories I hear should be canonized for posterity how things are done here.

Many moons age when I was working in countries down under on a Saturday night and  nearly Sunday morning, I got a call to see a patient. Unlike here the nurses I worked with there were very energetic and smart and I knew something was amiss for they to call me since I just returned home after very hectic night.

I told the switchboard, I need at one hour of rest and exactly one hour of rest was interrupted with the emergency call.

I could not visit this ward before coming home. I went there immediately and saw the patient with what we call acute abdomen.
It did not take five minutes for me to realize what was wrong and I called the surgeon on call and asked him to come as soon as possible
He did come and looked at the notes and asked me why you have not written anything on the notes.
I told him I cannot do that honestly.
He asked why?
If I write the diagnosis you and your friends would have to curse me for the rest of my life.
He got the message and we had a quiet chat.
We set everything in motion and Monday morning he was airlifted to a country where needful could be done.
No money spent on the part of the patient.
This is the only time in my life I did not write a single letter on the notes, even though my name was all over the nursing record.
Few months later, I returned home and the patient had an organ transplant and was recovering.
Needless to say all three surgeons (they trusted me for everything I did) were trying to fix a job in another hospital for me when I said I am going to leave.
I politely declined and came home.
Point I am illustrating is the time and speed of action are intimately related when life is critically endangered.
Then on Friday when I was waking up to the  Bank, I saw the photograph of the one mentioned above posted on the wall. I immediately rushed to see my friend but he had already gone to the funeral house.

The dream
It was brief and being a dream the setting was unusual.
I was call in for a delivery at short notice.
Mother not married.
Site was new supermarket of Kandy and the first floor, probably near a toilet.
It looked like a labour room and no people were there (very uusual for even a labour room). 
Delivered the baby and wrapped it with something and kept  him/her on the floor.

The suddenly another one came out not breathing and there was no resuscitation equipment and suddenly like from heaven packed came down with a ET tube.

Then I asked where is the laryngoscope?.
Beautiful plastic disposable one came down.
Then I said where are the batteries and somebody like an angle (not the Nighting Gale) put the batteries and handed over the laringoscope.

All these happened in lightening speed and I tried to put it in the air passage but it went in a little and broke up with the larynx. This has not happened to me and never have I used a plastic equipment in my life in this type of scenario, I really got frightened and felt I was in alien ship.
Then I looked round to see the other baby was pale and not breathing.

I asked the woman why didn't you tell me that you were having twins.

She grinned like witch and said I did not know.

I got more frightened.
With that fright I woke up.

Gladly I was in my bed but not fallen out.
No aliens, no angles and no witches around, I went back to sleep, anticipating another with a humorous tone.

But that never happened and poste the email to Mah Brahma in the morning.

Sure enough I got almost return of post interpretation.

Interpretation
He exchanged pleasantries and said this is a good one.
I immediately asked what was the second part of the episode which I missed.
Did the babies die?
Big No.
Then.
That part you saw was a playback of a video of an earlier delivery.
Don't con? 
I said.
The babies were real and they were not breathing.
NO, NO, You were not that bad, both of them survived and you did very well and you resuscitated them in good time.
They were bonny babies.
Then why a video?
That was to fool the mother.
What for?
Don't you realize she was not married?
She would be happy that they died and she could be released without any birth certificates.

What's Up?

The babies were whisked away to a Five Star Hospital in a helicopter?
Why?

Can you guess?
Not a faintest of idea, I said.

So they have Five Star hospital to look after parentless babies.
That is futuristic for me.

Don''t you realize you idiot?
That hospital is the best transplant hospital in Sri-Lanka.

That is a miracle for me.
It is not a miracle but it is true.
In your time frame what is the price of an organ.

100 million.
Don't con?

We give 100 million to dead ones in this country but a policemen has to shoot first.

In future they do not shoot anybody but they take them to transplant hospital and anaesthetize them.
I was getting confused.
What for?

Are you good at arithmetic?
Yes?
How many organs in the body?
Many, let me count.

Can you multiply that with 100 millions.
Why?
That is the current cost of a live baby and then multiply with two (twins).
That hit me on my frontal lobe which is the neobrain.
So they take the baby and used every possible part for transplant.
Yes.
Who are the eligible or expectant recipients?
All rich and politically connected or related to the ruling party.
Who authorize the papers.

Can't you guess?
I suppose, I can.

But I told him that cannot be futuristic.
Our current plan is to harvest organs in pigs with stem cells and in your time frame we would be realistically harvesting organs in a genetically manipulated half animal (half pig) half human symbiont and we do not need to kill babies to do that especially twins.

That is what you dream but what really will happen is what I told you, Maha said.
Will I be a transplant surgeon then.
No.
Thank you Sir.
But it is not futuristic.
How come?
I told him. 
It has happened in this country (poor refuges were used, under the guise of appendicectomy and one Kidney at a time was removed) in Colombo and will happen in this country in future too and foreigners come here to adopt children in developed Western countries and some use this method and trade for transplant schemes, of the host country.
What is the price of adoption?
Under 1 million.
What was the price I quoted.
One hundred (100) for each organ and may be 100,000 for  baby or cradle transport.
Don't you realize that is futuristic?
I suppose so.
Shall I wind up these session?
Why?
It sickens me to hear these future developments.
I am happy with what is now and these things are gaudy, I said.
Then what about my hobby?
Can't you change to a new hobby.

I suppose I can but I have go back and think.
Don't gods think?
Not generally and we don't have any worries know?.
But we think about you to keep occupied.
I see.
Then he turned round to go with a little bit of sad face.
Do you get sad?
Sometimes I do and real Maha is on eternal holiday know?
In that case  I have a new proposal. 
What?
Do you like to have a hearty laugh?
I really do.
Can you sent me some funny gas (Nitric Oxide) from heaven?
Why?
It gets one into dreamy state and funny dreams too.
Can you make it more funny?
Yes.
So here onwards, when I send you a dream you should scan it on a scale of 1 to 10. 
If it is above 7 you give me the interpretation provided that the interpretation is also funny.
Can you make a software for it.
No problem, I said.

I will make a software and have a tickly brush attached to the mouse and it will jump up and tickle you if the score is 7 and above.

Can you make the score to 10.
No problem.
And then he vanished.

So guys, if you don't here anymore dreams soon it is because that scale is put to 10 on Maha Brahmas request.

If you have anything of that nature please post it here, under my name, will you?