Want to run Linux on Windows? Check out these five great Linux distros available from the Microsoft Store for Windows Subsystem for Linux (WSL). . Windows Subsystem for Linux has changed the game for Linux on the desktop. Where Microsoft and Linux were at loggerheads during the 2000s, Microsoft now works closely with the Linux community to ensure they can interoperate. No better tool than WSL shows the new world of Linux and Windows. You can now use the powerful Linux command line tools on your Windows system with actual Linux binaries. You also have a choice of Linux distributions, right from the Microsoft Store. But which Linux distro should you run in Windows? . Enhance your Windows setup by integrating top Linux distributions from the Microsoft Store, perfect for optimizing your Windows Subsystem for Linux (WSL) use. Linux Distros, WSL Installation, Microsoft Store Linux. . LinuxSecurity.com Team
When using multiple systems the indispensable tool is, as we all know, ssh. Using ssh you can login to other (remote) systems and work with them as if you were sitting in front of them. Even if some of your systems exist behind firewalls you can still get to them with ssh, but getting there can end up requiring a number of command line options and the more systems you have the more difficult it gets to remember them. However, you don't have to remember them, at least not more than once: you can just enter them into ssh's config file and be done with it.. For example, let's say that you have two "servers" that you connect to regularly, one at your house that's behind your firewall. Further, let's say that you use dyndns to make your home IP address known, and that you've got ssh listening on port 12022 rather than the default port 22 (and you've got your firewall forwarding that port to the server). So to connect you need to run: $ ssh -p 12022 example.dyndns.org The link for this article located at Linux Journal is no longer available. . Streamline your remote connection process by optimizing your ssh setup for various machines seamlessly. Discover how!. SSH Configuration, Remote Access, Command Line Tools, System Management, Firewall Access. . Alex
Get the latest Linux and open source security news straight to your inbox.