7
How to set the bash display to not show the vim text after exit?view story

http://unix.stackexchange.com – My question is simple, but I am finding it hard to frame/explain it easily. I log into several Unix boxes with different accounts. I see 2 different things for user1 and user2, while editing text files in vim user1 When I type vim filename, vim opens and I edit the file. (HowTos)

7
Bash shell: Replace a text block by anotherview story

http://www.unix.com – Hello, I'm an starter in Bash scripting. (HowTos)

7
[ubuntu] Startup Script - Install Everything with ONE Commandview story

http://ubuntuforums.org – I just started working on this and it is something that has saved me so much time as my system crashed and I had to reinstall. (Hardware)

7
Aura 1.1 Releaseview story

https://bbs.archlinux.org – For you, Arch users, the fruits of my winter holiday: Aura 1.1Aura is a package manager for Arch Linux with full support for installing and upgrading AUR packages.With version 1.1 it has many new features to make managing your system easier.New with Version 1.1 * `--save` option. Stores a record of all installed packages. * `--restore` option. Restores a state stored with `--save`. (HowTos)

7
What framework of Android can be used to connect PC to Android and Android to other PC?view story

http://stackoverflow.com – I have this scenario. Where i am writing one apps in Android usging bash/python. So that via PC i can connect to the Android and from Android using USB i can connect the destination PC/Server. But what API is available to send all my Android requests to USB, so that i can remotely have assistance for the Server PC via Android? Is there any other available open-source framework for doing such? (HowTos)

7
debian: mysql-workbench installation error [cannot find -lpython2.7.a]view story

http://stackoverflow.com – I'm trying to install mysql-workbench-gpl-5.2.45 from the source code on Linux debian 2.6.32-5-amd64. (HowTos)

7
[ubuntu] Problem with ubuntu tvview story

http://ubuntuforums.org – Hi, as you can see from the title i have problem with ubuntu tv. I have done all what they said http://www.webupd8.org/2012/01/how-t...-from-ppa.html but in 3. step terminal said "bash: /usr/lib/unity-lens-video/create_tmb.sh: No such file or directory". How can i fix that? Do i need tv tuner for running Ubuntu tv? Excuse me if I ask stupid questions i am newbie in Linux Ubuntu. (Hardware)

5
How do I install and configure postfix automatically on Ubuntu 12.04 using aptview story

http://askubuntu.com – I installed postfix on a bare bones Ubuntu Server 12.04 by typing the following in the terminal. sudo apt-get install postfix When asked to choose a mail server configuration type, I chose Satellite system. For the System mail name, I entered ww1.example.com and for the SMTP relay host, I selected mail.example.com. Note that I replaced example.com with my own domain. (HowTos)

5
[ubuntu] Ubuntu 12.04 and Lenovo G780 headphone jack not workingview story

http://ubuntuforums.org – Hi, I run Ubuntu 12.04 and have Lenovo G780 laptop. When I plug headphones to jack the sound mutes but you can't hear anthing from the headphones, I tried different headphones. I ran a script I found on of the help pages here: Code: $ wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh --2012-12-30 21:28:46--  http://www.alsa-project.org/alsa-inf (Hardware)

5
[ubuntu] Trying to understand this "find" command... assistance requested.view story

http://ubuntuforums.org – I have surveillance cameras on my property at home. These cameras simply save via Samba 24/7. They create directories based on year/month/day/hour. Since they record 24/7, I have a bash script which runs the find command which deletes any feeds older than 3 days. (Hardware)