Förslag på enkel printserver.

Här ställer ni allmäna frågor kring Slackware Linux

Moderatorer: Nille, nomicon, Minime

berg35
Hacker
Inlägg: 15
Blev medlem: 09 sep 2006 23:45

Re: Förslag på enkel printserver.

Inlägg av berg35 »

Jag får inte bootandet att fungera helt ok men det släpper jag tillsvidare då det går att boota från dvd'n.

Jag har efter bästa (/sämsta) förmåga försökt att föja de tips/ ni gett mig för att få detta att funka. Jag kan skriva ut från min linuxburk, jag har fösökt att få till "hosts" filerna så att de ska stämma. Är det väldigt viktigt att datornamnen är helt korrekt i "hosts"-filerna? när jag installerade slackware försökte jag, min idiot, att döpa datorn till slackware12.1 Kan man byta datornamn efter installationen så att jag kan välja ett bättre namn?

I ett försök att göra allt på en gång började jag även att pilla med brandväggen.
Jag kan pinga windowsburken från linuxburken men jag kan bara pinga från windows till linux om jag först kör

Kod: Markera allt

/etc/rc.d/rc.firewall stop
Jag tror inte att jag egentligen behöver en branvägg i servern då den sitter bakom en IPCop-router.

Problemet jag egentligen tänkte fråga om var att jag inte kan hitta slackware datorn i nätverket från min windowsburk. Kan det ha att göra med något av ovanstående frågor?
"Är man så stor och stark som jag behöver man ingen slogan...."
Användarens profilbild
Nille
Guru
Inlägg: 1475
Blev medlem: 17 jun 2004 02:41

Re: Förslag på enkel printserver.

Inlägg av Nille »

Tror ditt windows blockerar ping default men kan ha fel.
Använder du samba? (har inte orkat läsa tidigare i tråden)
Beskriv din uppsättning samt önskad funktion.
The more linux you go the slacker you get.
berg35
Hacker
Inlägg: 15
Blev medlem: 09 sep 2006 23:45

Re: Förslag på enkel printserver.

Inlägg av berg35 »

Jag använder samba och cups på slackware 12.1på en gammal stationär dator, Vista på en nästan ny laptop. Jag vill kunna skriva ut på skrivaren som är kopplad till den gamla stationära ifrån Laptopen.
"Är man så stor och stark som jag behöver man ingen slogan...."
Användarens profilbild
Nille
Guru
Inlägg: 1475
Blev medlem: 17 jun 2004 02:41

Re: Förslag på enkel printserver.

Inlägg av Nille »

Nu har jag ingen aning om hur din samba.conf ser ut eller någon erfarenhet av samba mot vista.
Men oftast när detta bekymmer uppstår beror det på 'domain master'.
Så googla information om samba och 'domain master' så tror jag att du finner lösningen.
Borde vara vista som är domain master.

Jag rekomenderar att du läser här.

Det är så i windows så blir den med högst windows version domain master eller local master om det inte finns en server som hanterar detta.
Och inställningen 'os level' som finns i guiden är för att du ska manuellt kunna sätta en högre version än någon windows version eller tidigare server.
Vet inte om detta är så bra förklarat i guiden då jag bara googlade fram den sidan snabbt och inte läst allt.
The more linux you go the slacker you get.
Användarens profilbild
Nille
Guru
Inlägg: 1475
Blev medlem: 17 jun 2004 02:41

Re: Förslag på enkel printserver.

Inlägg av Nille »

Som du kommer märka är smb protokollet mer avancerat än vad folk vanligtvis tror och att sätta upp en riktig samba server är inte så lätt som man kan tro.
Men google hjälper väldigt bra.
Sedan rekommenderar jag att man läser samba manualen om man vill lära sig samba.
The more linux you go the slacker you get.
hakan
Hedersmedlem
Inlägg: 811
Blev medlem: 15 okt 2003 06:31
ORT: Lidingö

Re: Förslag på enkel printserver.

Inlägg av hakan »

Jag tror inte det är något fel på datornamnet egentligen, men det måste vara exakt i "hosts"-filerna. Sedan naturligtvis samma "Arbetsgrupp" också.

Jag har aldrig provat byta namn, men det finns ju en fil /etc/HOSTNAME, en vild gissning är väl att det är den man ändrar.

Du måste öppna lite olika portar i brandväggen för samba, prova först med den avkopplad för annars syns den inte.

Provade du enl. guiden som jag länkade till, den jag gjort med XP alltså? Där har du ett ex. på smb.conf är din något liknande?

Ang. uppstarten..
Kollade du att det fungerat med din kärninstallation, d.v.s. att du har en kärna i /boot som är samma som anvisas i /etc/lilo.conf?

/Håkan
hakan
Hedersmedlem
Inlägg: 811
Blev medlem: 15 okt 2003 06:31
ORT: Lidingö

