Linux For Your Life

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 20 August 2009

Install new font for OpenOffice

Posted on 05:13 by Unknown
         If you are bored with the font in openoffice you can add a new font, and when you want to write business documents or mail then you need a case that is suitable for any posts you. Open Ofiice have different types of letters that can be used to document or writing your personal story, but the type of letter that have very little ,How If we want to add a new type of letter in openoffice we used.

Follow This command . . .

1.You can download a new type of letter here

2.exstrac that file

3.Save the file / folder to your Home Folder

4.copy all files or folder to /usr/share/fonts/trutype

$ sudo cp file or folder name /usr/share/fonts/truetype

ex :
$ sudo cp prestia.ttf /usr/share/fonts/truetype

$ sudo cp -r abraham /usr/share/fonts/truetype

5.Open openoffice and search the new font on the fontname



Thank's
By:Mr.Gm
Read More
Posted in Tips and Trick OpenOffice | No comments

Install OpenOffice.Org.3.1

Posted on 04:38 by Unknown
            If you are still using the old openoffice, It is better you replace it with the latest version.with the latest version of openoffice you will get more features that are better than previous versions .to get openoffice 3.1 follow the steps below :

1.Download OpenOfiice.Org 3.1 , Click here to get OpenOffice.Org 3.1 and chose English(US) and click download Linux 32-bit DEB

2.After downloading save the file in your Home folder

3.Exstrac file with the command :

$ tar -zxvf Ooo_3.1.0_LInuxIntel_install_en-US_deb.tar.gz

or just click the right mouse button and select Exstrac Here the result will be a directory OOO300_m15_native_packet-1_en-US.9379

4.Move the result to derectory / tmp

$ sudo mv OOO300_m15_native_packet-1_en-US.9379 /tmp

5.Move to the directory / tmp/OOO300_m15_native_packet-1_en-US.9379 and install the entire package *. deb is in the folder using the command :

$ sudo cd /tmp/ OOO300_m15_native_packet-1_en-US.9379

$ sudo dpkg -i *.deb

6.After finished install, you can use the latest OpenOffice.Org 3.1 with Command :

$ /opt/openoffice.org3/program/soffice

or you can create a launcher on your desktop and just click Right mouse and Chose launcher



Thank's
By:Mr.Gm
telusuri
Read More
Posted in Tips and Trick OpenOffice | No comments

Sunday, 9 August 2009

Optimize Startup For Faster boot Times

Posted on 05:43 by Unknown
Few operating systems seem to boot quickly enough, and unfortunately Ubuntu is amongst them. However, there are four things you can do to reduce delays and generally speed-up startup:
Reducing the boot menu delay
If you dual-boot Ubuntu and Windows on your computer the boot menu appears for 10 seconds, during which you can select either Windows or Ubuntu. If you only have Ubuntu installed, a prompt appears for three seconds telling you that you can hit a key to see the boot menu.

This delay can feasibly be reduced to one second, providing you have quick enough reactions—hitting a key during that second will cause the countdown timer to stop so you can make your choice at leisure.

Alternatively, you can configure the system so the boot menu never appears. This will deny access to the other boot menu options but if Ubuntu is the only operating system on your computer then this could be a good arrangement.
Start by opening the boot menu configuration file in Gedit:
$ gksu gedit /boot/grub/menu.lst
Then search for the line that reads timeout 10 and change the 10 to read either 1, for a one second countdown, or 0, to disable the boot menu completely.
Save the file and then reboot to test the settings



Thank's
By:Mr.Gm
Read More
Posted in Optimize Linux system | No comments

Thursday, 6 August 2009

Make Repository local in Ubuntu and Debian

Posted on 23:35 by Unknown
      The first step we doing when we will make the local Repository is download the complete package Repository. To download the complete Package Repository for Ubuntu 9.04 Click here.
After we get the Repository,Save the repository to your Home Folder .Example Your Directory In /home/gugum.If the Package we get in exstension tar.gz we should extrack before we can use it.
Extrack The Package with the following command :
$ tar xzvf ubuntu-9.04.tar.gz
After the extract, the location of the file deb package will be on the directory /home/gugum/ubuntu-9.04
Next step is open System > Administrarion > Software Source and then click tab Third-Party Software.After That Klik The add button and Following this command and click Add source.



