Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 ... 7359 ) Next »

Curl Command Examples

  • linuxize.com; By linuxize (Posted by linuxize on Jul 17, 2018 7:27 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Curl is command line utility for transferring data from or to a server designed to work without user interaction. In this tutorial, we will show you how to use the curl tool through practical examples and detailed explanations of the most common curl options.

Curse of the CSV monster

  • BASHing data; By Bob Mesibov (Posted by Bob_Mesibov on Jul 17, 2018 6:13 PM EDT)
  • Story Type: Tutorial
How to convert a CSV to a TSV and complain about CSVs at the same time

How to Create Your Own Video Conference Server using Jitsi Meet on Ubuntu 18.04 LTS

Jitsi is a set of open source projects that allow you to build a secure video conference system for your team which can be used from a web browser and mobile devices. In this tutorial, I will show you how to install your own video conference server using Jitsi meet on Ubuntu 18.04 LTS.

What is Hostname in Linux and How Can You Change It?

  • Make Tech Easier; By Nick Congleton (Posted by damien on Jul 17, 2018 3:44 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Hostnames are an important piece of the Linux networking puzzle. They let you easily access Linux systems across a network with a name instead of an IP.

Getting started with Etcher.io

Bootable USB drives are a great way to try out a new Linux distribution to see if you like it before you install. While some Linux distributions, like Fedora, make it easy to create bootable media, most others provide the ISOs or image files and leave the media creation decisions up to the user. There's always the option to use dd to create media on the command line—but let's face it, even for the most experienced user, that's still a pain. read more

An Introduction to Cybersecurity: The First Five Steps

  • ThisHosting.Rocks; By Lindsey Havens (Posted by Feenta on Jul 17, 2018 1:16 PM EDT)
  • Story Type: Security
If you’re just starting to take cybersecurity seriously, here are five steps you can take to secure your organization more effectively than 99 percent of your competitors.

Red Hat Looks Beyond Docker for Container Technology

  • ServerWatch.com; By Sean Michael Kerner (Posted by red5 on Jul 17, 2018 12:01 PM EDT)
Red Hat has been busy leading multiple open-source efforts for managing, creating and deploying containers, including CRI-O, Buildah, Skopeo and Podman.

The oldest, active Linux distro, Slackware, turns 25

Patrick Volkerding didn't set out to create a Linux distribution. He just wanted to simplify the process of installing and configuring Softlanding Linux System. But when SLS didn't pick up his improvements, Volkerding decided to release his work as Slackware. On July 17, 1993, he announced version 1.0. A quarter century and 30-plus versions later, Slackware is the oldest actively maintained Linux distribution. read more

Users, Groups and Other Linux Beasts: Part 2

  • Linux.com; By Paul Brown (Posted by bob on Jul 17, 2018 9:33 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this ongoing tour of Linux, we’ve looked at how to manipulate folders/directories, and now we’re continuing our discussion of permissions, users and groups, which are necessary to establish who can manipulate which files and directories. Last time, we showed how to create new users, and now we’re going to dive right back in.

How to spot a DevOps faker

  • enterprisersproject.com; By Kevin Casey (Posted by crudder on Jul 17, 2018 8:18 AM EDT)
  • Story Type: Editorial; Groups: Community
The growth of DevOps careers – as illustrated in these eye-opening stats – is certainly good news for IT pros with relevant skills and experience. If you’re a DevOps pro, you’re popular in the job market right now and in a command position at the negotiating table. That popularity also means that some job hunters are probably getting a little, um, creative with their resumes and LinkedIn profiles in hopes of getting a foot in the door for a DevOps role.

Sysadmin guides, open source email clients, MacOS apps, SELinux, Firefox extensions, and more

  • Opensource.com; By Rikki Endsley (Posted by bob on Jul 17, 2018 7:04 AM EDT)
  • Story Type: Roundups; Groups: Games, Linux
Reader favorites from last week included articles for sysadmins, Linux games, tool round ups, and more.

Chrome OS' Files App Redesigned to Support Viewing Android and Linux Files

Chromium evangelist at Google François Beaufort announced today that the Files app of the Chrome OS operating system was recently redesigned to accommodate viewing of Android and Linux files.

IBMs new Nabla containers are designed for security first

IBM claims its new container design is more secure than Docker or other containers by cutting operating system calls to the bare minimum and thereby reducing its attack surface as small as possible.

Compact, rugged box computer runs Ubuntu on Jetson TX2

Axiomtek’s “eBOX560-900-FL” fanless AI computer runs Ubuntu 16.04 on Nvidia’s Jetson TX2 module, and adds 2x GbE ports and single USB, HDMI 2.0, mini-PCIe, and M.2 with optional NVM. The fanless system offers IP40 protection, vibration resistance, and -10 to 50°C support.

The Perfect Server - Ubuntu 18.04 (Nginx, MySQL, PHP, Postfix, BIND, Dovecot, Pure-FTPD and ISPConfig 3.1)

This tutorial shows the steps to install an Ubuntu 18.04 (Bionic Beaver) server with Nginx, PHP, MariaDB, Postfix, pure-ftpd, BIND, Dovecot and ISPConfig 3.1. ISPConfig is a web hosting control panel that allows you to configure the installed services through a web browser. This setup provides a full hosting server with web, email (inc. spam and antivirus filter), Database, FTP and DNS services.

Notes/Domino is alive! Second beta of version 10 is imminent

  • The Register (Posted by bob on Jul 16, 2018 11:38 PM EDT)
  • Groups: IBM; Story Type: News Story
Analytical email, modern web dev tools and more, for both of you who still care IBM’s effort to make its Notes/Domino platform relevant for the future kicks up a gear this week, as the company prepares a second beta of a new version 10.…

Is BDFL a death sentence?

  • Opensource.com (Posted by bob on Jul 16, 2018 10:24 PM EDT)
  • Groups: Python; Story Type: News Story
A few days ago, Guido van Rossum, creator of the Python programming language and Benevolent Dictator For Life (BDFL) of the project, announced his intention to step away. read more

Your Help Is Needed to Test VeraCrypt Support in the Tails Anonymous OS, GNOME

The team behind the famous Tails operating system, also known as the Amnesic Incognito Live System or simply Anonymous OS, needs your help to test the integration of the VeraCrypt disk encryption software.

Where to start with Rsync command : 8 Rsync Examples

  • https://linuxtechlab.com; By Shusain (Posted by linuxtechlab on Jul 16, 2018 7:55 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Rsync command is used for transferring of files on Linux machines from one system to another. It uses method on incremental file transfer for copying the files & since the file transfer is incremental, only the difference among the two files is copied & not the complete file as is the case with other tools like scp. Rsync is very lightweight, it is fast as well as secure & also uses very low bandwidth for data copy.

« Previous ( 1 ... 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 ... 7359 ) Next »