Open-source News

Open source solutions for EV charging

opensource.com - Wed, 12/21/2022 - 16:00
Open source solutions for EV charging jmpearce Wed, 12/21/2022 - 03:00

Maybe you hate pumping gas in the cold (or heat), or you care about the environment. Maybe the latest gas prices and general inflation has you thinking more about stretching your money. Perhaps you simply think electric vehicles (EVs) look cool. No matter the reason, you're excited about your next vehicle being an EV and you're not alone! The EV market share is set to expand to 30% by 2040. The US government provides a handy comparison tool to show that the cost of ownership of an EV easily beats owning and operating fossil fuel vehicles. Despite this, EV charging costs can still hit you hard in your wallet.

One of the most elegant ways to solve cost problems in general is to apply open source principles to accelerate innovation. Fortunately for you, this has been done in the EV charging area to find a way to get low-cost electricity and low-cost chargers.

To control the costs of EV charging, first you need low-cost electricity. In the old days, that would mean going from oil to coal, which is not a step up. Today, as it turns out, solar photovoltaic (PV) devices that convert sunlight directly into electricity normally provide the lowest-cost electricity. Coal companies are going bankrupt because they can no longer compete with clean solar power. This is also why solar power is seeing explosive growth all over the world. Many homeowners are putting solar panels on their roofs or on ground mounts in the backyard to cover all of their home’s electric needs. But how can you charge your EV with solar energy if you have limited roof area or a small backyard?

Open source PV parking canopy

One approach that major corporations are taking is to make a PV canopy over their parking lots. If you want to do this yourself, a new study provides a full mechanical and economic analysis of three novel open source PV canopy systems:

  1. Use an exclusively wood, single-parking-spot spanning system
  2. Use a wood and aluminum double-parking-spot spanning system
  3. Use a wood and aluminum cantilevered system

The designs are presented as 5-by-6 stall builds, but all three systems are scalable to any amount of parking spots required. This includes a 1-stall 6kW system to charge a single car at home (as shown below). All of the racks are rated for a 25-year expected lifetime to match the standard PV warranty.

Image by:

(Vandewetering, Hayibo, Pearce, CC-BY)

Explore open hardware What is open hardware? What is Raspberry Pi? What is an Arduino? Our latest open hardware articles

The open source PV canopies are all designed to withstand a brutal Canadian winter. They also follow Canada’s strict building codes. So if you live anywhere else, the system as designed should still work for you. The complete designs and bill of materials of the canopies are provided, along with basic instructions. They are released with an open source license that enables anyone to fabricate them following the spirit of the free book about DIY solar power collectors To Catch the Sun.

The results of the previously mentioned study show that open source designs are much less expensive than proprietary products. Single-span systems provide cost savings of 82-85%, double-span systems save 43-50%, and cantilevered systems save 31-40%.

Most importantly, the designs give you more than enough energy (if you have a normal commute) to cover your charging needs. In the first year of operation, PV canopies can provide 157% of the energy needed to charge the least efficient EV currently on the market.

Image by:

(OpenEVSE, CC-BY)

Open source EV chargers

Another way to cut the cost of EV ownership is to install an open source EV charger. OpenEVSE is an Arduino-based charging station composed of open source software and hardware which can be made DIY-style. They are small, lightweight, and portable, so you can use them at home or on the road.

OpenEVSE powers charging stations for many EV manufacturers all over the world. You can adapt it to fit your requirements. OpenEVSE is now quite mature and supports advanced features including adjustable current, temperature monitoring, and a real-time power display. You can buy the hardware pre-assembled and ready to go. If you want to save more money (and have more fun) buy a kit and build it yourself.

Image by:

(OpenEVSE, CC-BY)

I hope to see more designs of EV power solutions in the future. Keep your eyes open, roll up your sleeves for some DIY, and enjoy assembling your open source, solar-powered EV charging solutions!

Harness solar power, hardware, and open source to build your own electric vehicle charging station.

Image by:

Photo by Erik Witsoe on Unsplash

Sustainability Hardware What to read next Comparing solar power to traditional power generation the open way This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

5 must-read resources for using the Linux command line

opensource.com - Wed, 12/21/2022 - 16:00
5 must-read resources for using the Linux command line Jim Hall Wed, 12/21/2022 - 03:00

In the beginning, there was the command line. While modern Linux distributions include graphical desktops like GNOME and KDE, the command line remains one of the power features of every Linux system. With the command line, you can leverage a rich set of instructions to edit and manipulate files, control your system, and automate processes.

This year, our contributors wrote a lot of great articles about the Linux command line. Here are five of my favorite topics.

12 essential Linux commands for beginners

