Questions tagged [opensuse]

openSUSE is a free and opensource general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.

openSUSE is a general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.

After Novell acquired SUSE Linux in January 2004, Novell decided to release the SUSE Linux Professional as a 100% open source project called openSUSE but also continue with use of same SUSE Linux Professional as base for SUSE Enterprise Server and SUSE Enterprise Desktop. openSUSE and SUSE Enterprise are developed by openSUSE and SUSE Gmbh, but openSUSE is more loosely developed with less testing before release, where SUSE is tested to greater levels to ensure proper operations before it was released.

Like most Linux distributions, openSUSE includes both a default graphical user interface (GUI) and a command line interface option. During installation, the user may choose among KDE SC, GNOME, LXDE and Xfce GUIs. openSUSE supports thousands of software packages across the full range of Free software / open source development.

openSUSE is fully and freely available for immediate download, and is also sold in a retail box to the general public.

It comes in several editions for the x86 and x86-64 architectures.

/wikipedia/

743 questions
249
votes
12 answers

How to see top processes sorted by actual memory usage?

I have a server with 12G of memory. A fragment of top is shown below: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND …
user3111525
  • 4,623
  • 8
  • 35
  • 60
79
votes
19 answers

Insufficient permissions for device in Android Studio Workspace running in openSUSE 13.2

I have a rooted Motorola Defy+ running a Cyanogenmod v11 custom ROM (nightly build) created by Quarx. Using Android Studio Workspace,(ASW) v.1.1.0, when I try and debug on this device, I get ????????????[null] listed in the Choose Device window,…
portsample
  • 1,557
  • 3
  • 16
  • 30
20
votes
9 answers

How to change the Monitor brightness on Linux?

How do I programmatically change the monitor brightness on Linux? I'm using SLES 11.
Alexander Stolz
  • 7,116
  • 11
  • 54
  • 63
19
votes
1 answer

Py_Initialize: Unable to get the locale encoding in OpenSuse 12.3

I have downloaded Python3.3 and after unzipping it I issued ./configure, make and make altinstall. When I issued python3.3, the following message was shown: Fatal Python error: Py_Initialize: Unable to get the locale encoding ImportError: No module…
Sabyasachi Mitra
  • 355
  • 1
  • 3
  • 12
14
votes
6 answers

vim "syntax on" does not work

Here is my .vimrc 1 syntax on 2 set ts=4 3 set number 4 set smartindent 5 set shiftwidth=4 However, I tried to edit HelloWorld.java and HelloWorld.c. Both have pure regular black font. No any highlighting! I also tried :syntax on after…
JackWM
  • 8,835
  • 18
  • 58
  • 90
12
votes
3 answers

".android" folder and "debug.keystore" file missing

am using Linux opensuse, eclipse helios package i have to import google maps in my application for which i need an API key, so in order to get the api key i need to get the MD5 sum value which has to be got by running the debug.keystore file using…
D3vil_Mind
  • 329
  • 2
  • 3
  • 13
12
votes
5 answers

Invalid JAVA_HOME when build with cordova

I am trying to emulate an app on my device with cordova in OpenSuse Leap 42.1. But when I tried to emulate the app with the cordova run I get the error below: cordova run Running command:…
Rafael Soufraz
  • 954
  • 3
  • 11
  • 28
12
votes
1 answer

Numpy with ATLAS or OpenBLAS?

After spending a huge amount of time on building the ATLAS from the source code, I found that libopenblas and libatals in the OpenSUSE 13.1 repository. My questions are Does that easy-install (without tuning on your own computer) "libatlas" in the…
gundamlh
  • 173
  • 1
  • 9
12
votes
5 answers

Reverse dependency generation with zypper

With zypper, I can get package A depends on package B. However, what I need to know is which packages depend on package B. Is there a way of generating a reverse dependency list?
user626201
  • 1,264
  • 2
  • 14
  • 33
10
votes
3 answers

Unable to compile: unrecognized relocation

I'm unable to compile anything in my linux pc. I have no idea why, probably I've installed some package and made a mess. I've uninstalled and reinstalled gcc and other packages, but no good news.. still this problem. This is the…
gabib44
  • 119
  • 1
  • 1
  • 4
10
votes
1 answer

Eclipse cant create new java projects

I am running Eclipse 4.5.2 (Mars) on openSUSE Tumbleweed. Unfortunately I cannot create Java projects because after clicking on new->Java Projects, nothing happens... I already reinstalled eclipse, cleared the metadata, removed the user data from my…
Andreas W
  • 195
  • 2
  • 11
10
votes
4 answers

Can't start mysqld/mysql

first I have to say I'm a mysql newbie. Basically mysql does not start and says: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysql.sock' (2) Now Here are the steps with which I ruined everything: Due to…
rosenrot
  • 101
  • 1
  • 1
  • 4
9
votes
4 answers

Can't import subprocess python3.6

Not sure exactly what went wrong but after installing python3-devel I can no longer import subprocess. As a result I can't use pip or some important scripts I have written for my workflow. Here is the error I'm getting: Traceback (most recent call…
jcavejr
  • 121
  • 1
  • 7
9
votes
2 answers

Make VS Code editor Ctrl+Tab cycle tabs in the same order as they're displayed on screen?

When I go thru open tabs in VS Code by Ctrl+Tab keyboard shortcut, the next tab to display is not always the next tab over to the right of currently displayed. (I am taking wrap-around into account; this also happens when the current tab isn't…
Nathan Smith
  • 345
  • 2
  • 11
9
votes
8 answers

Should I start distributing my systems as Wine ready?

I have tested all my systems developed in Delphi (in Windows XP) on Wine (OpenSuse Linux) and they work perfectly. My question is: should I start distributing my systems (on a local basis that I can support) as Wine ready or are there other issues I…
Johan Bresler
  • 6,079
  • 10
  • 53
  • 76
1
2 3
49 50