Synopsys Command: Report_timing

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...

Beginning of SLS Usage

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...

Redhat: Adjust LVM Partition Size

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#...

How to Enable XDMCP Service (GDM)

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 ...

Nomachine Server Admin

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...

Writing Aliases in Csh and Tcsh

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 VNC Copy&paste

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 ...
13456716