Don Watkins writes about this list of twelve essential commands to navigate the Linux command line. If you're new to Linux and want to explore the command line, this is a great list to help you get started.

3 steps to create an awesome UX in a CLI application

Creating a command line program with a great user experience (UX) is a tall order, but Noaa Barki shares three actionable steps to make it work. If you're building your own command line program, Noaa's article will help you to design the commands, design the interface, and provide for backward compatibility.

More Linux resources Linux commands cheat sheet Advanced Linux commands cheat sheet Free online course: RHEL technical overview Linux networking cheat sheet SELinux cheat sheet Linux common commands cheat sheet What are Linux containers? Our latest Linux articles How I configure Vim as my default editor on Linux

Vim is the venerable visual editor for Linux systems. Expanded from the original vi editor, Vim (vi improved) is a powerful and flexible editor. David Both writes about why Vim is a great editor, and how to set other programs to use Vim for editing.

Tips for using the Linux test command

Add extra flexibility to your shell scripts using the test command. Seth Kenlon wrote about easy and common ways to control the flow of your shell scripts by using conditional execution. You can test for files, file types, attributes, numbers, and do other comparisons to make your scripts more flexible.

6 Linux metacharacters I love to use on the command line

Don Watkins shared this list of special command line characters, including * to select a group of files or > to redirect the output of a command. If you're experimenting with the Linux command line, you may want to learn these important metacharacters to expand your command line usage.

Take a look at some or all of these author's links. You are sure to learn something new. If you are rusty with command line concepts these articles will show you the way of the command line.

The Linux command line remains to be one of the system's most powerful and beloved features.

Image by:

Opensource.com

Linux Best of Opensource.com Command line What to read next This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

My 4 favorite features of the 4pane file manager on Linux

opensource.com - Wed, 12/21/2022 - 16:00
My 4 favorite features of the 4pane file manager on Linux sethkenlon Wed, 12/21/2022 - 03:00

4Pane is a multi-pane file manager for Linux that allows for customized layout, and provides quick access to traditional desktop conveniences as well as common Linux tools. 4Pane aims for speed over visual effects, and places the way you want to work above all else. In honor of its name, I've got a list of my four favorite features of this fine file manager.

1. Flexible interface Image by:

(Seth Kenlon, CC BY-SA 4.0)

The most prominent feature of the 4Pane window is the same as its name: there are four panes in the window by default. In a way, though, there's actually only two, or said another way, each of the two panes is divided into two columns. The column on the left is a directory tree of your current location (home, by default.) Files are never displayed in the left column. It's only a directory tree.

The adjacent column displays the contents of the selected directory. When you double-click on a file, it opens in its default application. When you double-click on a directory, that directory is revealed in the left column and the right column displays its contents.

This same model is duplicated in the other window pane.

4Pane only has 4 panes by default, but it doesn't enforce that view. If you're overwhelmed by the four-pane view, click on the View menu and select Unsplit panes. This displays just one pane of two columns. It's a simplified view compared to what's possible, but it's a nice place to start while you're getting used to the column-style for browsing files.

Splitting panes

The advantage of a split view is that you don't have to open another window to drag and drop a file or folder from one location to another. This isn't the predominant model for file managers, but it's a popular subset. 4Pane is one of the few, in my experience, that recognizes that it's not always convenient to work laterally. If you prefer to have your second pane at the bottom of the window, go to the View menu and select Split panes horizontally (meaning that the split is horizontal, so the panes are situated vertically to one another).

Image by:

(Seth Kenlon, CC BY-SA 4.0)

2. Tooltip preview

One of my favorite features of 4Pane is the tooltip preview. To activate this, click the photo icon in the top toolbar. With this active, all you have to do is roll your mouse over a file to see a preview of its contents in a tooltip. It may not be a feature you want active all the time. The tooltips can be distracting when you're just browsing files. However, if you're looking for something specific or if you're just not sure exactly what's in a directory, a quick wave of your mouse to get an overview of the contents of several files is satisfyingly efficient.

More Linux resources Linux commands cheat sheet Advanced Linux commands cheat sheet Free online course: RHEL technical overview Linux networking cheat sheet SELinux cheat sheet Linux common commands cheat sheet What are Linux containers? Our latest Linux articles 3. Menu

The menu bar of 4Pane isn't quite like most file manager menu bars you may be accustomed to. There's a menu dedicated to archiving actions, mounting devices, and popular Linux commands such as grep and find.

For instance, in the Archive menu, you can choose to extract an archive or compressed file, create a new archive, add a file to an existing archive, compress a file, and more. I love Ark and similar utilities, but I also recognize how useful it is for a file manager to make those utilities unnecessary. Especially when you're on an old computer, the fewer applications you have to launch, the better.

