Bearbeiten von „Install-Party/DragonFly BSD

Zur Navigation springen Zur Suche springen
Warnung: Du bist nicht angemeldet. Deine IP-Adresse wird bei Bearbeitungen öffentlich sichtbar. Melde dich an oder erstelle ein Benutzerkonto, damit Bearbeitungen deinem Benutzernamen zugeordnet werden. Ein eigenes Benutzerkonto hat eine ganze Reihe von Vorteilen.

Die Bearbeitung kann rückgängig gemacht werden. Bitte prüfe den Vergleich unten, um sicherzustellen, dass du dies tun möchtest, und veröffentliche dann unten deine Änderungen, um die Bearbeitung rückgängig zu machen.

Aktuelle Version Dein Text
Zeile 42: Zeile 42:
</pre>
</pre>
<pre></pre>
<pre></pre>
: <code>service netif restart</code>
: <code>ifconfig wlan0 up</code>


: <code>ee /etc/wpa_supplicant.conf</code>
: <code>ee /etc/wpa_supplicant.conf</code>
Zeile 48: Zeile 48:
<pre>
<pre>
network={
network={
key_mgmt=NONE
        key_mgmt=NONE
}
</pre>
<pre>
network={
ssid="netzwerk"
# scan_ssid=1
# psk="passwort"
psk=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef0
priority=42
}
}
</pre>
</pre>
Zeile 63: Zeile 54:


: <code>service netif restart</code>
: <code>service netif restart</code>
==== tmux installieren ====
: <code>pkg ins -y tmux</code>
z. B. für <tt>Ctrl</tt> + <tt>b</tt> && <tt>PgUp</tt> zum einfachen Rollen (auf der standardmäßigen Ausgabe)


== Installation von Software ==
== Installation von Software ==


=== Installation allgemeine Dienste ===
=== Installation von wpa_supplicant ===
 
==== Sound einrichten ====
 
<s>
: <code>kldload snd_driver</code>
</s>
: <code>kldload snd_hda</code>
 
: <code>$EDITOR /boot/loader.conf</code>
<pre></pre>
<pre>
####snd_driver_load="YES"
snd_hda_load="YES"
</pre>
<pre></pre>
 
: <code>sysctl hw.snd.default_unit=1</code>
: <code>sysctl hw.snd.default_unit=0</code>
 
==== Installation wpa_supplicant ====
<s>
: als Alternative zur Version in base (System)
: als Alternative zur Version in base (System)


: <code>pkg ins -y wpa_supplicant</code>
: <code>pkg install wpa_supplicant</code>


: <code>ee /etc/rc.conf</code>
: <code>ee /etc/rc.conf</code>
Zeile 104: Zeile 68:
</pre>
</pre>
<pre></pre>
<pre></pre>
</s>
=== Installation grafische Oberfläche ===
==== Installation X.Org ====


=== Installation X.Org ===
: <code>pkg ins -y xorg</code>
: <code>pkg ins -y xorg</code>
: <code>pkg ins -y hal</code>
: <code>ee /etc/rc.conf</code>
: <code>ee /etc/rc.conf</code>
<pre></pre>
<pre></pre>
<pre>
<pre>
hald_enable ="YES"
dbus_enable= "YES"  
dbus_enable= "YES"  
</pre>
</pre>
<pre></pre>
<pre></pre>
: <code>service dbus start</code>


* https://www.dragonflybsd.org/docs/how_to_get_to_the_desktop/#index9h3
=== Installation von Xfce 4 ===


==== Installation HAL ====
: <code>pkg ins -y xfce</code>
 
: <code>pkg ins -y slim</code>
: <code>pkg ins -y hal</code>
: <code>ee /etc/rc.conf</code>
: <code>ee /etc/rc.conf</code>
<pre></pre>
<pre></pre>
<pre>
<pre>
hald_enable ="YES"
slim_enable="YES"
</pre>
<pre></pre>
: <code>service hald start</code>
 
 
==== Hintergrundbild einrichten ====
 
: <code><nowiki>fetch https://www.dragonflybsd.org/images/ladydfly.png</nowiki></code>
 
=== besondere Berechtigungen einrichten ===
 
==== Installation doas ====
 
: <code>pkg ins -y doas</code>
 
==== Installation sudo ====
 
: <code>pkg ins -y sudo</code>
 
==== Installation gksu ====
 
: <code>pkg ins -y gksu</code>
 
==== Installation kdesu ====
<s>
: <code>pkg ins -y kf5-kdesu</code>
</s>
 
=== Verwaltung von Paketen einrichten ===
 
==== Installation octopkg ====
 
: <code>pkg ins -y octopkg</code>
 
=== Installation Arbeitsoberfläche ===
 