Klik close and reload.

Next, run the command apt-get update to make packages index that are on the local repository it. Open the terminal and type :

# apt-get update


Next, you can direct the process with the installation package use the command apt-get install [package-that-want-install], or using the Synaptic Package Manager that are on the menu System | Administration | Synaptic Package Manager.

Thank'u
By:Mr.Gm
Read More
Posted in Local Repository | No comments

Wednesday, 5 August 2009

Convert RPM Package To DEB Package

Posted on 00:47 by Unknown
       The ways to convert a Rpm package to Deb package is using an alien command ,this command can convert all package not just a rpm package to deb package but to all Package like to RPM,DEB,TGZ,SLP and many others.
Before using an alien command u must install an alien package using synaptic :
Click the search button and write alien
Or in the terminal write apt-get install alien
alien command :
alien [--to-deb] [--to-rpm] [--to-tgz] [--to-slp] [options] file [...]
EXAMPLES
Here are some examples of the use of alien:
alien -d package.rpm
Convert the package.rpm into a package.deb
alien -r package.deb
Convert the package.deb into a package.rpm
alien -i package.rpm
Convert the package.rpm into a package.deb (converting to a .deb package is default, so you need not specify --to-deb), and install the generated package.
NOTES
When using alien to convert a tgz package, all files in /etc in are assumed to be configuration files.If alien is not run as root, the files in the generated package will have incorrect owners and permissions.




Thank'u
By:Mr.Gm
Read More
Posted in convert Rpm to Deb | No comments

Monday, 3 August 2009

Giving a label on the USB in linux

Posted on 22:16 by Unknown
     to facilitate us in the format usb. better we give label name first to The UFD .This will easier to us know the location and in the USB position.
following The command :
note: Previous umount USB On first use
# umount /media /USB_name                   ex : # umount /media/linus
# mkdosfs /dev/sdb1 -n new_nameUSB      ex : # mkdosfs /dev/sdb1 -n mandrake
note: adjust parameter / dev/sdb1 with the UFD device location.for you know enter the following command
#fdisk -l
Make sure you have your UFD * sign on the BOOT option.
Thank'u
By:Mr.Gm
Read More
Posted in Format USB | No comments

Format USB in linux for use as Live USB

Posted on 03:10 by Unknown
    In the main discussion at this time, you can find a variety of distribution LiveUSB that can be installed in the UFD. However, after and before using the UFD can be installed so that the distribution LiveUSB, it's good UFD you have on the format first. To make a partition on the UFD Linux, you can use fdisk, and then formatted with the command mkf .

This stage is ::

1.prompt and open the Terminal Login as root, then run the command fdisk-l to see the location of the position of UFD on your Linux system

# fdisk -l ...
Disk /dev/sdb: 4043 MB, 4043308544 bytes
125 heads, 62 sectors/track, 1018 cylinders
Units = cylinders of 7750 * 512 = 3968000 bytes
Disk identifier: 0x000c5df9
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1018 3944719 b W95 FAT32

In the output above, if the visible property of the author UFD 4GB detected as /dev/sdb

2.To begin UFD format, run the following command:

# fdisk /dev/sdb
Command (m for help):

- At the fdisk command prompt, you can mengetikan 'm' to see list of commands that are in fdisk. To see a list of partitions in fdisk, You can mengetikan 'p'. (Note: The sign''does not need to type in).

- Remove all partitions that are on the UFD with type 'd' in the fdisk command prompt.

Command (m for help): d
Selected partition 1

- After deleting all partitions on the UFD, make a return partition in the UFD.

Command (m for help): n

- When asked would like to make a primary partition or secondary partition, type 'p'.

Command action
e extended
p primary partition (1-4)
p

- Next you will be asked to enter the partition number. Type '1 'Because we will create a new partition 1.

Partition number (1-4): 1

- When showing cylinder First question, just press Enter. And at the time Last question appears cylinder, the press Enter. With this, the all UFD capacity to be only in 1 partition only.

First cylinder (1-1018, default 1):
Using default value 1
Last cylinder or + size or + + sizeM or sizeK (1-1018, default 1018):
Using default value 1018

- By default, the results of the partition is using the filesystem Linux ext3 (83). Since most UFD partition using FAT32, change the type filesystem with mengetikan 't'. At the time of confirmation appear to enter the Hex code to select the type of file, type 'b' to make the partition as a FAT32 filesystem W95.

