Showing headlines posted by bob

« Previous ( 1 ... 308 309 310 311 312 313 314 315 316 317 318 ... 1156 ) Next »

How to type emoji on Linux

Emoji are those fanciful pictograms that snuck into the Unicode character space. They're all the rage online, and people use them for all kinds of surprising things, from signifying reactions on social media to serving as visual labels for important file names. There are many ways to enter Unicode characters on Linux, but the GNOME desktop makes it easy to find and type an emoji. read more

This fall, Ubuntu 19.10 stars as Eoan Ermine in... Dawn of the Stoats

  • The Register (Posted by bob on Oct 17, 2019 8:21 PM EDT)
  • Groups: Ubuntu; Story Type: News Story
Out today: Experimental ZFS on root, diminished compatibility with 32-bit applications Canonical has released Ubuntu 19.10, codenamed Eoan Ermine for some reason.…

Ubuntu 19.10 on the edge: Raspberry Pi 4 support and MicroK8s

Ubuntu 19.10 debuts “strict confinement” support for MicroK8s — Canonical’s snap-deployed, single-node Kubernetes environment — enabling easier deployment of k8s containers on edge gateways. MicroK8s can even run on the newly supported RPi 4. Canonical’s Ubuntu project released Ubuntu 19.10 “Eoan Ermine” with loads of new features for the desktop and cloud. Yet, it also […]

How to Install Mastodon Social Networking Platform on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 17, 2019 3:00 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
Mastodon is an open-source social networking platform very similar to Twitter. In this tutorial, we will show you how to install Mastodon on Debian 10.

Intro to the Linux useradd command

  • Opensource.com (Posted by bob on Oct 17, 2019 11:43 AM EDT)
  • Groups: Linux; Story Type: News Story
Adding a user is one of the most fundamental exercises on any computer system; this article focuses on how to do it on a Linux system. Before getting started, I want to mention three fundamentals to keep in mind. First, like with most operating systems, Linux users need an account to be able to log in. This article specifically covers local accounts, not network accounts such as LDAP. Second, accounts have both a name (called a username) and a number (called a user ID). Third, users are typically placed into a group. Groups also have a name and group ID. read more

How to Install InvoicePlane with Nginx on Debian 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 17, 2019 8:13 AM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
InvoicePlane is a free and open-source invoicing application. Its source code can be found on this Github. This tutorial will show you how to install InvoicePlane on a fresh Debian 9 (stretch) system.

Aaeon launches M.2 and mini-PCIe based AI accelerators using low-power Kneron NPU

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Oct 17, 2019 6:10 AM EDT)
  • Story Type: News Story; Groups: ARM
Aaeon’s M.2 and mini-PCIe “AI Edge Computing Modules” are based on Kneron’s energy-efficient, dual Cortex-M4-enabled KL520 AI SoC, which offers 0.3 TOP NPU performance on only half a Watt. Aaeon took an early interest in edge AI acceleration with Arm-based Nvidia Jetson TX2 based computers such as the Boxer-8170AI. More recently, it has been delivering […]

Tinfoil-hat search engine DuckDuckGo gifts more options, dark theme and other toys for the 0.43%

Includes setting to turn ads off – stop hissing at the back, Google. Alternative search engine DuckDuckGo has announced improvements to its search options and an enhanced dark theme, but its tiny market share shows that most people are content to stick with Google, despite privacy issues.…

How to Install Gitlab Server with Docker on Ubuntu 18.04 LTS

Gitlab CE or Community Edition is an open-source application used to host your Git repositories. In this tutorial, I will show you how to install Gitlab CE on Ubuntu 18.04 LTS using Docker and then configure it securely and add a first project.

In-vehicle computer supports new MaaS stack

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Oct 17, 2019 2:04 AM EDT)
  • Story Type: News Story; Groups: Intel, Ubuntu
