Showing headlines posted by bob
« Previous ( 1 ... 429 430 431 432 433 434 435 436 437 438 439 ... 1221 ) Next »Managing Python packages the right way
The Python Package Index (PyPI) indexes an amazing array of libraries and applications covering every use case imaginable. However, when it comes to installing and using these packages, newcomers often find themselves running into issues with missing permissions, incompatible library dependencies, and installations that break in surprising ways.
read more
What Linux Journal's Resurrection Taught Me about the FOSS Community
Although I haven't been with Linux Journal since the
beginning, I was there during the heyday, the stroke, the decline,
the death and the resurrection. This article is about that story and
what it says about how the FOSS community has changed.
SUSE Linux and enterprise Raspberry Pi
Video: SUSE Linux Enterprise Server gets work done on many platforms -- including, believe it or not, the Raspberry Pi.
Use Git as the backend for chat
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 GIC, a Git-based chat application
read more
5 useful open source log analysis tools
Monitoring network activity can be a tedious job, but there are good reasons to do it. For one, it allows you to find and investigate suspicious logins on workstations, devices connected to networks, and servers while identifying sources of administrator abuse. You can also trace software installations and data transfers to identify potential issues in real time rather than after the damage is done.
read more
Append-only backups with borg to another VPS or dedicated server
This tutorial will show how to backup the data on a server, denominated as the main server, to another host, here named backup server, with the free software backup program Borg.
How to rebase to Fedora 30 Beta on Silverblue
Silverblue is an operating system for your desktop built on Fedora. It’s excellent for daily use, development, and container-based workflows. It offers numerous advantages such as being able to roll back in case of any problems. If you want to test Fedora 30 on your Silverblue system, this article tells you how. It not only […]
Fedora 30 Beta Released, Chef Releasing All of Its Software as Open Source, elementary Adopting Flatpak for AppCenter, Unreal Engine 4.22 Now Available and VMware Lawsuit Dropped
News briefs for April 3, 2019.
Linux C Programming Tutorial Part 19: Pointers and Arrays
Up until now in this ongoing C programming tutorial series, we have briefly discussed the basics of pointers. There are, however, several more pointers related concepts that need to be discussed. So in this tutorial, we will be discussing the concept of pointers and arrays.
Automate password resets with PWM
One of the things that can be "death by a thousand cuts" for any IT team's sanity and patience is constantly being asked to reset passwords.
The best way we've found to handle this is to ditch your hashing algorithms and store your passwords in plaintext so that your users can retrieve them at any time.
Ha! I am, of course, kidding. That's a terrible idea.
When your users forget their passwords, you'll still need to reset them. But is there a way to break free from the monotonous, repetitive task of doing it manually?
read more
Announcing the release of Fedora 30 Beta
The Fedora Project is pleased to announce the immediate availability of Fedora 30 Beta, the next big step on our journey to the exciting Fedora 30 release. Download the prerelease from our Get Fedora site.
Free to All: 25th Anniversary Issue of Linux Journal, Download Now
We feel in the mood to celebrate. Free 25th Anniversary Issue of Linux Journal for everyone! Follow the link to get yours:.
Official Raspberry Pi Mouse and Keyboard Now Available, SUSE to Become Largest Independent Linux Company, Google Fixed Two Critical Android Security Vulnerabilities, Canonical Announces AWS IoT Greeng
News briefs for April 2, 2019.
Linux developer abandons VMware lawsuit
For over 10 years, VMware was accused of illegally using Linux code in its VMware ESX bare-metal virtual machine hypervisor. After a German court dismissed the case, the Linux programmer behind the lawsuit has called it a day.
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.
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.
Manage your daily schedule with Git
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
Video: SUSE will soon be the largest independent Linux company.
Parallel computation in Python with Dask
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
« Previous ( 1 ... 429 430 431 432 433 434 435 436 437 438 439 ... 1221 ) Next »