
Zitat von
Gravemind
schwachsinn.... man braucht auch bei linux ein antiviren schutzprogramm.. kein system ist sicher und auch wenn es wenige linux viren gibt... die browser cookies warten schon auf dich

google am besten mal nach linux antiviren programme villeicht findest eins.

Was haben Browser- Cookies mit einem Betriebssystem zu tun?
Es gab bis heute keine nennenswerten Linuxviren, aber haufenweise Exploits und Proof of Concepts.
Alle erkannten Sicherheitslöcher werden in die nächst mögliche Kernelversion eingepflegt und veröffentlicht.
Im Gegensatz zu Windows ist es bei Linux nicht zwingen erforderlich ein Antivirenprogramm zu installieren, wenn man sein System aktuell hält. (so sehe ich das)

Zitat von
computer22
Wo kann ich bei ubuntu einstellen, welches betriebssystem standartmäßig gebootet werden soll?
Einfach Grub anpassen.
In der Shell:
Code:
sudo gedit /boot/grub/menu.lst
eingeben
Code:
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
Die Default-Zahl anpassen, weiter unten stehen die Auswahlmöglichkeiten der Betriebssysteme.