From f809db9df45e9a8cab164afcebb769e563f3880a Mon Sep 17 00:00:00 2001 From: onceupon Date: Fri, 6 Oct 2017 15:48:47 +0800 Subject: [PATCH] add system list hardware details --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 250d776..db81f66 100644 --- a/README.md +++ b/README.md @@ -2080,6 +2080,20 @@ killall pulseaudio ``` then press Alt-F2 and type in pulseaudio +##### When sound not working +```bash +killall pulseaudio +``` + +##### Finding Out Hardware Details Without Opening The Computer Case (e.g. memory device detail) +```bash +sudo dmidecode -t memory +``` + ##### lists information about SCSI devices in Linux +```bash +lsscsi +``` + ##### Tutorial for setting up your own DNS server http://onceuponmine.blogspot.tw/2017/08/set-up-your-own-dns-server.html @@ -2087,8 +2101,8 @@ http://onceuponmine.blogspot.tw/2017/08/set-up-your-own-dns-server.html ##### Tutorial for creating a simple daemon http://onceuponmine.blogspot.tw/2017/07/create-your-first-simple-daemon.html - - +##### Tutorial for using your gmail to send email +http://onceuponmine.blogspot.tw/2017/10/setting-up-msmtprc-and-use-your-gmail.html