The officially official Devuan Forum!

You are not logged in.

#251 Re: Installation » It's not just Wondows: apparently we have a problem » 2021-07-21 13:33:42

Moral of the story - don't give rogue users direct access to your system. That is a "bad" thing.

#252 Re: Desktop and Multimedia » [SOLVED] Browsers and the demise of Adobe Flash Player » 2021-07-21 13:28:06

Altoid wrote:

Hello:

andyprough wrote:

... project called "ruffle" that seeks to be a flash emulator.
... used by the Internet Archive ...

Thanks for the suggestion, but Palemoon does not support WebExtensions.

Best,

A.

Did you try the Palemoon forum? I'll bet moonchild and Tobin would just LOVE to argue with you over whether their browser should support pirated flash videos.

Let me know when you have that argument with them, I'll bring the popcorn and be a spectator.

#253 Re: Desktop and Multimedia » [SOLVED] Browsers and the demise of Adobe Flash Player » 2021-07-21 02:11:50

What can be done to ameliorate this sad state of things?

There's a project called "ruffle" that seeks to be a flash emulator. It is used by the Internet Archive to show a lot of their flash content. https://ruffle.rs/#releases

#254 Re: Documentation » HowTo - Install Ceres packages on a Beowulf system with Bedrock » 2021-07-08 08:19:05

steve_v wrote:

While this is all very interesting, it does beg one obvious question... If the goal is to run "a few Ceres packages", why not just backport them locally?

I backport packages often. I would not be the person who would write a post that says "do not backport". If that's what you get from reading my post, then I would need to re-write it.

#255 Re: Documentation » HowTo - Install Ceres packages on a Beowulf system with Bedrock » 2021-07-07 16:50:23

dice wrote:

Still begs the question of overall stability.

I've only been trying it for a couple of days, so not sure about long-term stability. So far it's very smooth and easy. Once I get a package installed it doesn't take any real thought. I can keep the Ceres strata updated with (as root) 'strat myceres apt update' and 'strat myceres apt upgrade'.

One thing to watch out for is making sure which "strata" you are working in. The Ceres strata has its own full directory structure, so there are apparently some situations where you can think you are making config changes to the main Beowulf directory structure, but you are actually in the directory tree for the Ceres strata. The packages work on config files in their own directory tree by default, so for example if you installed nano with Ceres and used nano to edit config files, you would be editing files in the Ceres strata by default unless you gave it an express command such as 'strat devuan nano /etc/hosts'.

#256 Documentation » HowTo - Install Ceres packages on a Beowulf system with Bedrock » 2021-07-06 17:33:52

andyprough
Replies: 5

For those who want a few Ceres packages running on their Beowulf system, BedrockLinux can help. It is not a Linux distro, but a script that gets different package managers to work together in layers called "strata" on your system.

1. Install fresh Beowulf system. Don't use Btrfs file system - ext4 worked for me.
2. Update the system with apt update and apt upgrade
3. Download the BedrockLinux script for your architecture from here: https://raw.githubusercontent.com/bedro … 7/releases
3. Run the script as root: sh ./bedrock-linux-release-arch.sh --hijack
4. Reboot
5. Add the Devuan Ceres "strata" to the system, with the name "myceres" (or pick your own preferred name):
$ sudo brl fetch -n myceres -r ceres devuan
6. Try adding a package from Ceres to the system, in this case I'll install the 'galculator' desktop calculator program:
[as root] $ strat myceres apt install galculator
7. Copy the .desktop file to ~/.local/share/applications/ to add the Ceres version of galculator to the XFCE menu:
$ mkdir ~/.local/share/applications/
$ cp /bedrock/strata/myceres/usr/share/applications/galculator.desktop ~/.local/share/applications/

Hat tip to Jesse Smith for his excellent review and walkthrough of BedrockLinux in this week's Distrowatch Weekly: https://distrowatch.com/weekly.php?issu … 05&mode=67
BedrockLinux install instructions and more helpful documents are found here: https://bedrocklinux.org/0.7/installati … tions.html

#257 Re: Hardware & System Configuration » [SOLVED] Kernel hardening for Intel CPU and fix memory leak in Linux » 2021-06-26 19:33:10

I've seen a number of people post these lists of "super secure settings" that the poster allegedly has learned about, but for which they leave little or no description as to what each change does. I can only assume that zero readers try them, since it's just a "trust me this works" list.

#258 Re: Off-topic » Today I Learned » 2021-06-22 05:23:33

sgage wrote:

Not just the 64K of RAM, either. When was the kernel ported to 8-bit 6502 (or 6509 - whatever variant they used)? Never.

