You are not logged in.
@EDX-0 welp, here some interesting things i've cobbled together with what little i know.
sct-daemon: my own version of a daemon for sct, nice if you like the redshift function but don't like the bloat of the program. https://github.com/eylles/sct-daemon
How well does sct-daemon work?
If it works well enough, a stable tarball release would be appreciated for people who need that before it can be added. ![]()
zapper wrote:Actually, he probably could do that. Maybe he did what I did when I used to use devuan and found out about Hyperbola and found one he liked more.
I still have a devuan install if needed on a usb, but not my main anymore.
This being said, anyone read that peppermint has a devuan flavor now? Or was this old news?
I saw it when I typed in devuan into the search bar just now. So who knows how old or new it is.
Edit: Tiny one, it started almost 6 months ago, so nvm. lol.
I was about to say, I'm actually involved with their Devuan port. It's going quite well.
Seems like it must be.
How does peppermint compare to linux mint btw?
If I had to guess, yours is probably a massive improvement.
Hi All,
We have now pushed a number of updated packages.
PHP 8.0, 8.1, and 8.2 are now available for ascii, beowulf, and chimaera.
All php modules on our build-list, for example php-imagick have been refreshed to include 8.2 support.
Out of support versions, such as Devuan Jessie and versions before PHP8, are no longer getting updates - but will remain available in the repo.
apt-key adv --keyserver keyserver.ubuntu.com --recv 1CC02413BFF88108 ### PHP Rebuilds for Devuan Ascii deb https://pkgs.tdrnetworks.com/apt/devuan ascii main deb-src https://pkgs.tdrnetworks.com/apt/devuan ascii main ### PHP Rebuilds for Devuan Beowulf deb https://pkgs.tdrnetworks.com/apt/devuan beowulf main deb-src https://pkgs.tdrnetworks.com/apt/devuan beowulf main ### PHP Rebuilds for Devuan Chimaera deb https://pkgs.tdrnetworks.com/apt/devuan chimaera main deb-src https://pkgs.tdrnetworks.com/apt/devuan chimaera mainRegards,
TDR
I didn't know you guys still supported Ascii.
To the best of my knowledge, is it on LTS now?
eyeV wrote:I have full-system encryption applied, so my applications and UI elements run slower than they could
I am interested in whether any personal data can leak out if you encrypted only the home directory during the installation by making it a separate partition
Сonsidering the swap file will be on the home partition and there is no swap partitionSuppose you plug a flash drive into such a system and try to retrieve as much user information as possible.
What information will be retrieved?Is it safe to encrypt only the home directory? - No
I have full-system encryption applied, so my applications and UI elements run slower than they could - it should not be the case. AES encryption is supported by CPU itself so the slowdown should be negligeable.
Suppose you plug a flash drive into such a system and try to retrieve as much user information as possible - your activity including logs, time etc.
More of that if your system is compromised either by inserting flash or by other means the attacker can get luks password.
Actually, this reminds me... I tried installing Devuan on an old AMD Athelon 64 bit processor desktop computer once.
I tried putting doing the encrypted install option of devuan on it, but funny thing happened...
Anytime I tried to do this, it refused to boot when I went to reboot it.
Come to find out, it absolutely cold not handle that part!
I don't encrypt the part before the login screen appears and it worked! But before? NO!
LOL!
It was an HP desktop computer btw. Not sure how their quality was then, but yeah...
Maybe it is something to do with the system and not devuan itself that is the OPs problem.
Aka, the hardware...
Just a thought... and yeah, this was a real experience I had once when I decided to try to change the OS on an old computer my father rarely used anymore, that he said was okay for such a purpose.
Anywho, I hope I made my point clear to any who weren't aware of this possibility.
![]()
Btw, this wasn't even FDE either, it was the standard install method... which made things really odd.
/etc/rc.local is an executable script (or program) that gets exec'd by e.g., the /etc/init.d/rc.local startup script.
/etc/inittab is a configuration file for sysvinit's init program, and it is not a script, but rather a series of service declarations that are interpreted by /sbin/init. When man pages were a thing you would have "man inittab" as way of finding out its syntax.
Hmm.. if I understand then correctly, all I need to do is put it in the hourly folder and set it up like a cron file and it should work, right?
wanting to make a system type one where you add parameters at the end as I said above, I think?
tblock -Syu
zapper wrote:That's actually pretty good zap. I wonder if google will agree to launch their data centers and explode them? I guess that would be one way to close the bug report.
golinux wrote:Haven't you noticed that the forum has been wonderfully "normal" lately? HoaS hasn't logged in since 2023-02-14 . . .
I'm surprised HOAS hasn't re-spun his own distro yet. It's been languishing for the past year, and he talked like he had some ideas for it. Maybe he's busy doing that now, who knows. I always liked him, he would help me do crazy things like rip the init system out of an installation and replace it with something experimental. That's probably old hat for folks around here, but for me that's over my head. Anyway, he's an internet wanderer, leaving an imprint on most Linux-y forums at some point. Kind of like zapper in that way.
I wonder what he would have thought of this prank...
Darn...
Btw, did you laugh at all when you saw that?
![]()
Actually, he probably could do that. Maybe he did what I did when I used to use devuan and found out about Hyperbola and found one he liked more.
I still have a devuan install if needed on a usb, but not my main anymore. ![]()
This being said, anyone read that peppermint has a devuan flavor now? Or was this old news?
![]()
I saw it when I typed in devuan into the search bar just now. So who knows how old or new it is.
Edit: Tiny one, it started almost 6 months ago, so nvm. lol.
I Don't know how you would do this, but my recommendation would be to FDE - /Boot
I know how to do this in other Unixlike OS, one specific one...
![]()
But as for Devuan, never tried to... ever.
Just is the case aka.
/etc/rc.local belongs to initscripts which according to its dependencies are used the same in sysv-rc | file-rc | openrc.
So, no, it's not a sysvinit function.
I suppose there is always the question of which belongs to what, and in particular, which part of the OS belongs to "the init system". When asked, different people answers different things about that. Perhaps the most strict view about sysvinit would be to say that it consists only of the binaries of sysvinit-core and the configuration file /etc/inittab, and then anything below that is "run control", start up code or daemons.
And then perhaps an opposite "init is everything" may also be peddled, as well as any concept granularity in between.
Hmm... the peculiar thing is... I don't have an rc.local.
I have something like this:
a readme is here:
/usr/share/openrc/support/sysvinit/README.md
says the below:
Here's a sample inittab for use with sysvinit for Linux based systems.
We don't install it by default as sysvinit packages normally own this file.
Anywho, isn't there an example of what it is supposed to look like when it is being used?
I suppose I could check other unixlike systems to see what they look like when cron is being used.
zapper wrote:https://github.com/google/recaptcha/issues/519
@andyprough
@head-on-a-stickThoughts?
You will both love it if it remains there long enough.
Haven't you noticed that the forum has been wonderfully "normal" lately? HoaS hasn't logged in since 2023-02-14 . . .
Oh wow, what happened to HoaS?
I was unaware...
Very odd...
https://github.com/google/recaptcha/issues/519
@andyprough
@head-on-a-stick
Thoughts?
![]()
You will both love it if it remains there long enough.
@charliebrownau
sourcehut is only trickier, but it doesn't look that bad. codeberg.org and notabug are also probably options. The others, I agree completely.
As for "modern"
The modern look to put it bluntly, would be best described like this:
Imagine a huge sewer that explodes and the gunk from inside covers an entire neighborhood including your house, that would be modern.
Now imagine that never happened and things looked just fine, that would be decent.
![]()
Modern and Decent very often conflict in today's world.
Has been this way since the mid 2000s, just a heads up. ![]()
I did receive today my first big memory stick with 2 Terra Bytes capacity connected with the USB 3 connector of my laptop (having itself only 3/4 TB memory). The stick includes an unique file named «IndexerVolumeGuid». Gparted recognizes a /dev/sdb1 with 1,81 TB free in a size 1,81 TB. Pre used are only 62,47 MB. BootFlag is set on. The file system is named «exfat» by gparted.
I would like to install my REFRACTA daedalus from the new iso proposed since 20230228 to start directly from that memory.
Does it be possible?
What is the safe method to get an good installation with the possibility of course to use the rest of that big memory.
What is the best way to create new partitions (the same way as usual: gparted > create new table >> create one little partition >>> ev. create a casperss-rw >>>> create one or more new data partitions with or without unetbootin or refracta usb)
Can unetbootin be used?
Funny you should mention that, I got mine a few weeks ago.
Btw, if you have the right permissions, it can be as simple as using via sudo or root, mkfs.ext3 or mkfs.ext4 or mkfs.vfat + whichever drive you want to format with it.
This is arcane method to do so, but it does work.
As for multi-paritioning, cfdisk /dev/sdrive in root would also work too if you want to do it in a less power intensive method.
Dunno if this helps, but this works on most linux systems probably.
The scripts in /etc/cron.* and /etc/rc.local will run as root. Any that you set in your desktop startup apps will run as your user.
Hmm... okay, just one thing comes to mind though, how would this work in openrc?
I cannot find /etc/rc.local and I am not completely sure what a script is supposed to look like when it is set to do a command.
I ask because, isn't /etc/rc.local a sysvinit function?
For every hour, you could put a script in /etc/cron.hourly.
For running something upon login, you would probably put it in some file that gets sourced at login or in your desktop's startup apps. (e.g. .bashrc, .profile, .xsettings, or other. I'm not sure what's most appropriate.)
For running something when you boot up, you could put commands in /etc/rc.local.
Would it have root permissions? If so, that would suffice.
Mark Hindley in the bug report was able to get to the gates of success in installing wine32 on a vanilla chimaera, and has therefore fingered backports as the reason for the error on my system. That log-file reported a terrifyingly-large number of i386 packages to install as helpers to wine32.
I would like to give public thanks to Mark for his help so far, but I'm going to remove all traces of Wine & the i386 architecture from my system.
Wise considering the lack of security on wine.
I have gkrellm installed from the Devuan repos so why does it need to be added to this repo?
Hmm... nvm then.
I didn't realize there was a hide taskbar option for this.
That's why I wanted this.
I saw this app on puppylinux's jwm build a while back.
![]()
I may have once mentioned once that I was searching for a specific system load monitor...
I out of nowhere found which one it was...
gkrellm was what I was seeking all along...
![]()
I recommend someone add this to the repo here you mentioned starting/have in place.
Btw, couldn't load website till recently.
![]()
I wanted to know how to do so and also, how to do so with command line arguments.
Like this for example:
xset dpms noblank on
ONLY, added to whatever crontab I want.
The one I actually want added is this though, for root:
tblock -Syu
Aka, I want tblock to update my /etc/hosts every time I log in and after that, every hour.
Thoughts?
Btw, when I said compiling is an option, I should clarify, I meant wine, not chromium or ungoogled chromium.
Wine actually isnt at all hard to compile, as long as you have the multilib stuff supposedly.
@zapper. Look at some of these.
https://smokey01.com/icon-sets/
The icon sets are .pet packages. So you will have to extract the icons from the package.
I think following set might be of interest: GartoonPup, Gartoonredux, HaikuPup, Noia-Warm, Nuovo-001, Puppy-gant, and Retrosmart. But there may be more you can pull some icons from.
I've notice that puppy kind of makes it's own desktop standard. So you may need to rename some of the files to follow the standard desktop specification.
I have also noticed a lot of these cartoon style icons are .png. So they will be less optimal in terms of both quality, and performance/resource usage when compared to .svg
Actually, I found what I wanted just now...
something like this:
https://rwm.sourceforge.net/Screenshots.xhtml
Are there any like that on your page? Those look awesome to me.
Specifically this:
@zapper. Look at some of these.
https://smokey01.com/icon-sets/
The icon sets are .pet packages. So you will have to extract the icons from the package.
I think following set might be of interest: GartoonPup, Gartoonredux, HaikuPup, Noia-Warm, Nuovo-001, Puppy-gant, and Retrosmart. But there may be more you can pull some icons from.
I've notice that puppy kind of makes it's own desktop standard. So you may need to rename some of the files to follow the standard desktop specification.
I have also noticed a lot of these cartoon style icons are .png. So they will be less optimal in terms of both quality, and performance/resource usage when compared to .svg
Actually, I found what I wanted just now...
something like this:
https://rwm.sourceforge.net/Screenshots.xhtml
Are there any like that on your page? Those look awesome to me.
Any icons like this?
https://3.bp.blogspot.com/-obdFscNGFsY/ … /step1.png
Was looking for something similar.
Not relevant persay, but which chromium is this btw? Regular, or ungoogled?
You can try compiling from source though if this is an issue.
I used to do that all the time on non-mainstream distros.
I recommend people do the same, if this issue comes up.
Though it might still be frustrating. If you have a lot of cpus and more than one comp, its wise to use one for compiling, probably recommended at a slower speed if you want to be extra careful regarding heat.
The other one, do whatever probably.
Worked for me many time.
Hope this helps somewhat.
zapper wrote:btw, jwmkit has some features to fix this issue. Works nicely, although you still need alsa-utils installed even if its not online while sndio is and alsa-sndio.
Sndio can do per application stream which alsa cannot ever do on its own last I checked.
Although maybe this has changed or isn't true?
sndio is a good audio server. Although you must use Daedalus/Bookworm if you want to use sndio because the package is way out of date in early versions of Devuan/Debian.
Also because of this JWMKit's sndio functionality has never been tested on Devu(bi)an. So I can't promise it works, but it does works well on other distros. I'll have to experiment with it when I have a chance.
Well, if I had to guess, it isn't up to date on devuan, because there isn't enough interest. Pulseaudio/pipewire has more currently.
Talk about feed the blob...
![]()
Aka, sndio can do the same thing thanks to you. If people didn't always pick the easy way, these bloated alternatives, like the stuff redhat provides, would have never succeeded.
You don't feed a bully, you cut them off and don't let them push you around.
When I said blob, I was though referring to the size like that old cheesy movie would have defined it as.
https://github.com/daemonblade/gartoon-redux
My fav theme if I can be bothered. I love how you get the source svg's so can modify them easily. Gpl'd
Actually, I just remembered, puppylinux has some! I wonder where I can find them tho.
I'll look another time maybe.