Hi, while I'm trying to find a cheap hourly dedicated server I stumbled upon an option given by Vultr.com with their...
Linux Articles
Install GCC Solaris
Run this command from your terminal to install GCC. For GCC 3.4.x pkg install gcc-3 For GCC 4.5.x pkg install gcc-45...
Install OpenCSW Solaris 10/11
Configure the OpenCSW repo to fetch packages pkgadd -d http://get.opencsw.org/now Sample package that can be installed...
Install LAMP on CentOS 7
First get your system updated yum update -y; yum upgrade -y Install LAMP package as below yum install httpd...
Change Screenshot Directory MacOSX
defaults write com.apple.screencapture location /Users/zulfahmy/Desktop/ScreenShot
P2V / V2V Migration via Tar Over SSH
Physical-to-Virtual ("P2V" or "p-to-v") involves the process of decoupling and migrating a physical server's operating...
Install VMWare Tools
VMware Tools is a suite of utilities that enhances the performance of the virtual machine's guest operating system and...
Install MariaDB in CentOS Servers
First update the server. yum update -y ; yum upgrade -y Install MariaDB and start the server (as root) yum install...
Install Apache, PHP and MariaDB With DirectAdmin Custom Build
yum install libcap-devel openssl-devel wget -y yum groupinstall "Development Tools" -y mkdir -p...