NMCLI Set Static IP Address
Determine the interface to be updated In most systems, you will have 1 or more network cards that can be used to pass traffic. To find out which cards you have available, run the following command: ifconfig This will list out the cards seen by your system. Update your configuration We will issue the following commands to set the ip address, gateway, and dns for our chosen network card: sudo nmcli con mod <networkcard> ipv4....
Hello Twinkll
Hello Twinkll! This is a post to demo the hugo server process. From here, you can: Jot down your thoughts Make notes Publish your finished material or keep it hidden until you’re ready to post for i in `oc get pods -A`; do oc delete pod #i; echo ""; done
Test Blog Post :PROPERTIES: :EXPORT_FILE_NAME: test-blog-post :EXPORT_DATE: 2024-07-04 :CATEGORIES: emacs hugo blog :TAGS: blogging tech :END: This is a test blog post written in Doom Emacs for Hugo! #+BEGIN_SRC python print(“Hello, Hugo!”) #+END_SRC