Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- vnc_inetd_gdm
- limitation ====== There are a lot of pages about setting up vnc over inetd. I had been running such a setup for years with 10 - 20 simultaneous sessions be... ode> If you use the graphical setup tool gdmsetup (/usr/sbin/gdmsetup) you get on the ``Remote`` tab, ``Configure XDMCP`` button. There
- losetup
- re, but after I used 10, there were no more. ``losetup`` saved the day. With it I was able to see tha... re, but I did: for node in `seq 0 31` do losetup /dev/loop$node done And found quite a few that could be deleted (with losetup -d /dev/loopXX ) and once I did that I was abl
- multihome_dokuwiki_hacks
- i Hacks ====== I use the article by Lukas Ruf on setting up dokuwiki on a mutihomed web server to allo... my modification of the script by Lukas Ruf for # setting up new virtual dokuwikis # Greg Priest-Dorman... re a slight modification of Lukas's <code> /* * set your default wiki configuration with $mydefaultho
- z80asm_in_emacs
- ; add ".ASM" to asm-mode, does ".asm" already ;; (setq auto-mode-alist (cons ' ("\\.ASM$"... make-local-variable 'compile-command) (setq compile-command (concat "z80asm... r-file-nam\ e) ".lst" )) (local-set-key [f5] 'compile) )))