Questions in category: Arch Linux (Arch Linux)
软件 >> Linux >> Arch Linux

1. [openSUSE] 更改计算机名称

Posted by haifeng on 2024-10-11 16:39:10 last update 2024-10-11 17:10:14 | Answers (0) | 收藏


openSUSE 中可以使用 hostname 或 hostnamectl 显示当前计算机的名称.

haifeng@LAPTOP:~> hostname
LAPTOP
haifeng@LAPTOP:~> hostnamectl
Failed to query product UUID, ignoring: Access denied
Failed to query hardware serial, ignoring: Access denied
 Static hostname: LAPTOP
       Icon name: computer-container
         Chassis: container ☐
      Machine ID: ********************************
         Boot ID: ********************************
  Virtualization: wsl
Operating System: openSUSE Tumbleweed
     CPE OS Name: cpe:2.3:o:opensuse:tumbleweed:20241007:*:*:*:*:*:*:*
          Kernel: Linux 5.15.153.1-microsoft-standard-WSL2
    Architecture: x86-64

 

编辑下面两个文件, 将其中的计算机名称改为新设定的名称.

/etc/hostname

/etc/hosts

使用 wsl --terminate openSUSE-Tumbleweed 关闭openSUSE.  这里选项 --terminate 也可写为 -t

PS C:\Users\haife> wsl -l -v
  NAME                   STATE           VERSION
* openSUSE-Tumbleweed    Running         2
PS C:\Users\haife> wsl -t openSUSE-Tumbleweed
操作成功完成。
PS C:\Users\haife> wsl -l -v
  NAME                   STATE           VERSION
* openSUSE-Tumbleweed    Stopped         2
 

2. Linux 学习网站

Posted by haifeng on 2015-08-27 18:33:53 last update 2015-08-27 18:38:42 | Answers (0) | 收藏


 

Linux 时代
http://linux.chinaunix.net/

Linux 伊甸园
http://www.linuxeden.com/

Linux 公社
http://www.linuxidc.com/

Linux 开源中文社区
http://linux.cn/

红联 Linux
http://www.linuxdiyf.com/

Linux 频道

http://itlab.idcquan.com/linux/

 

国外 Linux 站点

 

http://www.linux.org/

3. Arch Linux wireless config

Posted by haifeng on 2015-02-02 18:32:58 last update 2015-02-02 19:50:18 | Answers (0) | 收藏


sudo ip link set wlan0 up

or

sudo ifconfig wlan0 up 

sudo iwlist wlan0 scan | grep  ESSID

 


References:

http://blog.csdn.net/lamdoc/article/details/9408093