This explains how to build mesa from source, and how to use the custom built mesa to run some apps and games, without needing to replace the mesa libraries that your operating system runs on.
Let's assume that you are using an x86_64 system.
This explains how to build mesa from source, and how to use the custom built mesa to run some apps and games, without needing to replace the mesa libraries that your operating system runs on.
Let's assume that you are using an x86_64 system.
#!/bin/bash | |
# Bulk DNS Lookup | |
# Generates a CSV of DNS lookups from a list of domains. | |
# | |
# File name/path of domain list: | |
domain_list='domains.txt' # One FQDN per line in file. | |
# | |
# IP address of the nameserver used for lookups: | |
ns_ip='1.1.1.1' # Is using Cloudflare's 1.1.1.1. | |
# |
############################################################################### | |
# The MIT License | |
# | |
# Copyright 2012-2014 Jakub Jirutka <[email protected]>. | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is |