Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 ... 7359 ) Next »

Learn Linux, 302 (Mixed environments): Authentication and authorization

In preparation for taking the Linux Professional Institute Certification exam LPI-302 for systems administrators, learn how to set up and store passwords, integrate Samba with LDAP, and use ACLs to protect your Linux installation.

25 Years Later: Interview with Linus Torvalds

Linux Journal's very first issue featured an interview between LJ's first Publisher, Robert Young (who went on to co-found Red Hat among other things), and Linus Torvalds (author of the Linux kernel). After 25 years, we thought it'd be interesting to get the two of them together again. You can read that first interview from 1994 here.

How To Install and Use Curl on Ubuntu 18.04

Curl is a command line tool that allows you to transfer data from or to a remote server. In this tutorial, we will show you how to install Curl on Ubuntu 18.04.

Learn Linux, 302 (Mixed environments): Trivial Database files

Samba uses Trivial Database files to store both persistent and temporary data as part of its job integrating file and print sharing between Linux and Windows. In preparation for the Linux Professional Institute Certification exam LPI-302, learn all about the Samba Trivial Database (TDB) format that Samba uses to store information, how to look inside TDB files, and how to back them up.

Official Raspberry Pi Keyboard and Mouse Are Now Available for Order

The Raspberry Pi foundation announced today the worldwide availability of the official keyboard and mouse input devices for its tiny Raspberry Pi computers.

Loops In BASH - Learn BASH | Part 6

Welcome to the sixth chapter on BASH scripting series. And today we will dive into a very cool topic called looping constructs in computer programming. Loops are important if we have a task that needs repetition. In the previous chapter where we discussed about decisions, we made the computer think logically. Combine that with loops and we have an almost humanoid program that can think, work, and repeat the steps throughout the day.

Manage your daily schedule with Git

  • Opensource.com (Posted by bob on Apr 2, 2019 3:45 PM EDT)
  • Story Type: News Story
Git is one of those rare applications that has managed to encapsulate so much of modern computing into one program that it ends up serving as the computational engine for many other applications. While it's best-known for tracking source code changes in software development, it has many other uses that can make your life easier and more organized. In this series leading up to Git's 14th anniversary on April 7, we'll share seven little-known ways to use Git. Today, we'll look at using Git to keep track of your calendar. read more

The new SUSE

  • ZDNet; By Steven J. Vaughan-Nichols (Posted by bob on Apr 2, 2019 2:30 PM EDT)
  • Story Type: News Story; Groups: Linux, SUSE
Video: SUSE will soon be the largest independent Linux company.

Build, Run and Manage Linux Containers with Buildah

  • Linux Handbook; By Servesha (Posted by abhishekpc on Apr 2, 2019 1:16 PM EDT)
  • Story Type: Tutorial; Groups: Cloud
Buildah is used to create, build, manage, run container images as well as containers. It can be used with Docker, Podman, Kubernetes! Let’s get started with Buildah.

Parallel computation in Python with Dask

  • Opensource.com (Posted by bob on Apr 2, 2019 12:02 PM EDT)
  • Groups: Python; Story Type: News Story
One frequent complaint about Python performance is the global interpreter lock (GIL). Because of GIL, only one thread can execute Python byte code at a time. As a consequence, using threads does not speed up computation—even on modern, multi-core machines. read more

How To Install And Enable Flatpak Support On Linux?

2DayGeek: In recent years, universal packaging formats were come out and gained a lot of popularity among traditional package manager.

Making computer science curricula as adaptable as our code

  • Opensource.com (Posted by bob on Apr 2, 2019 9:33 AM EDT)
  • Story Type: News Story
Educators in elementary computer science face a lack of adaptable curricula. Calls for more modifiable, non-rigid curricula are therefore enticing—assuming that such curricula could benefit teachers by increasing their ability to mold resources for individual classrooms and, ultimately, produce better teaching experiences and learning outcomes. read more

3 cool text-based email clients

  • Fedora Magazine (Posted by bob on Apr 2, 2019 1:26 AM EDT)
  • Groups: Fedora; Story Type: News Story
Writing and receiving email is a big part of everyone’s daily routine and choosing an email client is usually a major decision. The Fedora OS provides a large choice of email clients and among these are text-based email applications. Mutt Mutt is probably one of the most popular text-based email clients. It supports all the […]

How to Install Audacious Audio Player on Ubuntu

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 2, 2019 12:12 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will describe two ways to install Audacious on Ubuntu. You can make a choice based on the source you want to install Audacious from and also if you want to use the UI or the command line.

Linux C Programming Tutorial Part 18: Recursive functions

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Apr 1, 2019 10:57 PM EDT)
  • Groups: Linux; Story Type: News Story
Irrespective of the programming language you use, as you start coding more and more, you get to learn concepts that make your code crisp and easy to read/understand. There are several such concepts in the C as well. One of them is 'recursive functions,' which we'll be discussing here in this article.

Install Joomla on Ubuntu 18.04

Joomla is one of the most popular open source content management systems that powers hundreds of thousands of websites. It is written in PHP and packs a ton of features that can be extended with free and premium extensions and themes. With Joomla, you can easily build your eCommerce store, personal website, social site or blog.

How Kubeflow is evolving without ksonnet

Many software projects depend on modules that are run as separate open source projects. When one of those modules loses support (as is inevitable), the community around the main project must determine how to proceed. read more

Linux Journal at 25

Most magazines have the life expectancy of a house plant.... Our first publisher was Bob Young, who quickly left to leverage his on-the-job learnings into a Linux startup he called Red Hat. When I first met Bob, years later, I told him Phil said, "I taught Bob how to spell Linux." To my surprise, Bob replied, "That's true!"

Four Methods To Add A User To Group In Linux

  • 2daygeek.com; By Magesh M (Posted by 2daygeek on Apr 1, 2019 4:53 PM EDT)
  • Story Type: Tutorial; Groups: Linux
2DayGeek: Learn how to add a user to a group in multiple ways.

How to create a filesystem on a Linux partition or logical volume

  • Opensource.com (Posted by bob on Apr 1, 2019 3:39 PM EDT)
  • Groups: Linux; Story Type: News Story
In computing, a filesystem controls how data is stored and retrieved and helps organize the files on the storage media. Without a filesystem, information in storage would be one large block of data, and you couldn't tell where one piece of information stopped and the next began. A filesystem helps manage all of this by providing names to files that store data and maintaining a table of files and directories—along with their start/end location, total size, etc.—on disks within the filesystem. read more

« Previous ( 1 ... 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 ... 7359 ) Next »