-
Recent Posts
- How to Automatically Renew LetsEncrypt Certificates and Restart Your Web Server
- How to Create an Admin User With All Privileges on MariaDB / MySQL
- How to Obtain a Let’s Encrypt SSL Certificate Using the WebRoot Plugin
- List all IPs connected to your server along with connection count
- How to restore network / internet access after replacing your NIC or Motherboard in Linux
Recent Comments
Archives
Categories
Meta
Tag Archives: Setting a static IP in Linux
How to set a static IP address in Linux via command line
To set a static IP address in Linux, simple edit /etc/network/interfaces and change your interface settings using the example below: In this example, I’m setting my IP address to 192.168.1.100. # The primary network interface auto eth0 iface eth0 inet … Continue reading