D
Deleted member 67029
Guest
I need to increase the partition size of a HDD through FreeBSD 12.2-RELEASE. How can it be done?
gpart resize
... and then it says to use a geom, what ever that is. I can't find it's definition in the handbook.
Yeah, I already got that impression.I actually hate computers.
gpart show. gpart show -p which shows the name instead of index number.Yes. It's everyone and everything else. Not you.It's got nothing to do with me being new. I followed the installation and setup in accordance with the handbook, therefore the problem is with FreeBSD.
Using the command line is not a problem. Finding the information I need to use it is the problem.
I am frustrated because I need to find an open source operating that isn't a piece of crap and I am having a hard time finding one.
pkg install apache24, sysrc apache24_enable="YES". Put your Apache virtual host configuration in /usr/local/etc/apache24/Includes/default.conf for example:<VirtualHost _default_:80>
ServerName my.web.site
ServerAdmin my@email.example.com
DocumentRoot /usr/local/www/mysite
<Directory /usr/local/www/mysite>
Require all granted
</Directory>
</VirtualHost>
service apache24 start.Acting like recalcitrant 15 year old doesn't help your cause.What have I done to be apart of this problem?