I hope that @chaskes will find your question and give you an answer :-)
But I will also try to answer your questions, starting with a reference to my answer to a corresponding question,
Boot Ubuntu from external drive
- Will this Ubuntu on external Hard Drive work normally as if installed on a laptop as normaly OS?
Yes, except that
- it might be slower than if connected internally via SATA. USB3 is quite fast, but USB 2 is rather slow
- discard (for an SSD) does not work via USB
- Can I move this Ubuntu from the external Hard Drive to the Hard Disk of a new laptop and make this Ubuntu as if installed initially on
the new laptop?
Yes, but check that
- the target drive has the same size or is bigger (not one single byte smaller), if you want to clone it
- the physical sector sizes are the same on the source drive and the target drive
- if proprietary drivers, that they match the target computer.
Otherwise you should copy at the file level, install the bootloader and do some other fixes, or simply make a fresh installation, if you think the fixes are too complicated. In this case you can copy the /home
directory to a 'home' partition for the fresh installation.
- Every time I run this Ubuntu on external Hard Drive on a another laptop not the usual one will I need to install the drivers of the
adapters of the other laptop?
If no proprietary drivers are installed, the free linux drivers are used. If the target computer, 'the other computer', works with the free drivers, you need not install any drivers. But some hardware, for example new and powerful nvidia graphics cards and Broadcom wifi cards need proprietary drivers.
- If I have external Hard Drive with 1TB how much the swap should I choose?
It depends on how you use the computer.
- If you want to hibernate, you need as much as the RAM (in gibibytes) and a little bit more, for example 4 GiB RAM ~ 4.3 GB RAM --> 5 GB swap,
- otherwise it is probably enough with 2 GB swap unless you know, that you need a lot of swap for some particular application.
- Does Ubuntu nowadays still in no need for any Antivirus?
That has not changed.
- If I run Ubuntu on external Hard Drive on a laptop can I access the hard disk of the laptop?
Yes, but
- if Windows is hibernated or semi-hibernated (fast startup), then linux stays away from it to avoid corruption. So if you want access to Windows partitions, please avoid hibernation and turn off fast startup in Windows.