Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 ... 7359 ) Next »
Comments In BASH - Learn BASH | Part 3
Welcome to chapter three of BASH scripting series. Today we'll dive into a very important topic in programming called comment. Comment, in programming, is somewhat different from the online world of the Internet where you read an article or a blog and then throw some of your opinions or applaud the author in the comment section.
VMware Buys Kubernetes-based Heptio to Boost Its Multi-Cloud Strategy
Another important open source company has been picked up by a big proprietary player. This time it's the Seattle-based Kubernetes-focused Heptio, which is being acquired by the virtualization giant VMware. The deal was announced on Tuesday at VMworld Europe in Barcelona, just a little over a week after IBM picked up Red Hat for a cool $33 billion. Details of the sale are not being made public.
Must-Have Tools for Writers on the Linux Platform
A perfect storm of Linux evolution and web-based tools have made it such that any writer can get the job done (and done well) on Linux. But what tools will you need? You might be surprised to find out that, in some instances, the job cannot be efficiently done with 100% open source tools. Even with that caveat, the job can be done. Let’s take a look at the tools I’ve been using as both a tech writer and author of fiction.
How To Use Dropbox On Non-Ext4 Filesystems (Btrfs, Ext3, XFS, ZFS, Etc.) On Linux
In case you can't switch to a different cloud storage provider or use an Ext4 filesystem without eCryptfs for your Dropbox folder location, you can use a simple tool, called dropbox-filesystem-fix, that works around this Dropbox limitation, allowing the Dropbox desktop client to continue synchronizing files, no matter the filesystem type in use.
Removing Duplicate PATH Entries
The goal here is to remove duplicate entries from the PATH variable.
But before I begin, let's be clear: there's no compelling reason to
to do this. The shell will, in essence, ignore duplicates PATH entries;
only the first occurrence of any one path is important.
Two motivations drive this exercise.
The first is to look at an awk one-liner that initially
doesn't really appear to do much at all.
The second is to feed the needs of those who are annoyed by
such things as having duplicate PATH entries.
How to Install Open Source Social Network (OSSN) on Ubuntu 18.04 LTS
Open Source Social Network (OSSN) is a free and open source social networking software written in PHP. It is used to create your own social network website and build relationships with your members. In this tutorial, we will be going to learn how to install Open Source Social Network on Ubuntu 18.04 LTS server.
Developers are the new kingdom builders
Stephen O'Grady's The New Kingmakers is a great book that explains why developers are a business' most important assets. O'Grady says developers are shaping products in new ways, and organizations that understand and embrace the value of this shift will be the most successful in the coming years. He shows how developers today are making the decisions, not the traditional IT decision-makers of prior years. Developers have the power to make or break a business, whether by their experience, their talent, or their passion.
RISC-V Linux development in full swing
All signs point to a happy marriage between Linux and RISC-V. At Embedded Linux Conference Europe, Comcast’s Khem Raj gave a presentation that strengthens the case. Most Linux users have heard about the open source RISC-V ISA and its potential to challenge proprietary Arm and Intel architectures. Most are probably aware that some RISC-V based […]
7 reasons I love open source
Here's why I spend so much of my time—including evenings and weekends—on GitHub, as an active member of the open source community. I’ve worked on everything from solo projects to small collaborative group efforts to projects with hundreds of contributors. With each project, I’ve learned something new.
How to Mount and Unmount File Systems in Linux
On Linux and UNIX operating systems you can use the mount command to attach (mount) file systems and removable devices such as USB flash drives at a particular mount point in the directory tree. The umount command detaches (unmounts) the mounted file system from the directory tree.
How Do You Appreciate Fedora?
This week is the first annual Fedora Appreciation Week. As an extension of the How Do You Fedora? series, this article presents how past interviewees appreciate Fedora. The Fedora Project defines four common values that it encourages all contributors and community members to uphold. Those values are known as the Four Foundations. One such value, Friends, represents […]
Import your files from closed or obsolete applications
One of the biggest risks with using proprietary applications is losing access to your digital content if the software disappears or ends support for old file formats. Moving your content to an open format is the best way to protect yourself from being locked out due to vendor lock-in and for that, the Document Liberation Project (DLP) has your back.
Essential System Tools: journalctl – query and display messages from the journal
journalctl is used for querying and displaying messages from the journal. Since the journal comprises of one or more binary files, journalctl is the standard way to read messages from it.
Install and Deploy Kubernetes on Ubuntu 18.04 LTS
Kubernetes is an open-source container management system for Docker containers. In this tutorial, we will explain how to install Kubernetes on an Ubuntu system and also deploy Kubernetes on a two-node Ubuntu cluster.
How to Generate a Self-Signed SSL Certificate on Linux
SSL is on a lot of people’s minds today. With free Let’s Encrypt certificates becoming extremely common, there’s no reason for anyone to not use SSL – not to mention the search ranking benefits, and the fact that browsers will trust your site.
Oracle Updates Its Linux Distro with Red Hat Enterprise Linux 7.6 Compatibility
Oracle announced the release and general availability of the Oracle Enterprise Linux 7.6 operating system, a maintenance update synced with the upstream repositories of Red Hat's Red Hat Enterprise Linux 7.6.
An Immodest Proposal for the Music Industry
From the 1940s to the 1960s, countless millions of people would put a dime in a jukebox to have a single piece of music played for them, one time. If they wanted to hear it again, or to play another song, they'd put in another dime. In today's music business, companies such as Spotify, Apple and Pandora pay fractions of a penny to stream songs to listeners. While this is a big business that continues to become bigger, it fails to cover what the music industry calls a "value gap".
Docker Enterprise 2.1 Accelerates Application Migration to Containers
Docker is adding support on its enterprise platform to help make it easier for Windows and Linux applications to migrate to containers.
Docker invites elderly Windows Server apps to spend remaining days in supervised care
Version 2.1 of Docker Enterprise brings Windows App Migration Program. Docker on Thursday plans to introduce a Windows Server Application Migration program with the release of Docker Enterprise 2.1.…
How to Move Files Using Linux Commands or File Managers
If you're familiar with Linux, you know there are always many routes to the same success. Moving files is no exception. You can opt for the power of the command line or the simplicity of the GUI – either way, you will get those files moved. Learn how to move files with Linux commands in this tutorial from our archives.
« Previous ( 1 ... 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 ... 7359 ) Next »