Showing headlines posted by bob

« Previous ( 1 ... 150 151 152 153 154 155 156 157 158 159 160 ... 1158 ) Next »

Linux Foundation readies Global COVID Certificate Network

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jun 9, 2021 1:28 AM EDT)
  • Story Type: News Story; Groups: Community, Linux
The Linux Foundation Public Health is releasing the infrastructure for the first international COVID-19 passport. It's being considered for use by both the United Nations and the European Union.

How FreeDOS boots

  • Opensource.com (Posted by bob on Jun 8, 2021 9:45 PM EDT)
  • Story Type: News Story
One thing I appreciate from growing up with DOS computers is that the boot process is relatively easy to understand. There aren't a lot of moving parts in DOS. And today, I'd like to share an overview of how your computer boots up and starts a simple operating system like FreeDOS. read more

Identify security properties on Linux using checksec

  • Opensource.com (Posted by bob on Jun 8, 2021 6:02 PM EDT)
  • Groups: Linux; Story Type: News Story
Compiling source code produces a binary. During compilation, you can provide flags to the compiler to enable or disable certain properties on the binary. Some of these properties are relevant to security. Checksec is a nifty little tool (and shell script) that, among other functions, identifies the security properties that were built into a binary when it was compiled. A compiler might enable some of these properties by default, and you might have to provide specific flags to enable others. read more

Automate tasks with BAT files on FreeDOS

  • Opensource.com (Posted by bob on Jun 8, 2021 2:19 PM EDT)
  • Story Type: News Story
Even if you haven't used DOS before, you are probably aware of its command-line shell, named simply COMMAND.COM. The COMMAND.COM shell has become synonymous with DOS, and so it's no surprise that FreeDOS also implements a similar shell called "FreeCOM"—but named COMMAND.COM just as on other DOS systems. read more

Xavier NX box has four PoE ports for GigE cameras

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 8, 2021 8:24 AM EDT)
  • Story Type: News Story; Groups: Ubuntu
Axiomtek’s rugged, robotics focused “AIE900A-NX” edge AI system runs Ubuntu on a Jetson Xavier NX and supplies 4x PoE ports plus GbE, HDMI, MIPI-CSI, DIO, serial, CAN, 2x USB 3.1 Gen2, mini-PCIe, and 2x M.2. Axiomtek has added to its line of edge AI systems built around Nvidia’s Jetson Xavier NX module, including its general […]

How to Setup MariaDB Galera Cluster on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 8, 2021 4:01 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Load balancing and clustering are very important in a production environment to achieve high availability for your database system. In this post, we will show how to set up a three-node MariaDB Galera cluster on Ubuntu 20.04 server.

Feel at home on your iPhone and iPad with Firefox

The newest Firefox for iOS represents what we think online life should be: fast, beautiful and private – presented in a package that looks and feels intuitive and natural. The post Feel at home on your iPhone and iPad with Firefox appeared first on The Mozilla Blog.

3D printer board runs Linux on Allwinner A64

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 7, 2021 7:15 PM EDT)
  • Story Type: News Story; Groups: Linux
Intelligent Agent’s $149 “Recore A5” 3D printer board runs Linux on an Allwinner A64, using the SoC’s AR100 core for real-time control. The SBC provides 6x stepper motor drivers, 3x heater outputs, a heated bed, 4x USB, and GbE and HDMI ports. Norway-based Intelligent Agent has begun selling the 5th Gen model of its open-spec […]

Explore the Kubernetes ecosystem in 2021

Kubernetes, the de facto standard for container orchestration, has quickly grown to dominate the container environment both in terms of infrastructure management and application development. As an open source platform with a huge community of enthusiasts and professionals, and being a part of the Cloud Native Computing Foundation, Kubernetes has become not only a powerful and impressive orchestration system itself but it has fostered a huge ecosystem of related tools and services to make it easier to use and extend its functionality with ever more powerful and sophisticated components. read more

5 handy guides to open source for teachers

  • Opensource.com (Posted by bob on Jun 6, 2021 8:07 PM EDT)
  • Story Type: News Story
For some teachers, summer is here and thus a long (hopefully, relaxing) break. All the teachers I know are proud lifelong learners, though, and at the end of the summer break there's a new school year awaiting. To help you get the most out of your summer, but also satiate the real need to plan for the coming school year, we've collected some of our favorite concise guides to help you plan. read more

