摘要:
Directional RNA-seq data -which parameters to choose? REF: https://chipster.csc.fi/manual/library-type-summary.html Directional RNA-seq methods are ga 阅读全文
摘要:
# lsusbBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 001 Device 002: 阅读全文
摘要:
As others have pointed out, XFS filesystem cannot be shrunk. So your best bet is to backup /home, remove and recreate its volume in a smaller size and 阅读全文
摘要:
Under any linux system, you want to use the command du. (Disk Usage) Common usage is : du -sh file(s) name(s) or du -sh /path/to/dir/* du -sh . Replac 阅读全文
摘要:
删除远程主机上MySQL中的一个数据库时,远程主机一直在响应,无法正常删除。这个问题的解决办法如下:在远程主机上登录MySQL,执行show full processlist;观察state和info两列,查看有哪些线程在运行。经过查询发现之前远程删除的时候由于网络中断,锁表了。所以导致再次登录的时 阅读全文
摘要:
How to run Tomcat on Port 80 A standard Tomcat installation starts the webserver on port 8080 – which is usually not the desired behavior. In order to 阅读全文