Showing headlines posted by bob

« Previous ( 1 ... 192 193 194 195 196 197 198 199 200 201 202 ... 1156 ) Next »

Experience alternate computing with the Pe text editor

  • Opensource.com (Posted by bob on Dec 29, 2020 5:54 PM EDT)
  • Story Type: News Story
The Haiku operating system is a bold but successful attempt at reviving an old OS called BeOS. In the 1990s, BeOS was positioned to become the foundation for the next evolution of the Apple Mac line of computers. Back in the 1990s, Apple Inc. was poised to acquire BeOS as its next generation operating system. At the last minute, however, Apple decided the price was too steep and acquired the UNIX-based NeXT operating system instead (and so Mac OS X was born). read more

Bring an old MacBook back to life with Linux

Recently, I stumbled on an old MacBook Pro 13" from late 2011, with a 125GB SSD and 8GB RAM. I've taken this machine on trips around the world, and back in the day, I ran many a session, workshop, or demo to share all the AppDev goodness from JBoss technologies. After verifying that its battery works, charging it up, and reinstalling a new OS X, it turns out that the Safari browser version is limited to an old security specification, which means it can't connect to a lot of HTTPS sites now. This renders this solution defunct. What to do with this old thing? read more

How to Install KeeWeb Password Manager on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 29, 2020 6:57 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
KeeWeb is an open-source password manager used to store passwords both online and offline. It is compatible with KeePass and also available as a web version and desktop apps. In this tutorial, we will show you how to install the KeeWeb password manager on Ubuntu 20.04.

Practice programming in C++ by writing a simple game

There are a couple of ways to learn a programming language. If you're new to coding, you usually learn some basic computer coding concepts and try to apply them. If you already know how to code in another language, you relearn how coding concepts are expressed in the new language.

Learn to use the JOE text editor on Linux

  • Opensource.com; By Moshe Zadka (Posted by bob on Dec 28, 2020 11:13 AM EDT)
  • Story Type: Tutorial; Groups: GNU, Linux
I’m a fan of text editors that make it easy for you to learn how to use them. GNU nano is my favorite example of this: you launch nano, and you see a list of the most common commands along the bottom of the window throughout your entire session. Joe’s Own Editor (that’s joe for short) is another great example.

Contribute at the Fedora Test Week for Kernel 5.10

If you want to contribute to the Fedora project and community, participating in a test day is an excellent way to start. This test week will focus on the linux kernel 5.10 for Fedora.

9 insights from pivoting to remote work in 2020

  • Opensource.com (Posted by bob on Dec 27, 2020 2:43 PM EDT)
  • Story Type: News Story
2020 was the year remote work became the norm. Due to the COVID-19 pandemic, people and companies shifted to "temporary" remote work, though many have now extended it indefinitely. As remote work will be the norm for the foreseeable future, here’s a review of some of the many articles published on Opensource.com regarding remote work practices, tools, and activities to manage this new normal. read more

How to use heredoc as a text editor

  • Opensource.com; By Seth Kenlon (Posted by bob on Dec 26, 2020 7:35 AM EDT)
  • Story Type: Tutorial; Groups: Linux
There’s a somewhat obscure feature in Linux and Unix shells that allows you to open a sort of do-while loop for the cat command. It’s called the heredoc, and it enables you to have, more or less, a text editor no matter what shell you’re using.

3 critical DevOps concepts we explored in 2020

Looking back through Opensource.com's articles about DevOps in 2020, there was a bit of something for everyone—from people starting the DevOps journey to seasoned DevOps veterans. The articles focused on testing, software methodologies, and DevOps' most important part: the people. Here are the top 10 DevOps articles of 2020.

How to create an inventory configuration in S3

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 25, 2020 6:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will create an inventory configuration to store object metadata in CSV format. We can store reports in the same bucket as the source bucket, but we will use a different bucket to store this than the bucket for which we will be creating this inventory configuration.

10 ways we learned Rust in 2020

The Rust language is getting more and more popular, as the combination of memory safety and zero-cost abstractions makes it a good fit for handling many tasks. In addition, frequent releases, consideration for development ergonomics, and high-quality documentation are leading more people to learn Rust. Whether you're new to Rust or have been using it for a while, you'll learn something new in Opensource.com's top 10 articles about Rust in 2020.

5 reasons to use the Atom text editor

Beautiful open source text editors are pretty common these days, between Adobe’s Brackets, Microsoft’s VSCode, and GitHub’s Atom. Each of these seem to offer similar experiences: a modern interface, easily installable plugins, and a big brand-name sponsor. And they’re all actually really good. So what sets Atom apart from any other hyper-modern text editor?

Open Automation Software Platform now runs on Raspberry Pi

Open Automation Software OAS has announced that its OAS Platform supports the Raspberry Pi 4, enabling low-cost, remote Pi-based data logging devices on multiplatform OAS automation networks. Open Automation Software (OAS) announced that its Full OAS Platform supports the Raspberry Pi 4 with 4GB or 8GB of RAM. The addition of the Pi enables customers […]

How to Install and Configure SeaweedFS Cluster on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 25, 2020 9:40 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
SeaweedFS is an open-source, simple and highly scalable distributed file system to store and serve billions of files fast. It is very similar to other file systems including, Ceph, GlusterFS and HDFS.

Why I rewrote my open source virtual reality server

  • Opensource.com; By Josip Almasi (Posted by bob on Dec 25, 2020 7:28 AM EDT)
  • Story Type: Editorial; Groups: Games
Look! I wrote a virtual reality (VR) server and published it on GitHub! But why? Well, I'm your typical introverted hacker. I like to play with technology. Whenever something new comes out, I have to lay my hands on it and get them dirty. So, when I gifted myself Oculus Quest last year, I played a few games before I wanted to code something myself. And guess what? Everything is proprietary!

Deploy Fedora CoreOS servers with Terraform

  • Fedora Magazine (Posted by bob on Dec 24, 2020 8:52 AM EDT)
  • Groups: Fedora; Story Type: News Story
Fedora CoreOS is a lightweight, secure operating system optimized for running containerized workloads. A YAML document is all you need to describe the workload you’d like to run on a Fedora CoreOS server. This is wonderful for a single server, but how would you describe a fleet of cooperating Fedora CoreOS servers? For example, what […]

How to use the Eclipse IDE as your text editor

Eclipse is an IDE (integrated development environment). It’s definitely not a text editor. Then again, an IDE is really just a text editor with a lot of extra features for specific kinds of text. Furthermore, an IDE is often home to a developer. Developers have their IDE of choice open all day long, so it’s natural to stay in that IDE when it’s time to write a project README file, or to jot down a quick note, or to just make a grocery list.

10 Raspberry Pi project ideas from 2020

The Raspberry Pi is the small, low-cost, single-board PC that took the world by storm when it was released in 2012. Since then, educators, students, makers, and tinkerers have used the various Raspberry Pi models for many, many unique and interesting projects. The possibilities are nearly endless.

9 stories about switching to an open source alternative in 2020

In 2020, as every year, new open source projects launched as alternatives to proprietary solutions. Here is a roundup of the top nine articles about open source alternatives that made the headlines in 2020 on Opensource.com.

Learn Rust by writing a simple game

When you want to learn a new programming language, it's good to focus on the things programming languages have in common. Because programming languages usually share similarities, once you know one language, you can learn the basics of another by understanding its differences.

« Previous ( 1 ... 192 193 194 195 196 197 198 199 200 201 202 ... 1156 ) Next »