Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 ... 7359 ) Next »

How to add users to a group in Linux

  • Opensource.com (Posted by bob on Apr 12, 2018 11:36 AM CST)
  • Groups: Linux; Story Type: News Story
Linux offers versatile user/group structures. In this article, we will explore how to create and add users to a group. Users In Linux, every process has an associated user, which tells you who initiated the process. Every file/directory is owned by a user and a group. Users who are associated with a file/directory can tell which user has access to that file and what they can do with it. A user who is associated with a process determines what that process can access. read more

Red Hat Keeps Eye on Hybrid Cloud With RHEL 7.5

RHEL's latest helps Red Hat support its cloud aspirations while keeping its feet firmly planted in Linux and open source.

GPT vs MBR – Which one is the best for your Hard Disk?

  • ursuperb; By Aman Bisht (Posted by amanvista on Apr 12, 2018 9:08 AM CST)
  • Groups: Microsoft
If you have done Hard Disk partitions then you must have come through GPT vs MBR.

3 password managers for the Linux command line

  • Opensource.com (Posted by bob on Apr 12, 2018 7:53 AM CST)
  • Groups: Linux; Story Type: News Story
We all want our passwords to be safe and secure. To do that, many people turn to password management applications like KeePassX or Bitwarden. If you spend a lot of time in a terminal window and are looking for a simpler solution, you'll want to check out one of the many password managers for the Linux command line. They're quick, easy to use, and secure. Let's take a look at three of them. read more

Why You Should Use TimeShift in Linux Mint to Back Up Your Computer

  • Make Tech Easier; By Nick Congleton (Posted by damien on Apr 12, 2018 6:39 AM CST)
  • Story Type: Tutorial; Groups: Linux, Mint
Timeshift is excellent for creating and scheduling regular backups of your Linux desktop system. Learn how to use Timeshift on Linux Mint.

Raspberry Digital Signage 11 released, Pi 3b+ compatible

Raspberry Digital Signage is an operating system designed for digital signage installations on the Raspberry Pi: it displays a full-screen browser view restricted to a specified (web) resource.

Raspberry Digital Signage 11 has been released today, which comes with the latest raspberrypi-bootloader, so that it is compatible with the new Raspberry Pi 3 b+ board line.

Purism Preps Documentation for Devs to Hack on the Librem 5 Linux Phone Platform

Purism, the company that offers high-quality security, privacy, and freedom-focused computers and software, is releasing the initial documentation for its upcoming Librem 5 Linux phone platform.

Markdown Tutorial — From Setup to Syntax

  • LinuxHint; By Ranvir Singh (Posted by linuxhint on Apr 12, 2018 2:56 AM CST)
  • Story Type: Tutorial
Markdown is an easy to read and easy to learn markup language. Unlike HTML, XML or other markup languages, where the insane number of obscure tags make it look unapproachable, markdown is highly readable even as a raw text file.

How to install Jenkins on Tomcat: Complete Guide

CI or Continuous integration is being adopted at very high pace to streamline the buid time & testing. To implement the CI, there are many tools available but the jenkins lead the pack. We have already learned to install Jenkins on CentOS server.

How To Allow A Normal User To Run Commands As Root In Specific Directory In Linux

  • 2daygeek.com; By Prakash Subramanian (Posted by 2daygeek on Apr 12, 2018 12:27 AM CST)
  • Story Type: Tutorial; Groups: Linux
Everything can be possible in Linux. I have realized many times this, even today also we are going to discuss about such kind of topics. Say for example, you want to allow a developer’s to run chown or chmod command in particular directory (Not only this commands), how to do that?

Get the FTP outta here, says Firefox

Mozilla developers have decided to block requests for File Transfer Protocol (FTP) subresources inside web pages. A bug report and Intent to implement notice suggest the change will land in Firefox 61. The browser’s currently at version 59, with 61 due in May 2018.

Awesome GNOME extensions for developers

Extensions add immense flexibility to the GNOME 3 desktop environment. They give users the advantage of customizing their desktop while adding ease and efficiency to their workflow. The Fedora Magazine has already covered some great desktop extensions such as EasyScreenCast, gTile, and OpenWeather. This article continues that coverage by focusing on extensions tailored for developers.

OSI's Simon Phipps on Open Source's Past and Future

It would be difficult for anyone who follows Linux and open source to have missed the 20th birthday of open source in early February. This was a dual celebration, actually, noting the passing of 20 years since the term "open source" was first coined and since the formation of the Open Source Initiative (OSI), the organization that decides whether software licenses qualify to wear that label.

Replicate your custom Linux settings with DistroTweaks

Currently, there are more than 300 different Linux operating system distributions available. Each distro serves a slightly different purpose with slightly different bundles of programs for different communities of users. Even though there are hundreds of different versions of Linux, it hasn't been very easy for individual customizers to share them with the community. DistroTweaks, a process that allows users to customize and share Linux, is a better option than what's come before. read more

Video: Ubuntu 18.04 Beta Preview

  • YouTube; By It's FOSS (Posted by abhishekpc on Apr 11, 2018 6:16 PM CST)
  • Story Type: Video
Video: Ubuntu 18.04 Beta has been released ahead of the final release on 26th April. Here's a video showcasing the new features of Ubuntu 18.04.

Deploying Hyperledger Fabric on Kubernetes

  • Opensource.com (Posted by bob on Apr 11, 2018 5:01 PM CST)
  • Groups: Linux; Story Type: News Story
Hyperledger Fabric is an open source blockchain framework implementation and one of the Hyperledger projects hosted by The Linux Foundation. It is a platform for distributed ledger solutions. This article aims to simplify Fabric operations by use of Kubernetes. This tool is ideal for the following reasons: read more

How to deploy Rocket.Chat on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Apr 11, 2018 3:47 PM CST)
  • Story Type: Tutorial
Rocket.Chat is a complete team communication platform, a self-hosted Slack alternative. It is built with Meteor and provides various features including helpdesk chat, video conferencing, file sharing, voice messages, API, and more. In this tutorial, we will show you how to deploy Rocket.Chat on a CentOS 7 server and configure Nginx as a SSL reverse proxy.

Install Oracle Java 10 In Ubuntu Or Linux Mint From PPA Repository

A new PPA repository that allows easily installing and updating Oracle Java 10 (JDK) in Ubuntu or Linux Mint. Oracle provides Java (JDK) 10 for 64bit only. As a result, using the Oracle Java 10 package in our PPA will only work on 64bit, so don't try to install it on 32bit or ARM because it won't work!

Make your first contribution to an open source project

  • Opensource.com (Posted by bob on Apr 11, 2018 1:13 PM CST)
  • Story Type: News Story
It's a common misconception that contributing to open source is difficult. You might think, "Sometimes I can't even understand my own code; how am I supposed to understand someone else's?" Relax. Until last year, I thought the same thing. Reading and understanding someone else's code and writing your own on top of that can be a daunting task, but with the right resources, it isn't as hard as you might think. The first step is to choose a project. This decision can be instrumental in turning a newbie programmer into a seasoned open sourcer. read more

Beginner’s guide for creating LEMP server

Learn how to create a LEMP stack, where LEMP is synonym for combination of Linux, Nginx, Mariadb/mysql & php (php-fpm) is known as LEMP.

« Previous ( 1 ... 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 ... 7359 ) Next »