RSS Feed

More php / mySQL | html | css | js

     Notes: PHP / MYSQL | HTML | CSS | JS
free-php-scripts
free-joomla-extensions

May 15
2013

Install Clam Av On Ubuntu

Posted by bohemia in Untagged 

Install Clamav (Clam Antivirus) On Ubuntu

This short, simple tutorial will explain how to install and use Clamav with Ubuntu.

To install Clamav,
Install Clam
May 15
2013

Install Firewall Ubuntu Univeral Firewall (GUFW)

Posted by bohemia in Untagged 

Install Universal Firewall GUI For Ubuntu

With Ubuntu, the Universal Firewall(ufw) is install by default. You can run the command sudo ufw status to check it out. It is
Mar 25
2013

Installing Linux On a Partitioned Hard Drive

Posted by bohemia in Untagged 

How To Install Linux On Partitioned Hard Drive

A Linux distribution can be installed directly onto a hard drive or it can be installed on a partition on the hard drive.
Feb 09
2013

Linux Find Files Larger Than A Certain Size

Posted by bohemia in Untagged 

Linux Find Files Based On Size

This example will demonstrate how to find files that are larger than a specified size. The example below will find files in the home
Feb 09
2013

Linux Find Files Within A Specific Date Range or Time Period

Posted by bohemia in Untagged 

Find Files On Linux System Within A Timeframe

This tutorial will list files on your Linux system within a specific date range.

List Files Within 1 Day
root# find .
Feb 09
2013

Linux Find Files With A Certain Name

Posted by bohemia in Untagged 

Find Data Within Files In Linux and Centos

This tutorial explains how to find list all files and directories on a Linux system that have a string of text within the name.
Feb 09
2013

Linux Find Data Within Files

Posted by bohemia in Untagged 

Find Data Within Files In Linux and Centos

This tutorial explains how to find data within files on a Linux system.

Find Text Within
root# find /pathtofiles | xargs
Feb 01
2013

Remove IP Address From Eth Device With Linux

Posted by bohemia in Untagged 

How To Remove An Ip Address With A Linux Device Like eth0 or eth1

This basic set of instructions can be used to remove an ip address of a device on your Linux system.
Jan 25
2013

Linux Get Word Count of Files

Posted by bohemia in Untagged 

Find Word Count of Linux Files

Using SSH, you can find the word count of one or more files.

Word Count of A Particular File
# find . -name 'edit.php' | xargs wc
Jan 18
2013

CentOS Linux Live DVD with Server

Posted by bohemia in Untagged 

CentOS Linux Live DVD with Server Running Apache, PHP and mySQL

When you use a Linux Live DVD like CentOS 6.3, you can easily setup and modify the Linux installation to
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>