Sunday, February 19, 2017

How To Kill A Process With A VBS Script

VBS Script

This shows how you can use a vbs script to kill a process/task without windows task manager. Just replace the "firefox.exe" with any processes you want to kill.

VBS Script:

Friday, February 17, 2017

How To Configure Pfsense with OpenDNS (Web Filtering)

Open DNS


Requirements
1.Install pfsense 2.3.1 (More than one Dynamic DNS included in this version)
2.Sign up with OpenDNS
3.Configure your network on OpenDNS and don’t forget to configure your web filter settings

Assuming that you have completed the above requirements, first you have to change your DNS on pfsense to OPENDNS. To do this, go to Systems > General Setup. Under DNS Server Settings

DNS Server 1: 208.67.222.222
DNS Server 2: 208.67.220.220
DNS Server Override: Unchecked
Disable DNS Forwarder: Checked

See Figure 1 and 2.

Figure 1.

Tuesday, February 14, 2017

How To Change Active Partitions


DiskPart


Upon purposely changing the active partition on my system drive, I was faced with a BOOTMGR is missing error during my system’s start up that prevent Windows from starting. It is a common mistake to make when playing with partitions on a system drive and it can be a headache to solve if not prepared. To change your active partition back using the Windows 7 recovery disc or Installation DVD, follow the steps below.

How To Fix A Computer That Won’t Boot

Windows Boot Manager
 

Fix Bootmgr is Missing in Windows 7/8/10
Windows failed to start. File: \Boot\BCD 0xc00000f
Disk boot failure: Fix for Windows XP, Vista, 7, 8, 10
How to fix "no bootable device – insert boot disk and press any key"
No bootable device – insert boot disk and press any key
NTLDR is missing or corrupted
Ntoskrnl.exe is missing
Ntdetect.com is missing
BOOTMGR is missing or corrupted
NTFS.SYS is missing
Hal.dll is missing

Thursday, February 9, 2017

A New Way To Open And Edit PDF Files Online for FREE

PDFescape
 

PDFescape (The Original Free PDF Editor & Form Filler Online or Desktop)

A new way to open and edit PDF files online, PDFescape frees users from the typical software requirements for using the de facto document file format. Completely online, PDFescape requires no more than a modern internet browser and an active internet connection. Select any of the major features below to learn more.

PDFescape is a service started by Red Software, a California software company which specializes in PDF related software.

PDFescape is the first online PDF reader, editor, form filler, and form creator that does not require the download or installation of any software. PDFescape is entirely web based, relying on XHTML, JavaScript, XML, and AJAX.

Wednesday, February 8, 2017

How to Convert VA to Watts

VA to Watts


How to convert apparent power in volt-amps (VA) to real power in watts (W).

VA to watts calculation formula

The real power P in watts (W) is equal to the apparent power S in volt-amps (VA), times the power factor PF:

P(W) =  S(VA) × PF

So watts are equal to volt-amps times the power factor.

watts = volt-amps × PF

or

W = VA × PF

How to Size a UPS

Uninterruptible Power Supply (UPS)


You have decided that you need a UPS. How do you know which one to pick? Here are several options and tools available to assist in sizing the right UPS.

Do it the old fashioned way! With a few simple questions and calculations, you can identify your power needs and find the right UPS (Uninterrupted Power Supply). Follow these steps below. Our UPS Sizing Worksheet will help you get the job done right.

How to Open a Port in Squid Proxy Server

Squid Proxy


By default the following TCP port numbers are opened in squid proxy server.

acl Safe_ports port 80                    # http
acl Safe_ports port 21                    # ftp
acl Safe_ports port 443                  # https
acl Safe_ports port 70                    # gopher
acl Safe_ports port 210                  # wais
acl Safe_ports port 280                  # http-mgmt
acl Safe_ports port 488                  # gss-http
acl Safe_ports port 591                  # filemaker
acl Safe_ports port 777                  # multiling http
acl Safe_ports port 1025-65535   # unregistered ports

If a web server listening on custom port 81/TCP, squid server will not allow to browse to  that server due to the port 81/TCP is not listed as Safe_ports.

Tuesday, February 7, 2017

How Remove Attribution "Template simple. Powered By Blogger"

To remove this attribution on blogger is very easy.

Why we want remove this attribution?
Because if you don't want the look of there footer or you are bored because default blogger template always show attribution and you can't remove it.
Here will share, how to remove attribution default blogger template.

There are 3 ways to remove attribution on default blogger template:

pfsense Squid Proxy Settings (Tuning)

Squid Proxy


SQUID PROXY SETTINGS

General Settings are now done. So save’ em and move on to the Cache Management Tab.

We need to do some math before we determine cache size values. The temptation, since we have gobs of our 250 GB disk available, is to use a large chunk for web caching. The thing is that Squid uses an in-memory
index to address the cache. So it is best to balance memory against disk cache size.

