Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 ... 7441 ) Next »

A Trash-Bin for the Ubuntu Command Line

  • vitux.com; By Karim Buzdar (Posted by vitux on Nov 12, 2018 11:03 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain a few ways to safely remove files through the Ubuntu command line and also install a Trash CLI so that files can be recovered if we have deleted them by mistake.

Behind the scenes with Linux containers

  • Opensource.com (Posted by bob on Nov 12, 2018 8:49 AM EDT)
  • Groups: Linux; Story Type: News Story
Can you have Linux containers without Docker? Without OpenShift? Without Kubernetes? read more

AsciiDoc – text document format for writing

AsciiDoc is a lightweight markup language for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. It’s a plain text human readable/writable document format that dates back to 2002.

7 Best free & Open source Linux Mint & Ubuntu music player

  • H2S; By Rajkumar Maurya (Posted by bob on Nov 12, 2018 2:00 AM EDT)
  • Story Type: Reviews; Groups: Ubuntu
we have created this list of top Linux music player those work on both Ubuntu and Linux Mint... So, without further delay let’s see the Top & Best free plus open-source Linux Mint and Ubuntu Music player.

How To Install and Configure GitLab on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Nov 11, 2018 10:11 PM EDT)
  • Story Type: Tutorial
GitLab is a web-based open source Git repository manager written in Ruby including wiki, issue management, code review, monitoring and continuous integration and deployment. It enables developers to build,deploy and run their applications. This tutorial covers the steps necessary for installing and configuring GitLab (CE) on a CentOS 7 system using the Omnibus packages.

Installing Vundle: The Plugin Manager For Vim

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Nov 11, 2018 4:22 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Today, this guide will present a step-by-step guide of how to install and configure Vundle (Vim Bundle) from GitHub, and what issues you may face when installing Vundle. As many of you may know, vim is a console-based text editor that has numerous advanced features. One such feature is that its functionality can be extended and customized using plugins written by other people. Managing these plugins, however, can be rather tedious. Vundle attempts to assist users in managing these plugins for you by providing an interface.

How to Install MariaDB on Ubuntu 16.04

MariaDB is a community-developed fork of MySQL. It is a free and open source, very fast, stable and scalable database server, which makes it one of the most used database servers in the world. It is an improved, drop-in replacement for popular MySQL Database Server. In this tutorial, we will show you how to install MariaDB on Ubuntu 16.04. Installing MariaDB on Ubuntu 16.04 is an easy task, and if you carefully follow the steps of this tutorial, you should have it installed on your system in less than 10 minutes. Let’s get started.

How to install Apache Maven on CentOS 7

Apache Maven is a free and open source project management and comprehension tool used primarily for Java projects. Maven uses a Project Object Model (POM) which is essentially a XML file containing information about the project, configuration details, the project’s dependencies, and so on. In this tutorial we will show you two different ways to install Apache Maven on CentOS 7.

Snapdragon 2100 dev kit arrives as Fossil debuts smartwatch for new Snapdragon 3100

  • LinuxGizmos.com (Posted by bob on Nov 11, 2018 4:13 AM EDT)
  • Groups: Android; Story Type: News Story
Intrinsyc has launched an Android-based Open-Q 2500 SOM module and development kit for smartwatches based on the Snapdragon 2500. Meanwhile, Fossil unveiled the first watch to run Wear OS on the next-gen Snapdragon 3100. Intrinsyc has followed up on last year’s smartwatch oriented Open?Q 2100 SOM, featuring Qualcomm’s Snapdragon Wear 2100 SoC, with a new […]

Snapshot Games have cancelled the Linux version of Phoenix Point

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Nov 11, 2018 1:21 AM EDT)
  • Story Type: News Story; Groups: Games
Some news that I'm not particularly happy about. Snapshot Games, which includes X-COM creator Julian Gollop, have announced they've cancelled the Linux version of Phoenix Point.