No, it wasn't ported, and I'm not really running Beowulf on one, but a unix-like kernel was written in 6502 assembly by the LUnix (Little Unix) project folks between 1993 and 2004. The LUnix home page is still up for anyone wanting to download LUnix and take it for a spin on their favorite Commodore 64 rig: http://lng.sourceforge.net/

#259 Re: Off-topic » Today I Learned » 2021-06-20 19:35:13

dice wrote:

Today i learned about this very cool link.

https://oldcomputers.net/

Steve's Old Computer Museum!

Early personal computers were nothing like present day computers - they had personality!
Each was different and more exciting than the previous, with new features and capabilities.
old computer This website is dedicated to the preservation and display of these vintage computer systems.
To the left you can "click" and explore old computers from the dawn of time!
For fun, view 150 old computers all at the same time to appreciate how diverse and interesting they are

Bet you guys didn't know before now that my Commodore 64 was the highest selling computer system ever. I wonder how many of those original 17 million systems are now running Beowulf like mine? Must be at least 5 million machines, I'm thinking. big_smile

#260 Re: Off-topic » What will happen to Windows? » 2021-06-08 23:51:51

golinux wrote:

In all the years since then, not one of my Windows- or Mac-using friends has taken an interest in Linux despite their dissatisfaction with what they were/are using.  And these are well-educated, intelligent, professional people.  The one victory I had was to get a sensitive mail list off of google and on to riseup but it took years before they figured out why it was a good thing to do.

That's too bad. I've met people at my church fairly often who are using Linux at work or at home and work. It comes up as I give my adult Sunday School presentations and people see my desktop or my slides in LibreOffice or my video clips in MPV or Parole and ask, "hey, what distro is that?" Usually they'll say they use Mint or Ubuntu, which of course leads to enjoyable conversations about Devuan and systemd.

#261 Re: Installation » low memory installation » 2021-06-04 02:20:48

zapper wrote:

If you want low memory installation, I recommend two things for window managers, JWM, used by puppylinux among others, or i3-wm or dwm which I find somewhat dull and confusing at times.

I focus more on cpu usage then memory usage though.

There are two kinds of people in this world:
1. Those who know how to use DWM
2.

#262 Re: Off-topic » Music » 2021-06-03 18:18:38

Glenn MacArthur is the developer behind the AV Linux project, a specialty distro for audiophiles. I got to know him a bit last year when he switched the AV Linux base to MX. He's the lead singer and guitarist in a band called Rated Blue which has a lot of original prog rock and R&B tunes on youtube/yewtu.be, of which "Mesmerized" is my current favorite:  https://yewtu.be/watch?v=znZl9aT7F8U

His catalog is well worth checking out for fans of Zeppelin, Bad Company, etc, and to get a feel for some of the quality of sound that can be produced with a desktop distro.

#263 Re: Installation » [SOLVED] Beowulf » 2021-06-01 23:07:48

apt has run into an error with cache handling, the solution is to delete '/var/lib/apt/extended_states (1)' and run apt update again.

Here's a bug report for your reference: https://bugs.debian.org/cgi-bin/bugrepo … bug=814443
Making a backup copy of the file before deleting it is recommended if you are trying to submit a bug report or debug the issue.

#264 Re: Desktop and Multimedia » Beowulf is broken » 2021-05-25 20:47:23

garyk wrote:
golinux wrote:

Maybe a hardware issue?

I suppose that's one possible answer, but I have the same problem on Ceres.  If I try to run two different videos at the same type my system freezes solid.  The only way out is to press and hold down the power off button.  That's not a good option.

Are you streaming the videos on wifi? I had wifi related lockups on MX and Devuan, and fixed them by turning off USB Autosuspend in tlpui. Clearly tlp was not playing nice with my wifi card. Just figured I would throw that out there.

If it's not wifi related or some setting in tlp, feel free to share how you are watching the two videos when the lockup happens. I can try to recreate it on my antiX Sid install, maybe we'll find it's some wayward Sid package that's causing the lockups.

#265 Re: Off-topic » Music » 2021-05-25 14:01:34

dice wrote:
andyprough wrote:
dice wrote:

Never seen these guys before. The singer has a strong Jim Morrison vibe, doesn't he? Pretty cool stuff. Here's a yewtu.be link for those privacy buffs who don't want to go to youtube: https://yewtu.be/watch?v=Epr4wR-pecU

Yeah he does, i used to listen to ole Tex and band back in the 90's, good stuff.

Thanks for thinking of privacy but i did notice the audio volume or quality is affected when piped through yewtu.be ?

