Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 ... 7440 ) Next »

4 open source cloud security tools

If your day-to-day as a developer, system administrator, full-stack engineer, or site reliability engineer involves Git pushes, commits, and pulls to and from GitHub and deployments to Amazon Web Services (AWS), security is a persistent concern. Fortunately, open source tools are available to help your team avoid common mistakes that could cost your organization thousands of dollars.

How to Manage the Priority of I/O Processes in Linux

  • Make Tech Easier; By Alexandru Andrei (Posted by damien on Sep 12, 2019 2:46 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Did your system becomes less responsive when you were copying gigabytes of data? In Linux you can make use of ionice to manage the priority of I/O processes

Why can't rootless Podman pull my image?

Restrictions placed on rootless containers can be inconvenient, but there's always some sacrifice of convenience and usability for security improvements

GRUB Themes

  • Linux.org; By Jarret B (Posted by kprojects on Sep 12, 2019 12:18 AM EDT)
  • Story Type: Tutorial
When I wrote my last article on Grub Configuration I found a lot of people wanting to use GRUB Themes. Many people said it was too complicated so I will try to cover a basic theme to get you started.

Input Output Redirection on Linux Explained

For a system administrator, it is very common to perform input or output redirection during its daily work. Input and output redirection is a very powerful tool, allowing you to connect multiple commands together as well as synthetizing the output of multiple commands. Input / output redirection is a core concept of Unix based systems – and it can be used as a way to increase programmer productivity tremendously.

Install Automad CMS with Nginx and Let's Encrypt SSL on CentOS 7

Automad is a file-based content management system (CMS) and a template engine written in PHP. In this tutorial, we will go through the Automad CMS installation and setup on CentOS 7 system by using NGINX as a web server.

Canonical Fixes Linux 4.15 Kernel Regression in Ubuntu 18.04 LTS and 16.04 LTS

Canonical announced today the availability of a new Linux kernel release for Ubuntu 18.04 LTS and Ubuntu 16.04 LTS systems running the Linux 4.15 kernel, which fixes a regression.

How to replace Gnome Screensaver with Xscreensaver on Ubuntu

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 11, 2019 7:20 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will describe how you can install the Xscreensaver utility, automatically enable it at startup, and use it to set screensavers on your system depending on your specific requirements.

How To Delete Files Older Or Newer Than N Days Using find (With Extra Examples)

  • Linux Uprising; By Logix (Posted by logix on Sep 11, 2019 6:06 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This article explains how to delete files older or newer than N days, with extra examples like matching only files using a particular extension, and more. For this we'll use find, a command line tool to search for files in a directory.

Printing in Debian 10: CUPS isn't in the default desktop if you forget to check the box during installation

  • passthejoe.net; By Steven Rosenberg (Posted by Steven_Rosenber on Sep 11, 2019 4:52 PM EDT)
  • Groups: Debian
I knew from the release notes that Debian 10 included “driverless” printing, but I couldn’t find any printers in GNOME Setings, even though I have a wireless printer on my local network.

Looks like Beyond a Steel Sky, the sequel to the classic Beneath a Steel Sky is coming to Linux

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Sep 11, 2019 3:50 PM EDT)
  • Story Type: News Story; Groups: Games
Announced earlier this year from Revolution Software Ltd, they're working on a follow up to the absolute classic Beneath a Steel Sky called Beyond a Steel Sky.

How to set up a TFTP server on Fedora

  • Fedora Magazine; By Curt Warfield (Posted by bob on Sep 11, 2019 2:49 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
TFTP, or Trivial File Transfer Protocol, allows users to transfer files between systems using the UDP protocol. By default, it uses UDP port 69. The TFTP protocol is extensively used to support remote booting of diskless devices. So, setting up a TFTP server on your own local network can be an interesting way to do […]

How to Setup SFTP Chroot Jail on Linux

By default a SFTP user can access all the folders in your server including other user’s directory also. No one wants the users to navigate around the server and view other users files. In this tutorial you are going to learn how to setup SFTP Jail environment and lock down a user to their home directory. We will also restrict the access to SSH and allow SFTP only. This guide works on all Linux based distributions.

How to Install pip on Ubuntu 18.04

Pip is a package management system which can be used to install and manage packages written in Python. Python is a programming language that allows you to perform web development, software development, system administration, scientific and numeric data analysis, and much more. In this tutorial, we will show you how to install pip on an Ubuntu 18.04 VPS.

Web Site Called Linux.com Still Exists Only or Mostly to Promote Anti-Linux Firms and Openwashing

As the Linux Foundation transitions into the Public Relations (PR) industry/domain we should accept if not expect Linux.com to become an extension of PR business models; the old Linux.com is long gone (all staff fired)

Bash Script to Send a Mail About New User Account Creation

For some purposes you may need to keep track of new user creation details on Linux. Also, you may need to send the details by mail. This may be part of the audit objective or the security team may wish to monitor this for the tracking purposes. We can do this in other way, as we have already described in the previous article. This bash script will trigger an email once in a day with newly created users information.

Upgrading to openSUSE Leap 15.1, downgrading to NVIDIA GeForce GTX 1050 Ti

  • Fossadventures.com; By Martin de Boer (Posted by mdutours on Sep 11, 2019 9:00 AM EDT)
  • Story Type: Reviews; Groups: SUSE
In my previous attempt to upgrade to openSUSE Leap 15.1, I had experienced issues with my AMD Radeon RX 580 8GB graphics card. The drivers were not working, which resulted in a black screen during the upgrade process. I needed to consider a different solution. I decided to install an ASUS Phoenix GeForce GTX 1050 Ti 4GB. In this article, I describe the results of upgrading to openSUSE Leap 15.1 and installing the proprietary NVIDIA drivers.

Debian 10 Buster with GNOME 3: I didn't expect it to be this fast, but that could be the SSD talking

I don’t know how much of it is Debian 10 and how much is swapping a 5400-RPM hard drive with an M.2 NVMe SSD, but my 2-year-old laptop is FLYING now that I’ve ditched Windows 10 and the 1 GB magnetic drive that came with it.

Ubuntu's Snapcraft Snap Creator Tool Will Soon Get a Windows Installer

  • Softpedia; By Marius Nestor (Posted by hanuca on Sep 11, 2019 6:32 AM EDT)
  • Story Type: News Story; Groups: Ubuntu
Canonical has released Snapcraft 3.8, a new feature and maintenance update of their in-house built tool for packaging Linux apps in the Snap universal binary format.

How to Check Queries Running on MySQL/MariaDB Server

2DayGeek: This tutorial helps you to check queries running on the MySQL/MariaDB server.

« Previous ( 1 ... 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 ... 7440 ) Next »