|
May 15
2013
|
Install Clam Av On UbuntuPosted 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 DrivePosted 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 SizePosted 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 PeriodPosted 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 NamePosted 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 FilesPosted 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 LinuxPosted 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 FilesPosted 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 ServerPosted by bohemia in Untagged |



