Archivo de la categoría: Nix

activate serial centos 6 server ibm imm2

cat /etc/init/ttyS1.conf # ttyS0 – agetty stop on runlevel [016] start on runlevel [345] instance ttyS1 respawn pre-start exec /sbin/securetty ttyS1 exec /sbin/agetty /dev/ttyS1 115200 vt100-nav start ttyS1

Geekbench 4.2.0 Windows x86 (64-bit) Dell Inc. PowerEdge T110 I

Dell Inc. PowerEdge T110 II Single-Core Score Multi-Core Score 3365 10985 Geekbench 4.2.0 Tryout for Windows x86 (64-bit) Result Information Upload Date December 11 2017 04:36 AM Views 1 System Information System Information Operating System Microsoft Windows 10 Pro (64-bit) Model Dell Inc. PowerEdge T110 II Motherboard Dell Inc. 015TH9 Memory 4096 MB DDR3 SDRAM… Read More: Geekbench 4.2.0 Windows x86 (64-bit) Dell Inc. PowerEdge T110 I »

Categoría: Nix

change ip static ubuntu 17

he package ifupdown and so /etc/network/interfaces are no longer used. Ubuntu 17.10 Server uses the package netplan instead, which configures systemd-networkd. Make sure you use the default content for the config file /etc/network/interfaces # /etc/network/interfaces — configuration file for ifup(8), ifdown(8) # Generated by debian-installer. # The loopback interface auto lo iface lo inet loopback… Read More: change ip static ubuntu 17 »

bandwith meter linux monitor network

Package: sysstat (11.0.1-1)Links for sysstat   Download Source Package sysstat: [sysstat_11.0.1-1.dsc] Maintainer: Robert Luberda (QA Page) External Resources: Homepage [pagesperso-orange.fr] Similar packages: saidar collectd-core procmeter3 atop system performance tools for Linux The sysstat package contains the following system performance tools: – sar: collects and reports system activity information; – iostat: reports CPU utilization and disk I/O… Read More: bandwith meter linux monitor network »

Ver paquetes instalados en un entorno virtual

Ver paquetes instalados en un entorno virtual Se pueden ver los paquetes instalados en un entorno virtual mediante el siguiente comando: pip freeze Mostrará la lista de paquetes, tales como: Django==1.5 MySQL-python==1.2.4 argparse==1.2.1 distribute==0.6.36 django-debug-toolbar==0.9.4 ipython==0.13.1 lxml==3.1.1 pygeoip==0.2.6 requests==1.2.0 wsgiref==0.1.2 Podemos volcar ese contenido en un archivo de requisitos: pip freeze > requirements Y usar… Read More: Ver paquetes instalados en un entorno virtual »

Respaldo ZFS montar en zona global una zona

cfgadm -al devfsadm -cV echo | format IMPORTAR POOL zpool import zrespaldo zfs list -o name,zoned,mountpoint Cambiarle a zoned=off ( para montar en zona global) zfs set zoned=off zrespaldo/respaldoDB Cambiar y verificar parametros zfs set mountpoint=/respaldoDB zrespaldo/respaldoDB zfs get mountpoint zrespaldo/respaldoDB zfs get mounted zrespaldo/respaldoDB #MONTAR UNIDAD zfs mount zrespaldo/respaldoDB