8
How can I create an infinite loop without killing program execution?view story

http://stackoverflow.com – I have a program whose logic is the same as the dummy sample I've included here. I've tried a simply while (1) which doesn't run (at least the UI is not shown). This sample runs the while loop based on a variable setting which is changed by an addEventListener() which should terminate the loop. However, it acts just as the while (1). (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
Cannot login after changing password in Kubuntu via System Settingsview story

http://askubuntu.com – I just changed my password in Kubuntu 12.04, via the Systems Settings dialog. After this I was able to "sudo su" and work on some other unrelated tasks. After restarting the computer, I can no longer login as the user whose password was changed. Any help, and/or redirection to a bug report on this will be greatly appreciated. (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
Ubuntu not loading even from a boot pen drive (purge qt*)view story

http://askubuntu.com – Lets say i accidentally used - sudo apt-get purge qt* And accindentally wrote my root password. And now i can´t reboot my 12.10, i already tried grub recover package, and boot pendrives with 12.10 and 13.04 And root terminal from grub wont connect to internet. What can i do now to avoid losing all my documents?‎ (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
tmux – terminal multiplexerview story

http://www.ubuntugeek.com – tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. (...)Read the rest of tmux – terminal multiplexer (602 words) © ruchi for Ubuntu Geek, 2013. (HowTos)

8
putting multiple input line to the console | cursesview story

http://stackoverflow.com – I have started to write console with Python language. It is amazing. But, I have tried to create input box with curses as shown below. I have stucked in how I can put input line and get the input written on the input place on the console. Can you help me for this part ? I forget to ask _is it possible to create input box as shown below with curses ? (HowTos)

8
Samba File Sharing with Departmental Policy Configurationview story

http://askubuntu.com – our employees need to share some files. I'd like ask if Samba can be configured with the way we need for the shared folder. Let's say we have three departments. HR Department Only people who know ID and password can access to Samba shared folder "HR". (HowTos)

8
Apache Basic Auth not working in customer networkview story

http://serverfault.com – I'm having trouble, letting a customer see a site that is locked with a simple Apache Basic Auth password file. It works in every browser on Mac, Windows and in our network. Even the customer get's it working at home, but not in his office. What could possibly go wrong here? (HowTos)