HP ProLiant DL980 G7 Configure-to-order Server AM451A Supports up to eight 10-Core Intel® Xeon® E7-4800 sequence processors PC3-10600R Fully Buffered DIMMs (DDR3) with 32 memory slots Support for up to 8 hot plug SFF SAS drives HP Smart Array P410i with optional Fast Backed Write Cache (FBWC) HP NC375i Integrated Quad Port Multifunction Gigabit Server… Leer más »
Archivo del Autor: carlosap
Solaris 11 IPS hand-on LAB – Boot environments beadm
Boot Environments Boot environments in solaris 11 are multiple images with different kernel, software applications and packages. Only one boot environment can be active at a time. We can boot into different boot environments according to our need. The command to manage boot environments in solaris is beadm. BEs are extremely useful in case of… Leer más »
Add sshd port macsox mavericks
Edit: #vi /System/Library/LaunchDaemons/ssh.plist Add: <key>Alternate Listeners</key> <dict> <key>SockServiceName</key> <string>2222</string> </dict> To: <key>Sockets</key> <dict> <key>Listeners</key> <dict> <key>SockServiceName</key> <string>ssh</string> <key>Bonjour</key> <array> <string>ssh</string> <string>sftp-ssh</string> </array> </dict> <key>Alternate Listeners</key> <dict> <key>SockServiceName</key> <string>2222</string> </dict> </dict> Unload and load… Leer más »
Linux List All Large Files
Linux List All Large Files To finds all files over 50,000KB (50MB+) in size and display their names, along with size, use following syntax: Syntax for RedHat / CentOS / Fedora Linux find {/path/to/directory/} -type f -size +{size-in-kb}k -exec ls -lh {} \; | awk ‘{ print $9 «: » $5 }’ Search or find… Leer más »
Configure VNCServer on Oracle Solaris 11
Configure VNCServer on Oracle Solaris 11 Posted on February 10, 2012 by oracletempspace 1 Vote Now that I have a freshly-installed Oracle Solaris 11 server, I need to be able to remotely run and access installation media/menus that have graphical elements (GUI). One of the best ways to do this is via a VNC… Leer más »
Add «Take Ownership» to Explorer Right-Click Menu in Win 7, 8 or Vista
Add «Take Ownership» to Explorer Right-Click Menu in Win 7, 8 or Vista Taking ownership of system files or folders in Windows is not a simple task. Whether you use the GUI or the command line, it takes far too many steps. This method works in Windows Vista, 7, 8, and 8.1, and it maybe… Leer más »
openvpn username password auth
edit /etc/openvpn/server.conf CENTOS X64 # Username and Password authentication. client-cert-not-required plugin /usr/lib64/openvpn/plugin/lib/openvpn-auth-pam.so login RASPBERRY # Username and Password authentication. client-cert-not-required plugin /usr/lib/openvpn/openvpn-auth-pam.so login Also script for firewall cat firewall-openvpn-rules.sh #!/bin/sh iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j SNAT –to-source 11.22.33.44 11.22.33.44 you RPI address Add pre-up /etc/firewall-openvpn-rules.sh We want to add a… Leer más »
How to Setup and Configure an OpenVPN Server on CentOS 6 – 7
How to Setup and Configure an OpenVPN Server on CentOS 6 (update centos 7) http://www.unixmen.com/setup-openvpn-server-client-centos-6-5/ Tagged In: CentOS, Miscellaneous, VPN Introduction This article will guide you through the setup and configuration of OpenVPN server on your CentOS 6 cloud server. We will also cover how to configure your Windows, OS X, or Linux client to… Leer más »
The steps to convert database from OpenEdge 10.x to OpenEdge 11.x using an OpenEdge 10.x offline PROBKUP are outlined below:
Resolution The steps to convert database from OpenEdge 10.x to OpenEdge 11.x using an OpenEdge 10.x offline PROBKUP are outlined below: Either run the PROENV script from /bin/proenv to set the DLC environment variable and update the PATH with the installation tailoring, or ensure the shell has the appropriate environment variables set: [UNIX] DLC=; export… Leer más »
remove add bi
This Process is only valid for Versions 9.x and higher where it is possible to have a total bi file size greater than 2 GB. 1. Take a Progress backup of the database as it is now. Use the PROBKUP command with the -norecover parameter. example: probkup db-name destination-device -norecover If there is enough space… Leer más »