Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 ... 7359 ) Next »

Installing alternative RPM versions in Fedora

  • Fedora Magazine; By Adam Šamalík (Posted by bob on Jun 12, 2019 6:19 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Modularity enables Fedora to provide alternative versions of RPM packages in the repositories. Several different applications, language runtimes, and tools are available in multiple versions, build natively for each Fedora release.  The Fedora Magazine has already covered Modularity in Fedora 28 Server Edition about a year ago. Back then, it was just an optional repository […]

Skylake box PC has 6x GbE with optional PoE and Myriad X support

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 12, 2019 5:18 PM EDT)
  • Story Type: News Story; Groups: Intel, Linux
Lanner’s Linux-ready, Skylake-U based “LEC-2580” industrial PC offers 6x GbE ports with optional PoE plus 2x HDMI, 2x SATA bays, and dual mini-PCIe slots that support Myriad X neural processing cards. Lanner’s press release for the LEC-2580 talks almost exclusively about its support for Intel Movidius Myriad X neural processing cards backed up by “seamless […]

Speed Up Gnome Shell On Fedora 30 Using This Copr Repository

There's a Copr repository for Fedora 30 that presumably speeds up Gnome Shell and Mutter by adding some patches. The repository also has builds for Fedora 29, and while they are no longer maintained, they should still work.

How to Secure a Linux Home Server

  • Make Tech Easier; By Kris Wouk (Posted by damien on Jun 12, 2019 3:15 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Setting up a Linux home server is relatively easy, but securing it is another story altogether. Learn how you can secure your Linux home server.

Mozilla Firefox 67.0.2 Released with Various Improvements and Bug Fixes

  • Softpedia; By Marius Nestor (Posted by hanuca on Jun 12, 2019 2:13 PM EDT)
  • Story Type: News Story; Groups: Mozilla
Mozilla released today the second maintenance update to the latest Firefox 67 "Quantum" web browser for all supported platforms, including GNU/Linux, macOS, and Microsoft Windows.

GParted 1.0, AMD Ryzen 3000, Zorin OS, Krita, HiddenWasp, Google Stadia | This Week in Linux 69

On this episode of This Week in Linux, we have a LOT of new releases to talk about from applications to distros and even some hardware news.

How to Set Up a Home VPN Server with Raspberry Pi

Did you know that with a Raspberry Pi and a free afternoon, you could build your own VPN? Learn how to create your own home VPN server with Raspberry Pi

Popcorn SBCs include a Chip reboot plus quad- and octa-core Amlogic models

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Jun 12, 2019 11:08 AM EDT)
  • Story Type: News Story; Groups: Developer
Source Parts has gone to Kickstarter to reboot the open-spec Chip SBC as a $49 and up “Original Popcorn.” There are also two “Super Popcorn” models that swap the Allwinner GR8 for a quad-core, Cortex-A53 Amlogic S905D or octa-core -A53 S912. The nice thing about fully open source SBCs such as Next Thing Co.’s Chip […]

How to find your Jenkins admin password on Kubernetes

  • Opensource.com; By Matthew Broberg (Posted by bob on Jun 12, 2019 10:07 AM EDT)
  • Story Type: Tutorial; Groups: Virtualization
The tooling to make Kubernetes easier to navigate is so good at times, I get surprised when I can't find a simple way to get an answer. As someone who doesn't use Kubernetes day-to-day, any intermediate level of troubleshooting turns into an afternoon of first, questioning my sanity and second, considering a job as a shepherd or something else that's away from the keyboard.

KDE Plasma 5.16 Desktop Is Now Available for Kubuntu and Ubuntu 19.04 Users

The Kubuntu development team announced today that the recently released KDE Plasma 5.16 desktop environment is now available for installation on Kubuntu 19.04 (Disco Dingo) systems.

Best Free Books to Learn about Haskell

The focus of this article is to select the finest free Haskell books which help programmers master this language, and develop an in-depth understanding of the benefits that this programming language offers. Each book is available to download without payment. Some of the books are available to purchase too.

Wind River Linux adds Docker and Kubernetes support for the edge

The latest version of Wind River Linux debuts an “OverC” container stack that eases integration of frameworks such as Docker and Kubernetes on edge devices. The Yocto-based embedded distro is available in open source and commercial versions. When reading about the latest, container-friendly version of the market-leading commercial Wind River Linux distribution, we were struck […]

Bash Xargs Command the Hard Way by Example

  • LinuxHint; By Nicholas Shellabarger (Posted by linuxhint on Jun 12, 2019 5:48 AM EDT)
  • Story Type: Tutorial; Groups: Linux
xargs is an external command used to convert standard input to command line arguments that is said to stand for “extended arguments.” It was mainly created for use with commands not built to handle piped input or standard input such as rm, cp, echo 1 and other external commands only accepting arguments as parameters.

7 Reasons Why Firefox Is The Best Web Browser (for me)

This is an opinion, I don’t expect everyone agree but these are some reasons why I prefer to use Firefox over any other browser. There are many other reasons but I had to draw a line somewhere. :D

How to Setup Jenkins with SSL with Nginx Reverse Proxy on Ubuntu 18.04

  • Cloudbooklet; By Pappin Viajk (Posted by cloudbooklet on Jun 12, 2019 3:45 AM EDT)
  • Story Type: Tutorial
How to Setup Jenkins with SSL with Nginx Reverse Proxy on Ubuntu 18.04. By default Jenkins listens on port 8080 with it’s in-built web server. But it is necessary to secure Jenkins with SSL for protecting the sensitive data.

Deluge BitTorrent Client 2.0 Released With Sequential Downloads, Now Uses Python3 And Gtk3

Deluge BitTorrent client has reached version 2.0 stable recently, after more than 2 years since the previous stable release. The new stable Deluge version comes with major changes, including code ported to Python 3, Gtk UI ported to Gtk 2, sequential downloads support, a new logo, and much more.

17 Best Practical Examples of ls Command in Linux

The ls command in Linux is used to list files and directories information inside the filesystem. It is the most basic command in the Linux systems. The ls command can also display additional information about files.

Money laundering and crypto-coin legislation could hurt open-source ecosystem

  • The Register (Posted by bob on Jun 12, 2019 12:02 AM EDT)
  • Story Type: News Story
The Electronic Frontier Foundation (EFF) and UK Open Rights Group have responded to an HM Treasury consultation on money laundering legislation, in particular to the suggestion that publishing open-source software should be subject to customer due diligence requirements.…

Securing the Kernel Stack

The Linux kernel stack is a tempting target for attack. This is because the kernel needs to keep track of where it is. If a function gets called, which then calls another, which then calls another, the kernel needs to remember the order they were all called, so that each function can return to the function that called it. To do that, the kernel keeps a "stack" of values representing the history of its current context.

Plasma 5.16 by KDE is Now Available

  • KDE.news (Posted by bob on Jun 11, 2019 9:33 PM EDT)
  • Story Type: News Story; Groups: KDE
Say hello to Plasma 5.16, a the newest iteration of KDE's desktop environment, chock-a-block with new features and improvements.

« Previous ( 1 ... 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 ... 7359 ) Next »