To change Speed and Duplex of an ethernet card, we can use ethtool - a Linux utility for Displaying or Changing ethernet card settings. 1. Install ethtool You can install ethtool by typing one of the following commands, depending upon your Linux di…
In this Document Purpose Questions and Answers What kind of statistics do the Automated tasks collect How do I revert to a previous set of statistics? Does the automatic statistic collection jobs populate CHAIN_CNT? 11g+ Automatic Mainten…
https://www.cyberciti.biz/faq/linux-show-directory-structure-command-line/ Linux: HowTo See Directory Tree Structure last updated January 17, 2015 in CategoriesBASH Shell, CentOS, Debian / Ubuntu, Linux, Mac OS X…
Shell终端配置 How to: Change / Setup bash custom prompt (PS1) 参考链接:https://www.cyberciti.biz/tips/howto-linux-unix-bash-shell-setup-prompt.html Most of us work with a shell prompt. By default most Linux distro displays hostname and current working direct…
Extended Karman Filter Zhenglei 2018 January This is a project to estimate the car position from Lidar data and Radar data. Lidar data is using Kalman filter. Radar data is using Extended Karman filter, because the radar data is provided by non-linea…
Linux & terminal color & command line color how to change Linux terminal color https://askubuntu.com/questions/558280/changing-colour-of-text-and-background-of-terminal https://askubuntu.com/a/558422 # 92: Light Green # 107: White (don't use with…
How do I increase the maximum number of open files under CentOS Linux? How do I open more file descriptors under Linux? The ulimit command provides control over the resources available to the shell and/or to processes started by it, on systems that a…
A note about error: "cannot delete inactive domain with snapshots" You cannot delete a VM with snapshots. For example:# virsh undefine --domain openbsdSample outputs: error: Failed to undefine domain openbsd error: Requested operation is not val…
可以用下面的两个命令来查看: cat /etc/*-release hostnamectl 参考资料 ============== How To Find Out My Linux Distribution Name and Version https://www.cyberciti.biz/faq/find-linux-distribution-name-version-number/…
pstree(1): tree of processes - Linux man pagehttps://linux.die.net/man/1/pstree How to view process tree in Linuxhttps://www.simplified.guide/linux/view-process-tree pstree - display a tree of processes - Linux Man Pages (1)https://www.systutorials.c…