摘要:
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 阅读全文
摘要:
Bookworm: 参见这里: Set a static IP Address on Raspberry Pi OS Bookworm https://www.abelectronics.co.uk/kb/article/31/set-a-static-ip-address-on-raspberry 阅读全文
摘要:
F5 -> Playback -> Time Jump https://www.softlay.com/articles/change-time-jump-setting-in-potplayer 阅读全文
摘要:
来源: https://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html 大于2T的分区,使用parted 之后,为了系统启动时,自动加载硬盘,需要在/etc/fstab上配置信息 先使用 sudo bl 阅读全文
摘要:
How to Disable Suspend and Hibernation Modes In Linux Disable Suspend and Hibernation in Linux sudo systemctl mask sleep.target suspend.target hiberna 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
Click on Start and search for "cmd", then select Run as Administrator on the right. 这个方法可行。 参考: https://www.freecodecamp.org/news/an-administrator-has 阅读全文
摘要:
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 阅读全文
摘要:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i ./google-chrome-stable_current_amd64.deb 阅读全文