c4lab
Edit in /etc/default/grub
For ubuntu
sudo update-grub2
For centos
sudo grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
https://gist.github.com/Brainiarc7/8dfd6bb189b8e6769bb5817421aec6d1
fix ->
processor.max_cstate=1 intel_idle.max_cstate=0
[ 9192.353365] pcieport 0000:00:03.0: Multiple Corrected error received: 0000:00:03.0
[ 9192.354023] pcieport 0000:00:03.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
[ 9192.354688] pcieport 0000:00:03.0: device [8086:6f08] error status/mask=00000040/00002000
[ 9192.355345] pcieport 0000:00:03.0: [ 6] BadTLP
fix ->
pci=nomsi
mdadm --examine --scan
blkid
Install Driver check if you have GPU(pysical) lspci | grep -i nvidia Disable nouveau vim /etc/modprobe.d/blacklist-nouveau.conf blacklist nouveau options nouveau modeset=0
Nov 23, 2022[toc] Target I want to setup a DNS server for alias all the server in the internal networks. It's possible to use ansible to update all /etc/hosts in each server. However it is not a elegant way. Thus, I setup the coredns and try to figure out the configuration for supporting all commonly used protocols (plain, https, tls) and test them one by one. Finally, I will set this DNS IP:port in our main router. Setup Coredns
Sep 29, 2022Intro 我們的 server 的 storage 是用 megaraid 去蓋的 所以要查看硬碟 有兩種方式 關機 進 Storage 的 BIOS 看(之前都這樣)(這個 BIOS 之前案 CTRL + R) megacli + smartctl (這次要講的) Concept Overview: 相關名詞都在這裡ㄌ Preparation
Jun 23, 2022Upload your fastq, we will run HLA pipeline for your in aws. Github: https://github.com/linnil1/hla-on-aws Architecture API API logic I deploy my nuxt APP in Cloudflare APIGateway + lambda as API server
Apr 7, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up