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/

794 questions
4
votes
2 answers

How to connect to mysql localhost on opensuse?

first the details of the configuration: openSUSE 11.3 with Parallels Plesk Panel 10 (64-bit) Server MySQL installed and running (no "skip-networking") java 1.6.0_24 (Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)) The mysql server…
Martin
  • 641
  • 1
  • 9
  • 16
4
votes
0 answers

How to create/install a custom keyboard layout in Linux

I'm trying to use a custom keyboard layout variant on my linux machine. In the past, I used to modify the /usr/share/X11/xkb files (evdev.lst, evdev.xml, symbols/de) which worked well for years. But recently I switched my distro (now Opensuse…
Tornado
  • 261
  • 1
  • 2
  • 10
4
votes
3 answers

Unable to install arm and lme4 packages from OpenSUSE Leap 15.2

I'm using OpenSUSE Leap 15.2 operating system together with pre-installed R v3.5.0. I did not have to install any package except rstudio. Here are installation details: > sessionInfo() R version 3.5.0 (2018-04-23) Platform: x86_64-suse-linux-gnu…
wiltomap
  • 3,933
  • 8
  • 37
  • 54
4
votes
3 answers

Preserve '\n' newline in returned text over ssh

If I execute a find command, with grep and sort etc. in the local command line, I get returned lines like so: # find ~/logs/ -iname 'status' | xargs grep 'last seen' | sort --field-separator=: -k 4 -g 0:0:line:1 0:0:line:2 0:0:line:3 If I execute…
sarlacii
  • 454
  • 7
  • 14
4
votes
1 answer

How to use Console.ReadLine() in a project using MonoDevelop under Linux

I have the following sample project and I use MonoDevelop in OpenSuse. I can build the project, but when I execute it, it does not show any console where I can enter the string. I am aware about people indicating that we should set the Project…
Nick_F
  • 1,103
  • 2
  • 13
  • 30
4
votes
1 answer

MongoError: not authorized on to execute command { find: "app_updates", filter: { key: "0.0.1-admins" }, limit: 1, batchSize: 1, singleBatch: true }

I start a KeystoneJS project following this method. But after entering the project root directory and running node keystone.js I receive the error: ------------------------------------------------ An error occurred applying updates, bailing on…
Megidd
  • 7,089
  • 6
  • 65
  • 142
4
votes
3 answers

Install RMagick on openSUSE 11.3 - gem failed to build its extension

I have RVM installed on openSUSE 11.3. My preferred Ruby version is MRI 1.9.2p136. I tried to install RMagick gem and got the following output: Building native extensions. This could take a while... …
meandre
  • 2,141
  • 2
  • 16
  • 21
4
votes
2 answers

PostgreSQL Query for Non Alphanumeric

I have been searching Stackoverflow for queries on how to find cells that have special characters. I saw this on another post SELECT * FROM myTable WHERE myField LIKE '%[^a-zA-Z0-9]%' and patterend my code from it below SELECT DESCRIPTION FROM ITEM…
paul
  • 61
  • 1
  • 3
4
votes
2 answers

vim not highlighting syntax when used in a Docker container

I created a Docker container based on an Opensuse 42.3 image. I'm having an issue with vim not performing any syntax highlighting in my Opensuse 42.3 container. I'm running my Docker image on an Opensuse 42.3 host. If I open a bash file from within…
wandadars
  • 1,113
  • 4
  • 19
  • 37
4
votes
3 answers

Where is .bashrc or .bash_profile on OpenSuse linux?

I'm trying to install rvm, and it wants me to edit my .bashrc or .bash_profile files to include rvm... But I can't FIND these files anywhere. A quick google search shows that they might not exist until I make them (weird), but I can't see any…
J.R.
  • 5,789
  • 11
  • 55
  • 78
4
votes
2 answers

rails server error `initialize': getaddrinfo: Name or service not known (SocketError)

I am attempting to set up a new Rails app and keep getting the following stack trace: => Booting Puma => Rails 5.1.0.rc1 application starting in development on http://linux-my4o:3000 => Run `rails server -h` for more startup options Puma starting in…
watzon
  • 2,401
  • 2
  • 33
  • 65
4
votes
2 answers

how to install docker in sles 12?

I want to install docker stable version in my suse system (version sles 12). For installing docker in suse system, need to add repository of docker. I didn't found any url (repository url) for adding docker repository of version 1.6. I found docker…
ketan
  • 2,732
  • 11
  • 34
  • 80
4
votes
1 answer

Can't load self-compiled linux kernel

I compiled a linux kernel from source code which version is 4.8.5. Everything is OK during compiling but I just can't get it loaded. After I choose 4.8.5 when asked to select a kernel version, it soon runs into trouble and the screen just…
tuan long
  • 605
  • 1
  • 9
  • 18
4
votes
1 answer

Intellij Idea on OpenSuse Linux

I am getting following error after downloading and extracting Intellij Idea on OpenSuse Linux 42.1 (Latest 32 bit OS), I have installed JDK 7 and JAVA_HOME/PATH environment variables are setup correctly. Command: ~/Work/idea-IC-145.1617.8/bin>…
Amit Mahajan
  • 895
  • 6
  • 34
4
votes
1 answer

Numpy multiarray.so: undefined symbol: cblas_sgemm

I'm trying to install numpy==1.10.2, scipy and matplotlib on server based on opensuse. I've installed numpy in virtualenv from source (I've tried by pip also - same result of course). Now when I'm trying to import numpy in python console I'm…
Darkowic
  • 661
  • 8
  • 17