Hello, I can't find any information on how to perform a clean reinstall of Ubuntu 24.04 without damaging my dual-boot Windows setup. Any help will be appreciated.
Great breakdown especially how to utilize thd entire disk..most just leave as is with empty space. My boot drive is 1 tb nvme. How do i add another 4tb hdd, and ensure all my webserver files are installed there
How to port forward, also does this allow me to access the content outside my virtual machine when type 10.0.2.25? I'm new to this. I want to deploy a python web app.
Thanks for the video. I have a couple of questions: 1. Where to change the port that apache httpd listen to? 2. I want to map a path to a directory, e.g. /a is mapped to directory /b so that if I access 10.0.x.x/a/m.html then the content of the file /b/m.html will be served to me. 3. How to tell apache httpd to show the directory content if that directory doesn't have index.html? 4. How to start apache httpd with running systemctl (I run Ubuntu in a docker container, therefore systemctl doesn't work).
1. edit the /etc/apache2/apache2.conf file which should have a Listen param that you can change the port. Restart apache after this to take effect. 2. edit the virtual hosts file /etc/apache2/sites-available and put an alias in - Alias /a /path/to/directory/b 3. again use a virtual hosts file and add a Options +Indexes 4. in docker try using sudo apachectl start sudo apachectl reload (for reloading changes)
uh i make everyting same as you but i dont have www file and could you make more videos about how to use it how to dowload databases and changing ip please ? thanks for the tutorial
Hi there! First of all, your videos are great and super understandable. My only question is: Is it going to be a problem in the future if in the storage conf section I cannot see /boot/efi? Thanks in advance! :)
Super new to Ubuntu and Linux in general. Great walk through. My question is, how to get full capabilities of my Nic port after installing? I’ve tried with 22.04 and can’t figure it out at all. Wondering if the kernel/version is the reason. Any info would be greatly appreciated!
My Linux Bundle (checklist, cheat sheet, and mind map) - learn.savvynik.com
Hello, I can't find any information on how to perform a clean reinstall of Ubuntu 24.04 without damaging my dual-boot Windows setup. Any help will be appreciated.
Excellent guide. Specifically, I needed to know how to reclaim the unused drive space. Thanks!
The best install tutorial - tru step by step :-)
Thanks. The part about LVM setting helped me a lot.
np, that's a sneaky one
@@SavvyNik It is indeed!
Same here. Was installing CasaOS on mine for a dedicated machine (old gaming rig) and was confused why I didn't have all the storage. Many thanks!
Super useful! 👍🏻
Perfect video 🎉 Thanks !
Awesome Thank you for Sharing! 💯✴
Great breakdown especially how to utilize thd entire disk..most just leave as is with empty space. My boot drive is 1 tb nvme. How do i add another 4tb hdd, and ensure all my webserver files are installed there
How to port forward, also does this allow me to access the content outside my virtual machine when type 10.0.2.25? I'm new to this. I want to deploy a python web app.
thanks for detailed guide
Thanks for the video. I have a couple of questions:
1. Where to change the port that apache httpd listen to?
2. I want to map a path to a directory, e.g. /a is mapped to directory /b so that if I access 10.0.x.x/a/m.html then the content of the file /b/m.html will be served to me.
3. How to tell apache httpd to show the directory content if that directory doesn't have index.html?
4. How to start apache httpd with running systemctl (I run Ubuntu in a docker container, therefore systemctl doesn't work).
1. edit the /etc/apache2/apache2.conf file which should have a Listen param that you can change the port. Restart apache after this to take effect.
2. edit the virtual hosts file /etc/apache2/sites-available and put an alias in - Alias /a /path/to/directory/b
3. again use a virtual hosts file and add a
Options +Indexes
4. in docker try using sudo apachectl start
sudo apachectl reload (for reloading changes)
@@SavvyNik It's not exactly correct for 24.04 but it gives me a correct direction.
uh i make everyting same as you but i dont have www file and could you make more videos about how to use it how to dowload databases and changing ip please ?
thanks for the tutorial
Hi!
It is does not working: cd/var/www/html
No such file or directory
What is the problem?
cd (space her) /var/www/html
@@yayaapps8845 Thank you!
Is this a good start if I want to install docker and then run plex?
Hi there! First of all, your videos are great and super understandable. My only question is: Is it going to be a problem in the future if in the storage conf section I cannot see /boot/efi? Thanks in advance! :)
Super new to Ubuntu and Linux in general. Great walk through. My question is, how to get full capabilities of my Nic port after installing? I’ve tried with 22.04 and can’t figure it out at all. Wondering if the kernel/version is the reason. Any info would be greatly appreciated!
great video thnx
please haw can i install resolvconf in ubuntu 24 04 lts!! thnxxxx
how can we access the browser? cause we are using ubuntu server and has no gui option..I dont get it
You want the desktop edition then. This is only meant to run servers which can be installed through the package manager
@@SavvyNik I think because my eps03 set in NAT that's why I was unable accessed the ip
how to copy your files into this server
Why is it must to install linux using windows? I don't understand
U dont have to, i guess the video dude is expecting people coming from windows and the audience are all new into this.