The Squid User Guide recommends 5 MB of memory for every Gigabyte of disk cache (you don’t want to be thrashing, incurring a high swap rate). So determine how many megabytes of memory you have to spare for caching, divide that by 5, and you have the number of Gigabytes you should allocate to your cache.

How to Reset Printer Canon iP2770 Using Manual Methods and Using Software Resetter

Canon iP2770


Follow the step below How to Reset Printer Canon iP2770 Using Manual Method
  1. The printer must be turned off
  2. Press and hold the Resume button approximately 2 seconds, then press the Power button
  3. Release push Resume button (Power button remains pressed)
  4. Press the Resume button repeatedly 5 times and release both of buttons (Power & Resume)
  5. Wait a few seconds until the Power light is normal again.
  6. Turn off the printer, then push the power button and when the light is green, the printer is ready to used.

Monday, February 6, 2017

Pfsense Throttling By Ip Base

pfSense


Limit Bandwidth Usage By IP On Your Lan

This is a guide to Limit Users by Priority on a 8 Mbit/s line.

Notes:

Note 1: This technique uses a HARD limit on groups of IP addresses.  If you follow this definitive guide, you will be able to limit groups of IP addresses to a maximum specified bandwidth.

Note 2: I am using 3 groups to specify hard-limits, namely LOW, MEDIUM and HIGH with allocated bandwidth of 1, 1.5 and 3Mbit/s respectively.  URGENT: If you want to use a fraction i.e.: 1.5Mbit/s use 1500Kbit/s!

Using Squid For Bandwidth Throttling in pFsense

Pfsense


I was looking for a way to throttle downloads from high speed servers such as Rapidshare, Megaupload etc, so that regular web browsing would still be fast enough while people are downloading large files from these servers. In fact later on I realized it would be even better to throttle downloads of large files, usually with certain extensions such as .rar, .zip, .avi, .iso etc.

While Pfsense features traffic shaping, this is based on ports and/or IPs, not URLs or file extensions. We can however use Squid as a transparent proxy: it offers throttling based on file extensions, in fact this can be configured conveniently through the pFsense gui!

As this may be a common use case, I thought I’d do a little write up to describe what I did:

PLDT MyDSL Modem Settings to Brigded Mode

Now just a disclaimer before you continue. Do this at your own risk. We do not accept any responsibility if you messed up your settings and lose your internet connection.

Now, why would you want to do this?

You may have reset your modem on purpose or by accident and now you can no longer connect to the Internet. You may have bought a different modem and want to use it instead of the PLDT supplied device.

List of Free and Public DNS Servers

Best and Fastest Free Public DNS Servers

While talking about securing Internet connections or accessing content that is, actually, blocked in your geographical area, you would have heard about DNS Servers. Despite the fact that your Internet Service Provider (ISP) comes with a default DNS Server, you may have to find an alternate DNS server in some situations. You can recall a few of those situations if you check out the advantages of using an alternative DNS service with your internet connection. Well, if you are still doubtful why you should use an alternate DNS server, we have a few reasons for you to check out.

How to Unhide Hidden Files Caused by a Virus



With USB Flash drives, all you need is a computer that has USB port to plug in to which is available in every computer today. Not only they are handy because of their small sizes, USB Flash drives can also store large files!

The problem with using these flash drives, they’re easily infected with viruses. Some forms of virus infections among flash drives are the following: hides your files and folders, creates exe file extensions of your files and even corrupt your files. And later on infecting your PC.

If you have a strong antivirus, you don’t have to worry with these threats that could infect your computer when a USB flash drive has been plug to the computer because they are easily deleted upon detection.

How To Remove Modern Shortcut Virus In Your Flash Drives

Flash Drive


A bat file is an executable file which contains some pre-written script.

Just like the VBScript, it’s made to do certain tasks, and in our case, it’s removing the shortcut virus.

The explanation of the code:

Attrib specifies the attribute

-H : is to unhide all the files on Flash Drive (which were hidden as shortcuts due to the virus)

How to Block HTTPS Sites Using Firewall Rules with pFsense verion 2.3.2

Blocking HTTPS sites is so easy in pFsense. In this tutorial I will teach you how to do it using pFsense version 2.3.2. I will show how to block https://www.tumblr.com/.

Step 1. You do  “nslookup” using command prompt in your Windows Operationg System.  i.e. nslookup www.tumblr.com. See Figure 1.

Figure 1.

How to Unhide Hidden Files Caused by a Virus (Manually)

Step 1. Press "Win+E", to check the drive letter of your flash drive. In this picture the drive letter of my flash drive is letter "F:". See Figure 1.

Figure 1.
Step 2. Press “Win+R“. This will open Run. See Figure 2.