Welcome to Open Source Software and Linux Blog.
Hi, everyone!. I just created this blog to share knowledge about open source software and Linux. If you all have knowledge and info related to open source / Linux, please share or send me an email. Thanks ^_^
Get open office for your office production. Open Office is multiplatform and multilangual office suite and an open-source project.
These is the relate product of Open Office with Microsoft Office product.
Writer ---> Ms WordImpress ---> Ms PowerpointCalc ---> Ms ExcelBase ---> Ms AccessTo get and download Open Office please go to
http://download.openoffice.org/index.htmlGo to
http://www.openoffice.org/ for detail. Thats all
There are some links for
open source game:
- http://www.bzflag.org (action game)
- http://www.glest.org/en/index.html (Real time strategy)
or you can visit the open source game list at
http://osswin.sourceforge.net/games.htmlHappy gaming ^_^
Hi, do you know what version exactly you use? This is the step:
Easy way.
- On consonle just type cat /etc/issue.net and enter.
- Its will promt something like picture below. Easy!
Others way:
For Ubuntu:
cat /etc/lsb-release
For Redhat:
cat /etc/redhat-release
For SuSE:
cat /etc/SuSE-release
This line will be displayed something like below
(like Ubuntu):
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=6.10
DISTRIB_CODENAME=edgy
DISTRIB_DESCRIPTION="Ubuntu 6.10"
To install GNOME desktop on console, just type this command:
- Login as root
- Type 'yum install groupinstall gnome-desktop' without ' '.
- Wait until it finish download and installed.
Thats it. How easy is it?
To start GUI from console is easy:
- Make sure you login as a 'root'. To login type 'su -' without ''. It will promt the login. Type 'root' without ' ' and enter. Then it will promt you password. Type your password.
- Right now you are in root system. Type "startx" without "" and enter for example :~#startx
Make sure the GUI desktop are already installed such as GNOME, KDE and etc. That's all.