Posts
How to Prepare a Blog Website for Free in Amharic - A Step by Step Guide
- Get link
- X
- Other Apps
Google Classroom | Girum Computer แแฉแ แฎแแแแฐแญ
- Get link
- X
- Other Apps
ubuntu server static ip address assignment
- Get link
- X
- Other Apps
ubuntu server static ip address assignment run the below script sudo vi /etc/netplan/00-installer-config.yaml #network: # ethernets: # enp0s3: # dhcp4: true # version: 2 replace the above script by the below one by kipping the index network: version: 2 renderer: networkd ethernets: enp2s0f0: dhcp4: no addresses: - 172.22.27.134/24 gateway4: 172.22.27.5 nameservers: addresses: [172.22.186.7, 172.22.186.8] after edit to save capital ZZ then sudo netplan apply source https://www.linuxtechi.com/assign-static-ip-address-ubuntu-20-04-lts/ important commands insert esc i save esc ZZ or :qw! quite :q!
How to change PC background picture restricted by policy
- Get link
- X
- Other Apps
How to change PC background picture restricted by policy, Solution 1. Open Regedit 2. go to the below path Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System 3. change the wallpaper value path to your picture path and picture name with its extension. 4. restart and see the effect Click here to see the video