: <code>$EDITOR /boot/loader.conf</code>
<pre></pre>
<pre>
kern.maxfiles="25000"
</pre>
</pre>
<pre></pre>
<pre></pre>
==== Installation Xfce 4 ====
[[#Installation X.Org]]
: <code>pkg ins -y xfce</code>


: <code>su user</code>
: <code>su user</code>
----
----


: <code>whoami</code>
: <code>su user</code>
<pre>
user
</pre>
: <code>$EDITOR ~/.xinitrc</code>
: <code>$EDITOR ~/.xinitrc</code>
<pre>
<pre>
Zeile 189: Zeile 100:
</pre>
</pre>
: <code>ln -s ~/.xinitrc ~/.xsession</code>
: <code>ln -s ~/.xinitrc ~/.xsession</code>
: <code>startx</code>
: <code>exit</code>
----
* [[#Installation SLiM]]
==== Installation MATE ====
[[#Installation X.Org]]
: <code>pkg ins -y mate-base</code>
: <code>pkg ins -y mate-desktop mate-common mate-utils mate-terminal mate-system-monitor mate-media mate-power-manager</code>
:: mit
::: gnome-keyring
<s>
: <code>pkg ins -y mate-screensaver</code>
</s>
: <code>su user</code>
----
: <code>whoami</code>
<pre>
user
</pre>
: <code>$EDITOR ~/.xinitrc</code>
<pre>
exec mate-session
</pre>
: <code>ln -s ~/.xinitrc ~/.xsession</code>
: <code>startx</code>
: <code>exit</code>
: <code>exit</code>
----
----


* [[#Installation SLiM]]
=== Installation von GNOME 3 ===
 
==== Installation GNOME 3 ====
 
* [[#Installation X.Org]]
* [[#Installation HAL]]


Grundsätzlich kann hinsichtlich es Umfangs in
Grundsätzlich kann hinsichtlich es Umfangs in
Zeile 259: Zeile 133:
<pre></pre>
<pre></pre>


==== Installation KDE 5 ====
=== Installation von KDE 5 ===
 
* [[#Installation X.Org]]
* [[#Installation HAL]]
 
Grundsätzlich kann hinsichtlich es Umfangs in
* ''plasma5-plasma-workspace''
*: nur die Oberfläche
* ''kde-baseapps''
*: das einfache (kleine)
* <s>''kde''</s>
*: alles, nichts, oder
 
: <code>pkg ins -y kde-baseapps</code>
 
* https://community.kde.org/Plasma/shellPackage
 
[[#Installation SDDM]]
 
=== Installation grafische Anmeldung ===
 
==== Installation SLiM ====
 
: <code>pkg ins -y slim</code>
: <code>ee /etc/rc.conf</code>
<pre></pre>
<pre>
slim_enable="YES"
</pre>
<pre></pre>
 
==== Installation SDDM ====
 
* [[#Installation X.Org]]
* [[#Installation HAL]]


: <code>pkg ins -y sddm</code>
: <code>pkg ins -y xorg plasma5-plasma-workspacce sddm kde-baseapps</code>
: <code>ee /etc/rc.conf</code>
: <code>ee /etc/rc.conf</code>
<pre></pre>
<pre></pre>
Zeile 302: Zeile 142:
</pre>
</pre>
<pre></pre>
<pre></pre>
=== Installation Webbrowser ===
==== Installation Chromium ====
: <code>pkg ins -y chromium</code>
==== Installation Firefox ====
: <code>pkg ins -y firefox</code>
=== Installation Audio/Video ===
==== Installation vlc ====
: <code>pkg ins -y vlc3</code>
=== Installation Shells ===
==== Installation zsh ====
===== Installation oh-my-zsh =====
: <code>https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh && chmod 700 install.sh && ./install.sh && rm install.sh</code>


== Tutorials ==
== Tutorials ==

Bitte beachte, dass alle Beiträge zu Wiki StuRa HTW Dresden von anderen Mitwirkenden bearbeitet, geändert oder gelöscht werden können. Reiche hier keine Texte ein, falls du nicht willst, dass diese ohne Einschränkung geändert werden können.

Du bestätigst hiermit auch, dass du diese Texte selbst geschrieben hast oder diese von einer gemeinfreien Quelle kopiert hast (weitere Einzelheiten unter StuRa HTW Dresden:Urheberrechte). ÜBERTRAGE OHNE GENEHMIGUNG KEINE URHEBERRECHTLICH GESCHÜTZTEN INHALTE!

Bitte beantworte die folgende Frage, um diese Seite speichern zu können (weitere Informationen):

Abbrechen Bearbeitungshilfe (wird in einem neuen Fenster geöffnet)