find / -xdev -samefile file1 Second Method $ ls -li file1 2655341 -rw-r--r-- 3 peter peter 0 2008-09-02 19:09 file1 find /home -xdev -inum 2655341
A working notebook for zeal & the open systems beneath it.
The definition of vim is boundless zeal and excitement. — by cpx, since 2007. Linux, MSWindows, security, networking, and the small dotfiles that make a workstation feel like home.
1.1) DBA Group ~~~~~~~~~~~~~~ The 'DBA' group is chosen at installation time and is usually the group 'dba' by default. The DBA group is compiled into the 'oracle' executable and s…
1. Open Run Window by clicking Start -> Run or click ‘Windows key’+‘R’. 2. In the text box, type the command rundll32.exe keymgr.dll, KRShowKeyMgr and click OK. …
0. /etc/sysctl.conf fs.suid_dumpable = 1 fs.aio-max-nr = 1048576 fs.file-max = 6815744 kernel.shmall = 2097152 kernel.shmmax = 536870912 kernel.shmmni = 4096 # semaphores: semmsl,…
SQL> SELECT DECODE(value, NULL, 'PFILE', 'SPFILE') "Init File Type" FROM sys.v_$parameter WHERE name = 'spfile'; Init File Type -------------------------------- SPFILE &n…
In Red Hat Enterprise Linux 4 and below the file /etc/X11/gdm/gdm.conf could be modified to enable xdmcp. With Red Hat Enterprise Linux 5 and 6, the location to enable xdmcp has ch…
packages: yum install pixman pixman-devel libXfont
On Red Hat Enterprise Linux 6: yum install tigervnc-server tigervnc On Red Hat Enterprise Linux 5: yum install vnc vnc-server On Red Hat Enterprise Linux 3 and 4: up2date vnc vnc-s…
MyISAM table fix CHECK TABLE test_table; #CHECK TABLE test_table FAST QUICK; REPAIR TABLE table_name; Don't undervalue the backup of the to be repair table.
Left Days Grace Period wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !="") CALL GetGracePeriodDays