Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 ... 7359 ) Next »

How to write a loop in Bash

  • Opensource.com; By Seth Kenlon (Posted by bob on Jun 12, 2019 11:27 PM EDT)
  • Story Type: Tutorial; Groups: Linux
A common reason people want to learn the Unix shell is to unlock the power of batch processing. If you want to perform some set of actions on many files, one of the ways to do that is by constructing a command that iterates over those files. In programming terminology, this is called execution control, and one of the most common examples of it is the for loop. A for loop is a recipe detailing what actions you want your computer to take for each data object (such as a file) you specify.

How to create, package and sign a Firefox web extension

Firefox is one of the most used web browser in the world: it's a free and open source software built by the Mozilla foundation, and it's available for all the major operating systems. The browser has all the features that nowadays are considered standard: tabbed browsing, private navigation, a synchronization system and its functionalities can be extended using third party addons written in Javascript. In this tutorial we will see how to create, build and sign a simple web extension.

Plasma 5.16 is now available for Disco 19.04 from Backports PPA

kubuntu 19.04 users can install the new release version of KDE Plasma 5.16 now.

Wow! I Can Run Ubuntu On A Smartphone With UserLAnd!

Android is one of the mobile operating systems that currently has many users. This makes some developers of a game and desktop-based application also develop applications for Android. One of them is the application used to run Linux distributions.

How to Install the Arduino IDE in Ubuntu

To get started in Arduino, you will need the Arduino IDE. Learn how to install Arduino IDDE in Ubuntu and get started on your new electronics project.

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.

« Previous ( 1 ... 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 ... 7359 ) Next »