Install EPEL Repo on a CentOS and RHEL 7.x
You can easily install various packages by configuring a CentOS 7.x or RHEL 7.x system to use Fedora EPEL repos and third […]
It's all in the Mac magic…
You can easily install various packages by configuring a CentOS 7.x or RHEL 7.x system to use Fedora EPEL repos and third […]
#——————————————————————— # Example configuration for a possible web application. See the # full configuration options online. # # http://haproxy.1wt.eu/download/1.4/doc/configuration.txt # #——————————————————————— […]
At the Login Window, press the down arrow once to highlite whatever user happens to show up. Next, hold down the “Option” […]
lsof -P -n -i | grep -i 389 while true ; do lsof -P -n -i | grep -i 389 ; done […]
Run this:echo “Red Hat Enterprise Linux Server release 6.5 (Santiago)” > ‘/etc/redhat-release’I had to run the echo command as root. Sudo didn’t […]
Mavericks and Multiple Displays In OS X 10.9 Mavericks, Apple changed multiple display behavior in the most dramatic way since 1987. By […]
Apache GUP While this is Windows based you can lift out the parts you need and add them to an virtual host […]
mkvmerge -o output.mkv –default-duration 0:23.976fps input.mkv
A tool to make OSX install PKG files for deploying OS updates createOSXinstallPkg_20131007
We look for the default file for that zone rhel01 # cd /usr/share/zoneinfo rhel01 # ls Africa Cuba GMT0 […]
Mounted Filesystems or Logical Volumes There are two ways to configure a new disk drive into a Red Hat Enterprise Linux 6 […]
sudo touch /System/Library/Extensions sudo kextcache -update-volume / And reboot or now you can to both in one command sudo kextcache -i /
“Control-]” will take you to a “telnet>” prompt, at which you can type the quit command “q”.
The Microsoft Office 2011 installer and Office 2011 update installers include functionality to force browsers and Office applications to close before the […]
One of the Linux command line tools I had initially under-estimated is netcat or just nc. By default, netcat creates a TCP socket either in […]
tr $ echo $a | tr ‘[:upper:]’ ‘[:lower:]’ hi all AWK $ echo $a | awk ‘{print tolower($0)}’ hi all Bash 4.0 […]