Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 ... 7359 ) Next »

How To Install Perl Modules On Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Jan 30, 2020 3:15 PM CST)
  • Story Type: Tutorial; Groups: Linux
This brief guide explains how to install Perl modules on Linux from CPAN (Comprehensive Perl Archive Network) repository using cpan and cpanminus clients.

Exploring simple Linux containers with lxc

Get started with simple containers using the tools available in the lxc project.

Monitor and stress-test your Linux gaming PC with GtkStressTesting

  • GamingOnLinux; By Liam Dawe (Posted by liamdawe on Jan 30, 2020 12:59 PM CST)
  • Story Type: News Story
Monitoring your Linux gaming PC is pretty easy, there's some good applications out there to keep an eye on CPU use and more but what about some stress testing to see how it holds up? GtkStressTesting seems nice.

Managing processes on Linux with kill and killall

In Linux, every program and daemon is a "process." Most processes represent a single running program. Other programs can fork off other processes, such as processes to listen for certain things to happen and then respond to them. And each process requires a certain amount of memory and processing power. The more processes you have running, the more memory and CPU cycles you'll need. On older systems, like my seven-year-old laptop, or smaller computers, like the Raspberry Pi, you can get the most out of your system if you keep an eye on what processes you have running in the background. read more

What 2020 brings for the developer, and more industry trends

As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update.

Ubuntu Is Now Patched Against Latest Intel Processor Graphics Vulnerabilities

Canonical has released today new Linux kernel patches to address the latest security vulnerabilities affecting Intel Graphics Processing Units (GPUs) in all of its supported Ubuntu releases.

Resolving stubborn router problems

When you have exhausted most of your troubleshooting measures, there are a few additional actions to consider. Here is a guide to support you through the last few steps of resolving your router issues.

Apollo Lake and Allwinner based panel PCs target retail, kiosk, and medical jobs, and

Portwell’s LEAD Series panel PCs come with IP65-protected 21.5- and 23.6-inch capacitive touchscreens. Models include the Apollo Lake based LEAD-PPC with Linux, Win 10, or Android, and a LEAD-PND that runs Android 6.0 on an octa-core -A7 Allwinner A83T. Earlier this month at CES, Portwell launched a line of LEAD Series panel PCs and touchscreen […]

Zombie Panic! Source getting the big 3.1 release with Linux support 'as soon as possible' - needs testing

  • GamingOnLinux; By Liam Dawe (Posted by liamdawe on Jan 30, 2020 6:14 AM CST)
  • Story Type: News Story; Groups: Games
The Zombie Panic! Team put out another update on the progress towards version 3.1, what's turned into a massive overhaul to many parts of the game as Linux support also comes in.

Common Linux email problems and how to fix them

When working with email, you never know what to expect. The issues that system administrators come across vary from place to place, from person to person, and from server to server. Email servers and clients occasionally like to rebel and every sysadmin needs to know how to quell the uprising.

LibreOffice 6.4 Officially Released, Here’s What’s New

The Document Foundation announced today the general availability of the LibreOffice 6.4 open-source and cross-platform office suite for all supported platforms.

Kali Linux 2020.1 Switches To Non-Root User By Default, New Single Installer Image

For the latest Kali Linux 2020.1, released yesterday, the developers have decided to go with a traditional default non-root user model. Other changes in this Kali Linux release include a single installer image instead of separate images for every desktop environment, rootless mode for Kali NetHunter, and more.

4 cool new projects to try in COPR for January 2020

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 FAMP Stack (Apache / MySQL / PHP) on FreeBSD 12

The FAMP stack, which is akin to a LAMP stack on Linux, is a collection of open-source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web applications. FAMP is an acronym that stands for FreeBSD (operating system), Apache (HTTP server), MySQL/MariaDB (database server), and PHP (programming language to process dynamic PHP content).

User status and activity monitoring in Linux with GNU acct

Linux has been a multi-user system since the beginning, and UNIX long before that, so there are built-in tools that go back 40 years to help you monitor who’s logged into your server, who’s using resources, and for what. The psacct package contains several commands to gather detailed reports about user status and activity.

How To Boot To Console (Text) Mode In Debian / Ubuntu, Fedora, Arch Linux / Manjaro And More

The instructions in this article should work with any Linux distribution that uses systemd, but I personally only tried this with Debian, Ubuntu, Manjaro and Fedora. Read on to see how to boot a Linux distribution in text mode (console mode), either temporarily or permanently.

How to Install Software trough Flatpak on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jan 29, 2020 10:02 PM CST)
  • Story Type: Tutorial; Groups: Debian
Flatpak is a universal package system for software deployments, application virtualization, and most importantly package management that works on all Linux distros. With a Flatpak package, you don’t need to worry about any dependencies and libraries as everything is already bundled within the application itself.

'ReDoomEd', a port of the original Doom level editor, was released on Linux

  • GamingOnLinux; By Liam Dawe (Posted by liamdawe on Jan 29, 2020 9:00 PM CST)
  • Story Type: News Story; Groups: Games
DoomEd was a program written by Carmack and Romero in 1993, to directly build the levels from the original Doom. Twenty seven years later, the developers behind Twilight Edge Software are releasing a free and independent port based on that program.

Asus launches Coral-based Tinker Edge T SBC for $168

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jan 29, 2020 7:59 PM CST)
  • Story Type: News Story; Groups: Linux
Asus has launched a $168 “Tinker Edge T” SBC that runs Linux on the same Coral SOM module found on Google’s Coral Dev Board, equipped with an i.MX8M and an Edge TPU. The SBC advances to 3x USB 3.2 ports and offers a second CSI port and a 12-19V input. Asus has begun selling its […]

Bash break and continue

Loops allow you to run one or more commands multiple times until a certain condition is met. However, sometimes you may need to alter the flow of the loop and terminate the loop or only the current iteration. In Bash, break and continue statements allows you to control the loop execution.

« Previous ( 1 ... 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 ... 7359 ) Next »