Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 ... 7359 ) Next »

How many programming languages is too many for one project?

  • Opensource.com (Posted by bob on Nov 26, 2018 3:27 PM EDT)
  • Story Type: News Story
One great thing about programming languages is that there is such diversity that you can choose the best one to solve any given problem. But sometimes the worst thing can be when projects take advantage of this and build applications or systems of applications that require domain knowledge of many different languages. When this happens, it can be difficult for everyone, or even anyone, to fully understand the scope of the project. read more

Spectre mitigation guts Linux 4.20 performance

  • naked security; By John E. Dunn (Posted by bob on Nov 26, 2018 2:12 PM EDT)
  • Groups: Kernel
One of Intel’s fixes for the Spectre variant 2 chip flaw (CVE- 2017-5715) appears to have taken a big bite out of the performance of the latest Linux kernel. The mitigation in question is the Single Thread Indirect Branch Predictors (STIBP), one of three that Intel proposed not long after details of the Meltdown and Spectre flaws were made public in January.

How to use the sudo command to deploy superuser powers on Linux

  • Network World; By Sandra Henry-Stocker (Posted by MDavidson6785 on Nov 26, 2018 12:58 PM EDT)
  • Groups: Linux
The sudo command allows privileged users to run all or selected commands as root, but understanding how it works and doesn't work is a big help.

C# Fundamentals: Hello World

C# is a general purpose, type safe programming language implemented with the Object Oriented Paradigm in mind, The following tutorial is aimed at users that already know the basics of programming and are looking for a fast guide to get started with C# and .NET Core on Linux. The whole tutorial is divided into different posts, […]

7 Essential Examples of cp Command in Linux

  • Linux Handbook; By Abhishek Prakash (Posted by abhishekpc on Nov 26, 2018 10:29 AM EDT)
  • Story Type: Tutorial; Groups: Linux
cp command in Linux is used for copying files and directories. In this tutorial, you’ll learn some of the essential usages of the cp command.

Essential System Tools: Neofetch – System Information Tool written in Bash

Neofetch is a command-line interface system information script written in bash 3.2+. The script displays information about your system next to an image, your operating system logo, or any ASCII/image file of your choice. It’s designed to capture information about your system and display it in an aesthetic and visually pleasing way.

How to use multiple programming languages without losing your mind

  • Opensource.com; By Bart Copeland (Posted by bob on Nov 26, 2018 8:01 AM EDT)
  • Story Type: Editorial; Groups: Developer
With all the different programming languages available today, many organizations have become digital polyglots. Open source opens up a world of languages and technology stacks developers can use to accomplish their tasks, including developing and supporting legacy and modern software applications.

Vulnerability Mapping with Kali Linux

  • Security Boulevard; By Lester Obbayi (Posted by bob on Nov 26, 2018 4:12 AM EDT)
  • Story Type: Security
Vulnerability mapping is an activity carried out to identify security flaws which can result in the compromise of a system. Sometimes researchers will use the term “vulnerability assessment” instead of “vulnerability mapping.” They are, however, the same thing.

Bash while Loop

  • linuxize.com; By linuxize (Posted by linuxize on Nov 26, 2018 12:23 AM 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. There are 3 basic loop constructs in Bash scripting, for loop, while loop, and until loop.

Raspberry Pi, 10 Year Ubuntu, Huge Games Sale, Slax, deepin, Mozilla vs FCC | This Week in Linux 44

On this episode of This Week in Linux. We take a look at the latest Raspberry Pi, Linus has some comments on some performance issues with recent Spectre mitigations, Canonical announced 10 Years Support for Ubuntu 18.04. We’ll also be checking out a bunch of distro releases from Void Linux, Slax, Deeping, Whonix and even a beta from Red Hat. Later in the show, we’ll cover some Security News as well as some awesome sales going on for Linux Games right now! All that and much more!

Free Software Messiah Richard Stallman: We Can Do Better Than Bitcoin

  • Cryptosumer (Posted by bob on Nov 25, 2018 4:16 PM EDT)
  • Story Type: Interview
Richard Stallman, the fervently committed founder of the free software movement, is discussing the term “libertarian,” when he stops talking abruptly and says, “Hello?”

Decisions | A Way To Make BASH Program Intelligent - Learn BASH | Part 4

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Nov 25, 2018 12:27 PM EDT)
  • Story Type: Reviews; Groups: Linux
Welcome to the fourth chapter of BASH scripting series in which we will discuss the topic, decisions. Like a human being making decisions throughout the day, computers too need to decide on the best possible route when executing stuff from time to time. It has to consider whether a certain line of statements is necessary to be executed or not, based on a condition. In computer programming, the condition is usually tested on boolean values; either true or false.

Self-Professed Linux 'Lover' Microsoft Passes Questionable Patents to DJI as Part of “Microsoft-DJI Collaboration on Azure”

Microsoft is again scattering patents around (for profit and lawsuits), having long done that with patent trolls which attack GNU/Linux

How To Install and Configure Redis on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Nov 25, 2018 4:50 AM EDT)
  • Story Type: Tutorial
Redis is an open-source in-memory data structure store. It can be used as a database, cache and message broker and supports various data structures such as Strings, Hashes, Lists, Sets etc. This tutorial explains how to install and configure Redis on an CentOS 7 server.

ReactOS, the Open Source Windows Clone, Can Now Boot from Btrfs Drives

Colin Finck of ReactOS project announced the release of ReactOS 0.4.10, a version that packs several enhancements to the open-source Windows clone.

Benchmarking The Work-In-Progress Spectre/STIBP Code On The Way For Linux 4.20

  • phoronix; By Michael Larabel (Posted by bob on Nov 24, 2018 9:12 PM EDT)
  • Groups: Kernel
The improved STIBP heuristics have gone through several rounds of public review on the kernel mailing list in recent weeks. The patches are now queued in tip/tip.git's new WIP.x86/pti Git branch.

DoS Vulnerabilities Found in Linux Kernel, Unpatched

  • Softpedia; By Sergiu Gatlan (Posted by bob on Nov 24, 2018 5:24 PM EDT)
  • Story Type: Security; Groups: Kernel
Two denial-of-service (DoS) vulnerabilities found in the Linux Kernel by contributor Wanpeng Li could allow local attackers to exploit null pointer deference bugs to trigger DoS conditions.

How To Install Webmin on Ubuntu 18.04

  • linuxize.com; By linuxize (Posted by linuxize on Nov 24, 2018 2:32 PM EDT)
  • Groups: Ubuntu
Webmin is an open source web control panel for system administration for Linux/UNIX. Webmin allows you to manage users, groups, disk quotas as well as configure most popular services including web, FTP, email and database servers.

Weekend Reading: Do-It-Yourself Projects

Join us this weekend as we bring the DIY movement back. Not only is it a chance to start working on those ideas you've been putting off for months, but it's also a great way to learn while playing.

Tech gadget gift guide, new Raspberry Pi, Linux on the desktop, and more news

In this edition of our open source news roundup, we take a look at the Mozilla's "Privacy Not Included" gift guide, Steven J. Vaughan-Nichols's thoughts about Linux on the desktop, the release of the Raspberry Pi 3 Model A+, and more.

« Previous ( 1 ... 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 ... 7359 ) Next »