Showing headlines posted by bob

« Previous ( 1 ... 463 464 465 466 467 468 469 470 471 472 473 ... 1156 ) Next »

Textricator: Data extraction made simple

  • Opensource.com (Posted by bob on Jul 25, 2018 9:02 AM EDT)
  • Story Type: News Story
You probably know the feeling: You ask for data and get a positive response, only to open the email and find a whole bunch of PDFs attached. Data, interrupted. We understand your frustration, and we’ve done something about it: Introducing Textricator, our first open source product. read more

Building a Bare-Bones Git Environment

How to migrate repositories from GitHub, configure the software and get started with hosting Git repositories on your own Linux server... In this article, I show how to migrate repositories from GitHub, configure the necessary software and perform some basic operations.

Open Source Certification: Preparing for the Exam

  • Linux.com; By Sam Dean (Posted by bob on Jul 25, 2018 6:34 AM EDT)
  • Story Type: Editorial; Groups: Linux
Open source is the new normal in tech today, with open components and platforms driving mission-critical processes at organizations everywhere. As open source has become more pervasive, it has also profoundly impacted the job market. Across industries the skills gap is widening, making it ever more difficult to hire people with much needed job skills.

Install and Configure VSFTPD server on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 25, 2018 4:05 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Vsftpd also known as a very secure FTP daemon is an FTP server for Unix-like systems. In this tutorial, we will learn how to install Vsftpd with SSL/TLS support on Ubuntu 18.04 LTS (Bionic Beaver) server.

MXM3-enabled RK3399 board blurs lines between SBC and COM

The “Khadas Edge” SBC runs Linux or Android on a Rockchip RK3399 and offers WiFi/BT, HDMI 2.0, USB 3.0 and 2.0, and dual USB Type-C ports, as well as an MXM3 connector to plug into an upcoming “Khadas Captain” carrier. Shenzhen Wesion’s Khadas project has posted specs for a “Khadas Edge” board that combines attributes of both a single board computer and a computer-on-module.

Skylake in-vehicle PC features 4x GbE ports with PoE

Acrosser announced a rugged, Linux-ready “AIV-Q170V1FL” in-vehicle PC with a 6th Gen Core CPU, CAN support, 4x GbE with PoE, 2x swappable SATA III bays, 8x USB 3.0, and 3x mini-PCIe slots. The AIV-Q170V1FL, which follows earlier AIV-branded in-vehicle computers like the Intel 5th Gen Core based AIV-APL1V1FL and Apollo Lake driven AIV-APL1V1FL, is Acrosser’s […]

Linux zcat Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 24, 2018 8:39 PM EDT)
  • Groups: Linux; Story Type: News Story
While compression is helpful in general as it allows you to save space on your system, command line users need to uncompress the file for several small tasks, like viewing what all the file contains. However, there exists a command line utility - dubbed zcat - that lets you take a peek inside compressed files without any additional effort.

Building a network attached storage device with a Raspberry Pi

In this three-part series, I'll explain how to set up a simple, useful NAS (network attached storage) system. I use this kind of setup to store my files on a central system, creating incremental backups automatically every night. To mount the disk on devices that are located in the same network, NFS is installed. To access files offline and share them with friends, I use Nextcloud. read more

Learn how to build your own Twitter bot with Python

Twitter allows one to share blog posts and articles with the world. Using Python and the tweepy library makes it easy to create a Twitter bot that takes care of all the tweeting for you. This article shows you how to build such a bot. Hopefully you can take the concepts here and apply them […]

High-Availability Storage with GlusterFS on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 24, 2018 7:01 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Glusterfs is a scalable network filesystem with capabilities of scaling to several petabytes and handling thousands of clients. In this tutorial, I will show how to set up a high availability storage server with GlusterFS on Ubuntu 18.04 LTS (Bionic Beaver). We will use 3 ubuntu servers, 1 server as a client, and 2 others as a storage.

Slackware turns 25, Perl confessions, PowerShell tweaks, Linux networking, Emacs, and more

  • Opensource.com; By Rikki Endsley (Posted by bob on Jul 24, 2018 4:33 AM EDT)
  • Story Type: Roundups; Groups: Linux, Slackware
SysAdminDay is at the end of July, but we're celebrating sysadmins all month. Check out our growing SysAdmin series.

Microsoft PowerShell now available on Linux as an Ubuntu snap

PowerShell, the Windows shell language, is now available on Linux as an Ubuntu Snap! Believe it! Windows and Linux used to mix well as oil and water. In recent years, Microsoft has embraced Linux. That's especially true for servers and clouds. Now, believe it or not, you can install and run PowerShell, the Windows shell language, on Linux as an Ubuntu snap.

Rugged new Jetson TX2i module gains carrier support

Aetina has launched Nvidia’s Linux-driven Jetson TX2i module — a rugged, version of Nvidia’s Jetson TX2 with -40 to 85°C and 10-year support that’s also available from CTI. Both vendors support the TX2i with existing TX2 carrier boards. Aetina has begun shipping its NSO-MD-TX2 module, a branded version of Nvidia’s new industrial Jetson TX2i spin of its hexa-core Arm-based Jetson TX2 module.

A sysadmin's guide to Ansible: How to simplify tasks

  • Opensource.com (Posted by bob on Jul 23, 2018 7:52 PM EDT)
  • Story Type: News Story
In my previous article, I discussed how to use Ansible to patch systems and install applications. In this article, I'll show you how to do other things with Ansible that will make your life as a sysadmin easier. First, though, I want to share why I came to Ansible. read more

Pico-ITX and 3.5-inch SBCs run Linux or Android on i.MX6

Ibase unveiled Pico-ITX (IBR115) and 3.5-inch (IBR117) SBCs that run Linux or Android on dual-core, Cortex-A9 i.MX6 SoCs with 4GB eMMC, GbE, HDMI, LVDS, USB, M.2, and optional -40 to 85°C support. In the past, Ibase has limited its SBC offerings to Intel-based 3.5-inch form factor boards such as the recent, Apollo Lake driven IB818. […]

How to Install Elastic Stack on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 23, 2018 5:24 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
In this tutorial, I will show you how to install and configure Elastic Stack on an Ubuntu 18.04 server for monitoring of server logs. Then I'll show you how to install and configure 'Elastic beats' on an Ubuntu 18.04 and a CentOS 7 client server.

Introducing Python 3.7's Dataclasses

Newcomers to Python often are surprised by how little code is required to accomplish quite a bit. Between powerful built-in data structures that can do much of what you need, comprehensions to take care of many tasks involving iterables, and the lack of getter and setter methods in class definitions...

If Brussels wants Android forks, phone makers aren't helping

Huawei to slam the door after today The European Commission made the phrase "Android forks" a household word last week. But developers who wish to create and popularise their Android forks have just found the job got harder.…

« Previous ( 1 ... 463 464 465 466 467 468 469 470 471 472 473 ... 1156 ) Next »