Vim: Open Files

:e filename Opens the file in the vim editor.:new filename Opens the file in horizontal split mode.:vert new filename Opens the file in vertical split mode.:tabnew filename Opens the file in a new tab...

Group_path

NAME group_path Groups a set of paths for cost function calculations. ARGUMENTS -weight weight_value Specifies a cost function weight for this group. The ...

Verdi Configuration File novas.rc

When Novas Verdi is invoked, the Rule Configuration file novas.rc is automatically loaded which sets the appearance and preference of Verdi application. You may optionally place novas.rc at several lo...

Snap2HTML

Recently I happened to get a fantastic MS-Win utility Snap2HTML, which takes a snapshot of a specified folder in your disk drive, and generates a HTML file that structurally shows all files/direc...

Too Many Open Files错误导致VNC灰屏问题

问题VNCserver启动数量过大,约53个时;vncviewer会出现灰屏现象;新起vncserver起不来;提示无法启动dbus-daemon,版本过低。 原因分析vncviewer灰屏大概率是vncserver没得到视频数据;dbus负责进程间的消息传递;问题原因可能出在dbus上; top查看到dbus-daemon CPU 一直是90%多; strace -f -F -p dbus...

Install Perl PAR::Packer

Online InstallationInstall Necessary RPMs 1234[root]# yum install perl-ExtUtils-Embed[root]# yum install perl-Crypt-OpenSSL*[root]# yum install openssl*[root]# yum install perl-CPAN Install Required P...

Script: Add a Linux User

1234567891011121314151617181920212223242526#!/bin/bash# Script to add a user to Linux system# -------------------------------------------------------------------------# Copyright (c) 2007 nixCraft pro...

Install Perl Module

List all installed Perl modulesperldoc perllocal or instmodsh Check if a specified module is installedperldoc -li math::round # -l = list; -i = ignore case Install Perl modulesGiven an examp...

Integrate SOS in Virtuoso

To get Cliosoft SOS integrated in Cadence Virtuoso, what you need to do is just to put 3 files in your $HOME (~/). 1) .cdsinit 12345% cat ~/.cdsinitlet( (clioDir) clioDir = getShellEnvVar("...
15678916