Search found 38 matches
- Mon Dec 09, 2019 6:13 pm
- Forum: Candid
- Topic: Looking for a book author to write a story.
- Replies: 1
- Views: 114
Re: Looking for a book author to write a story.
Well that was a try and I waited to get a reply. The story is a true and solves allot of crimes. I lived more than half my life under threat by rouge and crooked police and I ain't afraid anymore.
- Tue Oct 01, 2019 11:33 am
- Forum: BSD
- Topic: my nvidia setup
- Replies: 0
- Views: 46
my nvidia setup
kldload linux
x11/nvidia-driver-340
/usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf:
/boot/loader.conf
x11/nvidia-driver-340
Code: Select all
sysrc linux_enable="YES"
Code: Select all
Section "Device"
Identifier "NVIDIA Card"
VendorName "NVIDIA Corporation"
Driver "nvidia"
EndSection
Code: Select all
nvidia_load="YES"
- Sat Sep 28, 2019 5:51 am
- Forum: North America
- Topic: six outstanding arrest warrants
- Replies: 1
- Views: 90
Re: six outstanding arrest warrants
New charges were laid Thursday to bring the total to 100 against a 42-year-old burglary suspect linked to a string of business and apartment garage break-ins.
Justin Nicholas Jenkins, who has no fixed address, faces charges of break and enter, mischief and possession of break and enter tools.
Justin Nicholas Jenkins, who has no fixed address, faces charges of break and enter, mischief and possession of break and enter tools.
- Mon Sep 23, 2019 2:45 pm
- Forum: BSD
- Topic: Formatting usb flash drive for use with FreeBSD
- Replies: 0
- Views: 52
Formatting usb flash drive for use with FreeBSD
Write zero’d data to the first 128MB of the disk at da0
FreeBSD’s using UFS2 filesystem
Code: Select all
dd if=/dev/zero of=/dev/da0 bs=1M count=128
Code: Select all
newfs -L usbdisk -O2 -U -m 6 /dev/da0
- Mon Sep 23, 2019 9:59 am
- Forum: BSD
- Topic: Attach USB Drive with permissions
- Replies: 0
- Views: 36
Attach USB Drive with permissions
/usr/local/etc/automount.conf
Code: Select all
MNTPREFIX="/media"
USERUMOUNT="YES"
USER="username"
ATIME="NO"
REMOVEDIRS="YES"
- Sun Sep 22, 2019 8:33 pm
- Forum: music hillbilly
- Topic: The Dead South
- Replies: 0
- Views: 47
- Sun Sep 22, 2019 7:49 pm
- Forum: BSD
- Topic: Games for FreeBSD
- Replies: 2
- Views: 67
Games for FreeBSD
Code: Select all
pkg install tanks-of-freedom
Code: Select all
pkg install wyrmsun
Code: Select all
pkg install flare-game
pkg install flare-engine
Code: Select all
pkg install endless-sky
Code: Select all
pkg install ioquake3
Code: Select all
pkg install iourbanterror
- Wed Sep 18, 2019 9:34 pm
- Forum: BSD
- Topic: liboffice no spellchecker.
- Replies: 0
- Views: 33
liboffice no spellchecker.
____________________________________________________ I just needed
textproc/en-hunspell
textproc/en-hunspell
test this
permissions are working
- Wed Sep 18, 2019 6:33 am
- Forum: BSD
- Topic: portmaster without input.
- Replies: 0
- Views: 35
portmaster without input.
portmaster -afdy --no-confirm