Command (m for help): t
Selected partition 1
Hex code (type L to list codes): b

- LiveUSB require a UFD to boot directly from the PC. So that UFD can be directly in the boot, when 'a' to change Toggle flag UFD so UFD can be directly in the boot.

Command (m for help): a
Partition number (1-4): 1

- When viewed with the command 'p', then the results of which have been supplied preformatted UFD

- Finally, save the changes by pressing the button w.

Command (m for help): w
The partition table has been altered!

3.formatting UFD partition that we just created, umount UFD first, then using the format command mkfs.vfat.

# mkfs.vfat /dev/sdb1
mkfs.vfat 2.11 (12 Mar 2009

UFD format process has been done.Now, you can immediately use to UFD installed Linux LiveUSB your choice. Happy trying!

Thank,u
By:Mr.Gm
telusuri

Read More
Posted in Format USB | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Changing OpenOffice Splash Screen Images
    when we run openoffice will come openoffice splash screen image that was used we see, we may feel bored with the splash screen and want to r...
  • Subject-verb agreement
             Subject-verb agreement is a grammatical rule that states that the verb must agree in number with its subject.  In English,  prese...
  • Copy Seluruh Isi Website Dengan WebHTTrack
    S aat menyulusuri suatu website yang terdapat di internet,misalnya situs berisikan lyric lagu atau situs berisikan cerita komik,terkad...
  • Mengembalikan GRUB bootloader yang hilang pada Ubuntu Linux
        Tutorial ini akan menjelaskan bagaimana mengembalikan grub setelah menginstal Windows 7/Vista/Xp. Jika anda menggunakan dual boot PC de...
  • Make Repository local in Ubuntu and Debian
          The first step we doing when we will make the local Repository is download the complete package Repository. To download the complet...
  • Malin Kundang Story From Padang Indonesia
    Long time ago, in a small village near the beach in West Sumatera, lived a woman and her son, Malin Kundang. Malin Kundang's father ha...
  • Switch to Kubuntu, Xubuntu, or Edubuntu
            To switch to Kubuntu, Xubuntu, or Edubuntu , use Synaptic to search for and install kubuntu-desktop , xubuntu-desktop , or edubuntu...
  • Tangkuban Perahu Part 1
                  Once upon a time in west Java, Indonesia lived a wise king who had a beautiful daughter.   Her name was Dayang Sumbi.  She lik...
  • Grand Thief Auto V
        Grand Thief Auto atau yang sering ita dengar dengan GTA akan muncul dengan seri terbarunya yaitu Grand thief Auto V seri terbaru ini aka...
  • Tugas FPGA (Seven Segment Display)
        Seven segment adalah alat tampilan elektronik yang bisa menampilkan penomoran decimal. Seven segment biasanya diidentifikasi dalam indus...

Categories

  • Applications
  • cairo-dock
  • convert Rpm to Deb
  • Desktop
  • Distro
  • Download Manager
  • Fix Crash GUI
  • Format USB
  • game
  • hardware
  • Install Linux
  • internet and Web
  • Linux Intro
  • LiveUSB
  • Local Repository
  • nautilus
  • Optimize Linux system
  • Programming Language
  • Robot
  • Server
  • so
  • Terminal
  • Tips and Trick OpenOffice
  • Tugas Manajemen Proyek dan Risiko
  • Tugas SoftSkill
  • wifi

Blog Archive

  • ▼  2012 (5)
    • ▼  June (2)
      • Tangkuban Perahu Part 1
      • Malin Kundang Story From Padang Indonesia
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
  • ►  2011 (29)
    • ►  December (10)
    • ►  November (2)
    • ►  October (2)
    • ►  May (11)
    • ►  March (2)
    • ►  February (2)
  • ►  2010 (74)
    • ►  December (13)
    • ►  October (4)
    • ►  June (12)
    • ►  May (10)
    • ►  April (6)
    • ►  March (8)
    • ►  February (18)
    • ►  January (3)
  • ►  2009 (42)
    • ►  October (6)
    • ►  September (13)
    • ►  August (13)
    • ►  July (10)
Powered by Blogger.

About Me

Unknown
View my complete profile