There are some useful options of command report_timing, which I haven’t been aware of before.
-start_end_pair
This option should be quite useful if you want to report violations from all startpoints t...
12345678910111213141516171819202122232425262728293031323334353637383940## Create a shell script which starts the license server#% cat /path/to/eda/script/snpslmd.shadmin=edasu $admin -c "/path/to...
Starting from 2023, Siemens changes their EDA license managing utility.
Previous MGLS (Mentor Graphic License Server) doesn’t support EDA softwares of 2023 or later. Calibre 2023 may be still in the s...
https://en.wikipedia.org/wiki/Serial_Peripheral_Interface
...
No content of this post.
Check file system and LVM info
1234567# df -hT |grep rhel/dev/mapper/rhel-root xfs 50G 49G 1G 99%/dev/mapper/rhel-home xfs ... ... ... ...# lsblk# lvs -v# vgs -v# pvs -v
Backup /home
1#...
GDM can be configured to allow remote access via XDMCP (X Display Manager Control Protocol). We can use Cygwin-X or Exceed, to connect remotely to a server and get a complete desktop GUI.
1. Edit the ...
1. Right click icon of the server connection and select Server admin
2. Select Security and enable the clipboard functionality with Client only, which makes it allowed of copying at client and pas...
Using command-line argumentsSometimes you want an alias to deal explicitly with its arguments, rather than just leaving them at the end of the command. For example, suppose you had a file in your home...
Disable Send clipboard to views
1# vncconfig
Remove permissions of executing the command vncconfig
12# chmod go-rx /bin/vncconfig# chmod go-rx /usr/bin/vncconfig
...