Skip to content

Terry Chan's Blog

pets, internet, deep learning

Categories

  • Default (409)
  • Docker (16)
  • Linux (197)
  • python (581)
  • Uncategorized (15)
  • 分类 (1)
  • 学习 (1)
  • 常用操作 (27)
  • 开发 (58)
  • 深度学习 (55)
  • 自然语言 (26)
  • 视频 (1)
  • 读书 (2)
  • 默认 (606)

Recent Posts

  • How to use the zip() function in a loop in Python?
  • How to resolve “curl: (7) Failed to connect to port : Connection refused” error?
  • How to perform an HTTP HEAD request with curl?
  • How to break out of a loop in Python?
  • How to use the range function in a loop in Python?

菜单

  • 开源
  • tkitSeg中文分词
  • 关于
  • reformer中文类似GPT2
  • labelstudio机器学习后端
  • Ecosystem深度学习
  • Linux软件
  • 如何用模型解决语言问题
  • Free Proxy Pool
  • 趣作文
  • Sup Sports One
  • Hello Movies Art
August 31, 2021

“树莓派常用docker总结”

树莓派常用docker总结 美杜莎自动追剧神器 docker create \ –name=medusa \ –restart unless-stopped \ -v /home/pi/dirve/data/medusa:/config \ -v /home/pi/dirve/Download/transmission/TV:/downloads \...

Read More
  • Default / Linux / 默认
March 30, 2023

How to use the zip() function in a loop in Python?

To use the zip() function in a loop in Python, you can pass multiple iterables as...

Read More
  • python
  • 0
March 30, 2023

How to resolve “curl: (7) Failed to connect to port : Connection refused” error?

To resolve the "curl: (7) Failed to connect to \ port \: Connection refused" error, you...

Read More
  • Linux
  • 0
March 30, 2023

How to perform an HTTP HEAD request with curl?

To perform an HTTP HEAD request with curl, you can use the -I or –head option....

Read More
  • Linux
  • 0
March 30, 2023

How to break out of a loop in Python?

To break out of a loop in Python, you can use the break keyword. When the...

Read More
  • python
  • 0
March 30, 2023

How to use the range function in a loop in Python?

To use the range() function in a loop in Python, you can simply use the for...

Read More
  • python
  • 0
March 30, 2023

Can I use SSH key authentication with my proxy?

It depends on the specific proxy software you are using. Some proxies support SSH key authentication,...

Read More
  • Linux
  • 0
March 30, 2023

How do I create an SSH proxy in Linux?

There are several ways to create an SSH proxy in Linux, depending on your specific requirements....

Read More
  • Linux
  • 0
March 30, 2023

How to share a Jupyter notebook with others?

To share a Jupyter notebook with others, there are several options available depending on your preference...

Read More
  • Linux / python
  • 0
March 30, 2023

How to run a Jupyter notebook on a remote server?

To run a Jupyter notebook on a remote server, you can use SSH tunneling to access...

Read More
  • Linux / python
  • 0
March 30, 2023

How to install Jupyter on my local machine?

To install Jupyter on your local machine, you can use a package manager like pip or...

Read More
  • python
  • 0
  • Next Page »

Terry Chan's Blog © 2023. All Rights Reserved.