Search found 26011 matches

by xenopeek
Wed Mar 20, 2024 2:07 am
Forum: Scripts & Bash
Topic: Can a bash script detect an asterisk? [SOLVED]
Replies: 24
Views: 453

Re: Can a bash script detect an asterisk?

Code: Select all

xrandr | sed -n '/^HDMI-A-0/,/\*$/p' | tail -n 1
xrandr | sed -n '/^HDMI-A-1/,/\*$/p' | tail -n 1
by xenopeek
Tue Mar 19, 2024 5:02 pm
Forum: Beginner Questions
Topic: Help! Rhythmbox thinks it is a file manager
Replies: 3
Views: 107

Re: Help! Rhythmbox thinks it is a file manager

I don't know MATE much but you will have to set its file manager as the default handler for directories probably. Try open the file manager, right-click on a directory. Then look for an "Open With" option and if you can pick the file manager there and have an option to set it as default; o...
by xenopeek
Tue Mar 19, 2024 9:41 am
Forum: Storage
Topic: restore internal HDD
Replies: 12
Views: 225

Re: restore internal HDD

Is there an easy way to change the default set up for LM 21.3, such that LM OS and swap, EFI are on partitions of the SSD, and the HDD is home directory? I don't mind redoing the installation and loading the backed up data to HDD after, if this is easier. Define easy. You will have to use manual pa...
by xenopeek
Tue Mar 19, 2024 5:56 am
Forum: Beginner Questions
Topic: difference between swap file and swap partition and how to modify
Replies: 8
Views: 270

Re: difference between swap file and swap partition and how to modify

You can't resize partitions while booted from them. So you'd boot from a Linux Mint installation USB, run sudo swapoff -a once on the desktop to disable it using your system swap and then you can use the GParted program to resize the swap partition. To add a swap file you can use these steps: https:...
by xenopeek
Mon Mar 18, 2024 3:54 pm
Forum: Storage
Topic: restore internal HDD
Replies: 12
Views: 225

Re: restore internal HDD

The README.txt says: "This directory has been unmounted to protect your data. From the graphical desktop click on "Access your private data", or from comman line, run: ecrypts-mount-private" . The Access-Your-Private-Data.desktop doesn't open when I double click on it. Right-cli...
by xenopeek
Mon Mar 18, 2024 1:04 pm
Forum: Cinnamon
Topic: How improve interface of Application Manager?
Replies: 7
Views: 191

Re: How improve interface of Application Manager?

No, it's just the default window size.
by xenopeek
Mon Mar 18, 2024 12:58 pm
Forum: Chat about Linux
Topic: A question of preference...
Replies: 11
Views: 359

Re: A question of preference...

It's stylized "linuxmint" in some of the brand logos but in text it's always "Linux Mint" on the Linux Mint websites. When posting here it can be fine to shorten it to "Mint" or "LM" when it's clear from context what you mean. For Linux vs linux — it's "L...
by xenopeek
Mon Mar 18, 2024 12:44 pm
Forum: Installation & Boot
Topic: How to fsck next boot with encrypted disk?
Replies: 3
Views: 89

Re: How to fsck next boot with encrypted disk?

A search says running sudo touch /forcefsck will force fsck to run on the root partition on next boot. Afterwards the file /forcefsck should be gone again.

Or did you mean you want it to run boot boot?
by xenopeek
Mon Mar 18, 2024 12:41 pm
Forum: Storage
Topic: restore internal HDD
Replies: 12
Views: 225

Re: restore internal HDD

henno603 wrote: Mon Mar 18, 2024 10:39 am And it sees the user data folder on the HDD. But I cannot access the data inside the folder.
Why can't you access the data -- what does it show when you go there in the file manager?
by xenopeek
Mon Mar 18, 2024 9:50 am
Forum: Installation & Boot
Topic: [Solved] Can you respecify the \home partition after installation?
Replies: 3
Views: 113

Re: Can you respecify the \home partition after installation?

