Solutionist's Blog

Tech | Health | Life | Travel

Mount MAC OS X – HFS plus filesystem in Centos

However, it was an easy problem to solve #rpm –import http://elrepo.org/RPM-GPG-KEY-elrepo.org before downloading the required RPM file: – #rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm and installing the HFS+ drivers: – # yum install kmod-hfsplus   # mount /dev/sdb1 /mnt/sdb1

how to setup POP MAIL in ipad / iphone

This article will guide you on how to setup POP email account from iPad. 1. If this is the first account you’re setting up on the iPad tap Mail. Otherwise, from the Home screen tap Settings -> Mail -> Accounts -> Add Account. Tap Other                             […]

Flushing Your DNS Cache on a Windows Machine

If you are unable to view your website, or if your website is still resolving from an old server after changing the nameservers, flushing your DNS cache may resolved the issue. Details on how to flush your DNS cache on a Windows machine can be found below. 1. Click on Start > All Programs > […]

Flushing Your DNS Cache on a MAC OS

If you are unable to view your website, or if your website is still resolving from an old server after changing the nameservers, flushing your DNS cache may resolved the issue. Details on how to flush your DNS cache on a machine running the MAC operating system can be found below. 1. Open up a […]

add more tag in wordpress to split content

You can truncate your blog entries so that only the first part of certain posts is displayed on the home and archive pages. When you do this, a link will be placed directly after your excerpt, pointing the reader to the full post. You can find the More Tag button in the first row of […]

Install VPN Server with PPTP on CentOS, RedHat and Ubuntu

Step 1. Install PPTPD If your OS is CentOS/RedHat 5: yum install ppp cd /usr/local/src wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-2.rhel5.x86_64.rpm rpm -Uhv pptpd-1.3.4-2.rhel5.x86_64.rpm If your OS is CentOS/RedHat 6: yum install ppp cd /usr/local/src wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-2.el6.x86_64.rpm rpm -Uhv pptpd-1.3.4-2.el6.x86_64.rpm If you are using Ubuntu: apt-get install pptpd Step 2. Edit IP setttings in /etc/pptpd.conf vi /etc/pptpd.conf localip 192.168.0.1 remoteip 192.168.0.101-200 Step 3. Add […]

Secured By miniOrange