Showing headlines posted by bob

« Previous ( 1 ... 131 132 133 134 135 136 137 138 139 140 141 ... 1156 ) Next »

Build your own Fedora IoT Remix

  • Fedora Magazine (Posted by bob on Aug 11, 2021 4:42 PM EDT)
  • Groups: Fedora; Story Type: News Story
Get familiar with the Fedora IoT ecosystem and the fundamental concepts you need to build a custom operating system that suits your needs.

How to Install Metasploit Framework on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 11, 2021 3:27 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Metasploit is an open-source framework used to identify threats and vulnerabilities, offensive security testing, and research. In this post, we will show you how to install Metasploit Framework on Ubuntu 20.04.

Open-frame touch panel offers Android and Ubuntu options

Avalue’s IP65-protected “OFT-07W33” is a 7-inch, open-frame touch panel PC that runs Android, Ubuntu, or Win 10 on Intel’s Apollo Lake along with 2x GbE, 4x USB 3.1, HDMI and COM, and 2x mini-PCIe for mSATA and WiFi. Avalue has announced a 7-inch, WXGA, open-frame panel computer equipped with an Apollo Lake processor. The semi-rugged, […]

4K2K PDAF camera targets i.MX8M and i.MX8M Mini

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Aug 10, 2021 10:18 PM EDT)
  • Story Type: News Story; Groups: Linux
THine’s $239 “THeia-Cam” runs Linux and V4L2 on its THP7312-P ISP and is designed for use with NXP’s EVKs for the i.MX8M and i.MX8M Mini. With its Sony IMX258 PDAF sensor, the camera module supports up to 3849 x 2160 @30fps, with 13MP modes in the works. Earlier this year we looked at THine Electronics’ […]

Zorin OS 16 Pro arrives complete with optional 'Windows 11' desktop

  • The Register (Posted by bob on Aug 10, 2021 8:54 PM EDT)
  • Story Type: Interview
Focus on ease of use, and company founder notes extended hardware life and freedom from vendor lock-in Interview Zorin Pro 16 will be released next week, along with a free Lite edition, complete with an optional "Windows 11" desktop theme.…

How I use Terraform and Helm to deploy the Kubernetes Dashboard

  • Opensource.com (Posted by bob on Aug 10, 2021 7:36 PM EDT)
  • Groups: Cloud; Story Type: News Story
When I'm working on projects that require provisioning cloud infrastructure, my workflow has two disparate components: one is infrastructure orchestration, which includes Terraform to bring up the infrastructure (for instance, new EKS clusters), and the second is the provisioning component, which includes Ansible or Bash scripts to instantiate and initialize that infrastructure to accept new deployments (for instance, installing Cluster Autoscaler, kube-state-metrics, and so on.) read more

How to Install Jellyfin Media Server on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 10, 2021 6:54 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
Jellyfin is an open-source media streaming system that allows you to manage and stream your media. In this post, we will show you how to install Jellyfin media streaming server with Nginx as a reverse proxy on Debian 10.

How to create a StatefulSet in Kubernetes

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Aug 10, 2021 4:36 PM EDT)
  • Groups: Linux; Story Type: News Story
StatefulSets contain a set of Pods with unique, persistent identities and stable hostnames. In this article, we will create a Statefulset with replicas of Nginx pods. We will perform operations on the Pods to see how they are deleted and created.

How to get the most out of GitOps right now

  • Opensource.com (Posted by bob on Aug 10, 2021 3:22 PM EDT)
  • Groups: Cloud; Story Type: News Story
You may have encountered this brief introduction to GitOps shared by prevalent cloud software engineer, Kelsey Hightower: GitOps: versioned CI/CD on top of declarative infrastructure. Stop scripting and start shipping. https://t.co/SgUlHgNrnY read more

Elastic amends Elasticsearch Python client so it won't work with forks then blocks comments

  • The Register; By Tim Anderson (Posted by bob on Aug 10, 2021 7:03 AM EDT)
  • Story Type: News Story; Groups: Python
