Install PFSense+Lusca-Cache in VirtualBox and use a separate virtual drive as its cache
pfSense is an another type of protection for our vulnerable network. A modular router that can be customize base on your network needs. It has the ability to act as a router or a firewall, or even your cache server which means all your youtube, facebook, and other sites has being temporarily saved in a storage and soon if someone in your LAN access the same website it can instantly retrive or view without the irony of web page reload or to buffer the video again. That's why your internet might become faster
Labels:
Networking,
Server,
System
Circuit Simulator
In making a circuit, you need something to test your prototype before you make it a real one. I use this small Java program for safety.
C++ Code Snippets
Dear students, last year while I'm studying C++, there are lots of snippets I've working on. And I'd like to share it with you only for educational purposes. You may download my C++ sample projects from the links below. Enjoy!
Other snippets:
Leap Year
Gas Station
Fixed floating point
Odd and Even Numbers |
void main(){ int num = 0; cout << "Please input any number:"; cin >> num; if(num/2 * 2!=num){ cout<< endl <<endl; cout<< "You entered an Odd Number" <<endl <<endl; }else{ cout<< endl <<endl; cout<< "You entered an Even Number" <<endl <<endl; } if(num<0){ cout << "You entered a Negative Number" <<endl <<endl; }else{ cout << "You entered a Positive Number" <<endl <<endl; } if(num%3==0){ cout << "The number is divisible by 3" <<endl <<endl; }else if(num%4==0){ cout << "The number is divisible by 4" <<endl <<endl; }else if(num%5==0){ cout << "The number is divisible by 5" <<endl <<endl; } }
Meralco Bill |
Discount |
Ordering |
How many 100 are there in your given |
Leap Year
Gas Station
Fixed floating point
Labels:
Programming
What is VLAN?
VLAN
Broadcast domain created by switches all ports in a single VLAN are in a single broadcast domain
Are VLANS Required?
It is important to point out that you don't have to configure a
Labels:
Networking
How to remove Yellow Alert on Freenas
Sometimes we inevitably encounter a Yellow Alert in FreeNAS. Good thing FreeNas has its own GUI to easily inform the administrator about its status.
can be found at the upper right corner of the browse when you click it, a message will show |
Labels:
Server
Subscribe to:
Posts (Atom)