Tagged Questions
0
votes
1answer
54 views
Open screen in terminal after user login [duplicate]
When a user logins to my Debian server using e.g. Putty, I need to perform the following:
It will automatically execute command screen -r MyWindow, and
the user won't be able to leave the screen ...
0
votes
1answer
36 views
USB Drive Software Disk Mirroring - Is this the right approach?
I have a 1TB NTFS USB Data Drive (no boot, etc...) that I would like to keep a mirror of as a backup in case of hardware failure.
It is always connected to my raspberry pi running the raspbian ...
2
votes
1answer
98 views
Alix Board write performance
I have an alix board on which I have installed debian4alix (sqeeze). After using it for a while I noticed that the write performance of the board was pretty low.
I ran the following test:
dd ...
3
votes
2answers
608 views
Optimal SSD configuration
I am thinking about buying an SSD for my Debian system. However, because I don't know what is the optimal arrangement (i.e. what goes on the SSD), I am not sure what is the optimal size. Obviously I ...
0
votes
1answer
170 views
Rygel slowing down my Debian system
Recently I noticed that a process called rygel is taking a lot of IO resources every time I am starting something on my home system. What is this process doing and how can I disable it?
7
votes
1answer
930 views
How to make dpkg faster?
Package (un)installation on a Debian system is horribly slow, partly because it works with a whole bunch of (small) files. Short of getting a faster storage, how do I speed it up? I'm thinking maybe ...