Why my need for control made me switch to Linux

  • Opensource.com; By David Both (Posted by bob on Jun 6, 2021 11:21 AM EDT)
  • Story Type: Editorial; Groups: Linux
I am a control freak. I like to be in control. I got my pilot’s license so I could fly an airplane for fun, but it also helped me understand what is happening when I fly commercial. So now I find myself explaining to other travelers that, while not a normal occurrence, landing with the malfunctioning flaps in the up position is something that all pilots train extensively for. Yes, that is something that happened to my wife and me on a commercial flight a couple of years ago.

Hard work and poor pay stresses out open-source maintainers

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jun 6, 2021 6:58 AM EDT)
  • Story Type: Editorial; Groups: Developer, Linux
Maintaining open-source code is a vital but stressful job. Despite that, a recent Tidelift survey found that almost half of code maintainers aren't paid at all.

How to Install Damn Vulnerable Web Application on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 6, 2021 4:47 AM EDT)
  • Story Type: Security, Tutorial; Groups: Linux
DVWA also called "Damn Vulnerable Web App" is a free and open-source vulnerable web application. It is designed for security professionals to test their skills and understand web application security processes.

Jetson based mini-PCs offer choice of Nano, Xavier NX, or TX2 NX

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 6, 2021 2:35 AM EDT)
  • Story Type: News Story; Groups: Intel, Ubuntu
Aetina’s “DeviceEdge Mini Series” edge AI systems run Ubuntu on Nvidia’s Jetson Nano, Xavier NX, or TX2 NX and offers M.2 with NVMe and options for up to 8x USB or up to 2x PoE. Aetina also announced Intel-based “SuperEdge” and “MegaEdge” systems with slots for Nvidia cards. Aetina announced a “DeviceEdge Mini Series,” starting […]

Get started with FreeDOS

Throughout the 1980s and into the 1990s, I was primarily a DOS user. I loved the command line environment offered in DOS, which became more powerful with each successive release. I even learned how to write my own DOS programs in the C programming language so I could extend the DOS command line, and write more powerful replacements for the standard DOS commands. I'd experimented with Microsoft's Windows—but if you remember Windows 3 from that time, you know it was slow and tended to crash. But I preferred the command line anyway, so I stuck to DOS. read more

Get started with Java serverless functions

  • Opensource.com (Posted by bob on Jun 5, 2021 10:12 PM EDT)
  • Story Type: News Story
The serverless Java journey started out with functions—small snippets of code running on demand. This phase didn't last long. Although functions based on virtual machine architecture in the 1.0 phase made this paradigm very popular, as the graphic below shows, there were limits around execution time, protocols, and poor local-development experience. read more

Set and use environment variables in FreeDOS

  • Opensource.com (Posted by bob on Jun 5, 2021 5:49 PM EDT)
  • Story Type: News Story
A useful feature in almost every command-line environment is the environment variable. Some of these variables allow you to control the behavior or features of the command line, and other variables simply allow you to store data that you might need to reference later. Environment variables are also used in FreeDOS. read more

How to capture screenshots instantly with Firefox

  • The Mozilla Blog (Posted by bob on Jun 5, 2021 8:22 AM EDT)
  • Groups: Mozilla; Story Type: News Story
Sometimes you need to take a screenshot of something online to save it or share it with someone. Firefox has a built-in feature that makes grabbing a screenshot quick and easy. Here’s how to use the Firefox screenshot feature in your desktop browser: Use the menu Right-click for Windows or two-finger tap on Mac to […] The post How to capture screenshots instantly with Firefox appeared first on The Mozilla Blog.

LG opens open-source licence compliance tool source

  • The Register (Posted by bob on Jun 5, 2021 1:07 AM EDT)
  • Story Type: News Story
Shine chaebol's FOSSlight on your projects, careful what you find Korean mega-corp LG has open-sourced the in-house toolbox it uses identify and manage open-source software licences within its own business.…

Optimize Java serverless functions in Kubernetes

  • Opensource.com (Posted by bob on Jun 4, 2021 7:40 PM EDT)
  • Story Type: News Story
A faster startup and smaller memory footprint always matter in Kubernetes due to the expense of running thousands of application pods and the cost savings of doing it with fewer worker nodes and other resources. Memory is more important than throughput on containerized microservices on Kubernetes because: read more

« Previous ( 1 ... 150 151 152 153 154 155 156 157 158 159 160 ... 1158 ) Next »