PDO SQLite support missing in this PHP install - The sqlite plugin will not work
meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sles:start [2012/07/09 17:57] – michaelurspringer | sles:start [2014/10/11 22:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
|   * 'mount /dev/cdrom / |   * 'mount /dev/cdrom / | ||
|   * 'cd / |   * 'cd / | ||
| - | * './VboxLinuxAdditions.run' | + | * './VBoxLinuxAdditions.run' | 
| ===== Export Display for remote access of X applications  | ===== Export Display for remote access of X applications  | ||
| Line 13: | Line 13: | ||
| * 'xhost +' | * 'xhost +' | ||
| * On remote machine start XMING via XLaunch.exe | * On remote machine start XMING via XLaunch.exe | ||
| + | |||
| + | ===== Display multiple logfiles at one (MULTITAIL)===== | ||
| + |   * Add Software repository via YAST: http:// | ||
| + |   * ' | ||
| + | |||
| + | ===== Clear DNS cache ===== | ||
| + | * service nscd restart | ||
| + | |||
| + | ===== Mount NFS Share ===== | ||
| + | * Every Boot: in /etc/fstab: | ||
| + |     * 192.168.1.24:/ | ||
| + | * Runtime: | ||
| + |     * mount -v -t nfs 192.168.1.24:/ | ||
| + | |||
| + | ===== Mount Windows Share ===== | ||
| + | * Every boot: in /etc/fstab: | ||
| + |     * // | ||
| + | * Runtime: | ||
| + |     * mount.cifs // | ||
| + | |||