VAX OpenVMS on the Raspberry Pi
VAX OpenVMS on the Raspberry Pi
VAX OpenVMS on the Raspberry Pi
rsync -a -v –ignore-existing <src> <dst>
Slow ethernet connection, BCM5722, tg3 driver you need to update-pciids as root Ethernet controller: Broadcom Limited NetXtreme BCM5722 Gigabit Ethernet PCI Express Subsystem: Dell NetXtreme BCM5722 Gigabit Ethernet PCI Express Kernel driver in use: tg3 You can update the pci-id definition with the following command as root: Code: update-pciids
1) REGEDIT 2) HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber Edit PortNumber: 3389 to any port
Phillip Wherry psw-at-wherry-dot-com Revision 1.5 22 January 2004 Copyright 2003-4 Phillip Wherry. Permission to reproduce this document in unaltered form is hereby granted. All other rights reserved. The most recent version of this document can be found at http://www.wherry.com/gadgets/retrocomputing/vax-simh.html. Introduction One of the first minicomputer systems that I worked with extensively was a Digital Equipment… Leer más »
Kernel Panic – not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Start with a livecd, open a a terminal sudo fdisk -l sudo mount /dev/sdax /mnt sudo mount –bind /dev /mnt/dev sudo mount –bind /dev/pts /mnt/dev/pts sudo mount –bind /proc /mnt/proc sudo mount –bind /sys /mnt/sys sudo chroot /mnt and now you can… Leer más »
install arch: yaourt qikec note: yaourt shrew (client gui vpn is not working, so manual mode ) convert psk to base64 for example 12345678 to base64 -> MTIzNDU2Nzg5MA== b:auth-mutual-psk:MTIzNDU2Nzg5MA== https://www.base64decode.org/ put configuration file .ike/sites n:version:4 n:network-ike-port:500 n:network-mtu-size:1380 n:client-addr-auto:1 n:network-natt-port:4500 n:network-natt-rate:15 n:network-frag-size:540 n:network-dpd-enable:1 n:network-notify-enable:1 n:client-banner-enable:0 n:client-dns-used:0 b:auth-mutual-psk:XXXXXXXXXXXXXXXXXXXXXX <– PresharedKey in base64 n:phase1-dhgroup:5 n:phase1-keylen:0… Leer más »
This is what I do when I install Arch Linux to improve the fonts. You may consider the following settings to improve your fonts for system-wide usage without installing a patched font library packages (eg. Infinality): Install some fonts, for example: sudo pacman -S ttf-dejavu ttf-liberation noto-fonts Enable font presets by creating symbolic links: sudo… Leer más »
In order to access samba shares through GNOME Files, Nemo, Caja, Thunar or PCManFM, install the gvfs-smb package, available in the official repositories. sudo pacman -S gvfs-smb
For kernels >4.11 git clone -b extended https://github.com/lwfinger/rtlwifi_new.git make sudo make install modprobe -v rtl8723de ant_sel=2 ant_sel=2 shows the maximum WiFi signal gain. added below lines in a separate conf file: echo «options rtl8723de ant_sel=2» >> /etc/modprobe.d/rtl8723de.conf