Tagged Questions
1
vote
1answer
56 views
LAMP Server setup for personal development
I am setting up a LAMP server in VirtualBox for personal development. This will be an Ubuntu Server 12.04 install, and I will be using Virtual Hosts for Drupal, Yii, and other small PHP apps. Ideally ...
2
votes
2answers
313 views
Moving a root directory to a separate partition
I'd like to create a new partition and move the contents of the /var directory to it for the security reason of having /var/www and other subdirectories "mounted" with nosuid, noexec, and nodev ...
1
vote
1answer
200 views
Is there a way to report incorrect login attempts in Ubuntu 12.10?
I am concerned with some people trying to access my laptop while I am away in my work place.
Therefore I was wondering if is there a way to set up kind of automatically monitor and report wrong ...
1
vote
1answer
164 views
Make bluetooth device invisible / disable incoming pairing
I am using the bluez package for my bluetooth usb dongle on ubuntu server. I want to be able to initiate bluetooth connection from the dongle to a device, however a device itself shall not be able to ...
2
votes
4answers
5k views
SSH login with clear text password as a parameter?
I need to login to a user that I've created on a remote host running Ubuntu. I can't use an ssh key because the ssh login will happen from a bash script ran within a server that I wont have access to ...
4
votes
2answers
2k views
How can I track who SSH'es into my linux machine?
I'm running Ubuntu 10.04. Is there a way I can get a daily report of who has logged onto the box, what time, and even - this may be asking too much - a report of the commands they used? This is a ...
5
votes
1answer
153 views
How can I find a Ubuntu package to use with Amazon EC2?
I'm looking to set up a new server on Amazon's EC2 and I wanted to use Ubuntu 11.04 is it is fairly new but not too new. I previously used 10.10 which I think is also very stable and time-tested.
My ...
7
votes
2answers
230 views
Can I get infected in this case if I run a live cd?
I recently got rid of a nasty trojan on Windows and want to migrate to Linux(Ubuntu). I want to run a Live CD so that I can format an SD card to put my brand new firmware on my router and format the ...
6
votes
3answers
838 views
How can I set that only root + a given user can shut down my pc?
If I'm using Ubuntu 11.04, how can I configure it such that that only two users can shut down/suspend/hibernate my PC: the root user and one regular user?
2
votes
2answers
2k views
How to change dm_crypt aes/256 LVM password after install?
I installed Fedora 14 & Ubuntu 10.04 LTS on my PC. I used dm_crypt/LVM with aes256 in both installs (2 VolumeGroups, each encrypted, so there is 2 separated & encrypted linux distro on this ...
5
votes
1answer
2k views
What is hvc0? (appearing in “who” list)
I have an Ubuntu Server, and when I type who, to see who's connected, I can see that there's a user connected, and instead of being logged to a pts/x, he's connected to hvc0. Is there something to ...
5
votes
1answer
555 views
Why root's default shell is configured differently with other normal user account's default shell?
As I know, root's default shell is configured csh and normal user's default shell is sh in FreeBSD. And in Ubuntu, root is dash, normal user is bash. (refer: What's the Ubuntu's default shell?)
Why ...
11
votes
3answers
280 views
What specific vulnerabilities am I creating by disabling the sudo password?
Here are some instructions on how to disable your sudo password. These carry the following warning
If you disable the sudo password for your account, you will seriously compromise the security of ...
1
vote
5answers
308 views
Does verifying packages enhance security and/or stability of a system?
RedHat/CentOS and Ubuntu both provide packages to verify the contents of a package. CentOS uses rpm -V. Ubuntu uses debsums.
I've spoken to admins who run these tools to verify the packages on their ...