Archivo del Autor: carlosap

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 »

raspberry wolfram lic

To add a user that can run the Wolfram Language: pi@test-pi ~ $ sudo adduser pi2 Adding user pi2′ … Adding new grouppi2′ (1004) … Adding new user pi2′ (1001) with grouppi2′ … Creating home directory /home/pi2′ … Copying files from/etc/skel’ … […]   Add it to the ‘video’ group (required as part of a… Leer más »

hostname jessi

Good catch on the dbus dependency. FYI: I’ve been learning how to configure systemd systems and discovered that hostnamectl set-hostname myhostname automatically updates the contents of /etc/hostname (the static hostname) so there’s no need for the first echo command. – Anthony Geoghegan Jul 14 at 12:01

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″ />

5 Kodi advanced settings I always use on media centers

http://www.htpcbeginner.com/5-kodi-advanced-settings-i-always-use/   Kodi advanced settings stored in advancedsettings.xml can be used to tweak various settings that cannot be edited through the GUI. Advanced settings, as the name suggests, are “advanced” and hence most users do not have to set them. Some examples of Kodi or XBMC advancedsettings.xml include MySQL library, episode naming patterns, special behaviors,… Leer más »