Axiomtek’s fanless, rugged “UST100-504-FL” automotive PC runs Ubuntu 18.04 or Windows on 6th or 7th Gen Intel chips, and offers SATA, HDMI, 2x GbE, 4x USB 3.0, 3x mini-PCIe, a slide-rail design, and the new AMS/AXView for MaaS discovery. Axiomtek announced a rugged in-vehicle PC that runs Ubuntu 18.04, Windows 10, or Windows 7 on […]

Predicting NFL play outcomes with Python and data science

  • Opensource.com (Posted by bob on Oct 16, 2019 10:59 PM EDT)
  • Groups: Python; Story Type: News Story
If you made through part 1, congrats! You have the patience it takes to format data. In that article, I cleaned up my National Football League data set using a few Python libraries and some basic football knowledge. Picking up where I left off, it's time to take a closer look at my data set. read more

How to Deploy a Dynamic DNS Server with Docker on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 16, 2019 4:50 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
This article will guide you through the complete setup of a Dynamic DNS server in a Docker container on a Debian 10 system, including setting up the required DNS records, placing the management API behind an Nginx HTTPS reverse proxy, and automating the client-side DNS record updates.

Open source interior design with Sweet Home 3D

  • Opensource.com (Posted by bob on Oct 16, 2019 11:53 AM EDT)
  • Story Type: News Story
There are three schools of thought on how to go about decorating a room: read more

How to Install and Secure Redis on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 16, 2019 10:39 AM EDT)
  • Groups: Linux; Story Type: News Story
Redis is a distributed in-memory key-value database with optional durability. In this tutorial, we will show you how to install and configure Redis Server on CentOS 7. We will install the Redis Server from the Remi repository, and then secure the installation.

Coffee Lake embedded PC has six USB 3.0 ports and GbE with BMC

Trenton Systems is prepping a compact, Linux-friendly “Ion Mini PC” with 8th or 9th Gen Coffee Lake options and up to 32GB DDR4, SATA, DP, 6x USB 3.0, and 3x GbE, including one BMC-linked port for out-of-band, remote management. Trenton Systems has released a photo and preliminary documentation for an Ion Mini PC due to […]

Formatting NFL data for doing data science with Python

  • Opensource.com; By Christa Hayes (Posted by bob on Oct 16, 2019 5:12 AM EDT)
  • Story Type: Tutorial; Groups: Python
No matter what medium of content you consume these days (podcasts, articles, tweets, etc.), you'll probably come across some reference to data. Whether it's to back up a talking point or put a meta-view on how data is everywhere, data and its analysis are in high demand. As a programmer, I've found data science to be more comparable to wizardry than an exact science. I've coveted the ability to get ahold of raw data and glean something useful and concrete from it. What a useful talent!

Google unplugs AMP, hooks it into OpenJS Foundation after critics turn up the volume

You want this web tech to be independent? Sure, we'll just put it in an org we bankroll. Google's AMP project will join the incubation program of the OpenJS Foundation, which is part of the Linux Foundation.…

Gaming system run on Ryzen V1000 or R1000

Quixant’s Linux-ready “QXI-7000 LITE” casino gaming PC runs on AMD’s Ryzen Embedded R1000 or V1000 with up to 32GB DDR4, dual SATA, up to 4x displays, and the Quixant Gaming Ecosystem with up to 16MB PCIe Gen2 NVRAM and new QxATS tracing system. Quixant has launched the QXI-7000 LITE casino gaming system it promised in […]

Dodging derailment by SUSE, OpenStack Train is scheduled to arrive this week

Choo choo mothertruckers. With its OpenInfrastructure summit mere weeks away, the OpenStack gang is emitting its next release in the form of "Train" with a focus on data protection and machine learning.…

Why I use rxvt as my terminal

I'm a fan of Konsole and GNOME Terminal, and I use them both regularly. They're great projects, and they represent modern terminals that meet the needs of users who spend their day in a shell, as well as users who only dip into a Unix shell every now and again. They integrate nicely into a desktop environment, bridging the gap between common GUI tasks and common shell tasks. I use GNOME Terminal at work and Konsole at home, and I enjoy them both.

« Previous ( 1 ... 308 309 310 311 312 313 314 315 316 317 318 ... 1156 ) Next »