Tagged Questions
2
votes
1answer
458 views
sshfs mount, sudo gets permission denied
I am using sshfs to mount a folder with some python projects over ssh to my ~/ directory.
$ mkdir -p ~/mount/myprojects
$ sshfs user@myserver:/home/user/myprojects ~/mount/myprojects
I can perform ...
4
votes
1answer
318 views
top / htop; group process by command
I'd like to know how much resource a specific command is using.
top and htop displays information on per process basis but I'd like the information to be shown on per command basis. E.g. I'd like to ...
8
votes
3answers
5k views
Linux, disable /dev/fd0 (floppy)
Is it possible to make Linux kernel completely ignore the floppy disk controller? I do not have the drive but obviously my motherboard does contain the controller. I would like to disable the /dev/fd0 ...
2
votes
1answer
239 views
Randomly logging out
My Xubuntu 10.04 system logs me out seemingly at random. How can I diagnose why this is happening and correct it?