Also impressive are the built-in front ends for grep and find. I'll admit that I probably won't use it often myself, but I never complain when a developer brings the power of Linux commands to users who aren't [yet] familiar with the terminal.

Image by:

(Seth Kenlon, CC BY-SA 4.0)

The locate front end is probably the most useful of the bunch. It's fast and effective. There's just one field in the dialogue box, so it makes a file system search fast.

For example, say you're searching for the file Zombie-Apocalypse-Plan-B.txt because Plan A fell through, but in the heat of the moment (what with zombies knocking down your door, and all) you can't remember where you saved it. Go to the Tools menu and select locate. Type zombie in the search field, click the -i box so that your system ignores capitalization, and click OK. This returns both Zombie-Apocalypse-Plan-A.txt and Zombie-Apocalypse-Plan-B.txt.

Maybe that's good enough for you, or maybe you need a little more precision. In addition to -i for case insensitivity, you can click the -r option to leverage the power of regex. Type zombie.B. to narrow your search to a file starting with zombie and containing the letter B somewhere in the filename.

Effective and fast.

4. Undo

Finally, my (other) very favorite feature of 4pane is the Undo button. When you right click on a file or folder and select Delete, the item is sent to a secret location (it's not actually secret, but it's out of sight and out of mind). The item isn't scrubbed from the hard drive until you close the 4pane window. Up until then, you can always click the Undo button in the top toolbar to reverse decisions you've come to regret.

This is a separate action from sending a file to your system trash, so it is meant to masquerade as an actual delete action. The difference is that it's a delayed delete. That may not suit you. Some users are disciplined enough to send files to the system trash, but others skip the trash. This feature is designed to protect you from yourself by delaying deletion until you close the window. I find it a reasonable and invaluable feature, and it's the one feature that I've already benefited from several times.

Install 4Pane on Linux

If you're sold on 4Pane, or at least curious about it, then you should install it and try it out! On Linux, your distribution may package 4Pane in its software repository. If so, you can use your package manager to install. For example, on Fedora, Mageia, OpenMandriva, and similar:

$ sudo dnf install 4pane

On Debian and Debian-based systems:

$ sudo apt install 4pane

If your distribution doesn't carry 4Pane, you can download it from 4pane.co.uk.

Once installed, launch 4Pane from your application menu.

4Pane is a multi-pane file manager for Linux that allows for customized layout, and provides quick access to traditional desktop conveniences as well as common Linux tools.

Linux What to read next This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

8 Most Popular SSH Clients for Linux

Tecmint - Wed, 12/21/2022 - 13:20
The post 8 Most Popular SSH Clients for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: SSH is a popular remote protocol for making secure remote connections. In this guide, we explore some of the most popular SSH clients for Linux. SSH (Secure SHell) ranks as one of the

The post 8 Most Popular SSH Clients for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Customer success: Highlights from our public customer stories in 2022

Red Hat News - Wed, 12/21/2022 - 08:00
<p>As this year draws to a close, we stop to reflect on what 2022 has meant to us. For many, it’s been a year that saw people returning to the office and other public venues, mingling with coworkers, family and friends—some of whom we haven’t seen in more than two years. Gatherings are becoming more frequent, restrictions are being lifted and fewer masks are worn in grocery stores and doctor’s offices, among a number of other things.</p> <p><strong><a href="https://www.redhat.com/en/summit">Red H

Fedora 38 Plots Path To Unified Kernel Support

Phoronix - Wed, 12/21/2022 - 02:50
Red Hat and Fedora engineers are plotting a path to supporting Unified Kernel Images (UKI) with Fedora Linux and for the Fedora 38 release in the spring they are aiming to get their initial enablement in place...

NetBSD 10 Beta Brings Much Improved Performance, Long Overdue Hardware Support

Phoronix - Wed, 12/21/2022 - 02:30
After being in development for three years the first beta builds of the upcoming NetBSD 10.0 operating system release are now available for testing...

Mesa 23.0 Enables Vulkan Mesh Shaders For AMD Radeon RX 6000 Series

Phoronix - Wed, 12/21/2022 - 01:00
As of today with Mesa 23.0 Git the EXT_mesh_shader extension is finally enabled by default for AMD Radeon RX 6000 "RDNA2" graphics hardware when running on a new Linux kernel build...

NTFS Driver Adds New Mount Options With Linux 6.2

Phoronix - Wed, 12/21/2022 - 00:30
The NTFS3 kernel driver, which was contributed to the mainline kernel by Paragon Software for read/write NTFS file-system support and other features while being faster than the NTFS-3g FUSE driver, is seeing a number of updates with the Linux 6.2 kernel...

Pages