Difference between revisions of "Overview Page"
From GhostBSD Wiki
(→Content) |
(→Content) |
||
Line 4: | Line 4: | ||
On this page we will collect all main topics so you will get a easy way through our wiki. | On this page we will collect all main topics so you will get a easy way through our wiki. | ||
− | + | ||
− | + | = [[Main Page]]= | |
− | + | == [[Project]]== | |
− | + | == [[Distribution]]== | |
− | + | == [[GhostBSD Wiki]]== | |
− | + | ===[[Applications]]=== | |
− | + | ||
− | + | ===[[Application Management]]=== | |
− | + | ====[[pkg]]==== | |
− | + | ====[[Software Station]]==== | |
− | + | ====[[Update Station]] ==== | |
− | + | ====[[Ports]] ==== | |
− | + | ====[[Applications]]==== | |
− | + | ||
− | + | ===[[Desktop Environment]]=== | |
− | + | ====[[MATE]]==== | |
− | + | ====[[XFCE]]==== | |
+ | ====[[KDE]]==== | ||
+ | ====[[GNOME]]==== | ||
+ | ====[[Cinnamon]]==== | ||
+ | ====[[LXDE]]==== | ||
+ | ====[[Openbox]]==== | ||
+ | |||
+ | ===[http://www.ghostbsd.org/download Download of GhostBSD]=== | ||
+ | ===[[Installation Guide|Installation Guide = First Steps]]=== | ||
+ | ===[[Hardware Supported List]]=== | ||
+ | ===[[How To|Tips and tricks from our community]]=== | ||
+ | ===[[FAQ|New Here? Information for newcomers, FAQ]]=== | ||
+ | ===[https://www.freebsd.org/doc/handbook/network-communication.html Network]=== | ||
+ | ===[https://www.freebsd.org/doc/handbook/security.html Security]=== | ||
+ | ===[[Useful Commands]]=== | ||
+ | |||
+ | ===[[System]]=== | ||
+ | ====[[Directory Structure]]==== | ||
+ | ====[[Standard Mount Points]]==== | ||
+ | ====[[.conf Files|Configuration Files]]==== | ||
+ | ====[https://www.freebsd.org/doc/handbook/basics.html Basics]==== | ||
+ | ====[https://www.freebsd.org/doc/handbook/users-synopsis.html Users and Basic Account Management]==== | ||
+ | ====[https://www.freebsd.org/doc/handbook/permissions.html Permissions]==== | ||
+ | ====[[Pc-sysinstall]]==== | ||
+ | ====[https://www.freebsd.org/doc/handbook/system-administration.html System Administration]==== | ||
+ | ====[[System Administration Utilities]]==== | ||
+ | |||
+ | ====[[Kernel Competence]]==== | ||
+ | =====[[Sysctl]]===== | ||
+ | =====[[Kldstat]]===== | ||
+ | =====[[Modules|Third-party Kernel Modules]]===== | ||
+ | =====[[Kernel|Kernel Modules]]===== | ||
+ | =====[https://www.freebsd.org/ports/kld.html FreeBSD Ports: Kld]===== | ||
+ | =====[[Kenv]]===== | ||
+ | |||
+ | ====[[Dmesg|Hardware detection with dmesg]]==== | ||
+ | ====[[GhostBSD Boot Process]]==== | ||
+ | =====[[MBR and GPT]]===== | ||
+ | =====[[UEFI]]===== | ||
+ | =====[[OpenRC]]===== | ||
+ | ======/etc/[[rc]] rc - shell====== | ||
+ | ======/etc/[[rc.devd]] The generic hook into OpenRC====== | ||
+ | ======/sbin/[[Rcorder|rcorder]] Ordering rc-scripts====== | ||
+ | ======/etc/[[Init.d|init.d]] Scripts to run OpenRC====== | ||
+ | ======/usr/[[Local/etc/init.d|local/etc/init.d]] Scripts to run OpenRC====== | ||
+ | ======/etc/[[Rc.d|rc.d]] Scripts automatically executed at boot and shutdown ====== | ||
+ | ======/usr/[[Local/etc/rc.d|local/etc/rc.d]] Special scripts====== | ||
+ | ======/etc/[[devd.conf]] Configuration file for [https://www.freebsd.org/cgi/man.cgi?query=devd&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports devd(8)]====== | ||
+ | ======/etc/[[Conf.d|conf.d]] Initscript Configuration Files====== | ||
+ | ======/etc/[[rc.conf.d]] Smaller configuration files====== | ||
+ | ======/etc/[[defaults/rc.conf]] Specifies the default settings for all the available options.====== | ||
+ | ======/etc/[[rc.conf]] The global OpenRC configuration file====== | ||
+ | ======/etc/[[rc.conf.ghostbsd]] GhostBSD specific configurations====== | ||
+ | ======/usr/sbin/[[Sysrc|sysrc]] Safely edit system rc files====== | ||
+ | ======/bin/[[rc-status]] Shows which services are running====== | ||
+ | ======/sbin/[[rc-update]] Add or delete services====== | ||
+ | ======/sbin/[[rc-service]] Locate and run an OpenRC service====== | ||
+ | |||
+ | =====[[/boot/]]===== | ||
[[Category:Main Station]] | [[Category:Main Station]] |
Revision as of 14:05, 17 April 2020
Welcome to Overview Page. |
This page is in maintenance! Please do not change this page without to contact the author or use Discussion! |
Contents
- 1 Introduction
- 2 Main Page
- 2.1 Project
- 2.2 Distribution
- 2.3 GhostBSD Wiki
- 2.3.1 Applications
- 2.3.2 Application Management
- 2.3.3 Desktop Environment
- 2.3.4 Download of GhostBSD
- 2.3.5 Installation Guide = First Steps
- 2.3.6 Hardware Supported List
- 2.3.7 Tips and tricks from our community
- 2.3.8 New Here? Information for newcomers, FAQ
- 2.3.9 Network
- 2.3.10 Security
- 2.3.11 Useful Commands
- 2.3.12 System
- 2.3.12.1 Directory Structure
- 2.3.12.2 Standard Mount Points
- 2.3.12.3 Configuration Files
- 2.3.12.4 Basics
- 2.3.12.5 Users and Basic Account Management
- 2.3.12.6 Permissions
- 2.3.12.7 Pc-sysinstall
- 2.3.12.8 System Administration
- 2.3.12.9 System Administration Utilities
- 2.3.12.10 Kernel Competence
- 2.3.12.11 Hardware detection with dmesg
- 2.3.12.12 GhostBSD Boot Process
- 2.3.12.12.1 MBR and GPT
- 2.3.12.12.2 UEFI
- 2.3.12.12.3 OpenRC
- 2.3.12.12.3.1 /etc/rc rc - shell
- 2.3.12.12.3.2 /etc/rc.devd The generic hook into OpenRC
- 2.3.12.12.3.3 /sbin/rcorder Ordering rc-scripts
- 2.3.12.12.3.4 /etc/init.d Scripts to run OpenRC
- 2.3.12.12.3.5 /usr/local/etc/init.d Scripts to run OpenRC
- 2.3.12.12.3.6 /etc/rc.d Scripts automatically executed at boot and shutdown
- 2.3.12.12.3.7 /usr/local/etc/rc.d Special scripts
- 2.3.12.12.3.8 /etc/devd.conf Configuration file for devd(8)
- 2.3.12.12.3.9 /etc/conf.d Initscript Configuration Files
- 2.3.12.12.3.10 /etc/rc.conf.d Smaller configuration files
- 2.3.12.12.3.11 /etc/defaults/rc.conf Specifies the default settings for all the available options.
- 2.3.12.12.3.12 /etc/rc.conf The global OpenRC configuration file
- 2.3.12.12.3.13 /etc/rc.conf.ghostbsd GhostBSD specific configurations
- 2.3.12.12.3.14 /usr/sbin/sysrc Safely edit system rc files
- 2.3.12.12.3.15 /bin/rc-status Shows which services are running
- 2.3.12.12.3.16 /sbin/rc-update Add or delete services
- 2.3.12.12.3.17 /sbin/rc-service Locate and run an OpenRC service
- 2.3.12.12.4 /boot/
Introduction
On this page we will collect all main topics so you will get a easy way through our wiki.