
Linux Tricks
Get flash to fully experience Pearltrees
25 Best SSH Commands / Tricks
OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. The encryption that OpenSSH provides has been strong enough to earn the trust of Trend Micro and other providers of cloud computing.Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions. SSH is an awesome powerful tool, there are unlimited possibility when it comes to SSH, heres the top Voted SSH commands 1) Copy ssh keys to user@host to enable password-less ssh logins.Some useful Linux bash tricks
I use the Linux command line extensively, both on my local machine or when I’m connected to a remote server. There are some keyboard shortcuts that I want to share with you which have made my life on BASH a lot easier. I have not come across too many books that have documented these shortcuts and I think they are quite important to improve your productivity while on the command line.How To Use awk In Bash Scripting
H ow do I use awk pattern scanning and processing language under bash scripts? Can you provide a few examples? Awk is an excellent tool for building UNIX/Linux shell scripts. AWK is a programming language that is designed for processing text-based data, either in files or data streams, or using shell pipes. In other words you can combine awk with shell scripts or directly use at a shell prompt.Sed - An Introduction and Tutorial
Thanks for making this the number #1 page in Google on 'sed'! Also see my UNIX Page My twitter handle is @grymoire[shell-fu:top25
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? Click the image above to download a full PDF. Print it out, stick it on your wall, and pass it on. It's licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported license, so feel free do distribute and modify it, even for commercial use! Just keep the FOSSwire credit on the page.

