hp designjet 220
no windows 10 temos que desativar a assinatura de controladores http://www.drivethelife.com/windows-drivers/how-to-disable-driver-signa…
problema no número máximo de imagens de uma galeria
Here's what I did.
PHP defaults to:
max_input_vars = 1000I set:
max_input_vars = 10000
Speed up OpenVPN and get faster speed over its channel
sndbuf 0
rcvbuf 0
push "sndbuf 0"
push "rcvbuf 0"
https://community.openvpn.net/openvpn/ticket/461
http://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-story
http://winaerhttp://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-storyhttp://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-storyhttp://www.lowendtalk.com/discussion/40099/why-openvpn-is-so-slow-cool-storyo.com/blog/speed-up-openvpn-and-get-faster-speed-over-its-channel/
procurar uma cadeia de carateres em todos os ficheiros de uma árvore
grep -rnw '/caminho/para/pasta/' -e "padrão"
http://stackoverflow.com/questions/16956810/finding-all-files-containin…
instalar drush num server
# apt-get install git
# curl -sS https://getcomposer.org/installer | php
# mv composer.phar /usr/local/bin/composer
# ln -s /usr/local/bin/composer /usr/bin/composer
#git clone https://github.com/drush-ops/drush.git /usr/local/src/drush
# cd /usr/local/src/drush
# git checkout 7.1.0
# ln -s /usr/local/src/drush/drush /usr/bin/drush
# composer update
# composer install
NGINX, PHP-FPM, e MariaDB no debian 7
atualizar o sistema
# apt-get update && apt-get upgrade
instalar nginx
apt-get install nginx
iniciar o serviço
service nginx start
editar o ficheiro /etc/nginx/nginx.conf e substituir
worker_processes 8;
deve ser igual ao número de cores do processador
access_log off;
para melhorar a performance de e/s
client_max_body_size 64m;
instalar o php-fpm
# apt-get install php5-fpm php5-mysqlnd
desinstalar microsoft wifi miniport
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=disallow
https://social.technet.microsoft.com/Forums/windows/en-US/e7d49799-18fa…
config nginx
server {
listen 80;
server_name eduardo.easypc.pt;root /var/www/html/eduardo.easypc.pt; ## <-- Your only path reference.
# SSL configuration
#
# listen 443 ssl;
listen 443 ssl default_server;# listen [::]:443 ssl default_server;
#
# Self signed certs generated by the ssl-cert package
# Don't use them in a production server!
#
include snippets/snakeoil.conf;location ~* /sites/default/files/private {
internal;
}
workcentre 3325
Are you sure your firmware was not this one dated July 2013 not 2014 and was 52.003.23.000 and not 52.005.23.00
SPAR 52.003.23.000 2.50.02.23 1.00.33 4.02.01.03 Pulled 08/13https://www.xrxgsn.com/admin/user/spar_release.ihtml
The SPAR Release code is:
WC33xxSparInstallation instructions are included.
Please be sure to select "Accept Solution" and or select the thumbs up icon to enter Kudos for posts that resolve your issues. Your feedback counts!
Joe.