commands

21

100 Vim commands every programmer should know

http://www.catswhocode.com

Since the 70’s, Vi is one of the programmer’s best friend. Nevermind you’re new to Vi or not, here’s a big list of 100 useful commands, organized by topic, which will make your coder life better.

Read more »
jbj's picture
Created by jbj 17 weeks 6 days ago – Made popular 17 weeks 5 days ago
Category: Beginner   Tags:
14

CLI Magic: For geek cred, try these one-liners

http://www.linux.com

In this context, a one-liner is a set of commands normally joined through a pipe (|). When joined by a pipe, the command on the left passes its output to the command on the right. Simple or complex, you can get useful results from a single line at the bash command prompt.

Read more »
yantramosi's picture
Created by yantramosi 18 weeks 4 days ago – Made popular 18 weeks 3 days ago
Category: High End   Tags:
16

8 Most Useful Commands and Keyboard Shortcuts Linux Newbies Should Know

http://www.junauza.com

To use Linux nowadays, you don't have to touch the command line to get going. This may be true.

Read more »
a known eMouse's picture
Created by a known eMouse 22 weeks 4 days ago – Made popular 22 weeks 3 days ago
Category: Beginner   Tags:
16

Run a command under a different environment

http://fosswire.com

Today we have a simple tip of the shell. Are there applications or scripts that you use that require different environment variables, such as a different PATH or EDITOR? Then meet the env command. env allows you to run a program in a restricted environment with custom variables or so that no “dirty” variables are left around.

Read more »
leo's picture
Created by leo 25 weeks 2 days ago – Made popular 25 weeks 1 day ago
Category: End User   Tags:
15

Using Who To Find What And When On Linux and Unix

http://linuxshellaccount.blogspot.com

Today's post is yet another in a somewhat disjointed series of posts on "stuff you might not know and you might find interesting" regarding very common commands. And they don't get much more common than the "who" command.

Read more »
chimera's picture
Created by chimera 26 weeks 6 days ago – Made popular 26 weeks 5 days ago
Category: End User   Tags:
20

Kill Linux Processes Easier with pkill

http://www.howtogeek.com

One of the best features in Linux is the way you can control processes from the command line, so if you have an application that locks up your GUI, you can always SSH over from another machine and just kill the offending process.

Read more »
greengrass's picture
Created by greengrass 51 weeks 1 day ago – Made popular 51 weeks 23 hours ago
Category: End User   Tags:
17

A guide to common Linux file and system commands for new users

http://www.raiden.net

The primary reason for writing this is to help new users develop an understanding of the Linux file system commands. Not all of them, just some of the more common ones. Let's look at what they do and why I would need to use them, what not to do, what each thing means and what it's for.

Read more »
Jimbob's picture
Created by Jimbob 1 year 1 week ago – Made popular 1 year 1 week ago
Category: Beginner   Tags:
14

Top 25 Linux Commands !

http://web2linux.blogspot.com

Perhaps your company is just switching to Linux, to save on costs. Or, maybe you’re starting University, and you have no idea how to get around the Linux Systems they’ve just installed. Or if you’re like me, you’re curious about how Linux works, and you have it installed at home.

Read more »
Jimbob's picture
Created by Jimbob 1 year 2 weeks ago – Made popular 1 year 2 weeks ago
Category: End User   Tags:
13

File management in Linux

http://polishlinux.org

Unix systems provide a number of commands to manage files and directories. Their strong point is the ability to use them in a rather simple manner against a group of files/directories meeting certain conditions. For example all the files satisfying specific criteria can be deleted or have their names changed en masse.

Read more »
anna's picture
Created by anna 1 year 12 weeks ago – Made popular 1 year 11 weeks ago
Category: Beginner   Tags:
13

Finding files Part 2 - By Content

http://fosswire.com

Yesterday’s post detailed how you can find files by their name, permissions, time, or other descriptors. But you probably also want to be able to find files based on what is inside them. Grep is a tool that picks up where find left off, and can search inside files (though cannot do the same things that find can).

Read more »
anna's picture
Created by anna 1 year 14 weeks ago – Made popular 1 year 14 weeks ago
Category: Beginner   Tags:
15

Command line tips - Finding files; Part 1: By Name

http://fosswire.com

There is always a time when working with the CLI that you will want to find a set of files by name, such as all JPEG images. The `find` command lets you do this and more. Let’s jump into the basic structure of a find command:

Read more »
leo's picture
Created by leo 1 year 14 weeks ago – Made popular 1 year 14 weeks ago
Category: Beginner   Tags:
12

25 useful commands in Linux/UNIX:

http://www.freebsd-world.com

Title say it all...

Read more »
snotbutter's picture
Created by snotbutter 1 year 14 weeks ago – Made popular 1 year 14 weeks ago
Category: End User   Tags:
15

Unix/Linux Command Cheat Sheet

http://fosswire.com

In an attempt to find a good Unix reference for you FOSSwire readers, I was unsuccessful at finding a decent one on the Internet. So, why not make one?

Read more »
Jimbob's picture
Created by Jimbob 1 year 17 weeks ago – Made popular 1 year 17 weeks ago
Category: End User   Tags:
12

Securely Delete Files in Linux

http://www.maximumpc.com

It used to be that only paranoids cared a whit about shredding their data—or their office paperwork, for that matter. But these days, there really are people out there just waiting for you to slip up and expose your private data. Fortunately, if you're running Linux, deleting sensitive information is fast and easy with the 'shred' utility.

Read more »
Jimbob's picture
Created by Jimbob 1 year 17 weeks ago – Made popular 1 year 17 weeks ago
Category: End User   Tags:
16

Linux command line

http://www.tuxwatch.com

Linux has come a long way in the past two years. Today much of what needs to be done on a Linux machine can be done using a mouse and a little pointing and clicking. Occasionally, however, there are things that still require a little under-the-hood tinkering, where a rudimentary understanding of the command line comes in handy.

Read more »
dave's picture
Created by dave 1 year 17 weeks ago – Made popular 1 year 17 weeks ago
Category: Beginner   Tags: