Alerts This Week
Warning Icon 1 659
Alerts This Week
Warning Icon 1 659

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 2 articles for you...
77

Enhancing Security For Container Deployments On Ubuntu Server

You'll be surprised at how easy it is to harden the Ubuntu Server and ensure your deployments' foundation is as secure as possible. . Ubuntu Server is one of the more popular operating systems used for container deployments. Many admins and DevOps team members assume if they focus all of their security efforts starting with the container image on up, everything is good to go. However, if you neglect the operating system on which everything is installed and deployed, you are neglecting one of the most important (and easiest) steps to take. In that vein, I want to walk you through a few critical tasks you can undertake with Ubuntu Server to make sure the foundation of your deployments is as secure as possible. You’ll be surprised at how easy this is. Are you ready? Let’s do this. . Fortify your Ubuntu Server to significantly boost the protection of your containerized applications and optimize your DevOps workflows.. Harden Ubuntu, Container Security, Deployment Security, DevOps Practices, Ubuntu Server Security. . LinuxSecurity.com Team

Calendar 2 Sep 17, 2023 User Avatar LinuxSecurity.com Team Server Security
77

Hardening Linux Server Configuration: Disable Root Login & Use SFTP

There are a few things you need to always remember when setting up a new Linux server. By default the root login is enabled for most systems. The best practice is to disable root login. Also, if you are transferring files via FTP, the best way to do this securely is via SFTP (not FTP). . The quick difference is that FTP sends passwords/data in plain text versus encrypted text in SFTP. Let The link for this article located at pinhead.tv is no longer available. . Enhance your Linux server's security by preventing root logins and utilizing SFTP for secure file transfers.. Linux Server Hardening, SFTP Best Practices, Root Login Security. . LinuxSecurity.com Team

Calendar 2 Apr 16, 2012 User Avatar LinuxSecurity.com Team Server Security
79

20 Effective Hardening Techniques For Linux Server Security

Securing your Linux server is important to protect your data, intellectual property, and time, from the hands of crackers (hackers). The system administrator is responsible for security Linux box. In this first part of a Linux server security series, I will provide 20 hardening tips for default installation of Linux system.. #1: Encrypt Data Communication All data transmitted over a network is open to monitoring. Encrypt transmitted data whenever possible with password or using keys / certificates. The link for this article located at CiberCiti is no longer available. . #1: Encrypt Data Communication All data transmitted over a network is open to monitoring. Encrypt tr. securing, linux, server, important, protect, intellectual, property. . LinuxSecurity.com Team

Calendar 2 Oct 30, 2009 User Avatar LinuxSecurity.com Team Security Projects
74

10 Tips to Enhance Your Apache Web Server Security Practices

Even with Apache's focus on producing a secure product, the Web server can still be vulnerable to any number of attacks if you fail to take some security precautions as you build your server. In this article, Scott Lowe provides you with 10 tips that will help you keep your Apache Web server protected from predators. Any tips on how to make Apache more secure I am always interested in reading. Even having the correct permissions to web files helps protects the web server. This article talks about many other tips but what do you do to secure Apache? . . Strengthen your Apache web server's security by regularly updating it, configuring SSL/TLS for encryption, and limiting file permissions to protect against vulnerabilities. Apache Security Strategies, Web Server Protection Tips, Server Security Techniques. . Bill Locke

Calendar 2 Sep 19, 2007 User Avatar Bill Locke Network Security
77

25 Proven Methods To Effectively Safeguard Your Web Server Today

25 Ways to make your webserver more secure is a simple and short text that contains some principles to get a real world secure server. . 25 Ways to make your webserver more secure is a simple and short text that contains some principles to get a real world secure server. The link for this article located at Pedro Ortale Neto is no longer available. . Enhance your webserver's security by implementing key techniques like regular updates, firewalls, SSL encryption, access control, and more for robust defense against threats. Web Server Security, Server Hardening, Security Techniques. . LinuxSecurity.com Team

Calendar 2 Dec 18, 2000 User Avatar LinuxSecurity.com Team Server Security
77

Protecting ISC DHCPD: Effective Tactics to Combat Network Vulnerabilities

There is practically no information available online regarding DHCP security. This is odd, considering the ubiquity of DHCP servers on most networks. Unlike BIND, the ISC DHCP server does not have command line options to chroot the . . . . There is practically no information available online regarding DHCP security. This is odd, considering the ubiquity of DHCP servers on most networks. Unlike BIND, the ISC DHCP server does not have command line options to chroot the server or run it as a non-root user. This means that most DHCP servers are running non-chrooted and as root, increasing the chances that any security flaws found will be quite serious. Clients that rely on a DHCP server for information typically get their IP address, subnet, default route and DNS information as a minimum, as well as netbios node type and other Windows-related network information, meaning that an attacker can do a lot of damage. First I'll discuss securing the DHCP server and possible attacks against it, then the DHCP clients and attacks you can execute against them. An important distinction in this article: dhcpd is the DHCP server, and dhcpcd is the client-side daemon. They are quite different and easily confused if you aren't paying attention. The link for this article located at Security Portal is no longer available. . There is practically no information available online regarding DHCP security. This is odd, consideri. there, practically, information, online, regarding, security, consideri. . LinuxSecurity.com Team

Calendar 2 Nov 30, 2000 User Avatar LinuxSecurity.com Team Server Security
74

Enhancing DNS Security Protocols to Protect Against Cyber Attacks

Most of us take DNS servers for granted. Here, in a continuing series on attacking and defending your own machines, I discuss how people attack DNS servers and what you can do to better your security. I answer these questions: How . . . . Most of us take DNS servers for granted. Here, in a continuing series on attacking and defending your own machines, I discuss how people attack DNS servers and what you can do to better your security. I answer these questions: How do crackers exploit your DNS servers? How can you harden your DNS servers via configuration? How can you really make it a pain to hack your DNS servers? The link for this article located at SecurityPortal is no longer available. . Explore robust strategies to safeguard your DNS infrastructure and reduce the risk of possible breaches through actionable setups.. DNS Server Security, Hardening Strategies, Attacks Defense, Server Configuration. . Anthony Pell

Calendar 2 Nov 13, 2000 User Avatar Anthony Pell Network Security
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here