Archivo del Autor: carlosap

ArchLinux Install Xfce for desktop environment

$ sudo pacman -Sy –noconfirm xfce4 xfce4-goodies lxdm $ sudo systemctl enable lxdm $ sudo sed -i /etc/lxdm/lxdm.conf \ -e ‘s;^# session=/usr/bin/startlxde;session=/usr/bin/startxfce4;g’ $ sudo reboot

How To Install Arch Linux Latest Version

source: https://www.ostechnix.com/install-arch-linux-latest-version/   Image Source: https://www.flickr.com/ Arch Linux is a general purpose GNU/Linux distribution that provides most up-to-date softwares by following the rolling-release model. Unlike fixed-point release Linux distributions, Arch Linux allows you to use updated cutting-edge softwares and packages as soon as the developers released them. Initially, It supported both 32bit and 64bit systems. But, now… Leer más »

Office 2013

https://askubuntu.com/questions/879304/wine-2-0-says-it-supports-office-2013-how-do-i-actually-install-it

Magnetic core memory

http://www.corememoryshield.com/   https://www.tindie.com/products/kilpelaj/core-memory-shield-for-arduino/   http://www.nedopc.org/forum/viewtopic.php?f=95&t=9778&start=15  

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 »