Showing headlines posted by bob

« Previous ( 1 ... 413 414 415 416 417 418 419 420 421 422 423 ... 1156 ) Next »

How to swap Ctrl and Caps Lock keys in Linux

  • Opensource.com; By Chris Hermansen (Posted by bob on Nov 21, 2018 7:21 PM EDT)
  • Story Type: News Story; Groups: Linux
For many people who've been computer users for (let's just say) "quite some time now," the Ctrl and Caps Lock keys have been in the wrong place since shortly after the first PC keyboards rolled off the production line.

10 ways to give thanks to open source and free software maintainers

  • Opensource.com (Posted by bob on Nov 21, 2018 3:38 PM EDT)
  • Story Type: News Story
Every day, I use high-quality software that is developed and maintained by people who do not ask for payment, who respect my freedoms, and who are generous with their time and energy. In this season of giving thanks, I encourage those of you who also use and appreciate the work of open source and free software maintainers to express your gratitude. Here are ten ways to do that: read more

Gemini Lake based Odroid-H2 hacker board on sale starting at $111

Hardkernel launched its Odroid-H2 SBC starting at $111 without RAM or flash. The open spec SBC runs Ubuntu 18.10 on Intel Gemini Lake, and offers 2x SATA 3.0, 2x GbE, HDMI and DP, 4x USB, and an M.2 slot for NVMe. Last month when Hardkernel announced its Intel Gemini Lake based Odroid-H2 SBC with an […]

How to install extensions via the Software application

GNOME is the default desktop environment shipped with Fedora Workstation. GNOME Shell provides an awesome, minimal, default experience that is easy to pick up and use. However, GNOME Shell Extensions make it easy to add to and change the behavior of GNOME. The extensions.gnome.org website is the canonical source for quality GNOME extensions, and previously, […]

Coupled commands with control operators in Bash

  • Opensource.com (Posted by bob on Nov 21, 2018 8:12 AM EDT)
  • Story Type: News Story
Simple compound commands—such as stringing several commands together in a sequence on the command line—are used often. Such commands are separated by semicolons, which define the end of a command. To create a simple series of shell commands on a single line, simply separate each command using a semicolon, like this: read more

What's New in Bash Parameter Expansion

The bash man page is close to 40K words. It's not quite War and Peace, but it could hold its own in a rack of cheap novels. Given the size of bash's documentation, missing a useful feature is easy to do when looking through the man page. For that reason, as well as to look for new features, revisiting the man page occasionally can be a useful thing to do.

Serverless computing, learning Go, Linux system recovery, TiDB, Udev, and more

  • Opensource.com; By Rikki Endsley (Posted by bob on Nov 21, 2018 3:15 AM EDT)
  • Story Type: Roundups; Groups: Linux
The 2018 Open Source Yearbook launches soon. Do you have an idea for an article? Send me your idea. Also the past week's main stories are listed here.

How To Install and Secure phpMyAdmin on Ubuntu 18.04 LTS

phpMyAdmin is a free and open source administration tool for MySQL and MariaDB. phpMyAdmin is a web-based tool that allows you to easily manage MySQL or MariaDB databases. In this tutorial, we will be going to explain how to install and secure phpMyAdmin on Ubuntu 18.04 server.

Home Assistant: The Python Approach to Home Automation

  • Linux.com; By Eric Brown (Posted by bob on Nov 21, 2018 12:46 AM EDT)
  • Story Type: Editorial; Groups: Linux, Python
A number of home automation platforms support Python as an extension, but if you’re a real Python fiend, you’ll probably want Home Assistant, which places the programming language front and center.

Linux file Command Tutorial for Beginners (5 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 20, 2018 6:35 PM EDT)
  • Groups: Linux; Story Type: News Story
While working on the Linux command line, there may be times when you'd encounter a file which is an archive (say a .zip file), but its extension (or lack of it) would suggest otherwise. It's in times like these, the file command proves helpful as it lets you determine the actual file type.

How machine learning is supercharging content management

Machine learning and artificial intelligence (AI) are some of the hottest buzzwords around, especially in the open source community. It seems that every month brings a new machine learning system, each focused on a different application. read more

