Thats really helpful, thank you! What else would you remove from default Debian/Gnome image?
@fdsaafewr2557Ай бұрын
Maybe a silly question but how would you encrypt the disk with the manual partitioning
@Smash-n-GrabАй бұрын
i have Debian 12 @Fossman Media i really hate the activities button and yearn for a windows 7 like desktop experience orr jus be able to see my snapd icons ora any icons on the desktop at least .. Anyway i can achieve this without the obvious other image ?
@Aaahhk2 ай бұрын
Thank you so much - you are my hero! 👍🏼
@72hra2 ай бұрын
Thanks a lot for the most elaborated script I found so far. Do you know if there are other changes required for Fedora then the replacing "apt" by "dnf"?
@zentrans2 ай бұрын
7:36 says under the "no proxy" field that localhost is implied, hence entering it is redundant at least in firefox
@kelvin-nz2 ай бұрын
Nice 👍
@MrsPillows2 ай бұрын
i dont like the idea of enabling uPNP. Have it blocked in the router too, and also on the configurations file of i2pd. Could that be the reason I cannot access 127.0.0.1:7657 ? but only access 127.0.0.1:7070 ?
@wahyusatriyaputra94173 ай бұрын
can u guys help me my debian after update it stuck in login screen simple desktop manager,my debian only using kde and shift alt f3 and i can event use my user password,then how i access terminal?
@dark_side-20054 ай бұрын
dammmm, I searched hole the internet for a complete guide about partitioning, none of them are good as this video. thank you so much.
@ShuAbLe4 ай бұрын
which of this partitions are strictly necessary and which optional? The necessary would be boot and root, of just root with bootable flag? If someone can point me to a read where I understand better what's happening beyound just following the steps I would love it.
@husaynarif4 ай бұрын
Wrong information at 6:47
@fossmanmedia4 ай бұрын
Your right... Sorry about that. "EFI System Partition" is in "Use as:" and not "Mount point"
@75hilmar3 ай бұрын
@@fossmanmediaAnd then the EFI partition will automatically be bootable and the root won't
@Chiramisudo4 ай бұрын
Are the `virt-machines` and `recovery` partitions necessary? Why not just put those in root to maximize available space for your VMs and Snapshots?
@fossmanmedia4 ай бұрын
I wouldn't say they are necessary. I just like to have my virtual machines in their own partition so they can be preserved after a reinstall of the OS. As for the Snapshots, it's just nice to have them separated from the rest of the system so I don't have to worry about them being corrupted in some way.
@Chiramisudo4 ай бұрын
@@fossmanmedia Fair enough. I opted to put it all in root to maximize the space I have available for my VMs, which of course I'll put in a dedicated directory to accomplish a similar effect.
@kelvin-nz4 ай бұрын
terrific upload thankyou! 😃👍
@fossmanmedia4 ай бұрын
Your Welcome. Hope it helped.
@1ku0k4 ай бұрын
Which version of Debian 12 live did you use? Guessing it was not the net install version which is only 600+ kb, which seems to be the default that Debian keeps pushing me to. Would be great if you can include the links to the ISOs you used
@fossmanmedia4 ай бұрын
I just looked and it's no longer there. Your right though... it wasn't the net install, but rather the full Gnome ISO image. But it's bugging me now. I'll have to look deeper. You used to be able to just search for "Full Debian ISO Image" but like you mentioned I also just end up on a page with only net installs. Can't even find them in the archives. If I find them, I'll make sure to respond to this comment again with a link. Weird.
@1ku0k4 ай бұрын
@@fossmanmedia I think now you have to search for the specific Debian 12 desktop you want eg Debian xfce iso
@itsfish86725 ай бұрын
Nice
@fossmanmedia4 ай бұрын
Thank you.
@LiamGutierrez5 ай бұрын
Good
@davijose825 ай бұрын
amazing content you deserve more attention!
@fossmanmedia5 ай бұрын
Thank you! Appreciate the complement.
@lqlarry5 ай бұрын
👍
@fossmanmedia5 ай бұрын
Thanks!
@albo51066 ай бұрын
Best thorough vid for i2p setup. Thanks 👍
@fossmanmedia5 ай бұрын
Your Welcome. Thank you for the complement.
@ocis6 ай бұрын
ive got no use for this video but how aint this blown up its useful
@fossmanmedia6 ай бұрын
Thank you. Guessing it takes time. Still just a tiny channel.
@ocis6 ай бұрын
@@fossmanmedia makes sense but keep at it
@immortallman34826 ай бұрын
Hi! I want to install Debian 12 along the WIndows 11. Fisrt time it worked fine for me. But later i haven't boot manager. Maybe you can tell how to use EFI (UEFI) to have over there boot option for Debian??
@fossmanmedia6 ай бұрын
Just wondering... When you booted into the install from the BIOS, did you choose the UEFI option? Also, don't forget to install GRUB at the end of the installation.
@itsfish86726 ай бұрын
Sweet vid man
@fossmanmedia6 ай бұрын
Thankyou.
@farshadshiri16007 ай бұрын
Hi, i want to install debian just for computing softwars. Is it ok to only have a root partition and a swap area? If yes they should be on by bootable option?
@fossmanmedia6 ай бұрын
Yup, should be okay. If you have to assign a boot flag, I would go with root. Sorry, can't say for sure, been a while since I've set up a system like. Think that is the default option though if you just go with the "guided" partitioning scheme.
@itsfish86727 ай бұрын
Nice
@fossmanmedia5 ай бұрын
Thanks!
@opposite3427 ай бұрын
Hi. I wanted to add that, `rename` you're mentioned here (and what is commonly referred to in debian packages) is "perl rename". This is not the same with rename from the Util Linux package, which is the one shipped with Arch and Fedora. rename in Arch and Fedora doesn't have regex support by default. To achieve the same behavior with debian bases distro you need to install `perl-rename` on Arch and `prename` on Fedora respectively. Also why do you need mmv? Wouldn't `rename 's/foo/bar/g' *` works?
@opposite3427 ай бұрын
In the example here you could do `rename 's/^South_Park_//g' *` instead of using mmv
@fossmanmedia6 ай бұрын
Thanks for the tip. I don't run Arch, but good to know. Think I'm just using MMV out of habit. Thank you for the additional command though... I'll have to try it out.
@rasowa29587 ай бұрын
No need to install additional tools. You can do all of it with standard command line tools (mv, tr, sed): - replace spaces with underscores: for FILE in *; do mv "$FILE" $(echo $FILE | tr ' ' '_'); done - remove patterns: for FILE in *; do mv "$FILE" "$(echo $FILE | sed -e s/South_Park_// -e s/_1080p_x265//)"; done
@randy5277 ай бұрын
i can install without internet?
@fossmanmedia7 ай бұрын
Yup. You'll just need to grab the full ISO. Not the net-install. Haven't tried it with the newer versions, but should still be okay.
@nidaeken15277 ай бұрын
Which operating system are you using here?
@fossmanmedia7 ай бұрын
Debian 10 Buster.
@ChandrashekarCN7 ай бұрын
💖💖💖💖
@fossmanmedia5 ай бұрын
Thank you!
@road2onebillion3938 ай бұрын
Hi I just looked at your other video about downloading a video without a download button and I tried doing this method with kajabi for a course that I am taking but it doesn't seem to work are there any alternative ways to do this?
@fossmanmedia7 ай бұрын
Sorry to hear that. Have you tried youtube-dl or yt-dlp?
@perrystathos29698 ай бұрын
Loved it! Straight to the point. Clear and concise. Thanks
@fossmanmedia7 ай бұрын
Your welcome. Thank you for the compliment.
@VulcanOnWheels8 ай бұрын
2:09 Shouldn't that be "*Peace* of mind"?
@fossmanmedia7 ай бұрын
Probably. I often find when I re watch my video, I get a lot of words mixed up.
@itsfish86728 ай бұрын
Very cool
@fossmanmedia5 ай бұрын
Thank you!
@nkushgaur9 ай бұрын
very very on point video, thank you very much
@fossmanmedia7 ай бұрын
You're very welcome
@mestrebimbashouse9 ай бұрын
Please note that if you want a clean install, set all of the system partitions to be formatted, as /boot automatically is set to skip formatting, unlike the others. This was useful for me since i also use windows, and it wasnt in the grub menu Cheers!!
@fossmanmedia7 ай бұрын
Your welcome. Thank you.
@mestrebimbashouse9 ай бұрын
Video summary!! (I still recommend watching the whole video): for a desktop, the partitions i use are 1.0 gb for the boot/efi partition; 15 gb minimum (20gb recommended) of space for the root, which should have boot flag enabled, note that this partition NEEDS to be primary and not logical; and the swap partition, which should be the same size as your ram. Note that if your system has 2.0 of ram, you should double the swap to 4 gb
@fossmanmedia6 ай бұрын
I agree. Think convention is to use double the amount of available RAM for the Swap partition on systems with limited RAM. Depends on who you ask I guess. I've just been using 24GB for the Swap, regardless of how much RAM is available and haven't had any issues. Always thought the main goal was to use a configuration that resulted in the system using as little Swap as possible, but beginning to find out that Swap can be quite useful.
@youtube1987pl9 ай бұрын
UEFI GPT: kzbin.info/www/bejne/o36lZ4OBh7ulfsk
@davel2029 ай бұрын
Should be careful with that ayplap account, the bans are lifetime unless you can change socials. Doesn’t matter what happened, same with yabe GCX bans. They’re integrated into more systems now, so yaplap ban could be a problem paying bills online for odd stuff using their associated services, which I discovered trying to pay rent through a web portal, after my identity was used 10 years ago for yaplap.
@nicosilva47509 ай бұрын
Totally feel for you. I set up myself and my parents (who are in their 80's) a security key (yubikey) verification as the second factor for their bank account (B of A). I thought I had everything secure. Then I find out that my Dad accessed his account through his phone and it sent a text verification to his phone. UGH!! I swore off Paypal 5 years ago for similar, but different scenario, reasons. Your videos on Linux and website development are good quality. It takes a long time to build up an audience for good technical information. Most youtube videos are for amusement. I think you can auto post youtube content to odysee. At least there we can tip you with lbry tokens. Yeah, they aren't worth much anymore, but a few years ago people were making out great over their. Thanks SEC for ruining a good thing.
@LavaCreeperPeople9 ай бұрын
ok
@dxxx.9 ай бұрын
awesome work, keep it up.
@fossmanmedia9 ай бұрын
Thanks, will do!
@nicosilva475010 ай бұрын
Thanks man! Have been looking forward to this. Also thanks for the NGINX content. I recently had to compile NGINX with some added capabilities in order to get WebDAV support, but then broke something from what a standard install does (ugh). I really need to just deep dive and understand it instead of grabbing scripts and hoping they will work.
@fossmanmedia10 ай бұрын
Your Welcome. Couldn't agree more. Find I need to remind myself often to just stop, take a deep breath and refer back to the documentation. Glad your enjoying the content.
@tomaszwroblewski614210 ай бұрын
Hello. I have a question. What is the name of the app that you are making the notes. It looks intresting, so that is why I'm asking. Brs, Tom.
@fossmanmedia10 ай бұрын
Hi Tom. The name of the application is Cherrytree.
@wildmanjeff4210 ай бұрын
great little program, thanks for the video ! I have been looking for a better backup program, having had timeshift have problems once. I used rsync quite a few times to backup directories, but I have not in a long time due to getting spoiled with truenas replication, but I need to get more reliable scheduled data backups rather than random backups.
@fossmanmedia9 ай бұрын
Sorry for the late reply. As far as scheduled backups go, I think I would use rsync through a cron job to schedule the backups to occur on a regular basis.
@Photoshop24011711 ай бұрын
Thank you. It works on cinnemon.
@fossmanmedia10 ай бұрын
You're welcome!
@draganmihai489711 ай бұрын
Thanks very much !
@fossmanmedia10 ай бұрын
Your welcome. Hope it was helpful.
@Lars-pi4vx11 ай бұрын
For virt-machines maybe large files instead of standard for usage?
@P4r4lel0piped Жыл бұрын
is that a theme? and what framework did you use?
@fossmanmedia Жыл бұрын
Nope, no theme. Just HTML and CSS. With a Python Flask framework.
@P4r4lel0piped Жыл бұрын
@@fossmanmedia wow this looks better than 99% SSGs themes that I saw while looking for something simple and easy to view/use... gj.