8
Sneak Preview I: openSUSE 12.3 for Desktop Usersview story

http://news.opensuse.org – In less than two weeks, openSUSE 12.3 will be on your doorstep. Or rather, on the mirrors, ready for use. If you are curious to know what is coming, this first sneak preview is for you! We’ll talk about what’s new on the desktop: GNOME, KDE, XFCE and Enlightenment as well as the applications. Enjoy! The desktops Let’s start with the desktops. (Distributions)

8
What is first thing should have to do with Embedded linux [closed]view story

http://stackoverflow.com – Hi i'm newbie android programmer in small company and according to my company's upcoming project, i have to program into embedded program. i'm very new at embedded system and linux so i don't know what to do. I have to make a program for upcoming product : 7 inch navigation which has radio, dmb, gps function. (HowTos)

8
Tacacs+ scenario: can i permit user to configure only for one interface and deny otherview story

http://stackoverflow.com – I'm currently deploying tacacs+ with cisco device, i use tacacs server from here http://www.shrubbery.net/tac_plus/ my scenario is: i want to permit user to configure my router but only for specific interface, i.e to gigabitethernet0/0, after arrive at router(config-if)# that user can do whatever he want with that interface, but he can not change to other interface nor change configuration in ro (HowTos)

8
wpl_cli :not found with rooted android device?view story

http://stackoverflow.com – i rooted my android device then i go to adb shell, then type su to enter wpa_cli. i surprise that this appeared : wpa_cli: not found although i get information when i type : wpa_supplicant? i know that wpa_cli from same library wpa_supplicant? from this link android is linux based!! so why these commands can't be found in their kernel ? (HowTos)

8
Can one move a relpath in one command?view story

http://unix.stackexchange.com – This question is similar to one I asked recently, but the answers to that question, for the most part, do not extend to this one, AFAICT. The main difference between the two questions is that the earlier one was about copying while this one is about moving. Also, that earlier question was unnecessarily specific by referring to the relative path to a file. (HowTos)

8
Why does the sequence matter in the execution of these bash commands?view story

http://askubuntu.com – There seems to be some inconsistency that I am not able to understand regarding the bash shell. If I execute: ls;date;time the results of the three queries are shown in sequence. However, on interchanging date and time position, an error message pops up. So if I execute: ls;time;date the error message says: bash: syntax error near unexpected token 'date'. Can someone explain this? (HowTos)

8
[ubuntu] Root disk fullview story

http://ubuntuforums.org – In short: / was completely filled up after a nightly run of a JAVA algorithm. I am sure that I had more then 4GB on root the same evenying (I accidentialy checked with df). I killed the process and freed some space and then found a discrepancy between df and du. du shows 16GB on root and df claims 7GB. I attached a disk space analyser screenshot which shows 7.8 GB. (Hardware)

8
GNOME Shell 3.8 Beta 1 Now Has Middle-Click Pasteview story

http://news.softpedia.com – GNOME Shell, a user interface that provides functions for the GNOME 3 desktop environment, has just received a new update and it's now at version 3.8 Beta 1. GNOME Shell 3.8 Beta 1 has been released in the branch that will eventually become GNOME Shell 3.8 and it does pack quite a lot of new features. The GNOME developm... (read more) (IT news)

7
android.database.sqlite.SQLiteException: no such table:view story

http://stackoverflow.com – i'm trying to make an Android app with an SQlite database, but when i try to make a query to the table "clientes" shows me a RuntimeException. I have tried many things, I have found many solutions, but none works. THe main class: public class AndroidBaseDatos extends Activity { private TextView texto; private String nombre; private DBHelper BD; /**Array donde guardamos los nuevos dispositivos e (HowTos)

7
Init.d script causing boot hangview story

http://stackoverflow.com – I successfully installed a script to automatically launch in /etc/init.d on my new Raspberry Pi. Unfortunately, it is a node.js app that never returns, and therefore hangs the device during boot (this is on Debian). Yes, I'm an idiot. Is there a secret handshake I can do during boot to prevent it from running my init.d script so I can get to login and a shell to fix it? (HowTos)