1. Enable sshd
#!/etc/init.d/ssh start
2.add new user for remote logon and add it to sudoer
#! user add xxxxx
3.sudo usermod -a -G sudo <username>
1. Enable sshd
#!/etc/init.d/ssh start
2.add new user for remote logon and add it to sudoer
#! user add xxxxx
3.sudo usermod -a -G sudo <username>
In recently, I read a good free ebook “AI driven design” from awwwards,
https://www.awwwards.com%2FAI-driven-design%2F&usg=AOvVaw0EGSfYZZYWEcAf_WtURI9L
To think about our mindset to resolve problems. It was evolved from incident (problem) driven to
Data driven and nowadays to AI driven. But what is AI driven, it is not clear for the most people in the world.
Even it become buzzwords today. From awwwards’s ebook, He mentioned the AI design should be tended to reduce choice, but not give a choice.
Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...