Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 ... 7439 ) Next »

How to Install Arch Linux

  • Make Tech Easier; By Nick Congleton (Posted by damien on May 4, 2019 8:42 PM EDT)
  • Story Type: Tutorial; Groups: Arch, Linux
Arch Linux is one of the most beloved Linux distributions for a reason. It puts the control in your hands. Learn how to install it.

Using the force at the Linux command line

  • Opensource.com (Posted by bob on May 4, 2019 6:31 PM EDT)
  • Groups: Linux; Story Type: News Story
Sometime in recent history, sci-fi nerds began an annual celebration of everything Star Wars on May the 4th, a pun on the Jedi blessing, "May the Force be with you." Although most Linux users are probably not Jedi, they still have ways to use the force. Of course, the movie might not have been quite as exciting if Yoda simply told Luke to type man X-Wing fighter or man force. Or if he'd said, "RTFM" (Read the Force Manual, of course). read more

Password Manager Roundup

If you can remember all of your passwords, they're not good passwords. I used to teach people how to create "good" passwords. Those passwords needed to be lengthy, hard to guess and easy to remember. There were lots of tricks to make your passwords better, and for years, that was enough. That's not enough anymore.

5 tips to transition into a Kubernetes job

Want to move into the hot job market for Kubernetes pros, but lack experience? Use this expert advice.

How to Install Shopware with NGINX and Let's encrypt on Ubuntu 18.04 LTS

Shopware is a widely used open source e-commerce software. This tutorial will walk you through the Shopware Community Edition (CE) installation on Ubuntu 18.04 LTS system by using NGINX as a web server and installation of a free Let's encrypt SSL certificate.

Add methods retroactively in Python with singledispatch

Python is one of the most popular programming languages in use today—and for good reasons: it's open source, it has a wide range of uses (such as web programming, business applications, games, scientific programming, and much more), and it has a vibrant and dedicated community supporting it. This community is the reason we have such a large, diverse range of software packages available in the Python Package Index (PyPI) to extend and improve Python and solve the read more

OpenWrt module and dev board offer Wave2 WiFi

  • LinuxGizmos.com; By Eric Brown (Posted by bob on May 4, 2019 7:33 AM EDT)
  • Story Type: News Story; Groups: Developer
8Ddevices’ “Komikan” module runs OpenWrt on a MIPS24k-based Realtek SoC with dual-band, MU-MIMO 802.11ac (Wave2). The open-spec, $59 dev kit version adds a pair of Ethernet and USB ports. 8devices has opened pre-orders for a $29 Komikan module and sandwich-style, $59 Komikan DVK development board for Wave2 prototyping at up to 1.166Gbps.

Linux C Programming Tutorial Part 26 - Structures and Functions

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 4, 2019 5:22 AM EDT)
  • Groups: Linux; Story Type: News Story
In one of our previous command line tutorials, we touched upon the concept of Structures. Using easy to understand examples, we discussed basic stuff like what are structures and why are they required. Expanding upon that, in this tutorial, we will discuss how structures and functions can be used together.

Update Linux Kernel on Ubuntu through UKUU

  • vitux.com; By Karim Buzdar (Posted by vitux on May 4, 2019 3:10 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
The Linux kernel on Ubuntu is the core of the operating system. In this article, we will describe how a user can update Kernel to a newer version through the UKUU utility.

Say goodbye to boilerplate in Python with attrs

Python is one of the most popular programming languages in use today—and for good reasons: it's open source, it has a wide range of uses (such as web programming, business applications, games, scientific programming, and much more), and it has a vibrant and dedicated community supporting it. 

How to test end-to-end encryption in ONLYOFFICE Desktop Editors

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 3, 2019 10:47 PM EDT)
  • Groups: GNU, Linux; Story Type: News Story
ONLYOFFICE Desktop Editors is a free open-source 3-in-1 office suite pack distributed under GNU AGPL v.3.0. Let’s learn how to test E2E-encryption of documents in ONLYOFFICE Desktop Editors.

API evolution the right way

Imagine you are a creator deity, designing a body for a creature. In your benevolence, you wish for the creature to evolve over time: first, because it must respond to changes in its environment, and second, because your wisdom grows and you think of better designs for the beast. It shouldn't remain in the same body forever!

Halo – Weather software written in Python

  • LinuxLinks.com; By Steve Emms (Posted by sde on May 3, 2019 5:30 PM EDT)
  • Story Type: Reviews; Groups: Community, Linux
Halo is a weather app written in the Python programming language and uses Pycairo, a Python module providing bindings for the Cairo graphics library. Halo also uses matplotlib, an excellent plotting library.

SuiteCRM: An Open Source CRM Takes Aim At Salesforce

SuiteCRM is one of the most popular open source CRM (Customer Relationship Management) software available. With its unique-priced managed CRM hosting service, SuiteCRM is aiming to challenge enterprise CRMs like Salesforce.

Check your spelling at the command line with Ispell

  • Opensource.com; By Scott Nesbitt (Posted by bob on May 3, 2019 3:01 PM EDT)
  • Story Type: Editorial; Groups: Community
Good spelling is a skill. A skill that takes time to learn and to master. That said, there are people who never quite pick that skill up—I know a couple or three outstanding writers who can't spell to save their lives. Even if you spell well, the occasional typo creeps in. That's especially true if you're quickly banging on your keyboard to meet a deadline. Regardless of your spelling chops, it's always a good idea to run what you've written through a spelling checker.

How to geotag photos on Linux with Otto

If you want to transfer, rename, geotag, and organize photos and RAW files in one fell swoop, Otto is your friend. This shell script can transfer photos and RAW files from a storage card, neatly organize them, and even add a copyright notice to each photo.

How To Install And Configure Chrony As NTP Client?

  • 2daygeek.com; By Magesh Maruthamuthu (Posted by 2daygeek on May 3, 2019 12:33 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Chrony NTP client helps you to in-sync with an accurate time with NTP server. Chrony is a replacement of NTP client. It can synchronize the system clock faster with better time accuracy and it can be particularly useful for the systems which are not online all the time. chronyd is smaller, it uses less memory and it wakes up the CPU only when necessary, which is better for power saving. It can perform well even when the network is congested for longer periods of time.

Mirror your System Drive using Software RAID

  • Fedora Magazine; By Gregory Bartholomew (Posted by bob on May 3, 2019 11:18 AM EDT)
  • Story Type: Tutorial; Groups: Fedora, Linux
Most of the hardware in your PC can be easily replaced. Your hard disk drive, however, is an exception. Use mdadm to keep a secondary copy of all your data.

Count Number of Files in a Directory in Linux

  • Linux Handbook; By Abhishek Prakash Chaturvedi (Posted by abhishekpc on May 3, 2019 10:04 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Here are several ways to count the number of files in a directory in Linux command line.

« Previous ( 1 ... 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 ... 7439 ) Next »