Getting started with software-defined networking

  • Opensource.com (Posted by bob on Nov 20, 2018 12:23 PM EDT)
  • Story Type: News Story
Software-defined networking (SDN) is a dynamic, manageable, cost-effective, and adaptable networking technology suitable for the high-bandwidth, dynamic nature of today’s applications. By using an SDN architecture, an IT operations team can control network traffic in complex networking topologies through a centralized panel, rather than handling each network device, such as routers and switches, manually. read more

How do we handle and use such enormous amounts of data?

  • Opensource.com; By Jen Wike Huger (Posted by bob on Nov 20, 2018 8:40 AM EDT)
  • Story Type: Editorial; Groups: Community
How many gigabytes of data did we (the people of Earth) create yesterday? ...brain. is. thinking... More than 2.5 billion! And it's growing. Yes, it's hard for us to wrap our human brains around it. So, the question the Command Line Heros podcast deals with this week is: How do we handle and use such enormous amounts of data? More and more data is mind-boggling but also exciting. We have the potential to do so much with so much data... with computers doing the hard work.

Tiny, single-GbE Arm networking SBC runs Linux

Gateworks has spun a 100 x 35mm, single-GbE “Newport GW6100” networking SBC, which follows a recent dual-GbE “GW6200” model. Both run Linux on a dual-core Cavium Octeon TX SoC and offer mini-PCIe expansion and -40 to 85°C support. In Nov. 2017, when Gateworks unveiled its Newport family of Linux-driven, Octeon TX based SBCs with the […]

Stumbling into Linux and open source from Vietnam to Amsterdam

  • Opensource.com; By Jen Wike Huger (Posted by bob on Nov 20, 2018 3:43 AM EDT)
  • Story Type: Roundups; Groups: Community, Linux
Since the beginning of time... no, really, just the beginning of Opensource.com in 2010, our writers have shared personal stories of how they got into open source or Linux (many times both). Some had friends in school remark "You don't know Linux? What's going on with you, dude?" Some came in through the gateway of gaming, and others were simply looking for alternatives.

OpenStack 2018: Mark Shuttleworth chats to The Reg about 10-year support plans, Linus Torvalds and Russian rockets

  • The Register (Posted by bob on Nov 19, 2018 9:31 PM EDT)
  • Groups: Ubuntu; Story Type: Interview
Like Ubuntu, hate upgrading? Canonical founder has good news. And a mighty, mighty beard Interview Mark Shuttleworth delivered an unashamed plug for Ubuntu while cheerfully throwing a little shade on the competition at the OpenStack Berlin 2018 summit last week.…

How to Setup Riak KV Database Cluster on Ubuntu 18.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 19, 2018 8:17 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Riak is a distributed NoSQL database that offers high-availability, fault tolerance, operational simplicity, and scalability. In this tutorial, we will show you to step-by-step how to install and configure the NoSQL database Riak KV on Ubuntu 18.04 LTS server. We will create the Riak KV cluster with three Ubuntu servers.

7 command-line tools for writers

  • Opensource.com (Posted by bob on Nov 19, 2018 7:02 PM EDT)
  • Story Type: News Story
For most people (especially non-techies), the act of writing means tapping out words using LibreOffice Writer or another GUI word processing application. But there are many other options available to help anyone communicate their message in writing, especially for the growing number of writers embracing plaintext. read more

Linux xxd Command Tutorial for Beginners (with Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 19, 2018 3:19 PM EDT)
  • Groups: Linux; Story Type: News Story
Need a hex dump for a text file? Looking for a command line utility that can do this? Well, you are in luck, as there exists a command dubbed xxd that can do this for you.

Submissions now open for the Fedora 30 supplemental wallpapers

Each release, the Fedora Design team works with the community on a set of 16 additional wallpapers. Users can install and use these to supplement the standard wallpaper. Submissions are now open for the Fedora 30 Supplemental Wallpapers, and will remain open until January 31, 2019 Have you always wanted to start contributing to Fedora but don’t […]

« Previous ( 1 ... 413 414 415 416 417 418 419 420 421 422 423 ... 1156 ) Next »