Table of Content

ជំពូក​ទី ១ ៖ ការ​ប្រើ​ប្រាស់ និង​កំណត់​រចនាសម្ព័ន្ធ​បរិស្ថាន​ផ្ទៃតុ​លីនុច

* មេរៀន​ទី ១ ៖ ការ​ប្រើប្រាស់​ផ្ទៃ​តុ
* មេរៀន​ទី ២ ៖ ការ​ប្រើប្រាស់​កម្មវិធី​របស់​ខេឌីអ៊ី
* មេរៀន​ទី ៣ ៖ ការកំណត់​រចនាសម្ព័ន្ធ​ផ្ទៃតុ KDE

ជំពូក​ទី ២ ៖ ប្រព័ន្ធ​លីនុច និង​ការដំឡើង

* មេរៀន​ទី ៤ ៖ ប្រព័ន្ធ​ប្រតិបត្តិការ​លីនុច
* មេរៀន​ទី ៥ ៖ ការដំឡើង​លីនុច​អូផឹន​ស៊ូស៊ី
* មេរៀន​ទី ៦ ៖ ការ​កំណត់​រចនាសម្ព័ន្ធ​ផ្នែក​រឹង
* មេរៀន​ទី ៧ ៖ ការគ្រប់គ្រង​កម្មវិធី​ក្នុង​លីនុច
* មេរៀន​ទី ៨ ៖ ការគ្រប់គ្រង​អ្នកប្រើ និង ក្រុម​តាម​យ៉ាស

ជំពូក​ទី ៣ ៖ ការគ្រប់គ្រង​ប្រព័ន្ធ​តាម​ពាក្យ​បញ្ជា

* មេរៀន​ទី ៩ ៖ សែល និង​ពាក្យ​បញ្ជា
* មេរៀន​ទី ១០ ៖ សិទ្ធិ និង​សុវត្ថិភាព​ឯកសារ

ជំពូក​ទី ៤ ៖ ការគ្រប់គ្រង​បណ្ដាញ​លើ​លីនុច

* មេរៀន​ទី ១១ ៖ បណ្ដាញ​កុំព្យូទ័រ និង​ការដំឡើង
* មេរៀន​ទី ១២ ៖ ម៉ាស៊ីន​បម្រើ DHCP

ជំពូក​ទី ៥ ៖ ការគ្រប់គ្រង​កម្រិត​ខ្ពស់

* មេរៀន​ទី ១៦ ៖ ការ​គ្រប់គ្រង​កញ្ចប់​កម្មវិធី
* មេរៀន​ទី ១៧ ៖ ការ​គ្រប់គ្រង​អ្នកប្រើ និង​ក្រុម​តាម​ពាក្យ​បញ្ជា
* មេរៀន​ទី ១៨ ៖ ការ​បម្រុង​ទុក​ទិន្នន័យ និង​កំណត់​ពេល​ប្រតិបត្តិ​ការងារ​ស្វ័យប្រវត្តិ
* មេរៀន​ទី ១៩ ៖ ម៉ាស៊ីន​បម្រើ​ឯកសារ
* មេរៀន​ទី ២០ ៖ ការ​បង្កើន​សមត្ថភាព​ប្រព័ន្ធ

OpenOffice.org is the open source project through which Sun Microsystems has released the technology for the popular StarOffice Productivity Suite. All of the source code is available under the GNU Lesser General Public License (LGPL). Sun Microsystem releases regular update version of open office, new versions 1233617669_openoffice.org_logo including new features are released every six months (so-called “feature releases”) alternating with so-called “bug fix releases” which are being released between two feature releases (every three months). version 3.0 was released, featuring the ability to import, but not export, Office Open XMLdocuments, support for the new ODF 1.2 document format, improved support for VBA macros, and a native port for Mac OS X. The current stable version is Open Office 3.1.0 which was released on May 7, 2009. You can follow a bit complicated version of installing via package manager but we have a very simple to follow procedure just copy and paste the code given below in your terminal and enjoy the open office 3.1.0

Paste the following in terminal to Install OpenOffice 3.1 on Ubuntu 9.04 :

echo -e ‘echo “#PPA openoffice-pkgs
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu $(lsb_release -sc) main” | sudo tee -a /etc/apt/sources.list.d/ppa.list
gpg –keyserver keyserver.ubuntu.com –recv 247d1cff
gpg –export –armor 247d1cff | sudo apt-key add -
sudo apt-get update
sudo aptitude -y safe-upgrade
sudo aptitude -y dist-upgrade
‘ > ./oooupgrade.sh
sudo sh ./oooupgrade.sh && rm ./oooupgrade.sh


Gnome foundation just released the latest version of Gnome Desktop 2.26.GNOME Desktop is a popular, multi-platform desktop environment for your computer which is used by many operating System for Example Linux, Unix, BEOS , Solaris etc. GNOME’s focus is ease of use, stability, localization and accessibility support. GNOME is Free and Open Source Software and provides all of the common tools computer users expect of a modern computing environment, such as e-mail, groupware, web browsing, file management, multimedia, and games. Furthermore, GNOME provides a flexible and powerful platform for software developers, both on the desktop and in mobile applications.

The latest features in Gnome 2.26 are -

- Comprehensive New Disc Burning
- Simpler File Sharing
- Evolution Evolves its Migration from Windows
- Media Player Improvements
- Volume Control Integrated with PulseAudio
- Support for multiple monitors and projectors
- Almost Telepathic Communication
- Location Epiphany
- Fingerprint Reader Integration

Convert pdf documents to jpeg images

Posted by MH | 2:41 AM
Wednesday, October 22, 2008

If you want to convert your pdf document into a jpeg image, it is possible to use pdftoppm and after ppmtojpeg.

First, choose your pdf document and use:

ppm file.pdf file

You will have one ppm image per pdf page. If you want only part of the document use -f int1 -l int2, int1 is the initial page and int2 is the final page.

Use the script to convert all ppm images into jpeg images:

for file in *.ppm; do ppmtojpeg $file > ${file/.ppm/.jpg}; rm $file; done

And thats it. You will have your pdf document into jpeg images.

To mount ext2fs filesystems under FreeBSD, you first have to build a new kernel with ext2fs support. Put the line

options “EXT2FS”

in your kernel configuration file for the new kernel and compile.
Read the FreeBSD handbook to learn how to do that.

or

Do the following steps to enable ext2fs support in the kernel:

# cd /usr/src/sys/modules/ext2fs
# make
# make install

You can use ‘kldload‘ to load the ext2fs module in to the kernel.

# kldload ext2fs
Then you will be able to mount your linux partitions by giving a command like:

# mount -t ext2fs /dev/ad1s1 /mnt

to unload module use

# kldunload ext2fs

To load the module automatically on system startup

add the following line in to /boot/loader.conf

ext2fs_load=”YES”