Skip to content

j0shua-daniel/freebsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Install

Run the following:

git clone https://github.com/j0shua-daniel/freebsd
chmod +x freebsd/setup.sh
./freebsd/setup.sh

What this script does:

  1. Install GPU divers.
  2. Enable sudo for wheel group.
  3. Sets clock speed to be adaptive.

10 Reasons why FreeBSD is better than linux:

  1. FreeBSD's pkg manager is amazing, yes maybe not as big as nixpkgs but it sure is good!
  2. Linux focuses more on developing more features, while FreeBSD focuses more on making the system better using the same packages.
  3. FreeBSD is fast!
  4. FreeBSD follows the UNIX Philosophy closer than linux.
  5. FreeBSD is more minimal than linux.
  6. FreeBSD is stable while having newer packages than some more unstable linux distros.
  7. FreeBSD has more options, such as, having wmii while other modern linux distros do not have it in their repos.
  8. FreeBSD userland allows more control than linux.
  9. Every part of FreeBSD is made by the same FreeBSD company, unlike linux which has many communities and companies making software for the same distro.
  10. FreeBSD tends to have less security issues as linux.

Source: Personal experience :)

FreeBSD Install guide:

  1. Add a Hostname:

hostname

  1. Don't select to setup network with ipv6!

ipv6

  1. Choose default ZFS file system:

zfs

  1. Recommended Selection:

dist-select

  1. Recommended Selection:

select

  1. How to setup a user:

user-setup

pkg Error:

If you see this error:

error

Then do the following:

vi /etc/pkg/FreeBSD.conf

vi

You should see this:

this

Just comment all the lines:

comment

Then just run pkg, this will install pkg.

Once pkg is installed go back to /etc/pkg/FreeBSD.conf and uncomment the lines we commented.

Now you can install anything you want!

pkg install pkg-name

About

A script to setup FreeBSD

Topics

Resources

Stars

Watchers

Forks

Languages