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


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 bu the fonts are not avaible.
I was inquisitive thinking that it is the problem with the switch that have connected to three couputers 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 Swich and USB keybard 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 MiB when installing the compressed files are expanded to to about 1.2 GiB.
But remember if the RAM is 1 GiB, one needs twice as much as SWAP (2 GiB) 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 wordpress
 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.