8
Server shuts down suddenly *HELP*view story

http://forums.fedoraforum.org – Hi. I have a Server running fedora core 8. The client is a small office. The server is used for storage only. They doesn't work 24hours, for this reason, at the moment they close the office, they put the breakers down. (HowTos)

8
HOME/bin not a valid identifierview story

http://askubuntu.com – Thanks for reading. I am a grad student who has fallen into maintaining a server on a linux-Ubuntu machine - we work in Ontopia and Wandora, two programs that like to mess with Java environments. (HowTos)

8
How to issue organize desktop command from the shellview story

http://askubuntu.com – I usually interact with the shell, but I prefer to have the items on the desktop organized. Is there a command or a scripting interface to organize the desktop? (HowTos)

8
telnet implementation usin Cview story

http://unix.stackexchange.com – The program in general is I want to implement telnet program. On the client side user send its logging name and password, and if it is correct he starts to send commands to the server On the Server side I am check on the user authentication on the system and if it is true I must run his default shell which is stored in the passwd file, to execute his commands. The problem that when I tried to r (HowTos)

8
Kali Linux is now available for downloadview story

http://www.linuxbsdos.com – From LinuxBSDos.com.Kali Linux has just been released. ISO and VMWare images for Kali, a Linux distribution from the developers of BackTrack Linux, just hit a download mirror near you. BackTrack was/is a specialty distribution for security professionals and penetration testers. (General)

8
How to improve the Fedora experienceview story

http://www.linuxbsdos.com – From LinuxBSDos.com.This article is a take on how to “Improving the Fedora boot experience,” which was the subject of an email by Matthias Clasen to a Red Hat developer’s mailing list. (General)

8
Lighttpd Redirect to SSL results in 301 redirect loopview story

http://serverfault.com – I am running lighttpd 1.4.31 with ssl support and am having an issue with forcing https on a specific virtualhost. If I disable the redirect line from the following config, it works as expect (http and https both working, but no redirection), but when I enable it, I find the browser gets cause in a loop of 301s. (HowTos)

8
[ubuntu] Postfix, Dovecot, MySQL, PostfixAdmin is not workingview story

http://ubuntuforums.org – I am trying to configure for the first a server to be used for multiple domains to get used to hosting situations I may encounter in my job. I have Postfix, Dovecot, MySQL, and Postfix admin configured. However, Postfix is not handing off mail delivery to the virtual mailbox. (Hardware)

8
Shell Scripting - URL manipulationview story

http://stackoverflow.com – I need to manipulate a URL from the values from a file. (HowTos)

8
Rename multiple files in bashview story

http://stackoverflow.com – I have A.js, B.js, C.js in a certain directory and I want to write a SINGLE command line in bash shell to rename these files _A, _B, _C. How can I do this? I tried find -name '*.sh' | xargs -I file mv file basename file .sh but it doesn't work, basename file .sh isn't recognized as a nested command (HowTos)