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
$ 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
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1874503/
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 »
:%s/,/\r/g
update packages using the following command: update.packages(checkBuilt=TRUE, ask=FALSE)
#!/bin/bash # Get the process which listens on port # $1 is the port we are looking for if [ $# -lt 1 ] then echo «Please provide a port number parameter for this script» echo «e.g. $0 22» exit fi echo «Greping for your port, please be patient (CTRL+C breaks) … » for i… Leer más »
https://askubuntu.com/questions/879304/wine-2-0-says-it-supports-office-2013-how-do-i-actually-install-it
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
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 »