Archivo del Autor: carlosap

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… Leer más »

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… Leer más »

crear un sitio django – gunicorn – nginx – supervisord – centos 7 – selinux

1. crear virtualenv virtualenv misitio 2. activar virtualenv source /opt/virtualenvs/misitio/bin/activate 3. Instalar paquetes: pip install django==1.10 pip install psycopg2==2.7.3.1 pip install django-suit==0.2.25 pip install django_select2 pip install gunicorn pip install django_select2 4. Crear base inicial: python manage.py makemigrations python manage.py migrate 5. Crear usuario python manage.py createsuperuser SELINUX setenforce 1 semanage fcontext -a -t httpd_sys_content_t… Leer más »

Quick Access in Windows 10 is not working acceso rápido no funciona

First disable Quick Access and then r-enable it and see if it helps. If not, then open File Explorer and paste the following folder paths in the address bar and hit Enter. %AppData%\Microsoft\Windows\Recent\AutomaticDestinations %AppData%\Microsoft\Windows\Recent\CustomDestinations Once the folder is opened, press Ctrl+A to select all its contents. Now right-click and select Delete, to  delete all the… Leer más »

baby camera s822 url rtsp

Main Stream rtsp://192.168.1.10:554/live/av0?user=admin&passwd=sumpple Sub Stream rtsp://192.168.1.10:554/live/av1?user=admin&passwd=sumpple    

Backlight mode

BLC Mode Backlight compensation is a feature that camera companies have been utilizing for some time now. To read more about BLC modes http://www.dahuawiki.com/Troubleshoot/What_Is_WDR_AWB_AGC_BLC_HLC OFF: BLC render mode is off BLC: backlight compensation: Default will use the whole image to balance the lighting settings, and Customized will allow you to balance the lighting settings from… Leer más »