Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 ... 7359 ) Next »

Netflix builds a Jupyter Lab alternative, a bug bounty to fight election hacking, Raspberry Pi goes microscopic, and more open source news

In this edition of our open source news roundup, we take a look at a machine learning tool from Netflix, Microsoft's election software bug bounty, a cost-effective microscope built with Raspberry Pi, and more!

How To Show Hidden Files on Linux

On Linux, hidden files are files that are not directly displayed when performing a standard ls directory listing. Hidden files, also called dot files on Unix operating systems, are files used in order to execute some scripts or to store configuration about some services on your host. Some popular example of hidden files are the files contained in the user home directory : .bashrc that stores user initialization scripts or .bash_logout that is executed whenever you leave a bash session.

4 ways developers can have a say in what agile looks like

Agile has become the default way of developing software; sometimes, it seems like every organization is doing (or wants to do) agile. But, instead of trying to change their culture to become agile, many companies try to impose frameworks like scrum onto developers, looking for a magic recipe to increase productivity. This has unfortunately created some bad experiences and leads developers to feel like agile is something they would rather avoid. This is a shame because, when it's done correctly, developers and their projects benefit from becoming involved in it.

How to enable auto complete and auto suggest on MySQL command prompt

This post is about enabling MySQL auto suggest and autocomplete using a small utility called mycli. Once installed, it enables users auto complete previous used commands, also prompts and auto suggests users with built in MySQL commands, available databases, tables and fields depending the command typed. Please read the post to learn more about it.

Dash To Panel v24 Released With Vertical Panel Orientation, Update From GitHub Feature

Dash to Panel, an icon taskbar for Gnome Shell, was updated to version 24, bringing support for vertical panel orientation (left or right of monitor), the ability to update the extension directly from the GitHub releases, and more.

Destination Linux 144 - Ubuntu 19.10, KDE Plasma 5.17, & More with Wendell of Level1Tech

Topics covered in this episode: Ubuntu 19.10 Adding ZFS Support, Project Trident Ditches FreeBSD For Linux, KDE Plasma 5.17 Released, System76 Gets Coreboot

Get sorted with sort at the command line

  • Opensource.com (Posted by bob on Oct 26, 2019 2:28 PM CST)
  • Story Type: News Story
If you've ever used a spreadsheet application, then you know that rows can be sorted by the contents of a column. For instance, if you have a list of expenses, you might want to sort them by date or by ascending price or by category, and so on. If you're comfortable using a terminal, you may not want to have to use a big office application just to sort text data. And that's exactly what the sort command is for. read more

ExTiX 19.10 "The Ultimate Linux System" Is Now Based on Ubuntu 19.10, Runs LXQt

GNU/Linux developer Arne Exton released a new version of his ExTiX Linux distribution, based on Canonical's recently released Ubuntu 19.10 (Eoan Ermine) operating system.

Orange Pi AI Stick Lite taps 5.6 TOPS Gryfalcon GPU

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Oct 26, 2019 10:05 AM CST)
  • Story Type: News Story; Groups: Linux
Shenzen Zunlong’s $19.90 “Orange Pi AI Stick Lite” USB stick features a GTI Lightspeeur SPR2801S NPU at up to 5.6 TOPS @ 100MHz. It’s supported with free, Linux-based AI model transformation tools. Shenzen Zunlong’s Orange Pi project has released an AI accelerator with a USB stick form factor equipped with Gyrfalcon Technology, Inc.’s Lightspeeur SPR2801S […]

How to Install phpPgAdmin on Debian 9

PhpPgAdmin is an open-source web administration interface used for managing PostgreSQL databases. PhpPgAdmin is written in PHP and it makes the administration of PostgreSQL databases easier, not to mention the web-based GUI making everything more user-friendly and easier to use. Let’s begin with the installation process. In this tutorial, we will show you how to install phpPgAdmin on a Debian 9 VPS.

Linux directories explained

  • net2.com; By Amin Nahdy (Posted by zn52 on Oct 26, 2019 6:39 AM CST)
  • Story Type: Tutorial; Groups: Linux
The Linux file system comes originally from UNIX and thus follows UNIX traditions. This is why for instance it uses the forward slash instead of the back slash as in Windows. Linux also differentiates between uppercase and lowercase letters, .e.g. the file with the name tesT is different than the file named TEst and so forth.

How to Install PostgreSQL on Debian 10

PostgreSQL, often known simply as Postgres, is an open-source general-purpose object-relational database management system. This tutorial walks you through the steps of installing PostgreSQL database server on Debian 10. We’ll also explore the fundamentals of basic database administration.

Understanding system calls on Linux with strace

A system call is a programmatic way a program requests a service from the kernel, and strace is a powerful tool that allows you to trace the thin layer between user processes and the Linux kernel. To understand how an operating system works, you first need to understand how system calls work. One of the main functions of an operating system is to provide abstractions to user programs. An operating system can roughly be divided into two modes: read more

How to Configure Network Settings in Ubuntu

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 26, 2019 2:56 AM CST)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, I will give you examples of the basic configuration you need to set up a network in Ubuntu by either using the Command line or the Ubuntu Network Manager GUI. The steps have been tested on Ubuntu 18.04 TLS but will work on newer Ubuntu versions too.

How to create an Ubuntu EC2 Instance on AWS

In this article, we will see how to create a new Ubuntu EC2 Instance on AWS. EC2 (Elastic Compute Cloud ) is part of the “Compute” service in AWS (Amazon Web Services). EC2 is nothing but a VM (Virtual Machine) in AWS.

The Best DVD Players for Ubuntu

  • linuxconfig.org; By Nick Congleton (Posted by linuxer on Oct 26, 2019 12:27 AM CST)
  • Story Type: Reviews; Groups: GNOME, Linux
In the past, multimedia was a sore point for Linux users. Now, though, it's a strength. There are plenty of fantastic DVD and video players for Linux systems, including Ubuntu. As an added bonus, they all should be readily available in the default Ubuntu repositories.

How I used the wget Linux command to recover lost images

  • Opensource.com (Posted by bob on Oct 25, 2019 11:13 PM CST)
  • Groups: Linux; Story Type: News Story
In 2004, the Open Clip Art Library (OCAL) was launched as a source of free illustrations for anyone to use, for any purpose, without requiring attribution or anything in return. This site was the open source world’s answer to the big stacks of clip art CDs on the shelf of every home office in the 1990s, and to the art dumps provided by the closed-source office and artistic software titles. read more

Install and Run Ubuntu on Termux with AndroNix!

As a Linux user, I imagine running a Linux distribution on an Android device. We know that most Linux distributions are made for desktop computers.

4 cool new projects to try in COPR for October 2019

COPR is a collection of personal repositories for software that isn’t carried in Fedora. Some software doesn’t conform to standards that allow easy packaging. Or it may not meet other Fedora standards, despite being free and open source. COPR can offer these projects outside the Fedora set of packages. Software in COPR isn’t supported by […]

How to Install, Configure and Use latest PostgreSQL Version on Ubuntu

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Oct 25, 2019 8:08 PM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
Postgres is an open-source relational database that has many advanced features like enterprise-class performance, triggers, Atomicity, Consistency, Isolation, and Durability. This tutorial shows how to install and configure the latest PostgreSQL version from the Official Postgres Ubuntu repository.

« Previous ( 1 ... 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 ... 7359 ) Next »