Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 ... 7441 ) Next »

Linux service Command Tutorial for Beginners (with Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 26, 2018 8:24 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The service command lets you run a System V init script. In this tutorial, we will briefly discuss this tool using some easy to understand examples.

I've got 99 problems but Linux ain't one

As the global technology evangelist director of Red Hat’s portfolio product marketing group, I have a secondary focus on portfolio architectures. I research customer successes in solution implementation using our open source technologies, then produce generic higher-level architectural content so that others may benefit from these real-life experiences. read more

Console File Manager nnn 2.1 Adds Tabs Support

  • Linux Uprising; By Logix (Posted by logix on Nov 26, 2018 5:56 PM EDT)
  • Story Type: News Story; Groups: Linux
nnn is a very fast terminal file manager whose main goal is seamless desktop environment integration. The Ncurses based keyboard-driven terminal application features basic, details (default) and disk usage analyzer modes, with navigate as you type, vidir integration, terminal locker, and much more.

Roman Numerals and Bash

Fun with retro-coding a Roman numeral converter—I head back to my college years and solve me homework anew!

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.

« Previous ( 1 ... 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 ... 7441 ) Next »