You are not logged in.
Touch screen support is basically a driver issue in the kernel these days, chances are it'll work out of the box if the particular touch module can be loaded. Probably not easy to find, but see if you can get your hands on the apple tech specs for those devices, then google the touch screen model for compatibility in Linux. If that module is already in the kernel, you're in business and the Devuan installer should recognize it straight away. If the module exists but isn't automagically loaded into the kernel, you may try loading it via the initrd image for your particular kernel. Not recommended for novices, but with guidance still doable. If there is no module, and you can find the actual drivers, you can build and install a module the kernel can use. This gets tricky even for experienced users, but you can still pull it off, taking your time. Worst case, there is no driver (which I'd doubt as apple OS is a BSD variant so there should be) then you're screwed and you'd have to write your own. Unless you're a Linux dev with experience, don't go there.
HTH!
Why are you going through all this effort to have a multi-OS setup when reselling the machine anyway? Let it be the next owners issue, IMO.
The actual problem is that fsck wants to scan an FS already mounted. You can unmount swap and have it checked, but as you're reselling the machine, just re-install Linux afresh and be done with it.
Yes
Interesting. I happen to have bought into the hype back then and so I still have a 4G 700 model. I may resurrect it. No idea for what, but 32 bit has it's perks
I disagree. If you have a login, just log in and your theme will be applied. Don't force your personal preference on guests.
Just me tuppence
Here's yer wing nuts folks!
There's ones left and ones right, so plenty for everyone, so stop arguing!
Once you figured out which files are safe to delete, it's a small step automating this in a script. Which can then be packaged as a .deb for anyone to install as they see fit.
Just a thought
Hoping to make a useful contribution to this thread!
Post the content of the file /etc/apt/sources.list (use the code button to mark it from your normal text)
You may need to enable particular repositories.
None of this has anything to do with Google potentially loosing Chrome
I'm not sure that's actually a benefit for users. Cause pretty much any potential buyer will abuse the massive userbase to sell even more personal data for even more money.
But since when was user-privacy of any concern to corporate US Gov't
Some hardware options:
https://www.amazon.com/isbn-scanner/s?k=isbn+scanner
Never tried myself, so YMMV!
From what I understand, it's a kernel thing. I'm not familiar with the particulars, but rebooting is never a bad option in such cases.
Yes.
Having said that, your router can set (or at least should be capable of setting) semi-static IP addresses if you configure it to match certain MAC addresses to specific IP addresses. I do too and NFS should work (it did on previous iterations but currently no NFS share available due to the server being offline for financial stuff )
Clearly, you've missed the memo: Linux is not Win-OS!
In Devuan, like all Debian-based distro's, you add a repository to the /etc/apt/sources file. Then add the key to that repo via apt/dpkg, refresh apt via
apt-get update
then install any package from that repo via the normal method
apt-get install <package-name>
Removing it is as simple as
apt-get purge <package-name>
The purge option tells apt to completely remove any traces of the package, including config files and whatever else it installed/used, from your system.
If you want a GUI to help you out, Synaptic takes your hand, just explore the menu for the correct function.
You do NOT manipulate a database manually, like some Win-OS users seem to have taught themselves
Try
rm -rf /var/cache/apparmor/201d1af9.0
This should clear the cache files apparmor is complaining about.
I tried to stay out of this, I really did
Genetically modified foods (hyperfoods) are widely available in the US, where food standards are deliberately low to allow big farm maximize their profits.
Look where it led them
Yes, hyperfoods are bad for your health. Which is why the EU has banned them. As a result, the population over here clearly has better judgemental powers to keep extremists out of a position dominating the various political stages
Oh boy, you really don't know how to make friends, don't you :-\ Nor do you understand when to stop harassing people, private or public.
If you're happy with Debian, please leave this community alone. It seems you fail to grasp that these harassment's say more about you then we want to know and nothing at all about the Devuan project at large. In fact, I'm surprised your account hasn't been terminated yet, but that might be a matter of time if you persist in your ways >:{
Brother offers a complete install script for MFC devices, which works based on some simple questions like model number etc. It installs and configures everything you need to get your Brother MFC working. It's also on the Linux support pages, in the install section. It worked a few weeks ago for my Devuan Stable install for a older (ancient?) MFC device. Make sure you run the installer as root! (it fetches and installs dependencies via apt/dpkg (can't remember))
IMO this is a case of "Hurray, we have a solution!, Now we try finding a problem to solve with it!"
Apt, dpkg, Synaptic and aptitude are (still) great tools to work with. Nala has no real technical reason to exist, other then eye-candy for a particular kind of user and an itch scratched for the dev(s).
Just me tuppence
I take it you've visited the LTSP pages?
About 15 yrs ago I managed to set up an LTSP server and to boot a client from it. Don't fool yourself, it's quite a job to set up the entire infrastructure: DHCP, FTP, DNS and only then LTSP as such. Effectively, you're setting up a very localized but complete mini-ISP. It can be done, I did, but it's worth getting pretty comfy on the CLI, cause you'll use it a lot. It also requires, due to DNS and DHCP, a physically separate network. Technically you might be able to get stuff working on your existing network, but only if you have unrestricted access to the router of your home network. Basically, you need to know what you're doing and if you do, you didn't have to ask
When buying HDD's, it's common practice of experienced sys-admins to purchase from multiple vendors and restrict the amount of drives from a single manufacturer in their stripes/arrays. Recently I started buying refurbished drives from A-brands like Toshiba, HGST, Seagate and WD to name a few. So far no issues, but I don't have them powered on all the time anymore.
There might be something else going on you probably don't realize. Do the following:
su #become root, alternatively sudo su
fsck /media/<user>/<UUID> #check the file system for errors and repair if required
chown <user> /media/<user>/<UUID> #make sure the directory is owned by the user
chmod 777 /media/<user>/<UUID> #set permissions for the directory for general access
HTH!
My bad:
apt search time