bash

0

Looping Through a List

http://bashshell.net

This is an example of a Bash shell script used to loop through a list to compare to text strings found in logs. The script is used to detect and block attacks on a web site.

Read more »
aweber's picture
Created by aweber 10 years 22 weeks ago – Made popular 10 years 22 weeks ago
Category: Beginner   Tags:
0

Time Criteria with the find Command

http://bashshell.net

One of the most powerful options you can use with find is time criteria such as modified time, accessed time or changed time. Understanding how to use these elements will provide more effective searches.

Read more »
aweber's picture
Created by aweber 11 years 10 weeks ago – Made popular 11 years 10 weeks ago
Category: Beginner   Tags:
0

5 Days of find: The Basics of find

http://bashshell.net

The first of the bashshell.net "5 Days of find" series, this tutorial breaks down the basics of the find command. With the Linux find utility, you can perform powerful searches on just about any criterion you can think of, and then, from the same command-line entry, invoke another utility to do whatever you need to do with the results.

Read more »
aweber's picture
Created by aweber 11 years 10 weeks ago – Made popular 11 years 10 weeks ago
Category: Beginner   Tags:
0

Exercise #8: Counting and Sums with awk

http://bashshell.net

awk may be used to count instances and also sum columns for reports. Often it is useful to use awk scripts for the output so that it can be formatted to your needs.

Read more »
aweber's picture
Created by aweber 11 years 14 weeks ago – Made popular 11 years 13 weeks ago
Category: Beginner   Tags:
0

Exercise 4: Starting with awk Scripts

http://bashshell.net

Using awk scripts expands the possibilities with awk and provides an easy way to repeat searches on a number of files.

Read more »
aweber's picture
Created by aweber 11 years 14 weeks ago – Made popular 11 years 14 weeks ago
Category: Beginner   Tags:
0

8 More Bash Tips for Working Faster With the Shell

http://www.tuxarena.com

This is the second article in this series, and brings eight additional tips for working faster with the shell. Here is the first article of the series, containing 10 tips.

Read more »
Chris7mas's picture
Created by Chris7mas 11 years 22 weeks ago – Made popular 11 years 22 weeks ago
Category: End User   Tags:
0

10 Bash Tips for Working Faster With the Shell

http://www.tuxarena.com

Here are 10 Bash tips for making working a terminal faster and more productive.

Read more »
Chris7mas's picture
Created by Chris7mas 11 years 22 weeks ago – Made popular 11 years 22 weeks ago
Category: End User   Tags:
0

redefining the fork bomb...

http://1024bitez.blogspot.com

A fork bomb is simply a line of some characters entered into the command line of a Unix system, and when the enter key is pressed, within seconds the computer will crash... The little program we entered in to the bash shell act as a process & make multiple copies of itself, setting off a chain reaction and thus quickly exhausting the system’s resources.

Read more »
jintujacob's picture
Created by jintujacob 11 years 25 weeks ago – Made popular 11 years 25 weeks ago
Category: End User   Tags:
0

Advanced Application Launchers With Zenity

http://www.tildehash.com

"Wouldn't it be nice to just start an application at the navigation stage? Well you can. As well as: graphically feed text to Espeak or Festival, graphically display a command's output like a directory listing or a file's contents, graphically start a web browser at a specific website like a Google search with your input, and so much more! This is basic BASH and Zenity, so don't worry, it's easy!"

Read more »
JakeDTH's picture
Created by JakeDTH 11 years 28 weeks ago – Made popular 11 years 28 weeks ago
Category: End User   Tags:
0

Problems Don't Always Need Command-line Solutions

http://www.tildehash.com

"We see it all the time, someone straying from one distribution or another because you "have to use the command-line". I've even heard that in person, I've heard it too many times. So, I looked around to see what may be causing this impression, and sure enough it didn't take long to fine.

Read more »
JakeDTH's picture
Created by JakeDTH 11 years 33 weeks ago – Made popular 11 years 33 weeks ago
Category: Community   Tags:
0

Remove Old Kernels In Ubuntu With One Command

http://tuxtweaks.com

I decided to try and come up with my own one-liner to remove the old kernels from my system. In this post I'll take you through each portion of this one-liner step by step so you can see how it works.

Read more »
Linerd's picture
Created by Linerd 11 years 33 weeks ago – Made popular 11 years 33 weeks ago
Category: End User   Tags:
0

Limitations of Windows PowerShell vs. Linux SSH/bash

http://www.zdnet.co.uk

I've had the opportunity to work with PowerShell recently, on Windows 7. And I have to admit, I'm impressed with some things, but disappointed with others

Read more »
gurpsmad's picture
Created by gurpsmad 11 years 35 weeks ago – Made popular 11 years 35 weeks ago
Category: High End   Tags:
0

important bash commands for system administration

http://1024bitez.blogspot.com

Terminal is the power tool that every linux user may have to come in contact even once in their computer life. Here is a post about controlling and managing your system using the gnome terminal.

Read more »
jintujacob's picture
Created by jintujacob 11 years 37 weeks ago – Made popular 11 years 37 weeks ago
Category: Beginner   Tags:
0

BASHing Visual Basic Out of the Picture

http://www.tildehash.com

Awhile ago, two family members of mine were programing something for a simple task, they chose to do it in Visual Basic as the program was going to be running in a Windows...

Read more »
JakeDTH's picture
Created by JakeDTH 11 years 47 weeks ago – Made popular 11 years 47 weeks ago
Category: End User   Tags:
0

My Top 5 Bash Resources

http://lcorg.blogspot.com

Over the course of writing The Linux Command Line and this blog, I've had frequent need of good reference resources for command line programs including the shell itself. Here is my list of the ones that stand out:

Read more »
goofy's picture
Created by goofy 11 years 50 weeks ago – Made popular 11 years 50 weeks ago
Category: High End   Tags:

Best karma users