Showing headlines posted by bob

« Previous ( 1 ... 96 97 98 99 100 101 102 103 104 105 106 ... 1156 ) Next »

Drop your database for PostgreSQL

Databases are tools to store information in an organized but flexible way. A spreadsheet is essentially a database, but the constraints of a graphical application render most spreadsheet applications useless to programmers. With Edge and IoT devices becoming significant target platforms, developers need powerful but lightweight solutions for storing, processing, One of my favourite combinations is the PostgreSQL database and Lua bindings, but the possibilities are endless.

How to Install Neos CMS on Debian 11

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 24, 2022 1:00 AM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
Neos is an enterprise content management built-in with custom content modeling that provides an effective way to edit and manage content, SEO optimization such as automatic redirects and SEO metadata, and powerful roles and user management.

How to Install Nexus Repository Manager on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 23, 2022 10:32 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Nexus is one of the most popular repository managers in the DevOps world. It allows you to store and retrieve build artifacts and also provides features to push and pull artifacts via CI and IDE integration tools such as Visual Studio and Jenkins.

How to build a dynamic distributed database with DistSQL

Distributed databases are common for many reasons. They increase reliability, redundancy, and performance. Apache ShardingSphere is an open source framework that enables you to transform any database into a distributed database...

Jit and ZAP: Improving programming security

  • ZDNET | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Sep 23, 2022 6:49 PM EDT)
  • Story Type: News Story, Security; Groups: Community
Simon Bennetts, the founder of the world's famous web app security scanner, OWASP ZAP, has joined the Jit code security company. Both will be the better for it.

3 ways to use the Linux inxi command

I was looking for information about the health of my laptop battery when I stumbled upon inxi. It's a command line system information tool that provides a wealth of information about your Linux computer, whether it's a laptop, desktop, or server...

Install JDBC on Linux in 3 steps

When you write an application, it's common to require data storage. Sometimes you're storing assets your application needs to function, and other times you're storing user data, including preferences and save data. One way to store data is in a database, and in order to communicate between your code and a database, you need a database binding or connector for your language. For Java, a common database connector is JDBC (Java database connectivity.)

GNOME hits 43: Welcome To Guadalajara

Love it or loathe it? Plus: KDE 5.26 here soon, and both desktops still working on mobile support. The third release of GNOME since the big shift of GNOME 40 is coming together – but KDE isn't getting left behind.…

5 Git configurations I make on Linux

  • Opensource.com; By Alan Formy-Duval (Posted by bob on Sep 22, 2022 10:09 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Setting up Git on Linux is simple, but here are the five things I do to get the perfect configuration: Create global configuration; Set default name; Set default email address; Set default branch name; Set default editor. I manage my code, shell scripts, and documentation versioning using Git.

Chainguard releases Wolfi, a Linux

  • ZDNET | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Sep 22, 2022 7:40 PM EDT)
  • Story Type: News Story; Groups: Linux
Chainguard takes a new approach to building a container Linux with all the security you'd need already baked in.

Getting Started with Podman: Manage Images, Containers and Volumes

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 22, 2022 5:12 PM EDT)
  • Groups: Linux; Story Type: News Story
Podman is a container runtime that provides features similar to Docker. It's part of the libpod library and can be used to manage pods, containers, container images, and container volumes.

How to Install Podman on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 22, 2022 1:29 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Podman also called "Pod Manager" is an open-source tool used for creating and managing containers. It is part of the libpod library that doesn’t rely on the Docker daemon and is compatible with Docker. In this tutorial, I will show you how to install and use Podman on Ubuntu 22.04 server.

How to Install Prestashop with Apache and Let's Encrypt SSL on Debian 11

PrestaShop is a free, open-source, efficient, and innovative e-commerce solution that helps you to sell your products online. It is a powerful and adaptable e-commerce CMS that provides all features needed to create an online store.

How to Install VNC Server on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 22, 2022 12:08 AM EDT)
  • Groups: Linux; Story Type: News Story
Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using VNC client software. In this tutorial, you will set up the VNC Server with TigerVNC on a Rocky Linux server. You will also learn how to connect securely to the VNC Server via SSH tunneling.

Linux Log Analysis

  • LinuxSecurity.com; By Hithesh Sathian (Posted by bob on Sep 21, 2022 8:02 PM EDT)
  • Story Type: News Story; Groups: Linux
With the rise of containers and virtual machines, some system administrators check their system logs less frequently. However, this is a mistake. Even if an application is containerized, it is still important to keep and analyze logs.

Deploy an ARM64 Fedora VM on your PC: 3 steps

Set up a virtual machine to test your applications, binaries, and container images on different architectures...

Security buzzwords to avoid and what to say instead

  • Opensource.com; By Seth Kenlon (Posted by bob on Sep 21, 2022 5:59 PM EDT)
  • Story Type: News Story; Groups: Games, Linux
The problem is, the word "secure" can actually refer to any number of things, and the tech industry often uses it as such a general term that it becomes meaningless...

FileRun on Docker

You may want to set up a file server like FileRun for any number of reasons. The main reason, I would think, would be so you can have your own Google Drive alternative that is under your control instead of Google's. FileRun claims to be "Probably the best File Manager in the world with desktop Sync and File Sharing," but I think you'll have to be the judge of that for yourself.

Firefox 105 is here, and it's faster and more memory-frugal

If you love having thousands of tabs open, this might be one for you The Mozilla Foundation has let Firefox 105 out of the gate, and if you use a Chrome-based browser, it's a good time to take another look.…

6 Python interpreters to try in 2022

Python, one of the most popular programming languages, requires an interpreter to execute the instructions defined by the Python code. In contrast to other languages, which compile directly into machine code, it’s up to the interpreter to read Python code and translate its instructions for the CPU performing the related actions. There are several interpreters out there, and in this article, I’ll take a look at a few of them.

« Previous ( 1 ... 96 97 98 99 100 101 102 103 104 105 106 ... 1156 ) Next »