04 2023 档案

摘要:https://support.pearson.com/getsupport/s/article/Reset-an-Internet-Connection-Flush-DNS Windows 10. 8 and 8.1Navigate to the desktop. (From Home, tap 阅读全文
posted @ 2023-04-24 23:21 profesor 阅读(73) 评论(0) 推荐(0)
摘要:https://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/ ssh-keygen ssh-copy-id -i ~/.ssh/id_r 阅读全文
posted @ 2023-04-24 10:47 profesor 阅读(30) 评论(0) 推荐(0)
摘要:if you're running Raspberry Pi OS, the tools are native and reliable. Here's the precise, no-nonsense method for checking your Raspberry Pi 4B's firmw 阅读全文
posted @ 2023-04-23 12:33 profesor 阅读(36) 评论(0) 推荐(0)
摘要:F5 -> Playback -> Time Jump https://www.softlay.com/articles/change-time-jump-setting-in-potplayer 阅读全文
posted @ 2023-04-20 12:46 profesor 阅读(502) 评论(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 阅读(290) 评论(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 阅读(38) 评论(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 阅读(106) 评论(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 阅读(31) 评论(0) 推荐(0)