Login
More in Tux Machines
- Highlights
- Front Page
- Latest Headlines
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- New Members
Raptor Computing Is Working On More AMD Radeon Driver Improvements For POWER
Similar to 64-bit ARM (AArch64) improvements we've seen with time for the Radeon Linux driver, Raptor's Timothy Pearson has been working to improve the Radeon support for PowerPC or more specifically POWER9. While NVIDIA offers a POWER9 graphics driver for IBM POWER servers, AMD Radeon graphics jive much better with Raptor's target customers thanks to the open-source driver stack -- allowing a fully open-source graphics/compute stack with the AMD hardware sans the closed-source microcode required by the GPUs, but much better than the completely closed-up NVIDIA driver stack.
| Using Menus For Command Line Programs and ScriptsTHE holidays are coming (Christmas approaching), so I've taken advantage of some spare time to menu-ise commands that I use frequently. Those commands aren't the mere opening of an application and they often require dealing with input and output (in the command line). So I've created
Hopefully this inspires other people out there to do the same. It takes a while to set up, but it's a big time saver over the long run. █#!/bin/bash HEIGHT=15 WIDTH=40 CHOICE_HEIGHT=4 BACKTITLE="Aloha, Rianne" TITLE="Rianne @ Ted" MENU="Choose one of the following options:" OPTIONS=(1 "Start VPN" 2 "REDACTED" 3 "REDACTED" 4 "REDACTED" 5 "REDACTED" 6 "REDACTED" 7 "REDACTED" ) CHOICE=$(dialog --clear \ --backtitle "$BACKTITLE" \ --title "$TITLE" \ --menu "$MENU" \ $HEIGHT $WIDTH $CHOICE_HEIGHT \ "${OPTIONS[@]}" \ 2>&1 >/dev/tty) clear case $CHOICE in 1) echo "You chose Option 1" sh ~/vpn.sh ;; 2) echo "You chose Option 2" REDACTED COMMAND ;; 3) echo "You chose Option 3" REDACTED COMMAND ;; 4) echo "You chose Option 4" REDACTED COMMAND ;; 5) echo "You chose Option 5" REDACTED COMMAND ;; 6) echo "You chose Option 6" REDACTED COMMAND ;; 7) echo "You chose Option 7" REDACTED COMMAND ;; esac |
Android Leftovers
| 10 Years of Using Linux: How It Was Before, And How it Became
2020 Marks my 10 years of using Linux, a decade of my life that I also spent in supporting, promoting and developing free software both in my local community and globally. But the Linux ecosystem today was nothing like 10 years ago, and we are here today to take a look at the past and how both the Linux ecosystem and other open source software developed through the decade.
If you asked anyone who used Linux in 2010, what was your biggest issue? They would tell you: Drivers. Back then, drivers for literally everything on Linux were not that good, and in a lot cases didn’t even exist.
|
Recent comments
1 hour 31 min ago
3 hours 52 min ago
3 hours 56 min ago
3 hours 58 min ago
15 hours 5 min ago
15 hours 56 min ago
17 hours 38 min ago
1 day 13 hours ago
1 day 14 hours ago
1 day 14 hours ago