Re: Förslag på enkel printserver.

Inlägg av hakan »

Lite till nu när jag provat med mitt Vista...om du inte redan visste.. :)

Du måste köra "notepad" (Anteckningar) som administratör för att redigera host-filen..
http://w3it.com/blog/?p=1

Jag har ingen skrivare på min gamla dator, men här en enkel smb.conf som fungerar. glöm inte ändra till dina värden i den.

Kod: Markera allt

# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# For a step to step guide on installing, configuring and using samba, 
# read the Samba HOWTO Collection.
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors. 
#
#======================= Global Settings =====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
   workgroup = NILSSON

# server string is the equivalent of the NT Description field
   server string = Hakan at Slackware

# Security mode. Defines in which mode Samba will operate. Possible 
# values are share, user, server, domain and ads. Most people will want 
# user level security. See the HOWTO Collection for details.
   security = user

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
   hosts allow = 192.168.1. 127.

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 50

# Backend to store user information in. New installations should 
# use either tdbsam or ldapsam. smbpasswd is available for backwards 
# compatibility. tdbsam requires no further configuration.
   passdb backend = tdbsam

# Most people will find that this option gives better performance.
# See the chapter 'Samba performance issues' in the Samba HOWTO Collection
# and the manual pages for details.
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192
   socket options = TCP_NODELAY 

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
   dns proxy = no 


#============================ Share Definitions ==============================
[shares]
   comment = Delad Katalog
   path = /home/hakan/samba
   browseable = yes
   writable = yes

[public]
   comment = Musik
   path = /home/ftp/delad/BACKUP/musik
   public = yes
   only guest = yes
   writable = no
   printable = no
God Natt.. ;)
/Håkan
Användarens profilbild
Nille
Guru
Inlägg: 1475
Blev medlem: 17 jun 2004 02:41

Re: Förslag på enkel printserver.

Inlägg av Nille »

Kan man inte ändra host namn i netconfig.
Annars tror jag att kommandot hostname fungerar.
The more linux you go the slacker you get.
hakan
Hedersmedlem
Inlägg: 811
Blev medlem: 15 okt 2003 06:31
ORT: Lidingö

Re: Förslag på enkel printserver.

Inlägg av hakan »

Har du fortfarande problem så prova detta i Vista, ska inte vara nödvändigt...men..men ;)
http://www.builderau.com.au/blogs/codem ... =339270746

/Håkan
Användarens profilbild
Minime
Labrat
Inlägg: 690
Blev medlem: 14 okt 2005 14:27
ORT: Loos

Re: Förslag på enkel printserver.

Inlägg av Minime »

Min /etc/samba/smb.conf fil

Kod: Markera allt

[global]
   netbios name = Slacky

# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
   workgroup = MYGROUP

# server string is the equivalent of the NT Description field
   server string = Samba Server

# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the HOWTO Collection for details.
   security = user
   null passwords = no
;   hide unreadable = yes
;   hide dot files = yes

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.
   hosts allow = 192.168.30. 192.168.20. 192.168.2. 127.

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = yes

# you may wish to override the location of the printcap file
;   printcap name = /etc/printcap

# on SystemV system setting printcap name to lpstat should allow
# you to automatically obtain a printer list from the SystemV spool
# system
;   printcap name = lpstat
    printcap name = cups

# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    printing = cups
    cups options = "raw"
;    use client driver = no
    use client driver = yes

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
;  guest account = pcguest

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 50

# Use password server option only with security = server
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
#   password server = *
;   password server = <NT-Server-Name>

# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
;   realm = MY_REALM

# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
;   realm = MY_REALM

# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.
;   passdb backend = tdbsam

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting.
# Note: Consider carefully the location in the configuration file of
#       this line.  The included file is read at that point.
;   include = /usr/local/samba/lib/smb.conf.%m

# Most people will find that this option gives better performance.
# See the chapter 'Samba performance issues' in the Samba HOWTO Collection
# and the manual pages for details.
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192
;   socket options = TCP_NODELAY
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
;   domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
   preferred master = yes

# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
;   domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
;   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#       Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one  WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
   dns proxy = no

# These scripts are used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
;  add user script = /usr/sbin/useradd %u
;  add group script = /usr/sbin/groupadd %g
;  add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
;  delete user script = /usr/sbin/userdel %u
;  delete user from group script = /usr/sbin/deluser %u %g
;  delete group script = /usr/sbin/groupdel %g

#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes

# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
;   comment = Network Logon Service
;   path = /usr/local/samba/lib/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
;    path = /usr/local/samba/profiles
;    browseable = no
;    guest ok = yes

# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
    public = yes
    guest ok = yes
    writable = no
    printable = yes

