Tag Archives: Linux

Linux Portable Apps

Portable Apps is being used by Windows Operating System widely from the Windows user, but they are less portables Apps for Linux World. By now, a new website named portablelinuxapps.org features a number of Linux Portable Apps for Linux Distro … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux | Tagged , , , , , , , , , , , | Leave a comment

Update Centos Linux 5.4 to Centos Linux 5.5

As you know, CentOS released version 5.5 and if you are using Centos Linux 5.4, you may actually upgrade it directly through your machine through the Internet with yum command. To upgrade Centos version, you should take this 2 major … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux | Tagged , , , , , , , | Leave a comment

mkpasswd: Generate Random Password

In Linux, you may easily generate a random password through command. To done it, you may use the mkpasswd utility. $ mkpasswd HXyt*m22j Use -l to define the length of the password text as the password length by default is … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux, Web Site Tips | Tagged , , , , , , | Leave a comment

Reset MySQL 5.1 Root password

Sometimes you might want to reset your used password since it is used for long time. To reset MySQL database password, you may need to consider different Operating System and it's version will have minor differences during the root password … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Database | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

Change MySQL Collation

Sometimes, the MySQL database collation could make your web content become question mark(?) and you might not know what is happening and what wrong from your scripting. To understand what is the server default collation, there are two ways to … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Database | Tagged , , , , , , , , , , , , , , , | 1 Comment

iptables handy guide

iptables used to setup, maintain and inspect the tables of IP packet filter rules through Linux Kernel. You can modify or manage the rules through the command from console or SSH. To list the IPs that is being blocked, you … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux | Tagged , , , , , , , , , , , , , , | 1 Comment

How to Disable directory listing

Some web hosting server setting allow the directory listing by default and you wish to disable it as you might not use the hosting space for web purpose but storage purpose. There are several ways to disable it through your … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux, cPanel | Tagged , , , , , , , , , , , , , , , , , , , | 1 Comment

How to create archives and compress file in Linux

With Linux default environment, tar is come by default and you may easily archives and compress a file or folder easily by using tar command. If you familiar with Linux, you should know that file could be archives to .tar, … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux | Tagged , , , , , , , , , , , , , , , , , , , | 2 Comments

Monitor RAM/Memory on Linux

Memory (RAM) is known as an important component on the server to make sure that the server is running smooth and the running process could run in normal state. With Linux environment, it come with several tool to allow server … Continue reading

  • Twitter
  • WordPress
  • Blogger Post
  • Delicious
  • Facebook
  • Google Buzz
  • Share/Bookmark
Posted in Linux | Tagged , , , , , , , , , , , , , , , , | 1 Comment