8
[SOLVED] alsa softvol with jack plug (need some help with .asoundrc)view story

https://bbs.archlinux.org – ok, I figured it out..Here's the .asoundrc if anyone is interested.# ~/.asoundrc pcm.!default { type plug slave.pcm "softvol" } ctl.mixer0 { type hw card 1 } pcm.softvol { type softvol slave.pcm "jackplug" control { name "Master2" card 0 } } pcm.jack { type jack playback_po (HowTos)

5
change field separator only from nth field until NFview story

http://www.unix.com – Hi ! input: Code: 111|222|333|aaa|bbb|ccc 999|888|777|nnn|kkk 444|666|555|eee|ttt|ooo|ppp With awk, I am trying to change the FS "|" to "; " only from the 4th field until the end (the number of fields vary between records). In order to get: Code: 111|222|333|aaa; bbb; ccc 999|888|777|nnn; kkk 444|666|555|eee; ttt; ooo; ppp I tried something like: Cod (HowTos)

5
Recovery: how to get it backview story

http://forum.xda-developers.com – Ok so If you been following my mass posting today, I was realy excited to FINALLy get root. I dl ics official from lg. tried to get root. tried tried. (HowTos)

5
Install Glibc2 using Yumview story

http://serverfault.com – I'm trying to install glibc2 version 2.11 that's needed for openoffice 3.4 https://issues.apache.org/ooo/show_bug.cgi?id=119393 but i can't seem to find the dependency with yum. (HowTos)

13
[xubuntu] apt-daemon not workingview story

http://ubuntuforums.org – I use xubuntu 11.10. I am unable to install/remove any application from my computer. Whenever I go to install from the Software Centre, it says that aptdaemon is not working. (Hardware)

3
[ubuntu] Bibus not working in 12.04view story

http://ubuntuforums.org – Hi there I upgraded to precise yesterday and now I can't make Bibus to work properly (it is kind of an emergency, this software is essential for my job). When I try to insert a reference I get the next message: Cannot connect to Openoffice. See Documentation. Cannot connect to Openoffice. (Hardware)

5
Apache OpenOffice Lagging Behind LibreOffice in Featuresview story

https://www.linux.com – Michael Meeks today posted the results of his side-by-side comparison of OpenOffice.org derivatives. (Software)

4
LibreOffice freezes after pressing space.view story

https://bbs.archlinux.org – I haven't used LibreOffice for a while now and I know that OOo and LO are both generally a bit "slow", but my LO is behaving strangely even when considering that, because it starts pretty quickly and then when I start typing and press space, LO freezes totally and after around 5-7 seconds it is normally responsive and usable again. (HowTos)

6
ssh-keygen issue on AIXview story

http://www.unix.com – Hi , I am trying to create public key on my AIX server on other than home directory.However the command does not ask for Enter file in which to save the key : It is directly taking me to Enter the passphrase. I don't want to save the key in home dir as that is the home dir for other userID too. Please help. Here is the screenshot : Code: $ ssh-keygen -t dsa -b 1024 Generating 1024-bit ds (HowTos)

6
How to create new Database using OpenOfficeOrg Baseview story

http://gamblis.com – Microsoft Access is the most poular database application in Windows. In Linux environment, OpenOfficeOrg Base is a good database application as well. In this short tutorial we will show you how to create new database using OOO Base. Its not difficult to start using OpenOffice.org Base.  Step 1. Open the application OpenOffice.org Base Step 2. [...] (HowTos)