Archives in ‘English’ Category


How To Read .Lit File in Linux

On Thursday, 18 12 2008 By amrinz In: English, Tips and Trick
Tags:lit, windows

Add comment


Why We Need Read .lit?

Because you have some .lit files, and you want to read it in your Linux box.
But, since the only reader you can find, MS Reader, cannot run in your Linux box, no matter how you try it.

So, What The Solutions?

We can convert the .lit file into another format, so we can read it in “emergency” style. Why emergency? Because, not all .lit version supported and converted well.
Read the rest of this entry »

HowTo Install and Setting Up LAMPP/XAMPP

On Saturday, 29 11 2008 By amrinz In: English, LAMPP-XAMPP
Tags:apache, virtual host, web server

16 Comments


In this tutorial I will introduce you about XAMPP, a bundle of apache http server, mysql database, php and perl script language from apachefriends.org.

XAMPP also include some usefull packages, such:

  • ProFTPD 1.3.1
  • PhpMyAdmin 2.11.3
  • OpenSSL 0.9.8e
  • Webalizer 2.01
  • IMAP C-Client 2004e
  • OpenLDAP (client) 2.3.11
  • SQLite 2.8.17 (for PHP4 + PHP5)
  • SQLite 3.3.17 (for PHP5 PDO SQLite)
  • phpSQLiteAdmin 0.2
  • FPDF 1.53

Usually we need XAMPP to running our website in our home pc, not in paid server outside. So, we able to developing our website in our home offline before we upload it to online web server.

XAMPP available for many platforms, it available for Windows, MacOS and offcourse, Linux – no matter what distro you use. But in this tutorial, I will limit the tutorial in LAMPP (L stand for Linux!) only.
Read the rest of this entry »

Some Ubuntu Boot Tips

On Friday, 08 08 2008 By amrinz In: English, Tips and Trick
Tags:boot, grub, ubuntu

Add comment


How to Boot as Root in Ubuntu

Just add an “single” option (without quote) in last of the grub configuration after you press E button in keyboard when Grub displays boot option menu.

Example:

kernel /vmlinuz root=/dev/sda1 ro single

How to Reinstall Grub in MBR

1. Boot into your sistem use Grub enabled livecd (ex: RIP). Press C to enter Grub Terminal
Enter this command (please change to your real root partition)

root     (hd0,0)
kernel    /vmlinuz root=/dev/sda1 ro single
initrd    /initrd.img
boot

2. Use commands below to re-install grub to MBR

grub-install hd0

If no error reported, so you’ll succes re-install grub into MBR.

How to Boot Another Linux Instalation

In case you can,t boot it directly from the media, but it has same kernel version, you can boot it imediately use the installed kernel and initrd on your system.

For example, you want to boot your usb installed system.

Same as tips number 1, you just change the root path only.

How To Use Cron as Task Scheduler

On Wednesday, 16 04 2008 By amrinz In: English, Tips and Trick
Tags:cron

Add comment


This is only simple mini howto about cron.
Cron is job scheduler for GNU/Linux system, runs on define time by user.

A simple command of cron, for example will look like this:

* * * * * command_or_script_to_execute

The asterixs in the command mean:

  • The first asterix: specifies minute
  • The second asterix: specifies hour
  • The third asterix: specifies day
  • The fourth asterix: specifies month
  • The fifth asterix: specifies week

So, if you want to run script everyday on 09.30 you will use this command:

30 9 * * * command_or_script_to_execute

For more information how to use cron, you can find it here:
http://www.linuxhelp.net/guides/cron/

Tips: Speed Up Mozilla Firefox

On Friday, 21 03 2008 By amrinz In: English, Web and Internet
Tags:firefox

1 Comment


This article taken from here.

Firefox is in my opinion the best browser ever made until now. It includes:

  • Improved tabbed browsing
  • Pop up blocking
  • Integrated Goggle search
  • Enhanced privacy controls
  • Built-in phishing protection
  • Online spell checking
  • Lots of themes, interfaces, and extensions/addons
  • Mozilla Firefox officially supports forMicrosoft Windows,Linux,and Mac OS X

Here are some tips can help you double the speed of Firefox.
Read the rest of this entry »

Linux and Windows Live Happy Together

On Thursday, 14 02 2008 By amrinz In: English, Windows Migration
Tags:desktop, tips trik, ubuntu, Windows Migration

2 Comments


How to make your live with Linux and Windows installed on one hardisk, more happy and easy?
Here is some tips for you, dual-booter!

Tips 1. Make Your Windows Accesible from Linux

Yes, in new release of Linux today, you can easily access Windows NTFS partition, both read and write.

But how if you use older release that doesn’t support write acces?
You should installing ntfs-3g.
If you using Ubuntu, use this command:

sudo apt-get install ntfs-3g

Then, add this line or change the existing line that point to your windows partition in your /etc/fstab to:

#mount partition /dev/hda5 (or drive D, I guess)
/dev/hda5 /home/user/mnt ntfs-3g ro,uid=1000 0 0

Read the rest of this entry »

The Most Valuable Wordpress Plugins

On Friday, 08 02 2008 By amrinz In: English, Web and Internet
Tags:Wordpress

Add comment


Web designer wall has very valuable wordpress plugins you must have.

Some of them are:

  1. WP-Cache
  2. Wp eCommerce
  3. Intouch Ajax Contact Form
  4. SideBlog
  5. Wp Page Navi
  6. Sociable
  7. Ajax Post Rating
  8. Ajax Poll
  9. Gravatar 2 Plugin
  10. Adsense Deluxe
  11. And more in web designer wall blog

By the way, all of these plugins listed in wordpress plugins directory, check it!.



SEO Powered by Platinum SEO from Techblissonline