Apunte y enlaces importantes relacionados a software, hardware e internet. Soluciones a problemas repetitivos en empresas públicas como privadas en la experiencia diversa de un tecnico lo encontraras aquí en www.hurtadodavid.com
martes, 29 de agosto de 2017
viernes, 14 de julio de 2017
monitoreo de servidores
MobaXterm
/opt/jdk1.6.0_25/bin/jconsole
-pluginpath /opt/topthreads-1.1.jar &
miércoles, 12 de julio de 2017
Convertir IP a gelolocalizacion en JAVA
Estimados,
Para realizar este proceso podemos utilizar el siguiente proyecto
http://memorynotfound.com/convert-ip-address-geo-location-java/
Para realizar este proceso podemos utilizar el siguiente proyecto
http://memorynotfound.com/convert-ip-address-geo-location-java/
martes, 27 de junio de 2017
Pasos para la instalaciuon de netbeans en linux
chmod +x jdk-7u10-nb-7_2_1-linux-i586-ml.sh
./jdk-7u10-nb-7_2_1-linux-i586-ml.sh
./jdk-7u10-nb-7_2_1-linux-i586-ml.sh
comandos de administracion de windows
Comandos de administración de windos
compmgmt.msc: Administración equipos
devmgmt.msc: Administrador de dispositivos
diskmgmt.msc: Administración de discos
dfrg.msc: desfragmentador de disco
eventvwr.msc: Visor de sucesos
fsmgmt.msc: Carpetas compartidas
gpedit.msc: Directiva de grupo
lusrmgr.msc: Usuarios locales y grupos
perfmon.msc: Rendimiento
rsop.msc: Conjunto resultante de directivas
secpol.msc: Configuración de seguridad local
compmgmt.msc: Administración equipos
devmgmt.msc: Administrador de dispositivos
diskmgmt.msc: Administración de discos
dfrg.msc: desfragmentador de disco
eventvwr.msc: Visor de sucesos
fsmgmt.msc: Carpetas compartidas
gpedit.msc: Directiva de grupo
lusrmgr.msc: Usuarios locales y grupos
perfmon.msc: Rendimiento
rsop.msc: Conjunto resultante de directivas
secpol.msc: Configuración de seguridad local
martes, 13 de junio de 2017
apunte comandos
1 ifconfig
2 if config; ;
3 ping 8.8.8.8
4 ping google.com
5 ping www.google.com
6 ip add
7 ifconfig
8 yum -y install net-tools
9 hostname
10 cd /etc/sysconfig/network
11 vi /etc/sysconfig/network
12 vi /etc/sysconfig/
13 cd /etc/
14 ls -l
15 cd sysconfig/
16 ls -l
17 vi network
18 hostname -f
19 vi network
20 vi /etc/host
21 vi /etc/hosts
22 cd /etc/
23 cp hosts copihosts
24 vi hosts
25 hostnamectl --static set-hostname srvora12.ajpdsoft.local
26 vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
27 systemctl restart network.service
28 ifconfig
29 if config; ;
30 ip addr show
31 ip addr add 192.168.100.201/8 dev enp0s3
32 ip route add defaul via 192.168.100.1 dev enp0s3
33 ip route add default via 192.168.100.1 dev enp0s3
34 echo "nameserver 8.8.8.8" >> /etc/resolv.conf
35*
36 ifconfig
37 vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
38 systemctl restart network.service
39 stop NetworkManager
40 systemctl stop NetworkManager
41 systemctl disable NetworkManager
42 systemctl restart NetworkManager
43 chkconfig network on
44 yum -y install ssh
45 history
46 cd ..
47 history >history_para_inicio.txt
INSTALACION CENTOS
ROOT
centos2017*
Sufijo DNS específico para la conexión. . :
Vínculo: dirección IPv6 local. . . : fe80::b9f1:2e5f:2dac:da5b%14
Dirección IPv4. . . . . . . . . . . . . . : 192.168.100.104
Máscara de subred . . . . . . . . . . . . : 255.255.255.0
Puerta de enlace predeterminada . . . . . : 192.168.100.1
ip addr add 192.168.100.201/8 dev
ip route add defaul via 192.168.100.1 dev
echo "nameserver 8.8.8.8" >>/etc/resolv.config
JAVA_OPTS="-Xms3584m -Xmx3584m -XX:PermSize=384m -XX:MaxPermSize=384m -XX:NewSize=256m -XX:MaxNewSize=256m -Djava.net.preferIPv4Stack=true -Xverify:none -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
JAVA_OPTS="-Xms768m -Xmx768m -XX:PermSize=512m -XX:MaxPermSize=512m -XX:NewSize=256m -XX:MaxNewSize=256m -Djava.net.preferIPv4Stack=true -Xverify:none -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
alternatives --install /usr/bin/java java /opt/jdk1.7.0_40/bin/java 1
update-alternatives --config java
sudo chmod a+x /usr/bin/java
sudo chown -R root:root /opt/jdk1.7.0_40/
export JBOSS_HOME=/home/jboss/jboss-as-7.1.1.Final/
chmod +x standalone.sh
chmod +x startSIA
12:51:19,351 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /0.0.0.0:9999
12:51:19,387 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /0.0.0.0:4447
12:51:19,463 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/jboss/jboss-as-7.1.1.Final/standalone/deployments
12:51:19,646 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
[root@srvora12 bin]# chmod +x add-user.sh
[root@srvora12 bin]# ./add-user.sh
Management User (mgmt-users.properties)
admin
admin123
Added user 'admin' to file '/home/jboss/jboss-as-7.1.1.Final/standalone/configuration/mgmt-users.properties'
Added user 'admin' to file '/home/jboss/jboss-as-7.1.1.Final/domain/configuration/mgmt-users.properties'
Realm (ManagementRealm) :
Username : jboss
Password : jboss123
Re-enter Password :
2 if config; ;
3 ping 8.8.8.8
4 ping google.com
5 ping www.google.com
6 ip add
7 ifconfig
8 yum -y install net-tools
9 hostname
10 cd /etc/sysconfig/network
11 vi /etc/sysconfig/network
12 vi /etc/sysconfig/
13 cd /etc/
14 ls -l
15 cd sysconfig/
16 ls -l
17 vi network
18 hostname -f
19 vi network
20 vi /etc/host
21 vi /etc/hosts
22 cd /etc/
23 cp hosts copihosts
24 vi hosts
25 hostnamectl --static set-hostname srvora12.ajpdsoft.local
26 vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
27 systemctl restart network.service
28 ifconfig
29 if config; ;
30 ip addr show
31 ip addr add 192.168.100.201/8 dev enp0s3
32 ip route add defaul via 192.168.100.1 dev enp0s3
33 ip route add default via 192.168.100.1 dev enp0s3
34 echo "nameserver 8.8.8.8" >> /etc/resolv.conf
35*
36 ifconfig
37 vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
38 systemctl restart network.service
39 stop NetworkManager
40 systemctl stop NetworkManager
41 systemctl disable NetworkManager
42 systemctl restart NetworkManager
43 chkconfig network on
44 yum -y install ssh
45 history
46 cd ..
47 history >history_para_inicio.txt
INSTALACION CENTOS
ROOT
centos2017*
Sufijo DNS específico para la conexión. . :
Vínculo: dirección IPv6 local. . . : fe80::b9f1:2e5f:2dac:da5b%14
Dirección IPv4. . . . . . . . . . . . . . : 192.168.100.104
Máscara de subred . . . . . . . . . . . . : 255.255.255.0
Puerta de enlace predeterminada . . . . . : 192.168.100.1
ip addr add 192.168.100.201/8 dev
ip route add defaul via 192.168.100.1 dev
echo "nameserver 8.8.8.8" >>/etc/resolv.config
JAVA_OPTS="-Xms3584m -Xmx3584m -XX:PermSize=384m -XX:MaxPermSize=384m -XX:NewSize=256m -XX:MaxNewSize=256m -Djava.net.preferIPv4Stack=true -Xverify:none -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
JAVA_OPTS="-Xms768m -Xmx768m -XX:PermSize=512m -XX:MaxPermSize=512m -XX:NewSize=256m -XX:MaxNewSize=256m -Djava.net.preferIPv4Stack=true -Xverify:none -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseCompressedOops -XX:+CMSClassUnloadingEnabled -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000" -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
alternatives --install /usr/bin/java java /opt/jdk1.7.0_40/bin/java 1
update-alternatives --config java
sudo chmod a+x /usr/bin/java
sudo chown -R root:root /opt/jdk1.7.0_40/
export JBOSS_HOME=/home/jboss/jboss-as-7.1.1.Final/
chmod +x standalone.sh
chmod +x startSIA
12:51:19,351 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /0.0.0.0:9999
12:51:19,387 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /0.0.0.0:4447
12:51:19,463 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/jboss/jboss-as-7.1.1.Final/standalone/deployments
12:51:19,646 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
[root@srvora12 bin]# chmod +x add-user.sh
[root@srvora12 bin]# ./add-user.sh
Management User (mgmt-users.properties)
admin
admin123
Added user 'admin' to file '/home/jboss/jboss-as-7.1.1.Final/standalone/configuration/mgmt-users.properties'
Added user 'admin' to file '/home/jboss/jboss-as-7.1.1.Final/domain/configuration/mgmt-users.properties'
Realm (ManagementRealm) :
Username : jboss
Password : jboss123
Re-enter Password :
Suscribirse a:
Entradas (Atom)
Visualizador de windows predefinido para abrir imagenes
abrir regedit Equipo\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations nuevas entrada valor de todas...
-
Al querer importar un archivo .sql me dio este error: Probablemente intentó cargar un archivo demasiado grande. Revise la documentation p...
-
Presionamos ctrl+h, en buscar marcamos la opción de expresiones regulares he ingresamos la siguiente expresión regular: (\n{1,}) En ree...
-
Estimados amigos, investigado un poco en google y en los foros en ingles de scriptcase encontré la solución, son dos pasos: 1.- entramos ...