'We have labelled this as an enhancement' says engineer. Elastic has modified the official Python client for its Elasticsearch database not to work with forked versions, and closed the GitHub issue to comments.…

Thin Mini-ITX board runs on Comet Lake

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Aug 10, 2021 4:34 AM EDT)
  • Story Type: News Story; Groups: Intel
MiTac’s “PH12CMI” thin Mini-ITX board features Intel’s 10th Gen Comet Lake-s along with up to 64GB DDR4, 2x GbE, 2x SATA, 4x USB 3.2 Gen2, triple displays, 2x M.2, and mini-PCIe and PCIe x4 slots. German tech distributor ICP sent us one of their periodic MiTac product announcements about an unnamed new thin Mini-ITX board […]

How to Install Ionic Framework on Debian 10

Ionic is a free and open-source framework for building high-quality, cross-platform native and web apps using NodeJS. In this post, we will show you how to install Ionic Mobile App Framework on Debian 10 server.

Parsing command options in Lua

  • Opensource.com (Posted by bob on Aug 9, 2021 5:25 PM EDT)
  • Story Type: News Story
When you enter a command into your terminal, there are usually options, also called switches or flags, that you can use to modify how the command runs. This is a useful convention defined by the POSIX specification, so as a programmer, it's helpful to know how to detect and parse options. read more

NMState: A declarative networking config tool

  • Fedora Magazine (Posted by bob on Aug 9, 2021 1:42 PM EDT)
  • Groups: Fedora; Story Type: News Story
Declare your network configuration with NMState to get what you want. It works like magic!

Remove files and folders in the Linux terminal

  • Opensource.com; By Seth Kenlon (Posted by bob on Aug 9, 2021 11:35 AM EDT)
  • Story Type: Tutorial; Groups: Linux
To remove a file on a computer using a graphical interface, you usually drag a file or a folder to a "trash" or "recycle" bin. Alternately, you might be able to select the file or folder you want to remove, right-click, and select Delete.

How to check if Intel Hyper-Threading is enabled in Linux

  • Xmodulo; By Dan Nanni (Posted by bob on Aug 8, 2021 6:03 PM EDT)
  • Story Type: Tutorial; Groups: Intel, Linux
Hyper-Threading is an Intel's simultaneous multithreading (SMT) technology that is designed to improve execution parallelism of x86 CPU processors. This tutorial describes several ways to check whether or not Intel Hyper-Threading is enabled on your Linux system.

What I love about OpenStreetMap

  • Opensource.com; By Jessica Cherry (Posted by bob on Aug 8, 2021 3:52 PM EDT)
  • Story Type: Editorial; Groups: Community
This month is the birthday of OpenStreetMap (OSM), a community-owned collaborative geographic database of the world.

Copy files in the Linux terminal

  • Opensource.com (Posted by bob on Aug 7, 2021 8:08 PM EDT)
  • Groups: Linux; Story Type: News Story
To copy a file on a computer with a graphical interface, you usually either drag and drop a file from one window to another window, sometimes using a modifier key. Alternately, you might prefer to right-click on a file icon, select Copy, and then Paste the file icon into another window. To copy a file in a terminal, you use the cp command, which works exactly like the mv command, except that it duplicates the contents of a file rather than moving them from one location to another. read more

Use the Linux terminal to navigate throughout your computer

  • Opensource.com; By Seth Kenlon (Posted by bob on Aug 7, 2021 3:45 PM EDT)
  • Story Type: Tutorial; Groups: Linux
To navigate through the directories of your computer in a graphical interface, you're probably used to opening a window to get "into" your computer, and then double-clicking on a folder, and then on a subfolder, and so on. You may also use arrow buttons or keys to back track.

Google says Pixel 6, 6 Pro coming this year with custom AI acceleration

For now, tedious Apple-grade teasing. Google says the latest iteration of its Android smartphones, the Pixel 6 and Pixel 6 Pro, are coming this fall.…

« Previous ( 1 ... 131 132 133 134 135 136 137 138 139 140 141 ... 1156 ) Next »