Archivo del Autor: carlosap

provide a systemd user service unit for vncserver

https://github.com/TigerVNC/tigervnc/blob/master/contrib/systemd/user/vncserver%40.service   Ejemplo: loginctl enable-linger username systemctl –user enable vncserver@:1.service # # /usr/lib/systemd/user/[email protected] # # 1. Switches for vncserver should be entered in ~/.vnc/config rather than # hard-coded into this unit file. See the vncserver(1) manpage. # # 2. Users wishing for the server to continue running after the owner logs # out MUST enable… Leer más »

Realtek rtl8723de Device d723

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723 Subsystem: Hewlett-Packard Company Device 8319 Flags: bus master, fast devsel, latency 0, IRQ 122 I/O ports at 1000 [size=256] Memory at 91000000 (64-bit, non-prefetchable) [size=64K] Capabilities: Kernel driver in use: rtl8723de Kernel modules: rtl8723de https://h30434.www3.hp.com/t5/Notebook-Wireless-and-Networking/Realtek-8723DE-wifi-module-amp-Bluetooth-Linux-driver/td-p/6477307     1. Make sure you have git installed. You can… Leer más »

simh pdp8 links

https://raymii.org/s/articles/Running_ADVENT-on-the-PDP-8-with-SIMH.html https://bigdanzblog.wordpress.com/2014/05/23/editing-files-on-a-pdp-8-using-os8-edit/ https://raymii.org/s/articles/Creating_an_OS8_RK05_system_disk_from_RX01_floppies_for_the_PDP-8_with_SIMH.html https://bigdanzblog.wordpress.com/2014/06/11/compiling-and-running-hello-world-in-pdp-8-fortran-iv/ fpga https://activelow.net/post/pdp8e-replicated-introduction/ http://www.tronola.com/html/building_the_sbc6120-fp6120.html

pdp 8 blinking lights

sim> deposit 20 7001 sim> deposit 21 2034 sim> deposit 22 5021 sim> deposit 23 5020 sim> run 20 CREATE INC.PA #A /—————————————————- *20 /START 20 A, IAC /INCREMENTS +1 INDEX AC C(AC)+1=C(AC) B, ISZ 034 /INDEX AND SKIP IF ZERO (DELAY) JMP B /DELAY JMP A /CONTINUE /—————————————————- CRTL L #E PAL INC PAL… Leer más »

Creating a Very Simple PDP-8 Assembler (PAL8) Program

Posted on May 27, 2014 by Dan TheMan (all PDP-8 blog entries can be seen by clicking here) Today’s objective is to write, assemble, and run an extremely easy PAL8 (PDP-8’s assembly language) program. First, let me enumerate some resources necessary to make this happen. If you haven’t already you must create the PDP-8 simulation… Leer más »

fmadm faulty clear

SH Procedural Article for ILOM-Based Diagnosis (Doc ID 1155200.1) To BottomTo Bottom In this Document Purpose Details Section A – Displaying Fault Event Information Section A.1 Using the Fault Management Shell Section A.2 Using the Standard ILOM Command Line Interface Section B – Submitting a Service Request Auto Service Request (ASR) Activated for the Product… Leer más »

4.3BSD Quasijarus0c on an emulated VAX

  source: http://plover.net/~agarvin/4.3bsd-on-simh.html GUIDES: 4.3BSD on SIMH NetBSD 1.3.2 (vax) on SIMH My starting place was Gunkies Wiki. It’s good. I wanted to change some things, add more explanations, and throw in networking: This should work on a variety of Linux distributions. I tried it on CentOS 6 and Debian 8 and 9. I’ve done it on… Leer más »