Fulltext results:
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- 000g'' * driver instance: 0 ==== Device Config Files ==== === /etc/path_to_inst === The file ''[[sol... * Find all hard links of a given inode: find <filesystem> -mount -inum <inode> -ls * For example, to find all filesystem entries in the root filesystem for inode 4711, use this: find / -mount -inum 4711 -ls ==== Bloc
- Oracle: SPFile and PFiles @info:oracle
- ====== Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You can... ditionally, Oracle can read the parameters from "PFiles", which are regular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following in SQLplus: <cod
- File System @info:solaris
- ion - [[http://docs.sun.com/app/docs/doc/819-2252/filesystem-5|filesystem(5)]] ===== File Systems ===== This is a non-complete list of file systems in Solaris... mount * zfs * zpool ===== Pages tagged with "filesystem" ===== {{topic>filesystem&nouser&tags}} {{tag>solaris filesystem}}
- Mercurial
- handy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== NetB... $ ^.project$ </code> ==== Version Control Backup Files ==== Version Control System produce backup files when doing irreversible changes. <code> \.orig$ \.ori
- Change Encoding with iconv @info:script
- d writes it to ''OUTPUT.txt''. ===== Convert All Files in a Directory ===== <code bash> for f in $(find
- Git @info:code
- ION ===== Diff ===== If you only want the changes files between branches, you can user this: git diff
- exiftool @info:script
- %%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filenam
- /etc @info:solaris
- is is a collection of descriptions of Solaris config files (in the /etc directory). {{indexmenu>.:etc}}
- Cleanup Packages @info:linux:debian
- onfig Find "orphaned" configuration files. --libdevel Search in libdevel i
- rmdir for OSX @info:mac
- X ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This ma
- Oracle Errors @info:oracle
- archive logs]]. * **Resolution**: [[spfile_and_pfiles|Enlarge the flash recovery area]]. * **Document
- Oracle: Resize Instance @info:oracle
- the PGA to 2GB. First, change the [[spfile_and_pfiles|SPFile]]: <code sql> ALTER SYSTEM SET pga_aggreg
- fstyp @info:solaris
- en_version: '14' gen_volume_label: 'rpool' </file> {{tag>solaris ufs zfs cli filesystem sysadmin admin}}