Difference between revisions of "How To"
(→Tips and Tricks) |
(→Tips and Tricks) |
||
Line 53: | Line 53: | ||
* open a terminal | * open a terminal | ||
* change to root | * change to root | ||
− | * write: < | + | * write: [https://www.freebsd.org/cgi/man.cgi?query=gpart&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports <nowiki># gpart show</nowiki>] |
* gpart will show you the device da'''x''' and the partition s'''x''' | * gpart will show you the device da'''x''' and the partition s'''x''' | ||
| | | | ||
Line 71: | Line 71: | ||
|- | |- | ||
|mount FAT32 | |mount FAT32 | ||
− | | | + | |see also [https://www.freebsd.org/cgi/man.cgi?query=msdosfs&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports msdosfs] |
* do first <code>gpart show</code> | * do first <code>gpart show</code> | ||
* write:<code># mount -t msdosfs /dev/da5s1 /mnt</code> | * write:<code># mount -t msdosfs /dev/da5s1 /mnt</code> |
Revision as of 11:47, 30 January 2020
Welcome to the How To |
Introduction
Here we will collect some tips and tricks from users to users. It is not a forum. If you have a question and no answer yet, go to GhostBSD Forums.
But if you got a solution for your issues, you are welcome to describe it here in a short way.
Tips and Tricks
Issue | solution | Addition or Link |
---|---|---|
Like to change the display manager | sudo rc-update delete lightdm
|
Tip from Eric on Telegram at 27.01.2020 17:09 |
How to install Nvidia drivers? | sudo pkg install nvidia-driver-440.31 will install the latest nvidia driver from pkg
|
Frostygoth on Telegram on 24.01.2010 at 21:18 |
But how to apply it | kldload_nvidia="nvidia-modeset nvidia set in /etc/rc.conf file; Also set the line Driver "nvidia in /etc/X11/xorg.conf
You need to install the driver with pkg install |
Frostygoth on Telegram on 24.01.2010 at 21:24 -51 |
But how to apply it | sudo nvidia-xconfig
|
Lilly Elijah Victoria Evans on Telegram on 24.01.2010 at 21:48 and confirmation from Neville Goddard 25.01.2020 00:11 And then reboot |
pkg is locked by an other process | sudo killall -9 pkg && sudo pkg update -f && sudo pkg upgrade -y
|
suggestion from #hd_scania on Telegram on 25.01.2020 at 11:10 |
You would like to move from a Linux OS to GhostBSD and take your settings and E-Mails from Thunderbird and bookmarks from Firefox to GhostBSD | Go to .thunderbird and .mozilla in your home directory and safe each folder /xyz.default and insert the contents in the folder /xyz.default-release on GhostBSD. xyz is only a replacement for bk3yc9n7 or something similar. | This worked from Debian to GhostBSD. Tested by Slughorn |
Show USB devices |
|
|
mount NTFS |
|
tested by Slughorn thanks to:user hunghung |
mount FAT32 | see also msdosfs
|
tested by Slughorn thanks to:user hunghung |
If the system sticks during shutdown at: Saving dependencies cache | do: sudo rc-update delete savecache shutdown That will remove save cache. |
Tip from Eric |
Back to the Applications |
Recommendation
If you look for something special, we recommend Howtos from FreeBSD