上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 87 下一页
摘要: How to Disable Suspend and Hibernation Modes In Linux Disable Suspend and Hibernation in Linux sudo systemctl mask sleep.target suspend.target hiberna 阅读全文
posted @ 2023-04-13 11:20 profesor 阅读(68) 评论(0) 推荐(0)
摘要: sudo vim /etc/network/interfaces #Static IP addressauto wlan0iface eth0 inet staticaddress 10.10.1.10netmask 255.255.255.0gateway 10.10.1.1 Here wlan0 阅读全文
posted @ 2023-04-12 19:02 profesor 阅读(137) 评论(0) 推荐(0)
摘要: sudo blkid sudo vim /etc/fstab UUID=41c22818-fbad-4da6-8196-c816df0b7aa8 /mnt/elaine ext4 defaults 0 1 https://www.cyberciti.biz/faq/linux-finding-usi 阅读全文
posted @ 2023-04-12 18:59 profesor 阅读(47) 评论(0) 推荐(0)
摘要: Click on Start and search for "cmd", then select Run as Administrator on the right. 这个方法可行。 参考: https://www.freecodecamp.org/news/an-administrator-has 阅读全文
posted @ 2023-03-25 13:31 profesor 阅读(202) 评论(0) 推荐(0)
摘要: How to configure Kali Linux to use a static IP address https://miloserdov.org/?p=542 sudo vim /etc/network/interfaces auto eth0 iface eth0 inet static 阅读全文
posted @ 2023-03-25 10:57 profesor 阅读(59) 评论(0) 推荐(0)
摘要: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i ./google-chrome-stable_current_amd64.deb 阅读全文
posted @ 2023-03-24 18:51 profesor 阅读(72) 评论(0) 推荐(0)
摘要: https://ostechnix.com/set-static-ip-address-and-dns-on-freebsd/ vi /etc/rc.conf vi /etc/resolv.conf 阅读全文
posted @ 2023-03-22 18:16 profesor 阅读(36) 评论(0) 推荐(0)
摘要: How to Turn Off Windows Defender (Permanently) If you’re looking to turn off Windows Defender for good, here’s what you need to do: Click Start. Type 阅读全文
posted @ 2023-03-19 20:12 profesor 阅读(92) 评论(0) 推荐(0)
摘要: 将 Windows Server 作为个人 PC 操作系统来用是怎样的体验? - 冯柒柒的回答 - 知乎 https://www.zhihu.com/question/46399326/answer/2892594298 阅读全文
posted @ 2023-03-18 11:35 profesor 阅读(144) 评论(0) 推荐(0)
摘要: In this tutorial we are going to be setting up a FreeBSD file server using NFS and/or Samba. There are many reasons to use FreeBSD for a file server, 阅读全文
posted @ 2023-03-14 13:35 profesor 阅读(98) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 87 下一页