Posts under Linux

CentOS: install yum fastest mirror plugin for faster connection update

advertisement

linux, centos yum update, centos linuxYum fastest mirror plugin (yum-plugin-fastestmirror) allow yum to select the closest and freshest mirror around you for your yum update. Once the yum fastest mirror plugin is activated, whenever you perform yum update or install, you will get a better connection. As yum will search the mirror based on your IP thru the GeoIP system. Yum select the fastest mirror based on:-

1. The connecting location of the client.
2. The current freshness/staleness of the mirrors for that region.

yum fastest mirror plugin (yum-plugin-fastestmirror) sound interesting? Want to try?
To install yum fastest mirror plugin (yum-plugin-fastestmirror) you can use this command:-

Continue reading CentOS: install yum fastest mirror plugin for faster connection update »

How to split large file into several smaller files – Linux

advertisement

linux, split file linuxHave you ever want to split a large file into several small files? I’ve face this problem few days ago. I need to split a large file (3GB log file) into several smaller file where i can read it using normal text editor.

To split large file into several smaller files, you can use split command in linux. Just follow the steps below and you will be able to split large file into smaller files.

Continue reading How to split large file into several smaller files – Linux »

How to auto start Apache during boot time – Linux

advertisement

auto start apache, start apache during boot, apache startup script, apache start up script, linux, computer tipsIf you compile your own apache from source, your apache will not auto start during boot time. To enable auto start apache during boot time, you need to do some configuration on rc.d directory.

Follow the steps below and apache will auto start during boot time:-

Continue reading How to auto start Apache during boot time – Linux »