unix

0

Announcing my third e-book "Perl One-Liners Explained"

http://www.catonmat.net

I just finished writing my third e-book about Perl one-liners. Perl one-liners are small and awesome Perl programs that fit in a single line of code and they do one thing really well. These things include changing line spacing, numbering lines, doing calculations, converting and substituting text, deleting and printing certain lines, parsing logs, editing files in-place, and many more.

Read more »
pkrumins's picture
Created by pkrumins 10 years 15 weeks ago – Made popular 10 years 15 weeks ago
Category: Beginner   Tags:
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

Sending emails via gmail smtp with python

http://theopenhelp.com

This is a tutorial on how to send mails using Python smtplib through Gmail SMTP.

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

R.I.P. OpenSolaris

http://blogs.computerworld.com

Goodbye, OpenSolaris. It's been fun knowing you. Unfortunately for you, it's become all too clear that your new parent company, Oracle, doesn't want a thing to do with you.

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

SCO: jurors too busy Facebooking to rule on Unix claim

http://www.theregister.co.uk

SCO Group wants a judge to overrule a jury that found it doesn’t own Unix. Or it wants a fresh trial. Either, really, as long as SCO gets the result it wants.

Read more »
davelong's picture
Created by davelong 12 years 3 weeks ago – Made popular 12 years 3 weeks ago
Category: Legal   Tags:
0

FreeBSD, Linux and the GPL

http://www.itpro.co.uk

The first free Unix-like operating system available on the IBM PC was 386BSD, of which Linus Torvalds said in 1993: "If 386BSD had been available when I started on Linux, Linux would probably never have happened."

Read more »
cendrars's picture
Created by cendrars 12 years 14 weeks ago – Made popular 12 years 14 weeks ago
Category: Community   Tags:
0

The Future of Unix Standards: Unix 10?

http://www.serverwatch.com

For the last 40 years, Unix operating systems have helped to power mission-critical IT operations around the globe. Now, as Unix enters middle age, its backers are busily developing the new specifications that they hope will carry the OS forward into the next age of computing

Read more »
polbaan's picture
Created by polbaan 12 years 21 weeks ago – Made popular 12 years 21 weeks ago
Category: Industry   Tags:
0

Undocumented vulnerability in `ldd`

http://www.catonmat.net

The `ldd` utility is more vulnerable than you think. It’s frequently used by programmers and system administrators to determine the dynamic library dependencies of executables. Sounds pretty innocent, right? Wrong! It turns out that running `ldd` on an executable can result in executing arbitrary code. I researched this subject thoroughly and found that it was almost completely undocumented.

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

uzbl: a browser that adheres to the unix philosophy

http://tuxtraining.com

Like Vimperator for Firefox? Want something a bit smaller? Easier to config from plain text files? Well meet Uzbl.

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

Uzbl: a browser that follows the UNIX philosophy

http://www.uzbl.org

Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.
* Very minimal graphical interface. You only see what you need
* what is not browsing, is not in uzbl. Things like url changing, loading/saving of bookmarks, saving history, downloads... are handled through external scripts that you write

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

Cool Computer Tricks - Interesting Optical Illusions!

http://linuxshellaccount.blogspot.com

This post is devoted to the art of spacing out and letting your eyes play tricks on you :)

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

Eclectic And Funny Linux Pictures - Last Day Of Vacation

http://linuxshellaccount.blogspot.com

Another collection of pictures. Funny or not, they're here!

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

10 Useful Linux / Unix Commands

http://webupd8.blogspot.com

1. Show/purge unused linux kernel images and modules:

dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'

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

Best karma users