# This one is useful for people to share files
;[tmp]
;   comment = Temporary file space
;   path = /tmp
;   read only = no
;   public = yes

Min /etc/cups/mime.convs fil

Kod: Markera allt

########################################################################
#
# PostScript filters
#

application/pdf         application/postscript  33      pdftops
application/postscript  application/vnd.cups-postscript 66      pstops
application/vnd.hp-HPGL application/postscript  66      hpgltops
application/x-cshell    application/postscript  33      texttops
application/x-csource   application/postscript  33      texttops
application/x-perl      application/postscript  33      texttops
application/x-shell     application/postscript  33      texttops
text/plain              
application/postscript  33      texttops
text/html               application/postscript  33      texttops
image/gif               application/vnd.cups-postscript 66      imagetops
image/png               application/vnd.cups-postscript 66      imagetops
image/jpeg              application/vnd.cups-postscript 66      imagetops
image/tiff              application/vnd.cups-postscript 66      imagetops
image/x-bitmap          application/vnd.cups-postscript 66      imagetops
image/x-photocd         application/vnd.cups-postscript 66      imagetops
image/x-portable-anymap application/vnd.cups-postscript 66      imagetops
image/x-portable-bitmap application/vnd.cups-postscript 66      imagetops
image/x-portable-graymap application/vnd.cups-postscript        66      imagetops
image/x-portable-pixmap application/vnd.cups-postscript 66      imagetops
image/x-sgi-rgb         application/vnd.cups-postscript 66      imagetops
image/x-xbitmap         application/vnd.cups-postscript 66      imagetops
image/x-xpixmap         application/vnd.cups-postscript 66      imagetops
#image/x-xwindowdump    application/vnd.cups-postscript 66      imagetops
image/x-sun-raster      application/vnd.cups-postscript 66      imagetops


########################################################################
#
# Form filter...
#
# This filter does not currently exist, but the file format is defined
# in the IDD and registered with the IANA for future use...
#

#application/vnd.cups-form application/vnd.cups-postscript 33 formtops

########################################################################
#
# Raster filters...
#
image/gif               application/vnd.cups-raster     100     imagetoraster
image/png               application/vnd.cups-raster     100     imagetoraster
image/jpeg              application/vnd.cups-raster     100     imagetoraster
image/tiff              application/vnd.cups-raster     100     imagetoraster
image/x-bitmap          application/vnd.cups-raster     100     imagetoraster
image/x-photocd         application/vnd.cups-raster     100     imagetoraster
image/x-portable-anymap application/vnd.cups-raster     100     imagetoraster
image/x-portable-bitmap application/vnd.cups-raster     100     imagetoraster
image/x-portable-graymap application/vnd.cups-raster    100     imagetoraster
image/x-portable-pixmap application/vnd.cups-raster     100     imagetoraster
image/x-sgi-rgb         application/vnd.cups-raster     100     imagetoraster
image/x-xbitmap         application/vnd.cups-raster     100     imagetoraster
image/x-xpixmap         application/vnd.cups-raster     100     imagetoraster
#image/x-xwindowdump    application/vnd.cups-raster     100     imagetoraster
image/x-sun-raster      application/vnd.cups-raster     100     imagetoraster

# pstoraster is now part of ESP Ghostscript...
########################################################################
#
# Raw filter...
#
# Uncomment the following filter to allow printing of arbitrary files
# without the -oraw option.
#

application/octet-stream        application/vnd.cups-raw        0       -

Min /etc/cups/mime.types fil.

Kod: Markera allt

########################################################################
#
# Application-generated files...
#

#application/msword             doc string(0,<D0CF11E0A1B11AE1>)
application/pdf                 pdf string(0,%PDF)
application/postscript          ai eps ps string(0,%!) string(0,<04>%!) \
                                contains(0,128,<1B>%-12345X) + \
                                (contains(0,1024,"LANGUAGE=POSTSCRIPT") \
                                 contains(0,1024,"LANGUAGE = Postscript") \
                                 contains(0,1024,"LANGUAGE = PostScript") \
                                 contains(0,1024,"LANGUAGE = POSTSCRIPT") \
                                 (contains(0,1024,<0a>%!) + \
                                  !contains(0,1024,"ENTER LANGUAGE")))
application/vnd.hp-HPGL         hpgl string(0,<1B>&)\
                                string(0,<1B>E<1B>%0B) \
                                string(0,<1B>%-1B) string(0,<201B>)\
                                string(0,BP;) string(0,IN;) string(0,DF;) \
                                string(0,BPINPS;) \
                                (contains(0,128,<1B>%-12345X) + \
                                 (contains(0,1024,"LANGUAGE=HPGL") \
                                  contains(0,1024,"LANGUAGE = HPGL")))

