background preloader

Linux Stuff

Facebook Twitter

Www.portablelinuxapps.org. Pack for Linux: Our List of the Best Linux Downloads. @gearkraft: 1) Power. In 10 minutes, I can create a script to accomplish almost anything on Linux, Solaris, BSD, AIX, HP-UX, and many other *nix flavors. 2) Linux is free unless you want commercial support. Even then, you can pay whoever you like to provide the support, not just a single company or "approved" subjects from the home office. 3) Using Linux doesn't give either Apple or Microsoft any more money (usually). 4) If I don't install the "pro" version of linux, I can still remote into the computers from anywhere in the world. 5) Remote computer access that behaves just like being there. 6) I upgraded operating systems for 25 servers this year and there was $ZERO cost for me and my company. 7) Hundreds of thousands of free programs with source code. 8) The current versions of Linux runs well on 6 yr old hardware. 9) Customization - desktop, server, networking, everything. 10) *nix shells. 11) No centralized dictatorship for what an OS can and cannot do. 12) Virus attacks are minimal.

Recently added free & commercial Linux games on Penguspy. 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. ssh-copy-id user@host To generate the keys use the command ssh-keygen 2) Start a tunnel from some machine’s port 80 to your local post 2001 ssh -N -L2001:localhost:80 somemachine Have Fun.