openSUSE Home
  • Downloads
  • Support
  • Community
  • Development
  • Help
  • Login
  • Register
  • Forum
  • Articles
    • Recent Articles
  • Blogs
  • What's New?
  • Advanced Search
  • Home
  • Articles
  • Recent Articles

  1. Welcome! If this is your first visit, be sure to check out the FAQ. You will have to register before you can post in the forums. (Be aware the forums do not accept user names with a dash "-") Also, logging in lets you avoid the CAPTCHA verification when searching . Select Articles, Forum, or Blog. Posting in the Forums implies acceptance of the Terms and Conditions.
  2. Note: If you didn't migrate your openSUSE account in June 2020, you will need to create a new account with a different email!

    See IDP Portal Info
  3. **NOTE** January 2022 - Changes to Gstreamer and Pipewire packages from Packman

    Please read the following thread about the current changes

  • Recent Articles RSS Feed

    Cómo instalar drivers Nvidia // How to install Nvidia drivers 

    by
    krovikan
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • View Articles
    Published on 07-Nov-2021 09:10

    Guía en castellano (ES) e Inglés (EN) // Guide in Spanish (ES) and English (EN)

    Primero está la guía en ...
    Read More Read More

    Sabnzb against your Nextcloud 

    by
    ComputerSmurf
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • View Articles
    Published on 20-Jun-2018 13:38
    1. User Type:
    2. 1-Beginner,
    3. 2-Intermediate

    Here's a guide for openSUSE on how you can install sabnzb against the cloud.
    You can, for example, add and remove ...
    Read More Read More

    Sabnzb in combinatie met Nextcloud 

    by
    ComputerSmurf
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • View Articles
    Published on 20-Jun-2018 13:26
    1. User Type:
    2. 1-Beginner,
    3. 2-Intermediate

    Hier een handleiding voor openSUSE over hoe je sabnzb kan installeren tegen de cloud aan.
    Je kunt dan bijvoorbeeld
    ...
    Read More Read More

    Transmission in combination with Nextcloud 

    by
    ComputerSmurf
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • View Articles
    Published on 06-Jun-2018 14:42

    I have a server that is completely cloud based.
    This means that all services that I add to it can be reached via web ...
    Read More Read More

    Quick Upgrade from Leap 42.2 to Leap 42.3 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 28-Jul-2017 17:29  Number of Views: 36127 
    1. User Type:
    2. 3-Advanced

    Introduction

    It's a lazy Saturday today, so I decided not to make a full install of 42.3 this time, just a simple upgrade of my existing 42.2 to 42.3. It should work just fine because going from xx.2 to xx.3 is a bit like when Suse or microsoft release a "service ...
    Read More Read More 6 Comments

    Install Bitcoin Full Node in KDE Leap 42.2 (openSUSE) 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 08-Jul-2017 02:29  Number of Views: 15329 
    1. User Type:
    2. 2-Intermediate

    Install Bitcoin Full Node in KDE Graphical Environment in openSUSE Leap 42.2

    I have recorded this how-to for other users who would install "Full Node" in a KDE ...
    Read More Read More

    Install Google Chrome 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 16-Jan-2017 04:11  Number of Views: 51792 
    1. User Type:
    2. 1-Beginner

    Some folk like to Install Chrome instead of Chromium (I don't know why).

    If you must, it's easy. Simply search Google for: install google chrome. When you get there, locate "download" near the top of page and select the big button to DOWNLOAD and select the RPM option.

    Suppose the download lands in the Download directory. The path to the file should look like this:
    Code:
    /home/YourName/Downloads/google-chrome-stable_current_x86_64.rpm
    ...
    Read More Read More 8 Comments

    Configure Samba for a Workgroup in the local LAN (openSUSE Leap 4.21 et al) 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 17-Oct-2016 02:20     Number of Views: 24307 
    1. User Type:
    2. 2-Intermediate

    Introduction: This article shows how to configure Samba to share files to a Workgroup in the local LAN, and to receive files from other members of the Workgroup. Here is a list of topics covered:

    • Installation
    • The Samba configuration file
    • Make a copy (backup) of the default Samba config file
    • Reconfigure the [global] Stanza for use in a Workgroup
    • How to edit root-owned files like smb.conf
    • How to blank out unwanted Shares
    • How to Set up a Roaming Share (to share your personal Linux home files)
    • Create Credentials to allow access to Secure Shares (like the [homes] share)
    • How to Set up a specific secure Share for one user
    • How to Set up an insecure Share with Guest access for all users on the LAN
    • Configure the Firewall for Samba
    • Activate the Samba daemons
    • Modify the file nsswitch.conf to help Linux respond to pings from Windows
    • Comments


    Installation: Samba is usually installed by default. You can check that it exists with this console command:
    Code:
    rpm  -qa | grep samba
    A list of RPMs containing the word "samba" should appear in the console interface. If not, then you need to install Samba, perhaps using Yast:

    Go to Yast ==> Software ==> Software Management.
    Seach on samba and select to install samba, samba-client, samba-winbind, yast2-samba-server, yast2-samba-client.
    Also search on cifs to install cifs-utils.
    When you execute the installation, quite a few samba-based dependencies will come along too.


    The Samba configuration file (smb.conf located at /etc/samba/smb.conf)
    Code:
    [global]
        workgroup = WORKGROUP
        passdb backend = tdbsam
        printing = cups
        printcap name = cups
        printcap cache time = 750
        cups options = raw
        map to guest = Bad User
        include = /etc/samba/dhcp.conf
        logon path = \\%L\profiles\.msprofile
        logon home = \\%L\%U\.9xprofile
        logon drive = P:
        usershare allow guests = Yes
    [homes]
        comment = Home Directories
    ...
    Read More Read More

    Forum Member Ranks 

    by
    kgroneman
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • View Articles
    Published on 25-May-2016 04:01     Number of Views: 18290 
    1. User Type:
    2. 1-Beginner,
    3. 2-Intermediate,
    4. 3-Advanced
    Article Preview

    Each forum member has a rank "badge" associated with their participation level in our forums. This is a graphical ...
    Read More Read More

    Set up Plex Media Server in openSUSE Tumbleweed 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 08-Nov-2015 06:24  Number of Views: 35753 
    1. User Type:
    2. 2-Intermediate

    Introduction

    Hi. I found installing Plex Server in openSUSE was a bit quirky, so I'm putting a few workarounds here or else some new Linux users might have difficulty setting Plex Server up.

    Software

    As far as I know there is no openSUSE RPM available so you have to use the Plex offering available here: https://plex.tv/downloads. At time of writing there was a Centos and a Fedoas RPM on offer. I chose the Fedora ...
    Read More Read More 5 Comments

    Page 1 of 10 1 2 3 4 5 6 7 Next
  •  openSUSE News  RSS

    GCC 12 Becoming Default Compiler in Tumbleweed

    GNOME, curl, Fetchmail update in Tumbleweed, WSL Image Published

    Call for Volunteers to 2022 openSUSE Asia Summit

    LLVM, PipeWire, git update in Tumbleweed

    openSUSE Community Publishes Annual Survey Results

    Tumbleweed to Get New Default GCC

    Leap Micro Beta Available for Testers

    Tumbleweed updates sudo, systemd, ibus

  • Articles by Category

    • New User Docs
    • Applications
    • Connectivity
    • Hardware
    • Install/Boot
    • Multimedia
      • Sound
      • Video
    • Tumbleweed
    • Virtualization
    • Forum Usage
  • Articles by User Type

    1-Beginner (33)
    2-Intermediate (33)
    3-Advanced (23)
  • Useful Links

    SUSE Paste
    Forum Staff Information
    openSUSE world map
  • Publishing Calendar

    May   2022
    Su Mo Tu We Th Fr Sa
    1 2 3 4 5 6 7
    8 9 10 11 12 13 14
    15 16 17 18 19 20 21
    22 23 24 25 26 27 28
    29 30 31
  • openSUSE Forums
  • Archive
  • Privacy Statement
  • Terms & Conditions
  • Top
All times are GMT -7. The time now is 11:39.
© 2021 openSUSE, All Rights Reserved.