User:Ax/Devuan

From beggabaur
< User:Ax
Revision as of 17:26, 27 December 2017 by Ax (talk | contribs)
Jump to navigation Jump to search

apt*

sources.list
# Devuan repositories
#deb http://packages.devuan.org/merged jessie main contrib non-free
#deb-src http://packages.devuan.org/merged jessie main contrib non-free
deb http://auto.mirror.devuan.org/merged/ jessie main contrib non-free
deb http://auto.mirror.devuan.org/merged/ jessie-updates main
deb http://auto.mirror.devuan.org/merged/ jessie-security main
deb-src http://auto.mirror.devuan.org/merged jessie main contrib non-free

# libdvdcss http://www.videolan.org/developers/libdvdcss.html
deb http://download.videolan.org/pub/debian/stable/ /
deb-src http://download.videolan.org/pub/debian/stable/ /

# wine-staging https://github.com/wine-compholio/wine-staging/wiki/Installation
#deb http://cdn.fds-team.de/stable/debian/ jessie main

# https://wiki.winehq.org/Debian
#deb https://dl.winehq.org/wine-builds/debian/ jessie main

# Palemoon for Jessie https://software.opensuse.org/download.html?project=home%3Astevenpusser&package=palemoon
# wget -nv https://download.opensuse.org/repositories/home:stevenpusser/Debian_8.0/Release.key -O Release.key
# apt-key add - < Release.key
deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_8.0/ /


fstab

LABEL=home      /home           ext4    noatime,exec                    0  2
/dev/sdc1       /media/ntfs     ntfs-3g uid=1000,gid=1000,noauto,users  0  0


Xorg

<fsmithred> install xserver-xorg-legacy
<fsmithred> echo "needs_root_rights=yes" >> /etc/X11/Xwrapper.config
<fsmithred> startx
<fsmithred> it's because X no longer runs as root