Home Blog Page 96

Why can’t I use sudo with rootless Podman?

While you can’t—and shouldn’t—use sudo with rootless Podman, there are workarounds.

Read More at Enable Sysadmin

Clean up your Git repository with this Linux tool

Bloated Git repositories may contain sensitive files and can slow your pipeline. Try git-filter-repo to eliminate the mess.

Read More at Enable Sysadmin

How to decommission a system: 3 keys to success

Planning, communication, and backups are the keys to a successful decommissioning process.

Read More at Enable Sysadmin

How to access and manage RHEL within Red Hat Satellite

Integrating the Red Hat Enterprise Linux (RHEL) web console and the Satellite management interface can simplify administration and save time.

Read More at Enable Sysadmin

Set up self-healing services with systemd

Quiet your pager and keep users happy by using automation to recover from common IT service failures.

Read More at Enable Sysadmin

How I monitor my web server with the ELK Stack

Elasticsearch and Kibana offer a comprehensive tool for doing real-time web server monitoring and analytics.

Read More at Enable Sysadmin

The Linux Foundation’s Open Networking and Edge (ONE) Summit Expands Programming with Keynote and Mini Summit by the US Government, Enabling Secure, Open, and Programmable 5G Networks

The US DoD, DARPA, and NWIC Pacific host mini summit on accelerating innovation and deployments at scale based on open source 5G architecture & use cases 

SAN FRANCISCO, September 22, 2021The Linux Foundation, the nonprofit organization enabling mass innovation through open source, along with co-hosts LF Edge, LF Networking, and Cloud Native Computing Foundation (CNCF), today announced additional programming for ONE Summit contributed by the United States government. New programming includes a keynote address by Dr. Dan Massey, Project Leader, Operate through DoD 5G to NextG Initiative, as well as a US GOV OPS Mini Summit. 

“We are honored to have such a broad and distinguished swath of experts participating in ONE Summit,” said Arpit Joshipura, general manager, Networking, Edge and IoT, the Linux Foundation. “The latest additions to our program bring an even more diverse perspective on the future of 5G, and how initiatives like the 5G Super Blue Print can be consumed by both governments and enterprises.”

Dr. Dan Massey, who leads the Operate Through portion of the DoD 5G to NextG Initiative, will give a keynote address on “Securly Operating through 5G Networks” on Monday, October 11 at 12:15pm PST. Operate Through aims to ensure the DoD can securely operate through commercial 5G networks across the globe. 

Following a keynote by Dr. Jonathan Smith during the Open Networking & Edge Executive Forum (ONEEF) earlier this year, the US GOV OPS mini summit will examine requirements and progress of 5G, edge, and IoT technologies within enterprise and government entities. Hosted by NWIC Pacific division of the United States Navy and led by Doug Evans, Neil Hoff and Andrew Leidy from the Department of the Navy, the program will cover use cases and solutions that rely on the foundations of open source networking, edge, and cloud project communities (including LF Networking, LF Edge, CNCF, Kubernetes, Magma, and more). Specific discussion topics include:  

Introduction to United States Government Open Programmable Secure (US-GOV OPS) initiative within the Linux Foundation Overview of DARPA’s Open, Programmable, Secure 5G (OPS-5G) project The Linux Foundation’s 5G Super Blue PrintDiscussion of the Office of the Under Secretary of Defense (OUSD) for Research & Engineering’s 5G initiative, and the Multi-site OPS-5G Joint Independent Test Option (MOJITO) project

The mini-summit takes place October 11 from 2:00 PM to 4:50 PM PST. Registration to this mini-summit is included in the overall conference registration. Standard registration ends October 5, so register today for only US$50. 

For more details on the ONE Summit, including information on registration and program agenda, please visit: https://events.linuxfoundation.org/open-networking-edge-summit-north-america/

About the Linux Foundation

Founded in 2000, the Linux Foundation is supported by more than 2,000 members and is the world’s leading home for collaboration on open source software, open standards, open data, and open hardware. Linux Foundation’s projects are critical to the world’s infrastructure including Linux, Kubernetes, Node.js, and more. The Linux Foundation’s methodology focuses on leveraging best practices and addressing the needs of contributors, users and solution providers to create sustainable models for open collaboration. For more information, please visit linuxfoundation.org.

The post The Linux Foundation’s Open Networking and Edge (ONE) Summit Expands Programming with Keynote and Mini Summit by the US Government, Enabling Secure, Open, and Programmable 5G Networks appeared first on Linux Foundation.

Use this tool to build an API without code

Use this tool to build an API without code

DataTrucker is an open source no-code/less-code backend that builds APIs using Kubernetes templates.
gshankar
Tue, 9/21/2021 at 7:54pm

Image

500photos.com from Pexels

Application programming interfaces (APIs) are like fuel for digital transformation, enabling companies to develop applications and microservices quickly. DataTrucker.IO is a new, free and open source (Apache 2.0) no-code/less-code API backend that decreases the time required to build APIs.

Topics:  
Database  
Programming  
Java  
YAML  

Read More at Enable Sysadmin