########################################################################
#
# Image files...
#
image/gif                       gif string(0,GIF87a) string(0,GIF89a)
image/png                       png string(0,<89>PNG)
image/jpeg                      jpeg jpg jpe string(0,<FFD8FF>) &&\
                                (char(3,0xe0) char(3,0xe1) char(3,0xe2) char(3,0xe3)\
                                 char(3,0xe4) char(3,0xe5) char(3,0xe6) char(3,0xe7)\
                                 char(3,0xe8) char(3,0xe9) char(3,0xea) char(3,0xeb)\
                                 char(3,0xec) char(3,0xed) char(3,0xee) char(3,0xef))
image/tiff                      tiff tif string(0,MM) string(0,II)
image/x-photocd                 pcd string(2048,PCD_IPI)
image/x-portable-anymap         pnm
image/x-portable-bitmap         pbm string(0,P1) string(0,P4)
image/x-portable-graymap        pgm string(0,P2) string(0,P5)
image/x-portable-pixmap         ppm string(0,P3) string(0,P6)
image/x-sgi-rgb                 rgb sgi bw icon short(0,474)
image/x-xbitmap                 xbm
image/x-xpixmap                 xpm ascii(0,1024) + string(3,"XPM")
#image/x-xwindowdump            xwd string(4,<00000007>)
image/x-sun-raster              ras string(0,<59a66a95>)

#image/fpx                      fpx
image/x-alias                   pix short(8,8) short(8,24)
image/x-bitmap                  bmp string(0,BM) && !printable(2,14)
image/x-icon                    ico
########################################################################
#
# Text files...
#

application/x-cshell            csh printable(0,1024) + string(0,#!) +\
                                (contains(2,80,/csh) contains(2,80,/tcsh))
application/x-perl              pl printable(0,1024) + string(0,#!) +\
                                contains(2,80,/perl)
application/x-shell             sh printable(0,1024) + string(0,#!) +\
                                (contains(2,80,/bash) contains(2,80,/ksh)\
                                 contains(2,80,/sh) contains(2,80,/zsh))
application/x-csource           c cxx cpp cc C h hpp \
                                printable(0,1024) + \
                                (string(0,/*) string(0,//)
                                 string(0,#include) contains(0,1024,<0a>#include) \
                                 string(0,#define) contains(0,1024,<0a>#define))
text/html                       html htm printable(0,1024) +\
                                (istring(0,"<HTML>") istring(0,"<!DOCTYPE"))
text/plain                      txt printable(0,1024)
text/css                        css

########################################################################
#
# CUPS-specific types...
#


application/vnd.cups-command    string(0,'#CUPS-COMMAND')
application/vnd.cups-form       string(0,"<CUPSFORM>")
application/vnd.cups-pdf
application/vnd.cups-postscript
application/vnd.cups-ppd        ppd string(0,"*PPD-Adobe:")
application/vnd.cups-raster     string(0,"RaSt") string(0,"tSaR")
application/vnd.cups-raw        (string(0,<1B>E) + !string(2,<1B>%0B)) \
                                string(0,<1B>@) \
                                (contains(0,128,<1B>%-12345X) + \
                                 (contains(0,4096,"LANGUAGE=PCL") \
                              
    contains(0,4096,"LANGUAGE = PCL")))

########################################################################
#
# Raw print file support...
#
# Comment the following type to prevent raw file printing.
#

application/octet-stream

Min /etc/cups/cupsd.conf fil.

Kod: Markera allt

#
# "$Id: cupsd.conf.in 5454 2006-04-23 21:46:38Z mike $"
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel info

# Administrator user group...
SystemGroup sys root

# Only listen for connections from the local machine.
Listen localhost:631
Listen 192.168.20.2:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
BrowseAllow @192.168.20

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow localhost
  Allow 192.168.20
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow localhost
  Allow 192.168.20
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
  Allow 192.168.20
</Location>

# Set the default printer/job policies...
<Policy default>
  # Job-related operations must be done by the owner or an adminstrator...
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscriptio$
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  # All administration operations require an adminstrator to authenticate...
  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-J$
    AuthType Basic
    Require user @SYSTEM
    Order deny,allow
  </Limit>

  # Only the owner or an administrator can cancel or authenticate a job...
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>

  <Limit All>
    Order deny,allow
  </Limit>
</Policy>

#
# End of "$Id: cupsd.conf.in 5454 2006-04-23 21:46:38Z mike $".
#

Raspberry Pi 4B 4 Gb RAM Slackware Arm 15.0
Server EeeBox Atom 1.6 GHz 1.5 Gb RAM Slackware 15.0 x64bit
Asus Rog Strix AMD Ryzen 5 3.6 GHz 16 Gb RAM Slackware 15.0 multilib
Miraclebox Premium Twin HD - Openvix 5.2.040 (Neotion CI+ CA-modul)