Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== Commands: ===== list [--long|-l] ... |<name> --log <idx> registervm <filename> unregistervm <uuid>|<name> [
- Oracle: SPFile and PFiles @info:oracle
- ====== Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You can't change it directly as it's a binary file. Additionally, Oracle can read the
- Formatting Syntax @wiki
- mple markup language, which tries to make the datafiles to be as readable as possible. This page contain... is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ning the syntax for links and [[#images_and_other_files|images]] (see below) like this: [[http://php.
- File System @info:solaris
- ====== File System ====== ===== File System Organization ===== * File system organization - [[http://docs.sun.com/app/docs/doc/819-2252/filesystem-5|filesystem(5)]] ===== File Systems =====
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- e studying the preparation books. ===== Managing File Systems ===== ==== List Devices ==== To list th... 000g'' * driver instance: 0 ==== Device Config Files ==== === /etc/path_to_inst === The file ''[[solaris:etc:path_to_inst|/etc/path_to_inst]]'' maps phys... * Find all hard links of a given inode: find <filesystem> -mount -inum <inode> -ls * For example,
- Generate a Test Key @info:cryptography:openssl
- icate (if any) are specified in the configuration file. Unless specified using the set_serial option 0 w... default key size, specified in the configuration file is used. * ''[[http://www.openssl.org/docs/apps... m__keyout|-keyout testkey.key]]'': this gives the filename to write the newly created private key to. If this option is not specified then the filename present in the configuration file is used.
- Increase the Tomcat Upload Limit @info:sysadmin
- as a limit of 50MiB. This limit is defined in the file ''WEB-INF/web.xml'' within the "manager"-App: <c... tipart-config> <!-- 50MB max --> <max-file-size>52428800</max-file-size> <max-request-size>52428800</max-request-size> <file-size-threshold>0</file-size-threshold> </mult
- fstyp @info:solaris
- ===== fstyp ====== ''fstyp'' reports the type of file system. With the ''-v'' (verbose) option reports ... S: ''fstyp'' ==== fstyp /dev/rdsk/c1t0d0s0 <file> ufs </file> ==== UFS: ''fstyp -v'' ==== fstyp -v /dev/rdsk/c1t0d0s0 <file> ufs magic 11954 format dynamic time Wed
- Cleanup Packages @info:linux:debian
- : --help, -h This help. --status-file, -f FILE Use FILE as statusfile. --version, -v Version information. --show-deps, -d Show depend
- Oracle: Resize Instance @info:oracle
- to 6GB and the PGA to 2GB. First, change the [[spfile_and_pfiles|SPFile]]: <code sql> ALTER SYSTEM SET pga_aggregate_target = 2G SCOPE=SPFILE; ALTER SYSTEM SET sga_target = 6G SCOPE=SPFILE; <
- Print all certificates in a file @info:cryptography:openssl
- ====== Print all certificates in a file ====== This command is especially helpful if you want to use To... ts to print all the certificates and then cut the file and store each certificate in a single file. openssl pkcs7 -in file.pem -print_certs -out certs.pem Informations about the used arguments from
- ZFS Playground @blog:2009
- you have enought space. We will need 1,2GB for 6 files of 200MB. The files are named like disks, but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Creat
- Android Backup @info:android
- will automatically insert the current date in the filename: <code bash> adb backup -apk -shared -all -f... code> Which may result in a listing like this: <file> List of devices attached ???????????? no permissions </file> You can solve this by restarting the adb server... do adb kill-server sudo adb start-server </code> <file> * daemon not running. starting it now on port 50
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- to install the Guest Additions and then mount the file system type ''vboxfs''. The Usage is: <code bash... e> <mountpoint> </code> If you want to share the filesystem ''/share'' from the host to the guest, then... uring boot which has the "System Adminitrator" profile. The commands will be executed with the rights given by this profile, so they need to be executes with ''pfexec''. Fi
- Start and Stop the Apple File Server from Command Line @blog:2011
- 011-03-07 12:33~~ ====== Start and Stop the Apple File Server from Command Line ====== You can use ''/sbin/service'' to start or stop the "Personal File Sharing". Start the Apple File Server ("Personal File Sharing"): <code bash> sudo /sbin/service com.apple.AppleFileServer start </cod