Linux Foundation to Host the PaSh Project, Accelerating Shell Scripting with Automated Parallelization for Industrial Use Cases

Rooted in academia, the PaSh project prepares for industrial adoption

SAN FRANCISCO, Calif., September 21, 2021 — The Linux Foundation, the nonprofit organization enabling mass innovation through open source, today announced it will host the PaSh project. PaSh is a system for automatically parallelizing POSIX shell scripts that optimizes programs and speeds up execution times, leading to faster results for data scientists, engineers, biologists, economists, administrators, and programmers.

The project is supported by MIT, Rice University, Stevens Institute of Technology, and the University of Pennsylvania and governed by a Technical Steering Committee that includes Nikos Vasilakis, research scientist at MIT; Michael Greenberg, assistant professor at Stevens Institute of Technology; and Konstantinos Kallas, Ph.D. student at University of Pennsylvania.

“The Linux Foundation offers the technical governance infrastructure and services that PaSh has come to require as it has become more mature,” said Nikos Vasilakis, Technical Steering Committee chair for the PaSh Project. “We created the project to improve upon and accelerate the execution of shell scripts in the face of new web crawling, indexing and natural language processing changes.”

Konstantinos Kallas, Technical Steering Committee member for the PaSh project, adds “PaSh has received significant attention from the academic community and has the potential for an outsized impact in industry today, due to several synergistic trends. This is the right move at the right time.”

The techniques underpinning the project have gathered several awards, including a best paper award at the 16th edition of the EuroSys conference and a graduate research award for Konstantinos by the Association of Computing Machinery.

From succinct data wrangling and everyday processing to system orchestration and administration, shell scripting—the ever-present glue holding commands developed in different languages  together—forms the backbone of today’s computing userspace. PaSh parallelizes shell scripts, achieving significant performance improvements. On modern multiprocessor computers, PaSh can execute tasks like web crawling and indexing, COVID19-related analyses, natural-language processing, and other workloads in a fraction of their original time with minimal-to-zero developer effort.

“Shell scripts have been used pervasively for half a century, and recent trends towards ‘containerization’ have only increased their importance,” said Michael Greenberg, Technical Steering Committee member for the PaSh Project. “The correct and automated parallelization of shell scripts has been an issue for several decades. PaSh promises a speed boost to shell users of all stripes.”

To accelerate shell scripts, PaSh provides a source-to-source parallelizing compiler, a program that takes as input a programmer’s shell script and returns a new program that is significantly faster than the original program. Since PaSh is source-to-source, it allows the optimized shell script to be inspected and executed using the same tools, in the same environment, and with the same data as the original script. A small runtime library and associated annotations on programs commonly used in shell scripts complete the picture, providing the PaSh compiler with high-performance primitives and supporting its key functions.

“The PaSh Project represents innovation in computer science and open source software,” said Mike Dolan, general manager and senior vice president of Projects at the Linux Foundation. “As software development evolves to address machine learning, containerization, artificial intelligence and more, PaSh shows up to support developers and data scientists who need more out of their scripting tools. We’re happy to be able to host this important work at Linux Foundation, a natural home for a project like this.”

To learn more and to get involved in the PaSh project, please visit http://binpa.sh/

About the Linux Foundation

Founded in 2000, the Linux Foundation is supported by more than 1,000 members and is the world’s leading home for collaboration on open source software, open standards, open data, and open hardware. Linux Foundation’s projects are critical to the world’s infrastructure including Linux, Kubernetes, Node.js, and more. The Linux Foundation’s methodology focuses on leveraging best practices and addressing the needs of contributors, users and solution providers to create sustainable models for open collaboration. For more information, please visit us at linuxfoundation.org

###

The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our trademark usage page: https://www.linuxfoundation.org/trademark-usage. Linux is a registered trademark of Linus Torvalds.

Media Contact

Jennifer Cloer
Story Changes Culture
503-867-2304
jennifer@storychangesculture.com

The post Linux Foundation to Host the PaSh Project, Accelerating Shell Scripting with Automated Parallelization for Industrial Use Cases appeared first on Linux Foundation.

The Linux Foundation Announces Agenda and Speaker Lineup for the 2021 Linux Foundation Member Summit

This by-invitation event for Linux Foundation member organizations fosters collaboration, innovation, and partnerships among the leading projects and organizations working to drive digital transformation with open technologies.


SAN FRANCISCO, September 21, 2021The Linux Foundation, the nonprofit organization enabling mass innovation through open source, today announced the agenda and speaker lineup for the 2021 Linux Foundation Member Summit (LFMS), taking place November 2-4 at the Silverado Resort in Napa Valley, California. The keynote speakers can be viewed here and the full schedule can be viewed here.

LFMS, (formerly Open Source Leadership Summit), is a by-invitation event for Linux Foundation member organizations, where technical and business leaders convene to drive digital transformation and learn how to collaboratively manage the largest shared technology investment of our time. LFMS is a must-attend event for those looking to advance open source strategy, implementation and investment.

“Open source technology continues to show its strength and value to businesses across many different verticals and sectors, as well as its impact on the bottom line”, says Jim Zemlin, Executive Director, The Linux Foundation. “Our Member Summit is an opportunity for the best and brightest technical, business and community leaders to come together and share their valuable insights and experiences and to collaborate on important open source technology innovation.”

