
Classes
Ignore files and directories.
A file with the name .gitignore in your repository will tell git to ignore the file.
Use...
GitHub is a git repository service.
You may stumble into github projects when searching for solutions. It's a place...
View list of commits
git log
Show files changed
git log --name-status
Show changes
git log -p
or git log -p dir/
dnsmasq is a tool for configuring a DNS server for your local network.
A DNS server translates a url into an IP address.
F...
Computers are connected together through a network of hardware and protocols.
Domain
Your domain name or website URL. You...
Secure shell.
SSH lets you log into a terminal on another machine to use the system via the command line.
ssh root@123.12...
FreeBSD is like an alternative to Linux, useful for routing, web servers, and embedded systems.
Using FreeBSD
To scroll up...
VirtualDirectory
Define a site on the system.
.htaccess
Rewrite urls to modify how directories are accessed.