AntiSystem :: No Good System

Archive for the ‘Tips and recomandations’ Category

New FREE VPN solution for privacy protection  

I was testing this for a few days. And looks ok. I tested it joining several sites where it was a restriction for Romanian users, or where they allowed only one user / computer, or per ip address.

get_hss

Simple to be used, to be configured, is free, no need for username or password, or provide email address … nothing. Just get it, installed it run it and enjoy it. On top of every page they display advertisements, but … that is a small price to pay for privacy :)

This is the control panel of the application. Basically you just started and it is working !

screenhunter_34

Enjoy it !

The article has

no responses yet

Written by gabi

May 1st, 2009 at 9:53 pm

Recomandations – web hosting and traffic analyzes  

I recently / finally  found one good fast reliable web host company: www.stablehost.com

stablehostlogo

Even if they are 8 hours behind me (02.00 a.m at there place means 10.00 am at my place), the support is great. Nothing to complain on this part.

The resources are realistic 40 GB space / 300 GB of traffic a month at a decent cost (~ 6 USD / a month ). I avoided spending money on those UNLIMITED resources companies, or those 450000 GB of space / 200 TB of traffic monthly.

Speed is great, services are stable and reliable, things that very important for any web site supporting a business.

@

I always had problems with different scripts to have an overview over my websites.
So I have searched for a solution and I found one:  www.gostats.com

You create an account and log-in. Log-in with that user and add your site.

screenhunter_11

Select a type of counter you want to use:

screenhunter_12

I use the Hidden Counter because the purpose is to have an overview on the traffic and not to show others how many have visited my website.

The code looks like this:

screenhunter_13

Just put this in the header section of your page you are tracking and that is all. After that just enjoy your stats :) .

As you can see the service is quite professional and gives you the opportunity to see a vast no of aspects of your trafic.

screenhunter_14

screenhunter_15

screenhunter_16

screenhunter_17

screenhunter_18

The service is free, probably they live from Google AdSens and other commercials.

The article has

no responses yet

Written by gabi

April 13th, 2009 at 11:24 pm

How to run jobs in background on windows XP  

I had to find a way to run several cleanup jobs on my laptop.

Created my BAT files that where deleting some files regularly. But my big issue was the command prompt window that was always pops up and was interrupting my work.

On google I found all kind of methods like using vba scripts or modifying the registry and so on.

One simpler method I found, tested and it works.

Here is the step by step setting of a job that you will never know it is running.

Step 1. Created a bat file to delete my Spam.dbx once a day.

Step 2. Create a Scheduled Task

screenhunter_04

Now regarding the time of the schedule it is up to everyone. What you have to set up is the following

screenhunter_05

Make sure the “Run only if logged on” flag is cleared and in the fieled “Run as:” enter following: “NT AUTHORITY\SYSTEM” [without the " of course]

If a password is required just leave it blank and press OK.

screenhunter_06

After all this is done, the bat file will be runed without you seeing any popup window. If you want to be sure it is running enter some code in the bat file to create a log file.

The article has

3 responses

Written by gabi

April 12th, 2009 at 12:43 pm