Keynote Speakers Include:

Josh Aas, Executive Director, Internet Security Research Group discussing ProssimoBrian Christian, Author, “The Alignment Problem: Machine Learning and Human Values” & “The Most Human Human“; Co-author of “Algorithms to Live By” sharing on the intersection of AI and humanity   Gabriele Columbro, Executive Director, Fintech Open Source Foundation providing project updatesColin Eberhardt, Technology Director, Scott Logic discussing WebAssemblyAli Fenn, President, ITRenew talking about circular data centersJennifer Fernick, SVP & Global Head of Research, NCC Group and Dr. David A. Wheeler, Director of Open Source Supply Chain Security, The Linux Foundation discussing OpenSSFLuke Hinds, Security Engineering Lead, CTO Office, Red Hat sharing on sigstoreSumer Johal, Executive Director, AgStack Foundation providing project updatesKim Lewandowski, Product, Stealth Startup discussing the SLSA frameworkDan Lorenc, Software Engineer, Google sharing on the state of OSS Supply Chain SecurityGary O’Neall, CEO, Source Auditor Inc. and Kate Stewart, VP, Dependable Embedded Systems, The Linux Foundation discussing SPDXCalista Redmond, CEO, RISC-V International talking about open hardwareLiz Rice, Chief Open Source Officer, Isovalent discussing cloud native securityJon Stine, Executive Director, The Open Voice Network providing project updatesJenny Wanger, Director of Programs, LF Public Health providing project updatesJim Zemlin, Executive Director, The Linux Foundation providing foundation updates

Session Highlights:

The Coming Culture Challenges for Open Source Projects – Stephen Walli, MicrosoftThe Importance of DEIA (Diversity, Equity, Inclusion, Accessibility) in Open Source – Anni Lai, Futurewei; Priyanka Sharma, CNCF; Tina Tsou, Arm; and Arun Gupta, ApplePandemic Pivots of an OSPO – Nithya Ruff, ComcastThe Prometheus Story: How a Side Project Became the Global Market Leader – Richard Hartmann, Grafana LabsTrademarks and Open Source – Daniel Scales, The Linux FoundationWe Are Many, but We Are One – Tracy Miranda, Continuous Delivery Foundation; Sharon Jerop Kipruto, Google; Priti Desai, IBM; Christie Wilson, Google; and Kara de la Marck, CloudBees


Attend

Attendance to The Linux Foundation Member Summit is limited to members of The Linux Foundation, as well as to governing board members of LF Projects, media, speakers and sponsors. Invitation codes have been sent to member organization representatives. If you already have an invitation code, please go ahead and register here. If you do not, you may contact us for more information on attendance opportunities.

Sponsor
The Linux Foundation Member Summit is made possible thanks to our sponsors, including Co-Hosts: Google and TARS Foundation, Reception Sponsor: Cloud Native Computing Foundation, Lunch Sponsors: AWS and Oracle, Breakfast and Breaks Sponsors: Dell Technologies, IBM and VMware and Supporter: Indeed.

If you are not an LF member company, but would like to attend The Linux Foundation Member Summit, sponsoring it is an excellent opportunity to gain additional access to the event and its attendees for strategic discussions and collaboration. Learn more here

Press
Members of the press who would like to request a press pass to attend should contact Kristin O’Connell.

Health and Safety
Attendees will be required to be fully vaccinated against the COVID-19 virus and will need to wear a mask while onsite and comply with all on-site health measures, in accordance with The Linux Foundation Code of Conduct. To learn more, visit the Health & Safety webpage and read our blog post.

Travel Funding
The Linux Foundation’s Travel Fund is accepting applications, to enable those to join the event who might otherwise not be able to due to a lack of funding. We place an emphasis on funding applicants who are from historically underrepresented or untapped groups and/or those of lower socioeconomic status. Note that you must have an invitation to the event in order to apply for travel funding. To learn more and apply, click here.

About the Linux Foundation
Founded in 2000, the Linux Foundation is supported by more than 2,000 members and is the world’s leading home for collaboration on open source software, open standards, open data, and open hardware. Linux Foundation’s projects are critical to the world’s infrastructure, including Linux, Kubernetes, Node.js, and more. The Linux Foundation’s methodology focuses on leveraging best practices and addressing the needs of contributors, users and solution providers to create sustainable models for open collaboration. For more information, please visit linuxfoundation.org.

The Linux Foundation Events are where the world’s leading technologists meet, collaborate, learn and network in order to advance innovations that support the world’s largest shared technologies.

Visit our website and follow us on Twitter, Linkedin, and Facebook for all the latest event updates and announcements.

The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see its trademark usage page: www.linuxfoundation.org/trademark-usage. Linux is a registered trademark of Linus Torvalds. 

###

Media Contact
Kristin O’Connell
The Linux Foundation
koconnell@linuxfoundation.org

The post The Linux Foundation Announces Agenda and Speaker Lineup for the 2021 Linux Foundation Member Summit appeared first on Linux Foundation.