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)

9
How to backup apps and app data on your rooted or non-rooted Android phone or tabletview story

http://www.talkandroid.com – We’ve all been in a situation before where we needed to either factory reset our phone, send it in for a warranty replacement, etc. Not a big deal by itself, but you’ve got 3 stars on 80% of Angry Birds levels, and who would want to lose that accomplishment? You want to be able to keep that data forever. (IT news)

8
Simple replacement of init to just start consoleview story

http://stackoverflow.com – On a very simple PC, I want to replace Ubuntu 12.04 /sbin/init by the most simple bash script in order to have the very minimum number of running processes. Obviously, no X, no USB, no detection of new hardware, no upgrade, no apt, "nothing", I just need a working console with a DHCP-based Wi-Fi IP address (ssid, passphrase are already stored in /etc/network/interfaces). That's all. (HowTos)