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. FINAL DAY for switching accounts was 18th June, 2020. you WILL now have to create a new openSUSE Account if you did not migrate!

    See IDP Portal Info
  • swerdna

    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: 20351 
    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: 5506 
    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: 35631 
    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: 12958 
    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

    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: 23174 
    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

    Alternate Screensaver in KDE Plasma 5 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 07-Jun-2015 22:25   
    1. User Type:
    2. 1-Beginner

    Introduction

    The standard KDE configuration tool for screensavers has been dropped from KDE's Plasma 5. I like to have one. Maybe others do too. Here's how to activate and configure xscreensaver.
    ...
    Read More Read More 2 Comments

    Extra Oxgen Mouse Pointers / Themes for KDE Tumbleweed & Leap 42.1 and 42.2 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 15-Nov-2014 04:05     Number of Views: 5430 

    I have multiple screens across two operating systems, connected by Synergy. I really need bright, contrasting, large mouse pointers to run with Synergy. I wanted the extended set of oxygen pointers because Red is in there and it fills the bill.

    Here's the ...
    Read More Read More 5 Comments

    How To Activate VNC Server in openSUSE 12.3 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 26-Sep-2013 07:54     Number of Views: 78931 
    1. User Type:
    2. 3-Advanced

    Introduction: TightVNC used to run well as a Service in openSUSE about 5 years ago. TightVNC hasn't worked properly since advanced DEs began with the early releases of KDE4, years ago. I noticed today that it's working again so I thought I should post some notes on how to to get it working.

    There are some official ref notes on the Net:Internet Docs (but they still don't work for me. Maybe they'll work for you, so it's worth a read).

    Software: I have openSUSE 12.3 and the VNC ...
    Read More Read More 10 Comments

    Print from openSUSE to Canon LBP6000 on Windows 7 / Windows 8 Server using SMB / Samba 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 28-Jun-2013 05:22  Number of Views: 6532 
    1. User Type:
    2. 3-Advanced

    Introduction: for a couple of years I wasn't able to make my Canon LBP6000 work directly on openSUSE. And I also couldn't print from openSUSE to the LBP6000 if I attached it to Windows (I tried XP, Vista & Win 7).

    I just now tried openSUSE 12.3 and found that it talks to the printer on a Win 7 or 8 box so I better write it down here so I can make it work on the next versions of openSUSE.

    I just muddled my way through this intuitively. So maybe there are some unnecessary or odd steps here, but it works for me (Yahoo!!!!).

    Download ...
    Read More Read More 2 Comments

    Install Synergy in openSUSE 12.3 and 13.1 

    by
    swerdna
    • View Profile
    • View Forum Posts
    • View Blog Entries
    • Visit Homepage
    • View Articles
    Published on 17-Mar-2013 23:31  Number of Views: 10113 
    1. User Type:
    2. 2-Intermediate

    Updated 13 Jun '14

    .
    Introduction

    Synergy is an application that lets you control a number of computers with the one mouse and keyboard. You can mix windows, Linux and/or Apple computers. You can have more than two computers controlled simultaneously. I describe here only how to get a Linux and a windows computer running together.

    Here's the Synergy User Guide.

    I use Synergy to run only two computers side by side, one running openSUSE 12.3 and one running windows 7. Sadly I need windows operating simultaneously with Linux for my work (after all, it's a real world out there). It would be simpler to import the windows desktop into the openSUSE screen with RDP and Rdesktop. But I need the openSUSE screen to ...
    Read More Read More 1 Comment
    Page 1 of 2 12 Next LastLast
  •  openSUSE News  RSS

    PostgreSQL, GNOME, Rubygems Update in Tumbleweed

    Tumbleweed Gets Newest KDE Frameworks, Plasma

    All openSUSE Services in Provo database center now support IPv6

    KDE Applications, systemd update in Tumbleweed

    New openSUSE Step Project Looks to Build SUSE Linux Enterprise on More Architectures

    Reducing the scope of software.opensuse.org

    Wayland, firewalld, PulseAudio update in Tumbleweed

    Outreach, Survey Extension Addressed in Second Meetup

  • 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

    February   2021
    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
  • openSUSE Forums
  • Archive
  • Privacy Statement
  • Terms & Conditions
  • Top
All times are GMT -7. The time now is 10:20.
© 2020 openSUSE, All Rights Reserved.