commands

0

10 Ultimate commands to generate randoms passwords on your terminal

http://theopenhelp.com

One of the things I love in Linux is that we can do a simple thing 100 different ways in it, like creating random passwords..

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

Ultimate list of linux,unix commands you must know

http://theopenhelp.com

most common commands in linux/unix every one should know

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

Performing Searches with grep

http://bashshell.net

You can direct grep to search through one file or many. You can also pipe in output from some other utility so that you’ll see only the information that you want to see. And, the fact that grep uses regular expressions allows you to perform searches even when you only have an approximate idea of what you’re searching for.

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

The 11 Most Useful Linux Commands in the World Ever

http://gnuru.org

Almost every Linux website seems to have a list of the "best command line commands". Sometimes they get them wrong. Here is a list of useful commands that I came up with by looking at my 'history' file.

Read more »
nanotech-spidergoat's picture
Created by nanotech-spidergoat 11 years 47 weeks ago – Made popular 11 years 47 weeks ago
Category: High End   Tags:
0

How I sped up my server by a factor of 6 (with one linux command)

http://mailinator.blogspot.com

It occurred to me that I was running 3 CPU-bound processes on the same machine and that the processes might be stepping on each other's toes. It's possible that if the server is running on core 4 one second and the producer is running there the next, the level 1 cache of that core could be ruined for the server the next time it ambles over there.

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

More Linux Commands - A practical reference

http://www.pixelbeat.org

"My previous reference for practical linux commands was surprisingly popular
with over 3.5 million hits in nearly 5 years. So I've decided to start compiling
another list of somewhat more involved/esoteric commands."

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

Another Ten One-Liners from CommandLineFu Explained

http://www.catonmat.net

Another week and another top ten one-liners from commandlinefu explained.

Read more »
TMNGoat's picture
Created by TMNGoat 12 years 5 weeks ago – Made popular 12 years 5 weeks ago
Category: High End   Tags:
0

Learn To Use Functions

http://beginlinux.com

Bash Shell scripting...every Linux admin needs it to save time. One aspect of shell scripting is writing functions. Creating functions in your scripts allows you to create containers of code that you can reuse in one script or multiple scripts. This tutorial, with examples, shows you how to create functions. The article is a part of a free shell scripting course.

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

10 Useful Linux Commands

http://tuxarena.blogspot.com

Here's a list of 10 commands which may come handy when using the command line in Linux:

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

Repeating Commands in Bash

http://www.itworld.com

Making use of previously entered commands can help you remember the location of files previously edited, canremove the need to re-enter long path names and can save you a lot of typing mistakes.

Read more »
meteores's picture
Created by meteores 12 years 24 weeks ago – Made popular 12 years 24 weeks ago
Category: High End   Tags:
0

13 Linux lethal commands

http://www.linuxscrew.com

In this post I will collect all commands which SHOULD NEVER be executed in Linux. Any of them will cause data loss or corruption, can freeze or hang up running system. NEVER RUN THESE COMMANDS IN LINUX BOX CLI! Even if somebody advises you in forum/im to do it.

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

10 Essential UNIX/Linux Command Cheat Sheets

http://www.junauza.com

Linux has become so idiot proof nowadays that there is less and less need to use the command line. However, the commands and shell scripts have remained powerful for advanced users to utilize to help them do complicated tasks quickly and efficiently. To those of you who are aspiring to become a UNIX/Linux guru... there are plenty of cheat sheets available on the web and on books.

Read more »
l0g1c0l's picture
Created by l0g1c0l 12 years 42 weeks ago – Made popular 12 years 42 weeks ago
Category: High End   Tags:
0

Course: Bash Shell Basics

http://beginlinux.com

A shell is a program that acts as an intermediary between the user and the Linux kernel. The shell receives commands from the user through typed words and passes them into the kernel for processing. The kernel has the ability to communicate with hardware and gather resources like files and memory. The most common shell is bash.

Read more »
aweber's picture
Created by aweber 12 years 44 weeks ago – Made popular 12 years 44 weeks ago
Category: High End   Tags:
0

Another 10 Useful Linux Commands

http://webupd8.blogspot.com

Among the commands: Find removed (deleted) files still in use via /proc, On-the-fly unrar movie in .rar archive and play it, does also work on part archives, List programs with open ports and connections, Manually pause/unpause an application (process), etc.

Read more »
nilarimogard's picture
Created by nilarimogard 12 years 45 weeks ago – Made popular 12 years 45 weeks ago
Category: End User   Tags:
0

16 "top"-Like Linux Apps / Commands

http://webupd8.blogspot.com

htop - Undoubtedly the most famous of the top-like tools. It implements some extra options to the "top" command, like colors, ability to scroll horizontally and vertically, and a better interaction with the processes listed.

nethogs - network information, but instead of displaying the traffic by protocol, nethogs shows the bandwidth usage by process. Very interesting.

Read more »
nilarimogard's picture
Created by nilarimogard 12 years 48 weeks ago – Made popular 12 years 48 weeks ago
Category: End User   Tags:

Best karma users