libcublas.so.10.0: cannot open shared object file in singularity, however, it indeed exists in the directory.

摘要: When I execute the code out of the singularity (/rigel/opt/tshark/tshark_python3.sif), everything is correct. However, when I execute it in singularit 阅读全文
posted @ 2020-02-02 06:00 Quinn-Yann 阅读(270) 评论(0) 推荐(0) 编辑

EDAS: the gutter between columns is 0.16 inches wide (on page 2), but should be at least 0.2 inches.

摘要: Submit a manuscript through EDAS and I am using the IEEEtran class (conference option). EDAS gives the following errors: Solutions: 1. May be caused b 阅读全文
posted @ 2019-07-31 23:12 Quinn-Yann 阅读(2505) 评论(0) 推荐(0) 编辑

tshark statistic inform, print protocol hierarchy

摘要: Why does Protocol Hierarchy have less packets counts than that of pcap file? https://www.wireshark.org/lists/wireshark-users/200905/msg00146.htmlhttps 阅读全文
posted @ 2018-11-18 02:57 Quinn-Yann 阅读(652) 评论(0) 推荐(0) 编辑

Calculate the length of curve

摘要: http://tutorial.math.lamar.edu/Classes/CalcII/ArcLength.aspx 阅读全文
posted @ 2018-10-25 04:08 Quinn-Yann 阅读(328) 评论(0) 推荐(0) 编辑

Git Untrack files or folder without deleting any files

摘要: If you use Git, you're probably adding files all the time as you develop your project out further and further. Sometimes though, you might need to act 阅读全文
posted @ 2018-10-21 07:55 Quinn-Yann 阅读(523) 评论(0) 推荐(0) 编辑

Ubuntu18.04 solve the "Dash to dock" shows on lockscreen

摘要: solved the issue by removing default ubuntu-dock@ubuntu.com: Reboot your computer. Reference https://github.com/micheleg/dash-to-dock/issues/649 https 阅读全文
posted @ 2018-10-20 04:17 Quinn-Yann 阅读(402) 评论(0) 推荐(0) 编辑

Ubuntu 18.04 install Shutter (screenshot)

摘要: sudo apt-get install shutter* [Quick Fix] The “Edit” Option Disabled in Shutter in Ubuntu 18.04 April 14, 2018 — 36 Comments sudo apt-get install shut 阅读全文
posted @ 2018-10-20 00:32 Quinn-Yann 阅读(654) 评论(0) 推荐(0) 编辑

RawIP and Ethernet Encapsulation In Pcap

摘要: Why is there RAW_IP pcap? How to generate this pcap without Ethernet header? One way to convert a RAW_IP file to an ethernet encapsulated file (which 阅读全文
posted @ 2018-10-19 23:18 Quinn-Yann 阅读(1184) 评论(0) 推荐(0) 编辑

Python3 os.listdir() output file order

摘要: os.listdir(path): Return a list containing the names of the entries in the directory given by path. The list is in arbitrary order. It does not includ 阅读全文
posted @ 2018-10-19 10:39 Quinn-Yann 阅读(290) 评论(0) 推荐(0) 编辑

Python3 print flush buffer immediately

摘要: Reference: https://stackoverflow.com/questions/230751/how-to-flush-output-of-print-function/33265549 https://stackoverflow.com/questions/10019456/usag 阅读全文
posted @ 2018-10-19 10:34 Quinn-Yann 阅读(519) 评论(0) 推荐(0) 编辑