grmtech

Digital Marketing Servicess

Grow Your Client Base With Data-Driven and   
Strategies

GET MY FREE PROPOSAL 

Let’s Grow Digitally

With Our Trusted Digital Marketing Service

Read More

Great Media Technologies Pvt Ltd (Grmtech) is a Kolkata-based IT and ITeS company founded in May 2003.

Grmtech develops and maintains its projects in the USA with its associate companies. These projects are from the finance and legal industry in the USA. Grmtech has 2 offices in Kolkata, over 15 medical clinics, and 2 legal offices in California.

We work with Stanford Hospital mental health doctors and psychologists across the USA.

Grmtech does all back office work for Savantcare doctors, like managing patients' appointments, providing doctors assistance on the phone, chat, and email. We also work for OVLG to provide the best legal services in the US. We have a qualified FC team and a CRA team who offer free budget counseling sessions to clients and negotiate with their creditors for settlement.

Digital Marketing Services

 

Web Development
  • Website development
  • UI/UX design
  • Website maintenance

 

Social Media Marketing
  • Content sharing and engagement. Influencer marketing.
  • Social listening and reputation management.
  • Social media contests and giveaways.

 

Pay per Click Service
  • Google Ads.
  • Bing Ads.
  • Display advertising.
  • Social media advertising (e.g., Facebook Ads).

 

Web Analytics
  • Analyzing website and campaign performance
  • A/B testing and conversion rate optimization
  • User behavior analysis

 

Mobile Marketing
  • Mobile-optimized websites and apps
  • SMS marketing
  • In-app advertising

 

Marketing Automation:
  • Email automation
  • Lead nurturing
  • Workflow and campaign automation

Here is a VMware virtual appliance for DansGuardian on CentOS 5.2

The virtual appliance is composed of:
* CentOS 5.2
* VMware Tools
* Squid 3
* DansGuardian

Click on below links to download the virtual appliance.
1. centos-dansguardian-virtualappliance.vmx
2. centos-dansguardian-virtualappliance.vmdk

You can use this virtual appliance to do things like:
1. Do phrase matching, PICS filtering and URL filtering.
2. Restrict list of sites.

Username: root
Password: dans12

Steps to configure the virtual appliance:-
1. yum install squid*

2. /etc/rc.d/init.d/squid restart

3. Enable packet forwarding in /etc/sysctl.conf. Set net.ipv4.ip_forward = 1.

4. Make changes to /etc/squid/squid.conf. A copy of the original files are kept with the extension .orig
 

5. Yum install dansguardian or do the ./configure if you want the 2.10.0 version
 

6. Make changes in /etc/dansguardian/dansguardian.conf. A copy of the original files are kept with the extension .orig *

7. Enable A. squid B. iptables C. dansguardian using ntsysv

8. Configure iptables to redirect requests from port 80 to port 8080 using following commands**:-
a. iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp -d ! <ip-address-of-i-interface> –dport 80 -j REDIRECT –to-ports 8080
b. iptables-save > /etc/sysconfig/iptables
c. service iptables restart

Improving the performance of squid:
Edit squid.conf with these settings:-
maximum_object_size_in_memory 8 MB earlier it was 8KB
cache_mem 800 MB earlier it was 8 MB

Improving the performance of dansguardian:
Edit dansguardian.conf with these settings:-
urlcachenumber = 5000  (default is 1000)
urlcacheage = 9000 (default is 900)

* The difference between original and copied file can be seen using “diff orig_file new_file”
** This will make sure that requests for web sites hosted on this server will not get redirected to port 8080