0
votes
1answer
8 views
Where can I find Aptana error logs?
Where are Aptana error logs stored in fedora?I want them to see why Aptana crashes.
Edit: According to Mat's answer I checked the .log file in .metadata directory but this is what Is added to file ...
0
votes
2answers
20 views
normal user permissions
root can kill any program run by any user. Is it possible for a user to kill another user's program without using sudo, etc. ?
Example: How can make user foo kill program x which is run by user bar ?
...
0
votes
0answers
11 views
Debian Squeeze does not add OTF Fonts
I am trying to add a few OTF fonts to my debian system. I copied the font folder in question over to /usr/share (cp -R /home/morris/Desktop/Collected\ Fonts /usr/share/fonts) and ran fc-cache -f -v ...
1
vote
1answer
27 views
Convert pdf to jpg keeping the same name; resize & create thumbs then rename?
I have a lot of pdf files (3308) on which I must apply four steps:
1) I have to convert all to jpg
I found this little script on the web with ImageMagick: batch converting pdf to jpg
I want to do ...
2
votes
4answers
43 views
xargs with stdin/stdout redirection
I would like to run:
./a.out < x.dat > x.ans
for each *.dat file in the directory A.
Sure, it could be done by bash/python/whatsoever script, but I like to write sexy one-liner. All I could ...
0
votes
0answers
9 views
Can't login into webmin on a VPS
I bought a VPS server, and I have installed webmin on it.
When I want to login to webmin via:
http://88.198.196.118:10000/
it will redirect me to:
...
1
vote
1answer
23 views
Endlessly stuck in SSH login loop?
I've got a weird issue. Every time I hit Ctrl+D or use logout or exit, I see
Connection to remote.host.com closed
and then I am immediately logged back in:
Last login: Thu Oct 6 21:04:20 2011 from ...
1
vote
1answer
14 views
When do environment variables get set in tcsh?
I set a lot of environment variables in my .tcshrc file, using the setenv command.
When I needed to have one of these unset today, I moved this file and opened a new terminal (this is all in a Gnome ...
2
votes
3answers
61 views
Linux ls to show only filename date and size
How can I use ls in linux to get a listing of filenames date and size only. I don't need to see the other info such as owner or permission. Is this possible?
1
vote
3answers
23 views
debian: Remove or reinstall package in a very bad inconsistent state
I'm having a package management problem:
At some point, I must have interrupted an update or something, because the bluez package has broken. I've tried removing and/or reinstalling, but I get ...
0
votes
0answers
17 views
How to get xf86-video-ati work normally? [closed]
I've install Arch on my lenove z475 with AMD Radeon HD 6470M and HD 6520G, and I'v install xf86-video-ati, xorg, gnome3
But if I don't add "radeon.modeset=0", the screen goes black. If I add it, then ...
0
votes
0answers
7 views
su user fails with “grep: /var/cpanel/users/user: Permission denied”
I just did something pretty simple. Given a user user, I modified his user id, primary group's id, and added him to a new group in order to make my server use the same uid and gid as another server ...
0
votes
1answer
12 views
Create a temporary file from a stdout redirect or pipe
Some commands only output to stdout.
Some tools only work on files.
Is there a command that can glue those together?
Contrived simple example:
diff $(echo 1 | stdout-to-temp-file) $(echo 2 | ...
1
vote
1answer
12 views
Generic RPM that can install on any os - error: RPM is for a different operating system
How can I make a rpm from a spec file that can be installed on any host? Currently I have a spec file but when installing the rpm on other hosts I get this:
package my_software-1.0-1dist is for a ...
0
votes
3answers
41 views
Bash prompt keeps disappearing
I have a weird issue where my Bash prompt often completely disappears on a backspace. Doesn't make any sense to me, but it happens often:
I can't really think of why this is happening. Am I ...