1
vote
2answers
136 views

Mount a folder without noexec

Is it possible to mount a single folder without the noexec option. I have a situation in which a web app in the users home folder on the server has to be mounted without noexec to run correctly, ...
9
votes
1answer
282 views

How to build a personnal cluster?

I have a debian server running some services (mail, web, git, mysql...). But it is alone, meaning that if it breaks, I have to repair it to access my services. I'd like to put a second server so that ...
1
vote
1answer
97 views

Error 'IO Error: Broken Pipe' when upgrading server from Debian Squeeze to Wheezy

As I am upgrading my virtual machine from Debian 6 (Squeeze) to 7 (Wheezy), I am seeing what appears to be a changelog (screenshot below). So, I pressed the 'q' key to quit and proceed with the ...
2
votes
2answers
805 views

Upgrading Debian Squeeze To Wheezy - Should conf' files be kept or replaced?

I am currently upgrading my all-new Linode server running Debian 6 (Squeeze) to 7 (Wheezy) this way: Updating current system: sudo apt-get update && sudo apt-get upgrade Replace all ...
2
votes
1answer
231 views

Virtual Wireless Access Point

Basically, I want to be able to connect to a wireless network from my laptop. Then, I want my virtual machine to acquire internet access via a bridged connection from ETH0 of the VM to the host’s ...
2
votes
1answer
369 views

How do I make a registered domain name resolve to a local/private IP address

I have a Debian Linux server running on my local network. I also have port forwarding set up on my router so that computers outside my network can use my domain name and get to my website/FTP/SSH ...
0
votes
1answer
2k views

Find out exact CPU model, Mainboard, RAM / server model? [duplicate]

Possible Duplicate: Getting information on a machine's hardware in Linux I have an "older" system here, something before 2005. 1) cat /proc/cpuinfo gives Intel(R) Xeon(TM) CPU ...
5
votes
2answers
773 views

Automatic security updates on Debian squeeze server

For a production Debian squeeze server, what are the best practices or recommendations for handling security updates? I have seen various articles on cron-apt, apticron, unattended-updates, apt cron ...
1
vote
0answers
164 views

GUI for mount_afp?

I have installed mount_afp, so I can access my iMac via AFP on my PowerBook G4 running Debian XFCE. It works in Terminal (screenshot), but is there a GUI for it - like File Manager?
2
votes
2answers
1k views

Disabling (or removing) X from CrunchBang home server

I've just installed crunchbang linux (based on Debian) on some really old hardware (we're talking single cores and DDR memory here) for a simple home server. However, seeing as the hardware sucks ...
0
votes
1answer
723 views

/etc/hosts in debian resets itself on reboot

I've been having a problem where when our vps provider decides to restart the server (running Debian 5.0.8), the server fails to remember changes to /etc/hosts. All I need is an database alias that ...
3
votes
1answer
1k views

How to properly prepare a server for power outages?

I have a personal Debian server set up, that I'm able to access in person and remotely, but normally I'm away from it and it's remote. It's on a battery-backup surge protector, but sometimes that ...
0
votes
1answer
157 views

If there's no /dev/md* and not /proc/mdstat, is it safe to use a second disk as a second disk?

There's two HDs in this server. I don't see an md device (see title) or an mdstat file. So, can I be safe that the second disk is currently unused? Yes, I do want/need the second disk as space much ...
1
vote
4answers
5k views

How to upgrade PHP to 5.3 on Debian 5.0 (Lenny)?

I currently have PHP 5.0 installed on my Debian VPS and was wondering how I would be able to upgrade it to PHP 5.3 and keep all of my installed modules running.
1
vote
2answers
1k views

Debian server on a Intel Core i3 and Intel Q57 Chipset - will it work?

I want to build a Debian server (running samba, postfix, apache - without X11) on a Intel Core i3 / Intel Q57 Chipset system. I'm relativly new to the Linux-World but had driver issues already within ...