Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 ... 7359 ) Next »

Control the firewall at the command line

  • Fedora Magazine; By Paul W. Frields (Posted by bob on Mar 20, 2020 1:46 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
A network firewall is more or less what it sounds like: a protective barrier that prevents unwanted network transmissions. They are most frequently used to prevent outsiders from contacting or using network services on a system. For instance, if you’re running a laptop at school or in a coffee shop, you probably don’t want strangers […]

Bash Script to Send eMail With a List of User Accounts Expiring in "X" Days

The user will only change the password on some of the servers they use, and they won’t change the password on the servers they don’t use often. To avoid this situation, we have created a shell script that sends you a list of user accounts that expire within 10 days.

Make advanced Git tasks simple with Lazygit

If there's one word people use to describe Git, it's "powerful." Nobody can deny that Git is indeed a powerful beast, but after months of struggling to do embarrassingly basic things in it, I realized that mere mortals like me were never going to wield that power through a command-line interface.

Free, virtual embedded tech show promises 3,000 dev kit giveaways

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 20, 2020 10:03 AM EDT)
  • Story Type: News Story; Groups: Embedded
Arrow announced “Embedded to Go” — a free, online-only conference scheduled for April 1-3 with webinars and virtual chats with Arrow engineers. Arrow will also give away 3,000 dev boards, including its Thor96 and Shield96 SBCs and Nvidia’s Nano Dev Kit. Arrow has announced a free, online-only Arrow Embedded to Go conference for April 1-3. […]

LibreOffice 6.4.2 Released with More Than 90 Fixes

The Document Foundation released today LibreOffice 6.4.2, the second maintenance update to the latest LibreOffice 6.4 office suite series.

How To Record And Play Mouse And Keyboard Events Using Atbswp Macro Recorder (GUI)

Atbswp is a new graphical utility (Python3) that can be used to record the mouse and keyboard events. You can then reproduce (play) them identically as many times as you want by either clicking a button, or save the mouse and keyboard actions as a script and run it without having to relay on Atbswp.

How to set up PXE boot for UEFI hardware

Setting up a PXE system will streamline new system installs, but the process is lengthy and requires attention to detail. This part one of two articles walks you through the process.

Tools for monitoring, introvert inclusion, and more industry trends

  • Opensource.com; By Tim Hildred (Posted by bob on Mar 20, 2020 5:06 AM EDT)
  • Story Type: Roundups; Groups: Community
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.

Pet the cat, own the bathrobe: Linus Torvalds on working from home

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Mar 20, 2020 3:51 AM EDT)
  • Story Type: Editorial; Groups: Linux
Linus Torvalds created of Linux and Git from home. Here's how.

Kaby Lake medical computers offer 4K UHD capture and record

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 20, 2020 2:37 AM EDT)
  • Story Type: News Story; Groups: Intel, Linux
Advantech announced a pair of Linux-friendly “AVAS-400 Series” video recorders for surgical and other medical applications with 7th Gen CPUs, multiple 4K UHD displays, and optional capture and graphics cards. Medical computers have traditionally been dominated by Windows but we’re gradually seeing Linux move into the territory. Advantech’s Intel Kaby Lake based AVAS-401 and more […]

Dev branch Fedora 32 versus Dev branch Ubuntu 20.04 in relation with KVM Hypervisor

We intend to testify F32 KVM Hypervisor on Penryn's box with 8 GB RAM. However, after install KVM on F32 WKS we appear to be able to launch Manjaro Gnome 19.02 as KVM guest @F32 Workstation Virtualization Host as well as CentOS 8.1 Guest with no issues at all.

How to Change the Timezone on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 20, 2020 12:08 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain how to change the current time zone of a Debian 10-Buster system on the command line and trough the GNOME GUI.

Whiskey Lake mini-PC features privacy-oriented PureOS distro

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Mar 19, 2020 10:54 PM EDT)
  • Story Type: News Story; Groups: Debian, Linux
Purism’s $599 and up “Librem Mini” mini-PC runs its Linux-based, privacy focused PureOS on an 8th Gen Whiskey Lake CPU with 8GB to 64GB DDR4, a 256GB M.2 SSD, dual 4K displays, and 7x USB ports. Purism has launched a self-hosted crowd-funding campaign for a mini-PC that runs its Debian-based privacy and security reinforced PureOS […]

Introduction to setting up a Linux high availability cluster

This Linux high availability cluster introductory article walks you through the basic protocol that underpins Keepalived, which is a software implementation of VRRP on Linux.

How to Install Nextcloud Client on Debian 10 Buster

If you already have a Nextcloud server in place, you're going to need to set up your client devices to connect to it. Setting up the Nextcloud client on Debian is very simple, and so is setting up your folders to sync.

How to Overclock Your Raspberry Pi 4

Retailing at $40, Raspberry Pi already gives you plenty of bang for your buck, but you can get even more out of this single-board computer by overclocking.

How To Sync Browser Profile Into Tmpfs (RAM) In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 19, 2020 5:56 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Sync Browser Profile Into Tmpfs (RAM) Using Profile-sync-daemon In Linux To Improve Browser Speed And Responsiveness.

4 Markdown tools for the Linux command line

  • Opensource.com (Posted by bob on Mar 19, 2020 4:42 PM EDT)
  • Groups: Linux; Story Type: News Story
When it comes to working with files formatted with Markdown, command-line tools rule the roost. They're light, fast, powerful, and flexible, and most of them follow the Unix philosophy of doing one thing well. Take a look at four utilities that can help you work more efficiently with Markdown files at the command line. read more

How to Uninstall Software in Ubuntu – Command Line

  • Cloudbooklet; By Pappin Vijak (Posted by cloudbooklet on Mar 19, 2020 3:28 PM EDT)
  • Story Type: Tutorial
How to uninstall software in Ubuntu from command line. In this guide you are going to remove software packages on your Ubuntu server or system from command line.

Copy Specific File Types While Keeping Directory Structure In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Mar 19, 2020 2:13 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This brief tutorial explains how to copy specific file types while keeping the directory structure in Linux.

« Previous ( 1 ... 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 ... 7359 ) Next »