7
Proper place to put shell prompt(PS1) when use sh/bash/zsh togetherview story

http://unix.stackexchange.com – I'm using dash(sh) or bash or zsh. If possible, I would prefer to put in common place. I want to put proper PS1 settings when I interactive with shell, so these situation should be considered login (show PS1) su sudo script (Don't show PS1) I was put PS1 on .bashrc, but it seems not always workable. (HowTos)

7
please critique my zfs-fuse setup - wiki to follow - help neededview story

https://bbs.archlinux.org – Hi all,I am writing a new wiki for zfs-fuse that will hopefully find a niche and help others. (HowTos)

7
Output breaking when returning multiple valuesview story

http://www.unix.com – I've been trying to write a command-line function to grab a website's MX records and their ip addresses. (HowTos)

7
[ubuntu] Just got laptop & already messed it up... grub>view story

http://ubuntuforums.org – I just got my Dell Vostro 2520 with Ubuntu preloaded. I know nothing about operating systems. I wanted to try something different. Now my husband is pissed. I forgot my password...or did I set one up? Anyway, I was trying to reset it. I ended up with a black screen like dos. It had a place to set system, admin, and hdd passwords. I did this but I can't get out of this black screen hell. (Hardware)

7
[ubuntu] grub> HELP!!!!!view story

http://ubuntuforums.org – I just got my Dell Vostro 2520 with Ubuntu preloaded. I know nothing about operating systems. I wanted to try something different. Now my husband is pissed. I forgot my password...or did I set one up? Anyway, I was trying to reset it. I ended up with a black screen like dos. It had a place to set system, admin, and hdd passwords. I did this but I can't get out of this black screen hell. (Hardware)

7
Making a calculator that can loop - Bashview story

http://stackoverflow.com – I am trying to make a calculator. The user Enters number 1, chooses and operation, enters number 2, then chooses another operation or for the answer to be displayed. eg. 1 + 1 = or 1 + 1 + 2 + 1 = Both of these should be possible. read -p "what's the first number? " n1 PS3="what's the operation? (HowTos)

7
Why is the statement, inside a thread, not working?view story

http://stackoverflow.com – The button is working but the threading is not working at all. (HowTos)

7
how to use xterm to spawn a process in another terminal?view story

http://stackoverflow.com – In my bash script, i am trying to run a process in another terminal window using following : xterm -e /home/mohit/a.out Now I want to redirect the output using tee command as follows xterm -e /home/mohit/a.out 2>&1 | tee logfile But I am not getting anything in logfile. Any clues, why is this happening ? (HowTos)

7
RPM ignoring Requires versionview story

http://serverfault.com – I've packaged up clamav into some rpms for distribution inside our rhn, however I'm having some issues with dependency resolution when doing upgrades. the spec file builds 4 packages: clamav - contains the main files clamav-db - contains the virus definition files libclamav - contains the clamav libs libclamav-devel - contains devel files I need clamav to require (HowTos)

7
What should I check after an unauthorized access?view story

http://unix.stackexchange.com – I accidentally left an open port on my router, leaving access to one of my computers via SSH, using a rather insecure password. I noticed because I checked /var/log/auth.log and there is just one entry from the outside. There's no bash history nor anything easily noticeable. What should I check to know my computer is not compromised? (HowTos)