Free Search Engines Submission

On January 25, 2012, in Internet Marketing, by Steve Looi


There are many web sites offering search engines submission services free of charge. These sites provide auto and manual submissions of your URL to the leading, highest-rated search engines and directories for free.

The list of sites I tried before:

Submit Express – submits to over 70 top search engines and directories.

AddME – submits to 20 top search engines and directories.

SubmitStart – submits to leading search engines.

Free Web Submission – submits to over 50 highest-rated search engines and directories.

Premium services provided by these web site are such as Search Engine Optimization (SEO), Pay Per Click (PPC) search engine advertising placement, social media marketing, SEO software and keyword tools.

 

 

I upgraded my site to the latest WordPress 3.2.1. When I browsed to the site for the first time after upgraded it, the screen displayed an error message indicating that WordPress 3.2.1 required 5.2.4 or above to work.

If you are have the standard PHP 5.1.x in CentOS 5.x and trying to upgrade your system to PHP 5.2.x using yum, you probably will encounter the same scenario where yum couldn’t find PHP 5.2.x package for update.

I searched around and found that PHP 5.2.x is included in the development repository.

Firstly, we need to add the development repository to yum. We need to add in the yum repository configuration file so it pulls PHP packages only. Use one of you favourite text editors to create a new yum repository configuration file.

# /etc/yum.repos.d/CentOS-Testing.repo

Copy/paste the following into this file:

[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
includepkgs=php*

Run the following command to get a list of what PHP packages you have currently installed in your system:

# rpm -qa |grep php

Use yum to update the PHP packages on your system by running the following command:

# yum update

Once yum has completed, run the following command:

# service httpd restart

Finally, if everything goes well, you have PHP 5.2.x running in your system.

Tagged with:  

TCPDUMP command-line packet analyzer

On September 29, 2011, in Tutorial, by Steve Looi

Tcpdump is a very useful Linux/Unix command-line packet analyzer. Here’s an example of the tcpdump command that writes the output to a file.

tcpdump -s 0 -vv -w /var/log/log_file.pcap

The tcpdump man page is available at the tcpdump official web site.

Tagged with:  

This is a handy command line that will check, auto repair and optimize all tables in all MySQL databases.

mysqlcheck -u root -p –check –auto-repair –optimize –all-databases


Tagged with:  

Boost Firefox Startup with SpeedyFox

On July 21, 2010, in Software, by Steve Looi

When you have been using FireFox for a long period of time, you will notice it slows down considerably. It will take longer time to load during start up. The problem is mostly due to fragmentation of its SQLITE database.

SpeedyFox is a free software that will defrag and optimize the FireFox database.

Click here to visit SpeedyFox site.

Tagged with:  

Hushmail provides secure free email address for everyone. It allows you to send and receive confidential email between you and the intended recipients by encrypting the email message, so that you won’t need to worry about your email being intercepted and view by any person.

Every secure free Hushmail account include these features:

  • Spam filtering
  • Virus scanning
  • File storage and sharing with other Hushmail users
  • Unlimited contacts
  • POP3 access to external email accounts
  • Easy encrypted communication with contacts at any email address using Hustmail Express
  • Hush Messenger for secure instant messaging
  • Email notification
  • Read receipts, auto-responders, drafts, and templates
  • Digital signatures for email and attachments
  • End-to-end encryption for email and files
  • Full OpenPGP support with 2048 bit encryption
  • Encryption toolkit
Tagged with:  

Managing Multiple PuTTY Instances in Tabs

On April 13, 2009, in Security, Software, by Steve Looi

PuTTY is a free Telnet and SSH client for Win32 and Unix platforms. It lacks the tabbing feature, which is one of the most important missing feature of PuTTY that many users are complaining. When you create multiple PuTTY connection instances, each instance will be opened in a separate window.

PuTTY Connection Manager is a free PuTTY Client Add-on for Windows platforms which provide a solution for managing multiple PuTTY instances by creating a tab for each PuTTY instance within the program window.

According to the features listed in the PuTTY Connection Manager web site, they include:

  • Tabs and dockable windows for PuTTY instances.
  • Fully compatible with PuTTY configuration (using registry).
  • Easily customizable to optimize workspace (fullscreen, minimze to tray, add/remove toolbar, etc.).
  • Automatic login feature regardless to protocol restrictions (user keyboard simulation).
  • Post-login commands (execute any shell command when logged).
  • Connection Manager : Manage a large number of connections with specific configuration (auto-login, specific PuTTY Session, post-command, etc.).
  • Quick connect toolbar to quickly launch a PuTTY connection.
  • Import/Export whole connections informations to XML format (generate your configuration automatically from another tool and import it, or export your configuration for backup purpose).
  • Encrypted configuration database option available to store connections informations safely (external library supporting AES algorithm used with key sizes of 128, 192 and 256 bits, please refer for the legal status of encryption software in your country).
  • Standalone executable, no setup required.
  • Localizable : English (default) and French available (only when using setup version, standalone is english only).

The PuTTY Connection Manager requires Microsoft .NET Framework 2.0 and PuTTY in order to run.

In the PuTTY Connection Manager, access the Tools > Options. In the Options window, select PuTTY and browse or type the location of the PuTTY Client program in your PC.

Visit PuTTY Connection Manager homepage to download the software.

Tagged with:  

Agent Ransack is a free Windows tool for finding files and content of files on your hard drive fast and efficiently.

Agent Ransack displays the results of the text it finds when searching the contents of files so that you can quickly browse the results within the program without having to open each file separately.

I installed the software in Windows XP and Vista. I find the searching speed is much faster than the Search feature that comes with the operating system.

Download Agent Ransack at:
http://www.mythicsoft.com/agentransack/

 

Upgraded to WordPress 2.7.1

On April 5, 2009, in WordPress Plugins, by Steve Looi

This site was upgraded to WordPress 2.7.1 without any problem. It took me about 15 minutes to complete the entire upgrade process, which included downloading the latest source file and backup the existing files.

I noticed the admin layout was different from the previous version 2.6 that I had. It took me a while to familiarize with the new layout.

Several plugins had newer version. I upgraded them with the upgrade automatically feature. Everything is working as it is suppose to be. What a relieve!

Tagged with:  

My favourite Firefox Add-ons

On December 19, 2008, in Software, Tech Tips, by Steve Looi

This is my list of Firefox add-ons must-haves. They make my daily work to be more productive and surfing the web more interesting.

Colorzilla
Firebug
Firefox Throttle
Fireshot
FlashGot
iMacros
MeasureIt
Pearl Crescent Page Saver Basic
SeoQuake
Yet Another Window Resizer

Tagged with: