Archivo del Autor: carlosap

install rtl8723de driver in arch (working maximum WiFi signal gain)

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

Bitacora install arch

Set up WIFI ifconfig wifi-menu iwconfig ip link set wlp0s20u3 up iwlist wlp0s20u3 scan ifconfig -a passwd root systemctl start sshd   To modify the layout, append a corresponding file name to loadkeys(1), omitting path and file extension. For example, to set a Latin keyboard layout: # loadkeys la-latin1 WIFI ENABLED 1ST: https://wiki.archlinux.org/index.php/WPA_supplicant 2d an… Leer más »

Upgrade Kernel on Centos7 via ELRepo

Install the ELRepo and GPG key rpm –import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org yum install -y http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm Enable kernel updates from elrepo yum-config-manager –enable elrepo-kernel Remove old kernel stuff yum remove -y kernel-{devel,tools,tools-libs} Install the ELRepo built kernel and grub2-tools yum install -y kernel-ml kernel-ml-{devel,tools,tools-libs} grub2-tools We ensure these exist on the off chance they were removed during the… Leer más »

pdp 11 simh raspberry

apt-get install simh unzip uv7swre.zip $ simh-pdp11 PDP-11 simulator V3.8-1 sim> set cpu 11/45 Disabling XQ sim> set tto 7b sim> attach rl unix_v7_rl.dsk sim> boot rl @boot New Boot, known devices are hp ht rk rl rp tm vt : rl(0,0)rl2unix mem = 177856 # mkdir /usr/dmr # chown dmr /usr/dmr # chgrp 3… Leer más »

How to extend the disk size in my VMware guest running Centos 7

Posted August 8, 2017 by Peter Teoh To increase the disk size inside the VMware guest running CentOS7 (7.3, 1611) these are the steps needed: a. Remove all snapshots from your Vmware image, or if you cannot afford to remove the snapshot, shutdown the guest OS, and «clone from snapshot» (you can select any specific… Leer más »

http://info.cern.ch/ home of the first website

http://info.cern.ch http://info.cern.ch – home of the first website From here you can: Browse the first website Browse the first website using the line-mode browser simulator Learn about the birth of the web Learn about CERN, the physics laboratory where the web was born

Categoría: Nix

cisco ssh legacy Unable to negotiate with no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

Error in legacy ssh switches: Unable to negotiate with 192.168.1.1: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 The OpenSSH website has a page dedicated to legacy issues such as this one. It suggests the following approach, on the client: ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 123.123.123.123 or more permanently, adding Host 123.123.123.123 KexAlgorithms +diffie-hellman-group1-sha1 to ~/.ssh/config. This will enable the old… Leer más »

shiny-server timeout nginx

error in nginx: upstream prematurely closed connection while reading response header from upstream     In the shiny-server configuration help, there are two timeouts that can be set in the free shiny server version. app_init_timeout — Describes the amount of time (in seconds) to wait for an application to start. After this many seconds if… Leer más »

Easy Steps to Limit Mongodb Memory Usage

http://www.techpaste.com/2016/04/limit-mongodb-memory-usage/ Spaces are important!!! # Where and how to store data. storage: dbPath: /var/lib/mongo journal: enabled: true # engine: wiredTiger # mmapv1: wiredTiger: engineConfig: configString: cache_size=200M