Archivo de la categoría: Nix

zone creation solaris 10

https://blogs.oracle.com/mandalika/entry/solaris_10_zone_creation_for chmod 700 /desm chmod 700 /desm/zoneoe zlogin zoneoe shutdown -i 0 zoneadm -z zoneoe halt zoneadm -z zoneoe uninstall zoneadm list -cv zonecfg -z zoneoe ——————————- create -b set zonepath=/desm/zoneoe set autoboot=true set ip-type=shared add net set address=192.168.1.205 set physical=e1000g0 set defrouter=192.168.1.1 end remove inherit-pkg-dir dir=/usr remove inherit-pkg-dir dir=/sbin remove inherit-pkg-dir dir=/lib remove inherit-pkg-dir… Leer más »

nmap postfix

http://blog.datencamp.org/2012/08/howto-trick-nmaps-service-detection/

How to add text at the end of each line in Vim?

*-*-*-*-*-*-*_*-*-*-*-*-*-*_*-*-*-*-*-*-*_ Final de Línea agregar texto Buscar y Reemplazar $ :%s/$/,/ :%s/$/,/ : – enter command mode % – for every line s – substitute /$ – the end of the line /,/ – change it to a comma *-*-*-*-*-*-*-*-*-*-*-*-* PRINCIPIO DE LÍNEA AGREGAR TEXTO :%s/^/foo: / :%s/$/,/ : – enter command mode % -… Leer más »

Disable Firewalld firewall centos 7

To disable firewalld, run the following command as root: systemctl disable firewalld Stop Firewalld To stop firewalld, run the following command as root: systemctl stop firewalld

What are the pre-requistes for installing OpenEdge on RHEL 7.0 64 bit?

Article Number 000056050 Environment Product: OpenEdge Version: 10.2B 08, 11.3.2, 11.4, 11.5 and higher OS: RHEL (Red Hat) 7.0 64 bit Question/Problem Description What are the pre-requistes for installing OpenEdge on RHEL 7.0 64 bit? Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution OpenEdge Product requires C++ library “libstdc++.so.6”. Ensure that the… Leer más »

solaris 11 ssh slow login

in sshd_config add LookupClientHostnames no VerifyReverseMapping no GSSAPIAuthentication no on cli run # cryptoadm disable provider=/usr/lib/security/\$ISA/pkcs11_tpm.so mechanism=all # cryptoadm uninstall provider=/usr/lib/security/\$ISA/pkcs11_tpm.so

Finding the PID of the process using a specific port?

http://unix.stackexchange.com/questions/106561/finding-the-pid-of-the-process-using-a-specific-port Also you can use lsof utility. Need to be root. # lsof -i :25 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME exim4 2799 Debian-exim 3u IPv4 6645 0t0 TCP localhost:smtp (LISTEN) exim4 2799 Debian-exim 4u IPv6 6646 0t0 TCP localhost:smtp (LISTEN) You can use netstat’s -p option. You’re already issuing it, but… Leer más »

Reset the Chassis Monitoring Module (CMM) from a Blade

When we need to reset the CMM of a SUN BLADE 6000 MODULAR SYSTEM and we have no access via ssh or web, we can do it through some of the blades in the chassis using ipmitool. For example we may find that we can not access because we  have reached the maximum number of sessions: # ssh root@CMM-net-mgt Password:… Leer más »

kodi

It won’t matter if you run 32 or 64 bit for Kodi. The error you are getting is because the server timeout setting is too short. c:\Users\<your user name>\AppData\Roaming\Kodi\userdata\addon_data\pvr .stalker\settings.xml Find this and change the value to something reasonably higher… like 60 up to 90 <setting id=»connection_timeout» value=»65″ />