Linux For Your Life

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

Saturday, 29 August 2009

Image viewer with Picasa

Posted on 07:54 by Unknown
        If you Have a lot of Photos but it is very difficult for the management of your photo. You can use this one application that is Picasa, Picasa is a application for the management of the pictures very easily with picasa but you can also Giving effect to  your image very easily you just choose the effects that are available to beautify the image collection  .with Picasa your  Photos can be organized in a picasa album. you can also see your picture with a beautiful slideshow.
To download Picasa Click Here
To install picasa follow the instructions below

1.Extrack file to your Home Folder

$ unzip picasa_2.7.3736-16_i386.zip

2.move files to directory / tmp

$ sudo mv picasa_2.7.3736-16_i386.deb / tmp

3.move to direcory  /tmp and install picasa
$ sudo cd / tmp

# dpkg-i picasa_2.7.3736-16_i386.deb

4.Instalation completed
After Instalation finished now you can using picasa on your debian or ubuntu .just type picasa on your terminal or if do you want to using picasa on your desktop you can make a launcher.

Launcher :
Manage Pictures :
 
Effects :
 
Slide Show :

Thank's
By:Mr.Gm
Read More
Posted in Applications | No comments

Wednesday, 26 August 2009

Translator with gKamus

Posted on 22:06 by Unknown
            There are times when you read the script in English, there are one or two words that you dont know the translation in indonesia.search in language translation dictionary in the book, of course good (but inconvenient). If you are on Linux and want to find applications English-indonesian dictionary that choose a fairly complete data, you can use  gKamus.except  translator from  English to Indonesia, also has a function gKamus translation from Indonesian to English.Except that new  version in gKamus is also equipped with a table Irregular Verbs.Improvement and use of libsexy for search entry widget is also used  in this version for added comfort.      

Download gkamus_0.3-2_i386.deb Here 

installation gKamus 
1.Exstrack Packet gkamus_0.3-2_i386.zip on your home folder
   
    $ unzip  gkamus_0.3-2_i386.zip
2.Move file gkamus_0.3-2_i386.deb to folder /tmp

    # mv gkamus_0.3-2_i386.deb /tmp

3.go to /tmp folder and install gKamus
    
    # cd /tmp
    # dpkg -i gkamus_0.3-2_i386.deb

4.Installation Finished and then you can using gKamus

   
 
  
Thank's
By:Mr.Gm

Read More
Posted in Applications | No comments

How To Using Nautilus Scripts

Posted on 03:14 by Unknown
With scripts you can do many things such as :
  • make an enhanced "open with"-alike feature (open some files that match a filter in your preferred application
  • make a zip of a directory and mail it
  • open a terminal in the selected directory
all of this with a simple right click.
You can find the Nautilus-scripts folder here : 
Go to Home Holder and Click Ctrl + H to Open Hidden Files and looking for . . 
~/.gnome2/nautilus-scripts

Adding scripts

1.place your scripts in the nautilus-scripts folder
2.name them accordingly to the label you want in the right-click context menu
3.make them executable (chmod +x my_script_name  )

Sample Scripts
Copy To Script :
Place the following code in a new file, give it a filename of copyto and make it executable with chmod a+x copyto. Move the new file to the ~/.gnome2/nautilus-scripts/ directory, open nautilus and you'll find a new right-click menu item entitled "Scripts" with a submenu that has an item that quickly copies a file to any directory you desire.
#! /bin/bash
location=`zenity --file-selection --directory --title="Select a directory"`
for arg
do
if [ -e "$location"/"$arg" ];then
zenity --question --title="Conflict While Copying" 
   --text="File ""$location"/"$arg"" already exists. 
   Would you like to replace it?"
case "$?" in
1 ) exit 1 ;;
0 ) cp "$arg" "$location" ;;
esac
else
cp "$arg" "$location"
fi
done 
 
1.Send To Script Download Here
2.Move To Script Download Here
3.Umount-Iso Script Download Here
4.Mount-Iso Download Here
5.Format Media Script Download Here
6.Open Terminal Here Script Download Here
You too can download script here , and chose what do you want to use because too many script 
Thank's
By:Mr.Gm
Read More
Posted in nautilus | No comments

Monday, 24 August 2009

Avoid programs quitting when the terminal is closed

Posted on 22:00 by Unknown
        You might have noticed that, whenever you run a program from a terminal window, it quits when the terminal window is closed (there are some exceptions to this, such as the Firefox web browser, but it’s generally the case). There are a handful of ways around this. Perhaps the easiest is to precede the command with nohup. For example, to run Gedit, you might type nohup gedit. Try this now. Then close the terminal window and see what happens (or, actually, what doesn’t happen). 
         The reason Gedit doesn’t quit is that nohup tells the new program to ignore any future “hangup signals”, which is to say, Gedit is told ignore requests to terminate that are sent to it when the terminal quits.
Thank's
By:Mr.Gm
Read More
Posted in Terminal | No comments

Thursday, 20 August 2009

Fix Wifi Troubleshooting

Posted on 05:44 by Unknown
         To use the wifi in ubuntu usually can connect directly with the network manager.wifi on by default can be directly used in ubuntu, But if there is a problem maybe because The configuration must be edited. open a file on /etc/modrob.d/blacklist-ath_pci.confconf .
Open the file with the command :
$ sudo gedit /etc/modprob.d/blacklist-ath_pci.conf


see the entries in the bottom and add the symbol # on the Back Blacklish ath_pci

#blacklist ath_pci



save and restart your Computer the wifi can be used now.

Thank's
By:Mr.Gm
Read More
Posted in wifi | No comments

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
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