renomear todas as extensões dentro duma pasta
para testar:
rename 's/.conf.bloqueado$/.conf/' *.conf.bloqueado -vn
-v means "verbose" and it will output the names of the files when it renames them.
-n will do a test run where it won't rename any files, But will show you a list of files that would be renamed.
https://askubuntu.com/questions/140544/is-there-a-way-to-quickly-change…
comando para obter firmware limpo para o wr740n
make image PROFILE=tl-wr740n-v4 PACKAGES="luci -ip6tables -odhcpd-ipv6only -ppp -ppp-mod-pppoe -luci-proto-ipv6 -libip6tc -kmod-nf-conntrack6"
instalação do middleware para o leitor do cartão do cidadão no debian stretch
como root:
apt install libpcsclite-dev default-jdk qtbase5-dev qt5-qmake qt5-default libxerces-c-dev swig libcurl4-openssl-dev libpoppler-qt5-dev libxml-security-c-dev libssl1.0-dev subversion zlib1g-dev
como utilizador normal:
svn export https://svn.gov.pt/projects/ccidadao/repository/middleware-offline/trunk/_src/eidmw
cd eidmw
./configure --lib+="-L/usr/lib/x86_64-linux-gnu/"
make
para instalar, novamente como root e na pasta eidmw:
make install
erro no nautilus
save wifi
nginx mariadb php drupal8
apt update && apt upgrade
apt install nginx
apt install mariadb-server mariadb-client
mysql_secure_installation
apt install php-fpm php-common php-mbstring php-xmlrpc php-soap php-gd php-xml php-intl php-mysql php-cli php-zip php-curl
https://websiteforstudents.com/installing-nginx-mariadb-on-ubuntu-16-04-17-10-18-04-with-php-7-2-support-lemp/