Recent Posts Widget

How to Install and Run CaPTk on Linux

Source:  github.com/CBICA/CaPTk You can download the CaPTk binary file  here .   cd ~/Downloads chmod +x CaPTk_1.9.0_Installer.bin # Specify the …
How to Install and Run CaPTk on Linux
최근 글

How to Install ngrok and configure automatic startup on Ubuntu

I tested ngrok on Ubuntu 22.04 . I referred to  Linux | ngrok documentation 1. SSH Connection Setup ssh-keygen sudo apt-get install openssh-server #…
How to Install ngrok and configure automatic startup on Ubuntu

How to set up WiFi on Ubuntu 22.04

0. Before Installation Environment - CPU : Intel - OS : Ubuntu 22.04 amd64 (64bit) 1. If your computer can connect to the internet Ironically, an internet connection is essential to set up WiFi. If …
How to set up WiFi on Ubuntu 22.04

How to setting PACS add-on on Synology NAS

When you download and install PACS from the Package Center, follow these settings. Set the domain name and password. The domain name is localhost (1…
How to setting PACS add-on on Synology NAS

AttributeError: module 'jax' has no attribute 'tree_multimap'

Problem AttributeError: module 'jax' has no attribute 'tree_multimap' Solution Use  jax.tree_util.tree_map  or  jax.tree_map  instead…
AttributeError: module 'jax' has no attribute 'tree_multimap'

pydicom 443: UserWarning: Invalid value for VR UI

Example C:\Users\user\AppData\Local\slicer.org\Slicer 5.4.0\lib\Python\Lib\site-packages\pydicom\valuerep.py:443: UserWarning: Invalid value for VR…
pydicom 443: UserWarning: Invalid value for VR UI

How to Download YouTube Videos in Google Colab : yt-dlp

By installing yt-dlp , you can download YouTube videos in Google Colab. !pip install yt-dlp !yt-dlp https://www.youtube.com/watch?v=jNQXAC9IVRw -o …
How to Download YouTube Videos in Google Colab : yt-dlp
이전최근