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 »10 Ultimate commands to generate randoms passwords on your terminal
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 »Category: Beginner Tags:
- Login to post comments
Ultimate list of linux,unix commands you must know
Category: Beginner Tags:
- Login to post comments
Sending emails via gmail smtp with python
This is a tutorial on how to send mails using Python smtplib through Gmail SMTP.
Read more »Category: Beginner Tags:
- Login to post comments
Performing Searches with grep
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 »Category: Beginner Tags:
- Login to post comments
R.I.P. OpenSolaris
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 »Category: Community Tags:
- Login to post comments
SCO: jurors too busy Facebooking to rule on Unix claim
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 »FreeBSD, Linux and the GPL
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 »Category: Community Tags:
- Login to post comments
The Future of Unix Standards: Unix 10?
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 »Category: Industry Tags:
- Login to post comments
Undocumented vulnerability in `ldd`
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 »uzbl: a browser that adheres to the unix philosophy
Like Vimperator for Firefox? Want something a bit smaller? Easier to config from plain text files? Well meet Uzbl.
Read more »Category: End User Tags:
- Login to post comments
Uzbl: a browser that follows the UNIX philosophy
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
- Login to post comments
Cool Computer Tricks - Interesting Optical Illusions!
This post is devoted to the art of spacing out and letting your eyes play tricks on you :)
Read more »Category: Beginner Tags:
- Login to post comments
Eclectic And Funny Linux Pictures - Last Day Of Vacation
Another collection of pictures. Funny or not, they're here!
Read more »Category: Beginner Tags:
- Login to post comments
10 Useful Linux / Unix Commands
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 »Category: End User Tags:
- Login to post comments