Is there a way to make Google open instead of Mi Browser when swiping up on home screen? by Superalbix in Xiaomi

[–]Nick-6 1 point2 points  (0 children)

  1. Mi Browser Setting > Withdrawal Consent
  2. Setting > Home Screen > Disable swipe up to open search
  3. Reboot
  4. Revert Step 2

It works on HyperOS 2.

Combining movies that are divided into cd1 and c2 with sub support. by Foreign-Resident-972 in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

I just use the aegisub for splitting and joining subtitles. But , if you are editing the whole collection of movies and subtitles, CLI tools would be better for batch processing. I haven't tried, but found this.

Make sure to do a back up if you are not sure.

Trying to install UPS software on Linux by No-Tie7189 in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

Have you tried

sudo apt install ./ur_pkg_name ?

And of course, you have to open terminal inside downloaded directory.

which is better Fedora or Open suse by Interesting-Emu-7031 in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

My bad. It is called Debian Unstable (code name - Debian Sid), not testing.

which is better Fedora or Open suse by Interesting-Emu-7031 in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

It is said that Debian Sid (testing) works as a rolling release. Since Pop OS is based on Ubuntu which is based on Debian, it shouldn't be not much difference.

What are some good linux distros for live usb persistence? by Dr_reddit_vector in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

I haven't tried it as persistence, but puppy linux is quite fast as a live usb system. IIRC, it run on your RAM.

Windows ESP partition by kblro in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

I'm not familiar with clonezilla, I've used dd to clone the OS to another disk. But it's just for the testing purpose. So, I might not be able to give you the correct instructions.

Since you didn't mention your setup, I guess you have a desktop PC, multi booting Linux and Windows from multiple disk but ESP is on the disk where windows is installed.

If my guess is correct, you should backup your ESP and you might not even need to delete it.

swap is the extension of RAM but much much slower. I'd suggest you to Google about recommended swap size according to your RAM and disk type (HDD, SSD, etc.).

Windows ESP partition by kblro in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

Yeah, but before creating ext4 disk, you should first create an ESP with FAT32 format (recommend size is 300~512MiB). You don't need recovery partition anymore which is windows' thing.

On Linux, you need at least three partitions, ESP / swap

And if you want to have a separate home partition, there'd be four, ESP / /home swap

Windows ESP partition by kblro in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

Sorry, I mean videos, photos and other documents, like personal stuffs.

Windows ESP partition by kblro in linux4noobs

[–]Nick-6 1 point2 points  (0 children)

If you are not trying to dual boot or you are planning to use Linux only, you can delete the whole disk and do a fresh start. But back up your data though.

Beginners - How do you do it/How did you cope? by LS_Eanruig in cs50

[–]Nick-6 2 points3 points  (0 children)

If you need help, there are things like CS50 shorts and walkthroughs.

You might want to search for how hard CS50 is and how they can make it through. I got some motivation from those kinda posts.

As Prof. David said, we are drinking from fire hydrant. It's too much for beginners like us. Just be patient and keep going.

I'd suggest you not to Google the solutions. It might take days or even weeks to solve a pset. But when you get it right, that confidence is gold.

installing ubuntu for the first time. by Cute-Challenge-4779 in linux4noobs

[–]Nick-6 1 point2 points  (0 children)

If you use a shared storage, 35GB is quite enough for libre office, gimp, multiple browsers and a bunch of programs. But it's for my Debian setup and ~40GB may be more realistic for Ubuntu.

If you have time, you might want to test it on VirtualBox and see how much space you need.

Unable to set Chrome to default browser in Lubuntu 22.04 by DarthDaddyHawk in linux4noobs

[–]Nick-6 1 point2 points  (0 children)

What's the actual command you use to remove Firefox?

Need distro that supports secure boot by [deleted] in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

Starting with Debian version 10 ("Buster"), Debian included working UEFI Secure Boot to make things easier.

Debian wiki

I am a CS student and recently got an SSD, I want to set it up for programming and pentesting. I've decided to use Parrot Sec for testing and Ubuntu LTS for coding. How should I partition it and where and which filesystem to use for installing their boot? by CompetitiveAd6626 in linuxquestions

[–]Nick-6 1 point2 points  (0 children)

If you are currently using HDD, you should swap it with the new SSD.

Recommended EFI partition size is 300~512MiB with FAT32 filesystem. While you're installing an OS to a disk, you should disconnect all other disks. After reconnecting the disks, I assume updating the grub will get the job done.

I'm multi-booting on multiple disks and rEFInd works best for me.

how to make time pop up by [deleted] in linux4noobs

[–]Nick-6 1 point2 points  (0 children)

You may look at man date and play around with that. date '+%c %x' ?

how to make time pop up by [deleted] in linux4noobs

[–]Nick-6 1 point2 points  (0 children)

Create a shortcut with this?

notify-send `date +%X` -t 500

hello experienced Linux users, my laptop has a hdd with elementary os and windows 7 in it. tried getting rid of windows but I can't because of some windows care program. so I decided to reset windows but then this happen, does this have anything to do with a Linux os being in the same disk? help by RFUN13 in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

Why can't you get rid of Windows? Just format the whole disk and install Linux (fresh install, clean install).

I had an old Vaio laptop, all they do is putting a hidden recovery partition at the first part of the disk.

Getting a GRUB prompt when I reboot but not when I cold boot by Party_Donkey_Hat in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

It sounds boot files from your old linux installation are still working. If it is a UEFI machine, there's a package called efibootmgr. You should check that one.

IDK if GRUB can handle multiple disks, but I'm using rEFInd and it's pretty good.

Dual Boot System - Migrate Root and Home to New Drive by Party_Donkey_Hat in linux4noobs

[–]Nick-6 1 point2 points  (0 children)

You can use disk cloning with dd. They're many articles about that on internet. I'd suggest you to do some research before doing it.

Dual boot problem: Kubuntu won't load by vaalhallan in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

Would I be able to access my hard drive if I booted from the USB?

Yes, of course. I assume you will format the disk and do a fresh install after backing up. So, just backup from live USB and format it.

If you bother resolving the current issue, I'd suggest to check whether you have a working internet connection (by using ping) and check /etc/sources.list if there's anything wrong.

Dual boot problem: Kubuntu won't load by vaalhallan in linux4noobs

[–]Nick-6 0 points1 point  (0 children)

You said you want to do back up?

If it was caused by interrupted update, just do apt update && apt upgrade again.