manjaro 初装 , [Linux] 使用 Wine,netctl ,atic ip address

http://www.mamicode.com/info-detail-2359428.html
6.安装yaourt
sudo pacman -S yaourt


Configure Dynamic IP Address In Arch Linux using Netctl

How To Configure Static And Dynamic IP Address In Arch Linux

First, Install netctl if it is not installed already.

$ sudo pacman -S netctl

Copy ethernet-dhcp profile from /etc/netctl/examples/ directory to /etc/netctl/ directory as shown below.

$ sudo cp /etc/netctl/examples/ethernet-dhcp /etc/netctl/enp0s3

Edit /etc/netctl/enp0s3 file:

$ sudo vi /etc/netctl/enp0s3

Replace eth0 with your actual network interface name i.e enp0s3.

Description='A basic dhcp ethernet connection'
Interface=enps03
Connection=ethernet
IP=dhcp
#DHCPClient=dhcpcd
#DHCPReleaseOnStop=no
## for DHCPv6
#IP6=dhcp
#DHCP6Client=dhclient
## for IPv6 autoconfiguration
#IP6=stateless

Save and close the file.

Enable and start dhcpcd service:

$ sudo systemctl enable dhcpcd
$ sudo systemctl start dhcpcd

Reboot your system. Verify IP address using the following command:

$ ip addr

That’s all for now folks. Hope this helps. If you find this guide useful, please share it on your social networks and share it on your social networks.

Cheers!


[Linux] 使用 Wine
https://blog.csdn.net/buildcourage/article/details/80871141
[Ubuntu 16.04 64bit版]wine32bit版を設定できた
https://qiita.com/rYamashita1012/items/37e3ed22b3e9278f2250

WINEARCH=win32 wineboot

Add a Comment

您的电子邮箱地址不会被公开。 必填项已用*标注