Showing headlines posted by bob

« Previous ( 1 ... 142 143 144 145 146 147 148 149 150 151 152 ... 1156 ) Next »

9 reasons I love to use the Qt Creator IDE

  • Opensource.com (Posted by bob on Jul 1, 2021 3:01 AM EDT)
  • Story Type: News Story
Qt Creator is the Qt framework's default integrated development environment (IDE) and hence the glue between Qt's rich set of libraries and the user. In addition to its basic features such as intelligent code completion, debugging, and project administration, Qt Creator offers a lot of nice features that make software development easier. In this article, I will highlight some of my favorite Qt Creator features. read more

GitHub Copilot is AI pair programming where you, the human, still have to do most of the work

  • The Register (Posted by bob on Jul 1, 2021 1:46 AM EDT)
  • Story Type: News Story
Maybe call it backseat programming for now? GitHub on Tuesday unveiled a code-completion tool called Copilot that shows promise though still has some way to go to meet its AI pair programming goal.…

How to Install Go (Golang) Compiler on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 30, 2021 11:16 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Go also called Golang is an open-source programming language developed by Google. It is used to build reliable and efficient applications. In this post, I will show you how to install the Go programming language on Ubuntu 20.04 server.

How a college student founded a free and open source operating system

Jim Hall is best known as the computer programmer who founded the FreeDOS project. Jim began the project in 1994 as a replacement for MS-DOS while he was still a student at the University of Wisconsin–River Falls. Jim created FreeDOS in response to Microsoft ending support for MS-DOS in 1994. Recently Jim agreed to an email interview. Correspondent Joshua Allen Holm joined me in posing the following questions to Jim. Don Watkins: What kind of skill set invites you to write your own operating system? read more

Is remmina useful for your daily work?

  • Fedora Magazine (Posted by bob on Jun 30, 2021 6:16 PM EDT)
  • Groups: Fedora; Story Type: News Story
Remmina is a Remote Desktop Client that supports numerous protocols allowing you to connect to many remote systems. This full featured client program allows you to set up a shared folder, select the screen size and type of connection being used. There are many more options that give you the ability to customize your connection […]

How to Install OpenOffice 4.1.10 on Fedora 34

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 30, 2021 5:01 PM EDT)
  • Groups: Fedora, Linux; Story Type: News Story
OpenOffice can be used for creating and manipulating word documents, spreadsheets, presentations, graphics modules etc. In this guide, we will walk you through the process of installing OpenOffice 4.1.10 on Fedora 34 Workstation OS.

How to Install PostgreSQL and phpPgAdmin on Fedora 34

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 30, 2021 1:16 PM EDT)
  • Story Type: Tutorial; Groups: Fedora, Linux
PostgreSQL or Postgres is a powerful, open-source, relational database management system. This tutorial will demonstrate how to install PostgreSQL and phpPgAdmin on a Fedora 34 based server.

Five words everyone wants to hear: Microsoft has 'visually refreshed' Office

Plus great news for all seven of you: An ARM64 build of its software suite. Amid the unveiling of Windows 11 and the backlash over the frankly pisspoor way Microsoft handled the operating system's hardware requirements, the software behemoth quietly emitted a native ARM64 build of its Office cash cow.…

Low-profile fanless box PC system taps Comet Lake-S

Aaeon’s Boxer-8521AI runs Linux on Intel’s 10th Gen Comet Lake-S processors. The 53mm-high low-profile box PC has 64GB of DDR4, 4x USB3.2 Gen 2, 2x GbE, and a full-sized Mini Card slot. Expanding once again its growing family of Boxer edge AI embedded computers, Aaeon has announced the Boxer-6642-CML that features a low-profile form factor […]

Linus Torvalds launches Linux 5.13 after just seven release candidates

  • The Register; By Simon Sharwood (Posted by bob on Jun 29, 2021 8:22 PM EDT)
  • Story Type: News Story; Groups: Kernel, Linux
M1 support, interesting Azure integrations and RISC-V love among notable features. Linus Torvalds has released version 5.13 of the Linux kernel after a very smooth development process that required just seven release candidates.…

