上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 83 下一页
摘要: F5 -> Playback -> Time Jump https://www.softlay.com/articles/change-time-jump-setting-in-potplayer 阅读全文
posted @ 2023-04-20 12:46 profesor 阅读(536) 评论(0) 推荐(0)
摘要: 来源: https://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html 大于2T的分区,使用parted 之后,为了系统启动时,自动加载硬盘,需要在/etc/fstab上配置信息 先使用 sudo bl 阅读全文
posted @ 2023-04-20 09:58 profesor 阅读(308) 评论(0) 推荐(0)
摘要: 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 阅读(48) 评论(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 阅读(108) 评论(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 阅读(35) 评论(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 阅读(188) 评论(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 阅读(49) 评论(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 阅读(57) 评论(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 阅读(31) 评论(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 阅读(78) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 83 下一页