Questions tagged [security]
Security covers a wide-ranging set of topics including Users, Permissions, Authentication, Authorisation, Upgrades, Firewalling, Hardening, etc.
434 questions
348
votes
9
answers
183k
views
Are PPAs safe to add to my system and what are some "red flags" to watch out for?
I see a lot of interesting programs out there that can only be obtained by adding a "PPA" to the system but, if I'm understanding correctly, we should stay within the official "repositories" for ...
110
votes
7
answers
62k
views
What is the difference between "gksudo nautilus" and "sudo nautilus"?
I've been using gksudo nautilus and sudo nautilus through Alt+F2.
What's the difference? They look very similar!
226
votes
22
answers
179k
views
Why is it bad to log in as root?
I've often come across posts on forums or other websites where you see people joking in such a manner about running/logging in as root as if it's something awful and everyone ought to know about it. ...
30
votes
7
answers
36k
views
How can I tell if a CVE has been fixed in Ubuntu's repositories?
Today a couple of buffer overflows in NTP were announced 1, 2. It looks like updating my system to fix these issues is in order.
How can I find out if they have been fixed in the Ubuntu repositories,...
245
votes
11
answers
227k
views
How to delete file(s) in secure manner?
Is there a way to make sure that a deleted file can not be recovered?
As you know, deleting a file by pressing shift-del or using trash doesn't mean that file is gone forever. It resides somewhere ...
81
votes
3
answers
29k
views
What is Ubuntu's status on the Meltdown and Spectre vulnerabilities?
Any questions relating to status updates, or asking if anything is going to be patched for these vulnerabilities should be closed as duplicates of this question.
Meltdown and Spectre are in the news ...
19
votes
7
answers
44k
views
What antivirus programs are available?
What antivirus programs are available for Ubuntu?
We previously used Symantec Endpoint Protection but it does not work in Ubuntu.
228
votes
2
answers
616k
views
How do I scan for viruses with ClamAV?
I installed ClamAV via Terminal (Ctrl+Alt+T) with:
sudo apt-get install clamav
but how can I scan for viruses?
135
votes
13
answers
158k
views
How to harden an SSH server?
What measures can/should I take to make sure that security around my SSH server is absolutely impermeable?
This will be community wiki from the start, so lets see what people do to secure their ...
43
votes
14
answers
33k
views
Why is there no option to login as root?
Why does Ubuntu not allow the GUI users to login as root at the time of system start up like administrator in Windows?
Why they are restricting us to login only through the terminal?
100
votes
8
answers
184k
views
How to encrypt individual folders?
Let's say that I have a folder, within my Documents folder, that has files I want no one to access without a password.
Is there a way to lock down that folder so that it's password protected / ...
80
votes
2
answers
69k
views
Why shouldn't /var/www have chmod 777
When developing a page on a localhost, I sometimes get a "Permission denied" error which I can solve by running chmod -R 777 /var/www. However, people are telling me that this is a bad idea for ...
413
votes
10
answers
486k
views
How can I install just security updates from the command line?
sudo apt-get upgrade installs all updates, not just security updates. I know that I can use Update Manager to select only important security updates, but is there a way to do this from the command ...
73
votes
7
answers
15k
views
How to secure my laptop so that hacking by physical access is not possible?
I messed up my system earlier, I was greeted with a black screen, when booting in to Ubuntu. When I started up my laptop, I selected the recovery option from the grub menu, and chose fallback at root ...
24
votes
5
answers
15k
views
Risks/Disadvantages associated with Wine
Can wine as a whole or the windows applications installed via wine pose some kind of risk to an Ubuntu installation? This question arose in my mind when I read this answer to my earlier question ...