Yes it's possible to use the other partition as /home directory. The below is assuming your current user account and the user account on the separate home partition have the same username and both were the 1st user account. That is, they both have a user ID of 1000. If you were using home directory ...
by xenopeek
Sun Mar 17, 2024 6:17 pm
Forum: Hardware Support
Topic: Mint keeps Shutting Down randomly
Replies: 8
Views: 204

Re: Mint keeps Shutting Down randomly

With shut down do you mean the computer powers off completely? I have a Sleep key on keyboard that I accidentally pressed a couple of times before figuring it out, but that looks the PC going off at first. Pressing a key couple of times will after a short wait wake it up again. Just mentioning it to...
by xenopeek
Sun Mar 17, 2024 5:42 pm
Forum: Open Chat
Topic: Is terminal-based web browsers safer than Graphical User Interface-based web browsers?
Replies: 5
Views: 201

Re: Is terminal-based web browsers safer than Graphical User Interface-based web browsers?

but I discovered on this topic I mentioned above that there are apparently also how to compromise security simply because of CSS... The post in that topic mentioned this CSS attack: https://www.mike-gualtieri.com/posts/stealing-data-with-css-attack-and-defense. He has a vulnerability tester at the ...
by xenopeek
Sun Mar 17, 2024 5:33 pm
Forum: Open Chat
Topic: Is terminal-based web browsers safer than Graphical User Interface-based web browsers?
Replies: 5
Views: 201

Re: Is terminal-based web browsers safer than Graphical User Interface-based web browsers?

See https://en.wikipedia.org/wiki/Comparison_of_web_browsers#Web_technology_support and https://en.wikipedia.org/wiki/Comparison_of_web_browsers#JavaScript_support to find which don't support it. Guess & quick look say that Links and Lynx both don't support CSS or JavaScript. They are available ...
by xenopeek
Sun Mar 17, 2024 4:35 pm
Forum: Beginner Questions
Topic: Why did Upgradable files not Upgrade?
Replies: 4
Views: 135

Re: Why did Upgradable files not Upgrade?

That shows you now have the 2.1.5-1ubuntu6~22.04.3 update installed. So I assume like spamegg wrote that it were phased updates and you got them now.
by xenopeek
Sun Mar 17, 2024 8:18 am
Forum: Software & Applications
Topic: Flatpak doesn't work on my LMDE6
Replies: 9
Views: 229

Re: Flatpak doesn't work on my LMDE6

That shows the same IP addresses when I do it so you're connecting to the same server. And now with the wget command so the problem isn't with the flatpak command itself. Does it work if you run it: wget --ca-certificate=/etc/ssl/certs/ca-certificates.crt https://flathub.org/repo/flathub.flatpakrepo...
by xenopeek
Sun Mar 17, 2024 6:26 am
Forum: Software & Applications
Topic: Flatpak doesn't work on my LMDE6
Replies: 9
Views: 229

Re: Flatpak doesn't work on my LMDE6

What happens when you wget https://flathub.org/repo/flathub.flatpakrepo — if there's a problem with SSL that should also balk.
by xenopeek
Sun Mar 17, 2024 4:01 am
Forum: Beginner Questions
Topic: [SOLVED] Is It OK to uninstall ZFS?
Replies: 2
Views: 115

Re: Is It OK to uninstall ZFS?

I think so. Command apt purge libzfs4linux should remove all ZFS related packages; libzfs4linux, libzpool5linux, zfs-initramfs, zfs-zed and zfsutils-linux. If it says it will remove other packages, abort and first check what those are and whether you need them. Total disk space saved will be 7 MB.
by xenopeek
Sun Mar 17, 2024 3:58 am
Forum: Beginner Questions
Topic: Why did Upgradable files not Upgrade?
Replies: 4
Views: 135

Re: Why did Upgradable files not Upgrade?

What does for example apt policy libnvpair3linux say?
by xenopeek
Sat Mar 16, 2024 1:45 pm
Forum: Software & Applications
Topic: Flatpak doesn't work on my LMDE6
Replies: 9
Views: 229

Re: Flatpak doesn't work on my LMDE6

Is your network connection maybe using a proxy? Searching for your error I found an issue that mentions it happening with a proxy https://github.com/flatpak/flatpak/issues/5263

Go to advanced search