|
181 |
manjaro HP Laserjet M1120n MFP |
$ sudo hp-plugin
start programm HP device Manager |
computer |
|
180 |
mysql from remote host torre |
in host giraldo:
----------------------
create user 'martinez'@'torre' identified by 'gurugu';
grant all privileges on *.* to 'martinez'@'torre.%' identifi ed by 'gurugu' with grant option;
|
computer |
|
179 |
banco popular |
Cuenta banco popular Nombre: Maria Encarnacion Martinez Sant amaria
Entidad: 0075
Oficina: 0250
D.C: 73
Num. Cuenta: 0700504028
IBAN: ES19 0075 0250 7307 0050 4028
|
computer |
|
178 |
fedora apache |
Apache does need a 'followsymlinks' directive, and you may h ave to change an SELinux
/etc/selinux/config:
#SELINUX=enforcing
SELINUX=disabled
save end reboot. |
computer |
|
177 |
dvd player codecs |
sudo apt-get install libdvdnav4 libdvdread4 gstreamer1.0-plu gins-bad gstreamer1.0-plugins-ugly libdvd-pkg
sudo dpkg-reconfigure libdvd-pkg |
computer |
|
176 |
ssh: connect to host giraldo port 22: Connection refused |
# vi /etc/ssh/sshd_config
X11Forwarding yes |
computer |
|
175 |
arch sudo |
# vim /etc/sudoers
add:
martinez ALL=(ALL) ALL |
computer |
|
174 |
apache config nuc |
Cambiado en php.ini:
Descomentar
extension=gd.so
|
computer |
|
173 |
Increase Import Size Limit in phpMyAdmin |
edit file /etc/php5/apache2/php.ini
post_max_size = 32M
upload_max_filesize = 32M
|
computer |
|
172 |
Enable root acces ssh and rsync |
edit file /etc/ssh/sshd_config
#PermitRootLogin without-password
PermitRootLogin yes
perform command
sudo service ssh restart
|
computer |