Trio of embedded PC series certified for Baidu PaddlePaddle AI tools

Nexcom adds 8-inch and 12.1-inch products to its Panel PC family. The new Bay Trail-based units provide wider operating temperatures, AR, auto dimming and more Gbit Ethernet ports. Neousys Technology has announced that three of its embedded computer series have been certified by Baidu as compatible with Baidu’s PaddleX development tool. PaddleX is a tool […]

Query your Linux operating system like a database

  • Opensource.com (Posted by bob on Jun 29, 2021 12:21 PM EDT)
  • Groups: Linux; Story Type: News Story
Linux offers a lot of commands to help users gather information about their host operating system: listing files or directories to check attributes; querying to see what packages are installed, processes are running, and services start at boot; or learning about the system's hardware. Each command uses its own output format to list this information. You need to use tools like grep, sed, and awk to filter the results to find specific information. Also, a lot of this information changes frequently, leading to changes in the system's state. read more

How to parse Bash program configuration files

  • Opensource.com (Posted by bob on Jun 29, 2021 6:55 AM EDT)
  • Story Type: News Story
Keeping program configurations separate from code is important. It enables non-programmers to alter configurations without having to modify the program's code. With compiled binary executables, that would be impossible for non-programmers because it not only requires access to source files (which we do have with open source programs) but also a programmer's skill set. Few people have that, and most people don't want to learn. read more

How to archive files on FreeDOS

  • Opensource.com (Posted by bob on Jun 29, 2021 1:28 AM EDT)
  • Groups: Linux; Story Type: News Story
On Linux, you may be familiar with the standard Unix archive command: tar. There's a version of tar on FreeDOS too (and a bunch of other popular archive programs), but the de facto standard archiver on DOS is Zip and Unzip. Both Zip and Unzip are installed in FreeDOS 1.3 RC4 by default. read more

How to Install Shlink URL Shortener with Nginx on Ubuntu 20.04

Shlink is an open-source and self-hosted URL shortener written in PHP. In this tutorial, I will show you how to install Shlink on Ubuntu 20.04.

Introduction to image builder

  • Fedora Magazine (Posted by bob on Jun 28, 2021 2:12 PM EDT)
  • Groups: Fedora; Story Type: News Story
Image Builder is a tool that allows you to create custom OS images (based on the upstream project Weldr), and it’s included in the base repos so you can build images right from the start. You can use the command line or a Cockpit plugin, and it’s a fairly simple and straightforward process which allows […]

Try Chatwoot, an open source customer relationship platform

  • Opensource.com (Posted by bob on Jun 27, 2021 7:41 AM EDT)
  • Groups: Ruby; Story Type: News Story
Chatwoot is an open source customer relationship platform built with Ruby and Vue.js. It was written from scratch to allow customer-relations teams to build end-to-end platforms for ticket management and support. This article looks at Chatwoot's architecture, installation, and key features. Chatwoot's architecture Chatwoot requires the following components to function properly: read more

How I helped my mom switch from Windows to Linux

  • Opensource.com (Posted by bob on Jun 26, 2021 7:18 PM EDT)
  • Groups: Linux; Story Type: News Story
The Large Hadron Collider is powered by Linux. Laptops on the International Space Station run on Linux. read more

Huawei dev scolded for pointless Linux kernel code contributions

Time-wasting commits called out as effort to burnish submission metrics. Last week, Linux kernel contributor Qu Wenruo scolded another code donor, Zhen Lei, for wasting kernel maintainers' time with unnecessary patches.…

Take control over your data with Rally, a novel privacy-first data sharing platform

  • The Mozilla Blog (Posted by bob on Jun 26, 2021 4:20 AM EDT)
  • Story Type: News Story; Groups: Mozilla
Mozilla teams up with Princeton University researchers to enable crowdsourced science for public good; collaborates with research groups at Princeton, Stanford on upcoming studies. Your data is valuable. But for too long, online services have pilfered, swapped, and exploited your data without your awareness. Privacy violations and filter bubbles are all consequences of a surveillance […]

« Previous ( 1 ... 142 143 144 145 146 147 148 149 150 151 152 ... 1156 ) Next »