Remove Firewall Remove How To Remove Linux
article thumbnail

Top 5 Tips to Improve Your Linux Desktop Security 2017

Galido

Having Linux as your operating system is one of the better decisions you can make concerning your computer’s security. However, many Linux users make the same mistakes of believing that it’s enough just to have it on your computer and only that fact will make all threats simply disappear, when unfortunately the reality is quite different.

Linux 66
article thumbnail

Linux Academy Monthly Update – October

Linux Academy

Hi, I’m Anna, COO of Linux Academy. Anthony is out on some much-needed vacation, but that’s not going to stop us from updating you on everything new in this Linux Academy Monthly Update. CompTIA Linux Plus XK0-004. We love getting stories about how Hands-On Labs have enabled our users to reach their career goals.

Linux 13
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Using pf on OS X Mountain Lion

Scott Lowe

I’ve written before about adding an extra layer of network security to your Macintosh by leveraging the BSD-level ipfw firewall, in addition to the standard GUI firewall and additional third-party firewalls (like Little Snitch ). In this article, I’m going to show you how to use pf on OS X.

Firewall 135
article thumbnail

Google Cloud Sandbox Environments On Demand with Playground

Linux Academy

Just by having a paid account with Linux Academy, you and your organization can access not only our Google environments but all of Linux Academy’s Cloud Playground environments without ever having to open up a port or worrying about leaking information. Want to learn how to use machine learning? Why can it take that long?

Google 109
article thumbnail

Technology Short Take #33

Scott Lowe

Venky also has a great write-up on how the VTEP (VXLAN Tunnel End Point) learns and creates the forwarding table. This post by Ranga Maddipudi shows you how to use App Firewall in conjunction with VXLAN logical networks. App Firewall? Tom Fojta shows you how. Venky explains it in this post.

HP 113
article thumbnail

Using Secure Configurations | Standardize Your Security

Linux Academy

Ansible can help automate the backup, and you can learn more in this month’s how-to video that covers using Ansible to back up a Cisco ASA firewall. Red Hat offers OpenSCAP , can be used to scan Linux hosts for compliance but doesn’t scan Windows hosts.

article thumbnail

Configure a Failover Cluster with Pacemaker

Linux Academy

Run firewall-cmd commands on both nodes, and allow traffic for Pacemaker (TCP ports 2224, 3121, 21064, and UDP port 5405): sudo firewall-cmd --permanent --add-service=high-availability. sudo firewall-cmd --reload. Install the Apache HTTP server on both nodes, and open the HTTP ports in the firewall: sudo yum install -y httpd.