Labels

Thursday, August 1, 2013

How to install Progress bar for terminal

root@SoftwareDepo:/home/$ apt-get install pv

root@SoftwareDepo:/home/$ pv bigfile > /mnt/ghost_on_windows_box/bigfile

Here is the output looked like, at three different stages:

205MB 0:00:17 [8.03MB/s] [=======>                           ] 25% ETA 0:00:49
436MB 0:00:31 [40.7MB/s] [=================>                 ] 54% ETA 0:00:25
801MB 0:00:44 [  18MB/s] [=================================>] 100% ETA 0:00:00


Enjoy......

Friday, June 28, 2013

How to remove delta search from mozilla new tab

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste newtab and pause while the list is filtered

(3) Double-click the browser.newtab.url preference and enter the desired value:

Press Ctrl+t to open a new tab and verify that it worked. Fixed?


Thursday, June 20, 2013

How to : Configure a simple Debian gateway

More people requisite to use a dedicated Debian machine as a gateway for a LAN, this has many benefits compared to using a dedicated hardware firewall.

Overview
In this tutorial, we create 1 files and change 6 other files for testing our Debian Gateway.
1. Configure IP address information
2. Configure dns address
3. Modify Source list
4. Install Basic Packages
5. Create a file; NAT and basic firewall with iptables
6. Permission created file.
7. Modify startup file.
8. Reboot server or Run created file.


Steps
1. Configure IP address information : vim.tiny /etc/network/interfaces
2. Configure dns address : vim.tiny /etc/resolv.conf
3. Modify Source list : vim /etc/apt/sources.list
4. Install Basic Packages : apt-get update.
5. Create a file; NAT and basic firewall with iptables : vim /usr/bin/nat_firewall.sh
6. Permission created file : using chmod
7. Modify startup file : vim /etc/rc.local
8. Reboot server



Monday, June 17, 2013

How to Create a simple login system with php + mysql script

This tutorial, We Learn to create a simple login system with php + mysql, this tutorial is easy to follow and teach you step by step.

Overview
In this tutorial, we create 3 php files for testing our code.
1. index.php (Main Login)
2. db_connect.php (for db connection)
3. Success.php

Steps
1. Create table "user_info" in database "company_name".
2. Create file index.php (Main Login).
3. Create file db_connect.php.
4. Create file success.php.
5. Create file logout.php


Tuesday, June 11, 2013

Import Outlook(2010) items from an Outlook Data File (.pst)

When you need to move Outlook messages, contacts, calendar items, tasks, and notes from one computer to another or return a duplicate of your Outlook data, the import and Export Wizard is the easiest way to full the task.

1 > Click the File tab.
2 > Click Open.
3 > Click Import.
  4 > In the Import and Export Wizard, click Import from another program or file, and the click Next.

5 > Click Outlook Data File (.pst), and then click Next.

Export Outlook(2010) items to an Outlook Data File (.pst)

Aggregation in Microsoft Outlook 2010 can be exported to an Prospect Data Record (.pst). This provides a way transport Outlook 2010 items to other computer or to make a Duplication.

Folder properties specified as permissions and views are not cured when you export to an Outlook Data File (.pst). Exclusive the content itself is exported.

1 > Click the File tab.
2 > Click Options.
3 > Click Advanced.


4 > Under Export, click Export.


5 > Click Export to a file, and then click Next.

Thursday, May 9, 2013

How to create watermarks in Word 2002 and in Word 2003

How to add a text watermark
To add a text watermark to a Word document by using the Printed Watermark command, follow these steps:

    Start Word.
    On the Format menu, point to Background, and then click Printed Watermark.
    In the Printed Watermark dialog box, click Text watermark.
    In the Text box, type My Watermark.
    In the Font box, click Century Gothic.
    In the Size box, click Auto.
    In the Color box, click Turquoise.
    Click to select the Semitransparent check box (default setting).
    Click the Diagonal option next to Layout.
    Click OK. The watermark that you just created is visible on the document sheet.

How to add a picture watermark