Yes, yewtu.be is definitely lower quality, both for audio and video. Curiously, if you run yewtu.be links through, mpv, you get a high quality experience:

mpv https://yewtu.be/watch?v=Epr4wR-pecU

#266 Re: Off-topic » Music » 2021-05-24 16:41:43

dice wrote:

Never seen these guys before. The singer has a strong Jim Morrison vibe, doesn't he? Pretty cool stuff. Here's a yewtu.be link for those privacy buffs who don't want to go to youtube: https://yewtu.be/watch?v=Epr4wR-pecU

#267 Re: Off-topic » Music » 2021-05-24 03:04:37

Leonid and Friends has a new upload, a remake of Chicago's "Inspiration" - https://yewtu.be/watch?v=HQdoD0R9d1w

Not my favorite Chicago song, as it's one from the Peter Cetera love ballad era, but to their credit Leonid and Friends do it better than the original. And this one is worth watching if only to see Konstantin Kovachev's virtuoso guitar performance over the final minute of the song.

#268 Re: Off-topic » Do you know jOS? » 2021-05-22 14:37:46

Sounds like Fedora's new "CoreOS" thingey:

Provisioning Philosophy
Fedora CoreOS does not have a separate install disk. Instead, every instance starts from a generic disk image which is customized on first boot via Ignition.

Each platform has specific logic to retrieve and apply the first boot configuration. For cloud deployments, Ignition gathers the configuration via user-data mechanisms. In the case of bare metal, Ignition can fetch its configuration from the disk or from a remote source.

Or maybe I'm way off base.

#269 Re: Installation » low memory installation » 2021-05-18 14:12:51

You can try the badwolf browser if you need a very lightweight privacy-oriented graphical web browser: https://hacktivis.me/projects/badwolf
The .deb files from the antiX repo will install and run on Devuan: https://mirrors.evowise.com/mxlinux-pac … b/badwolf/

Otherwise I would use a cli web browser like links, lynx, or elinks like @berni51 said.

#270 Re: Off-topic » What are you reading/want to read ? » 2021-05-13 13:49:08

dice wrote:
anticapitalista wrote:
dice wrote:

That would be an interesting read considering the current situation in Jewish occupied Palestine.

You should say Zionist occupied Palestine. Judaism (religion) is not Zionism (colonialism).

I suppose so, isreali/zionist. But arent most zionists jewish? I get your point though, you cant say religion is to blame for these things, oh wait!

I'm reading a book about the destruction of Jerusalem in 70 AD by the Roman armies under their commander Titus, son of Vespasian. It is supposedly an eyewitness account by Josephus, who was both a Jerusalem-born Jew and at times employed by the Romans. That's all I was referring to, not to any current conflicts or disputes. I don't watch divisive cable news broadcasts, so three word political memes about 'whom is occupying what' don't hold a lot of meaning for me.

Just thought I would state that for the record, I did not want anyone accusing me of starting a political side thread or doing anything to run this perfectly good book-reading thread off the rails. I appreciate the thread, dice, I hope we all pick up a lot of good book recommendations from it as it goes forward. Brilliant idea.

#271 Re: Off-topic » What are you reading/want to read ? » 2021-05-11 23:58:18

The Wars of the Jews, or History of the Destruction of Jerusalem by Flavius Josephus, translated by William Whiston
Reading it in the terminal with my nifty little cli ebook reader, 'epy'.

#272 Re: Off-topic » awk help ? » 2021-05-11 18:14:24

I think that you are right that it is a ratpoison issue. I just checked and these commands are working on my standard DWM with dmenu when piped through dzen2, especially the forms with  "   " prepended. The tabbed forms "\t" are not as good as they create a space but fill it with a small box.

#273 Re: Off-topic » awk help ? » 2021-05-11 15:10:58

You can play around with printf, maybe that will give you something you can use:

uname -a | awk {'printf("%s\n", "   "$3,1)'}
   4.19.0-16-amd64
uname -a | awk {'printf("%s\n", "\t"$3,1)'}
	4.19.0-16-amd64

#274 Re: Off-topic » awk help ? » 2021-05-11 14:08:03

Another way you can do it is print it with a tab before the output:

$ uname -a | awk '{print substr("\t"$3,1)}'
	4.19.0-16-amd64

#275 Re: Off-topic » awk help ? » 2021-05-11 14:00:46

I'm no awk wizard, but what works for me on the 'uname -a' command is to prepend the argument variable with "   ":

$ uname -a | awk '{print substr("   "$3,1)}'
   4.19.0-16-amd64

Board footer

Forum Software