Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 ... 7442 ) Next »

5 tips to improve productivity with zsh

  • Opensource.com (Posted by bob on Sep 5, 2018 1:46 PM EDT)
  • Groups: Linux; Story Type: News Story
The Z shell known as zsh is a shell for Linux/Unix-like operating systems. It has similarities to other shells in the sh (Bourne shell) family, such as as bash and ksh, but it provides many advanced features and powerful command line editing options, such as enhanced Tab completion. read more

Canonical Needs Your Help to Test Nvidia GPU Support for Ubuntu 18.10 and 18.04

  • Softpedia; By Marius Nestor (Posted by hanuca on Sep 5, 2018 12:26 PM EDT)
  • Story Type: News Story; Groups: Ubuntu
Canonical's Will Cooke is inviting members of the Ubuntu Linux community to participate in a testing program that aims to smooth the experience for those using Nvidia graphics cards with proprietary or open source drivers.

Find your systems easily on a LAN with mDNS

Multicast DNS, or mDNS, lets systems broadcast queries on a local network to find other resources by name. Fedora users often own multiple Linux systems on a router without sophisticated name services. In that case, mDNS lets you talk to your multiple systems by name — without touching the router in most cases. You also […]

Essential LaTeX Tools – typeset beautifully (Updated 2018)

LaTeX is a document preparation system and document markup language for high-quality typesetting. The system was originally developed by Leslie Lamport in the early 1980s. LaTeX is based on Donald E. Knuth’s TeX typesetting language. Lamport says that LaTeX “represents a balance between functionality and ease of use”.

How to Use Google DNS and OpenDNS on Android

  • Make Tech Easier; By Matthew Muller (Posted by damien on Sep 5, 2018 8:26 AM EDT)
  • Story Type: Tutorial; Groups: Android
Changing the DNS on Android is becoming easier with later iterations of the operating system. Learn how you can switch to Google DNS or OpenDNS on Android.

It's Official: Linux Kernel 4.19 Will Be the Next LTS (Long-Term Support) Series

The next long-term supported Linux kernel series was revealed recently as Linux 4.19 by the long-time Linux kernel developer and maintainer Greg Kroah-Hartman.

Gitpod git-bolts git-IDE onto GitHub for in-browser code git-editing

  • The Register (Posted by bob on Sep 5, 2018 5:46 AM EDT)
  • Groups: Chrome; Story Type: News Story
Devs can deal with pull requests from Chrome Developers who uses GitHub – 28 million at last count – now have the option to edit code with the click of a button using Gitpod, an integrated development environment (IDE) that can be launched directly from the social code hosting site.…

Linux-ready motion control system targets visual inspections

Ibase announced a rugged “MAI602-M4D80” motion control computer with 6th or 7th Gen Core CPUs and a PCIe card with 4-axis motion control and a camera. You also get 80-channel DIO and mini-PCIe expansion. Ibase’s rugged MAI602-M4D80 computer is billed as a motion control system, but it combines features from both motion controllers and embedded […]

8 Linux commands for effective process management

  • Opensource.com (Posted by bob on Sep 5, 2018 3:05 AM EDT)
  • Groups: Linux; Story Type: News Story
Generally, an application process' lifecycle has three main states: start, run, and stop. Each state can and should be managed carefully if we want to be competent administrators. These eight commands can be used to manage processes through their lifecycles. Starting a process The easiest way to start a process is to type its name at the command line and press Enter. If you want to start an Nginx web server, type nginx. Perhaps you just want to check the version. read more

Understanding the State of Open Source Container Networking

  • Enterprise Networking Planet; By Sean Michael Kerner (Posted by red5 on Sep 5, 2018 1:45 AM EDT)
Containers have revolutionized the way applications are developed and deployed, but what about the network?

Linux-driven Wi-Fi RTT access point can find Android 9 phones within 1-2 meters

Compulab has launched a Fitlet 2-based “WILD” Wi-Fi RTT access point for real-time indoor location of Android 9 “Pie” phones with 1-2 meter accuracy. WILD devices can find each other at half-meter accuracy. One of the interesting new features in Google’s latest Android 9 “Pie” release, which was announced a month ago, and which today […]

How the Department of Defense Is Using Open Source

  • eWEEK; By Sean Michael Kerner (Posted by red5 on Sep 4, 2018 11:05 PM EDT)
At the Open Source Summit, Jordan Kasper of the Defense Digital Service outlined why it makes sense for the Department of Defense and other U.S. government agencies to embrace the open-source model.

15 command-line aliases, sysadmin container guide, VPN and monitoring tools, top Raspberry Pi blogs, and more

Did you miss Open Source Summit in Vancouver last week? The keynotes were recorded and are available online now. read more

How to Install PostgreSQL on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on Sep 4, 2018 8:25 PM EDT)
  • Groups: Debian
In this tutorial we will show you how to install PostgreSQL on Debian 9 and explore the fundamentals of basic database administration.

Linus Torvalds doesnt understand the latest Linux kernel

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Sep 4, 2018 7:05 PM EDT)
  • Story Type: Interview; Groups: Kernel, Linux
VIDEO: In a wide-ranging interview at Open Source Summit, Torvalds talked about programmers, Linux, and open-source development.

How blockchain can complement open source

  • Opensource.com (Posted by bob on Sep 4, 2018 5:45 PM EDT)
  • Story Type: News Story
The Cathedral and The Bazaar is a classic open source story, written 20 years ago by Eric Steven Raymond. In the story, Eric describes a new revolutionary software development model where complex software projects are built without (or with a very little) central management. This new model is open source. Eric's story compares two models: read more

How to Install and Configure MRTG on Ubuntu 18.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 4, 2018 4:25 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
MRTG also known as "Multi Router Traffic Grapher" is a free and open source tool to monitor the traffic load on network links. In this tutorial, we will learn how to install MRTG on Ubuntu 18.04 server.

How to Install Odoo 10 on CentOS 7 with Nginx as a Reverse Proxy

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Sep 4, 2018 3:05 PM EDT)
  • Story Type: Tutorial; Groups: Linux

Why I love Xonsh

Shell languages are useful for interactive use. But this optimization often comes with trade-offs against using them as programming languages, which is sometimes felt when writing shell scripts. What if your shell also understood a more scalable programming language? Say, Python? Enter Xonsh. Installing Xonsh is as simple as creating a virtual environment, running pip install xonsh[ptk,linux], and then running xonsh. read more

Linux lsblk Command Tutorial for Beginners (8 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 4, 2018 12:25 PM EDT)
  • Groups: Linux; Story Type: News Story
In Linux, block devices are special files that refer to or represent a device (which could be anything from a hard drive to a USB drive). So naturally, there are command line tools that help you with your block devices-related work. Once such utility is lsblk.

« Previous ( 1 ... 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 ... 7442 ) Next »