Fulltext results:
- Formatting Syntax @wiki
- _strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... ine: ---- ===== Media Files ===== You can include external and internal [[doku>images|images, video... a link instead. By adding ''?linkonly'' you provide a link to the media without displaying it inline
- ZFS Playground @blog:2009
- disks, but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </code> <code> pool: demo state: ONLINE scrub: none
- localeadm @info:solaris
- mount it (insert your path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.i... IDEV=${LOFIDEV} mount -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead... mples ===== ==== List Installed Locales ==== <code bash> localeadm -lc </code> Example output: <code> Checking for installed packages. This could take
- Cleanup Packages @info:linux:debian
- (but not purged) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the packages: <code bash> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut
- How To Create a Moveable VM with VirtualBox @blog:2010
- is the extensions for the generated scripts. <code bash> VBOX="/usr/bin/VBoxManage" SCRIPT_EXT="command" </code> Next, there are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </code> The script asks for the parameters and uses the
- Mercurial @info
- ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== NetBeans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/p... on your project setup, you may want to also exclude ''bin'', ''gen'', ''nbbuild'' or the complete ''n
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- the output of ''VBoxManage'' without options. <code> Oracle VM VirtualBox Command Line Management Int... -2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general opti... uppress the logo [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== C
- Travian Map Download Script @z:travian
- rt it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travian" # set this t... usr/bin/curl --silent --show-error --output " </code> ===== cron.hourly ===== <code bash> #! /bin/sh echo `date +'%Y-%m-%d %H:%M'`: $0 for w in de7 do ${HOME}/opt/travian/bin/get.sh ${w} done </c
- MacPorts @info:mac
- ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is o
- Virtual Network Visualization @info:solaris
- al Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "sh... \"$2\"; }\n"; } } close INPUT; print "}\n"; </code> ===== Example ===== {{ dladm2dot.png|Example's Result}} === Input === == dladm show-link == <code> LINK CLASS MTU STATE OVER e1000g... isc2 vnic 9000 up isc_net0 </code> == dladm show-linkprop -o link,value -p zone ==
- IPS Repository Appliance @blog:2010
- y Appliance ====== Brian Leonard wrote a good guide how to setup a [[https://blogs.oracle.com/observa... pen a terminal and check the repository path. <code bash> df -h ls -d /media/*/repo </code> {{osolrepo06.png?nolink|}} NOTE: You need to execute the fo... "pfsh" or "pfexec" to obtain root privileges. <code bash> svccfg -s application/pkg/server setprop pk
- Setting the Timezone @info:linux:debian
- c/timezone''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # cat /etc/timezone Europe/London </code> ===== Set the Timezone ===== You can use ''vi'': <code
- Disable a Service @info:linux:debian
- sable a Service ====== To disable a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting with Debian 8): <code bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <servic
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- he file system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' fr... 't exist. You will have to do this only once. <code bash> pfexec mkdir /share </code> Now, mount the share. <code bash> pfexec mount -F vboxfs share /s
- Oracle: SPFile and PFiles @info:oracle
- a PFile, just enter the following in SQLplus: <code sql> CREATE PFILE FROM SPFILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}... ath to the PFile instead of ${PATH_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='$... CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> If your PFile is located at ''/db/oracle/config