Linux-driven 96Boards SBC features AI and RISC-V companion chips

Bitmain announced a “Sophon BM1880 EDB” 96Boards CE SBC featuring its new Sophon BM1880 AI chip plus dual Cortex-A53 cores that run Linux. There’s also a RISC-V chip and optional Raspberry Pi and Arduino modules. Beijing-based Bitmain, which is known primarily as a leading vendor of bitcoin mining chips and computers, also has a “Sophon” […]

Paging Linux Users: What Made You Give Up on Windows?

Once described by Microsoft as “a cancer,” the Linux world has become a key focus for Microsoft these days, especially as part of the company’s transformation started shortly after Satya Nadella took over the CEO role from Steve Ballmer.

FDA releases open source code, open source software gets emotional, and more news

In this edition of our open source news roundup, we take a look at two open source companies getting funding, the FDA open sources app code, Barcelona upping its open source investment, and more. Open source firms finish funding rounds In the last two weeks, IBM's acquisition of Red Hat led the open source business headlines. But two other companies that develop open source software also made some bold financial moves that filled their coffers quite nicely. read more

How Microsoft Ignores Millions of Windows 10 Version 1809 Users

Windows 10 October 2018 Update (version 1809) is without a doubt one of the buggiest releases in a long time, and the way Microsoft handles its very own blunder shows the company still has a lot to learn both from its rivals and from customers who have been sending their feedback for so long.

Bash For Loop

  • linuxize.com; By linuxize (Posted by linuxize on Nov 10, 2018 2:52 PM EDT)
  • Groups: Linux
Loops are one of the fundamental concepts of programming languages. Loops are handy, if you want to run series of commands over and over again, until a condition situation is reached. In scripting languages such as Bash, loops are useful for automating repetitive tasks.

Android Oreo dev kit showcases the Snapdragon 670

Intrinsyc’s Android 8.0 driven Open-Q 670 HDK mobile development kit for the octa-core Snapdragon 670 SoC features a 5.65-inch touchscreen, 6GB LPDDR4, 6GB eMMC, WiFi, BT, GPS, NFC, and optional camera and sensor boards. The 170 x 170mm, Mini-ITX form-factor Open-Q 670 HDK is one of Intrynsic’s Android mobile “open frame” kits with a smartphone […]

Stealth and hacking game 'OFF GRID' fully funded and heading to Linux

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Nov 10, 2018 11:04 AM EDT)
  • Story Type: News Story; Groups: Games
OFF GRID, a stealth and hacking game about privacy and mass surveillance managed to get funded on Kickstarter and so it's coming to Linux.

Comments In BASH - Learn BASH | Part 3

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Nov 10, 2018 9:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Welcome to chapter three of BASH scripting series. Today we'll dive into a very important topic in programming called comment. Comment, in programming, is somewhat different from the online world of the Internet where you read an article or a blog and then throw some of your opinions or applaud the author in the comment section.

VMware Buys Kubernetes-based Heptio to Boost Its Multi-Cloud Strategy

Another important open source company has been picked up by a big proprietary player. This time it's the Seattle-based Kubernetes-focused Heptio, which is being acquired by the virtualization giant VMware. The deal was announced on Tuesday at VMworld Europe in Barcelona, just a little over a week after IBM picked up Red Hat for a cool $33 billion. Details of the sale are not being made public.

Must-Have Tools for Writers on the Linux Platform

  • Linux.com; By Jack Wallen (Posted by bob on Nov 10, 2018 5:20 AM EDT)
  • Story Type: News Story; Groups: Linux
A perfect storm of Linux evolution and web-based tools have made it such that any writer can get the job done (and done well) on Linux. But what tools will you need? You might be surprised to find out that, in some instances, the job cannot be efficiently done with 100% open source tools. Even with that caveat, the job can be done. Let’s take a look at the tools I’ve been using as both a tech writer and author of fiction.

« Previous ( 1 ... 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 ... 7441 ) Next »