Skip to main content

Posts

Showing posts from November, 2016

How to install Nginx Proxy Manager on proxmox 8.3.2 container

How to install MikroTik on PC Step by Step

MikroTik Installation on PC Step by Step There are two possibilities where you can install MikroTik Either your PC or a Virtual Server Bellow explained both method how to install in very easy steps. Step 1 Purchase MikroTik Latest version from MikroTik site or download cracked version  CLICK HERE TO DOWNLOAD  [ Link 1 20.33MB ] Step 2 Write this to a blank CD.There are several software to write CD and make it boot able you can do it using ulta iso. For Virtual server ISO file is enough. Step 3 After writing the CD, Insert CD to the server of PC what you want to make MikroTik. For Virtual server just check boot on start and connected. If it is successfully booted you will see Step 4 Then you will see  If you want all the server press "a" to select all, or select your required features by pressing up down arrow keys and space bar, after the selection press "i", now it will ask your for the old configuration press "y...

How to create your offline IP calculator file

How to make your own IP calculator offline file Why use this offline IP calculator? This IP Calculator file works offline.For a lot of remote areas where you go for the configuration you might not have internet access directly.So this file will help you at offline environment. This file contains just 8 KB.😊  How does it works? You just need to type IP address at given spaces this IP Calculator will calculate the values and gives the result with no time. Here is the method to create your own offline IP calculator Step 1 : Open Notepad/Notepad++ paste the code <!DOCTYPE html> <html> <head> </head> <body> </body> </html> Now save it as IPCALC.html Step 2 : Paste the code after <head> <title>IP Calculator</title> Step 3 : Paste this code after <body> <h1>IP Address calculator</h1>   Step 4 : Paste this code before </body>  IP A...

Help desk Ticket Support System on Ubuntu 12.04

Im just sharing my knowledge on my blog for all how to install your own Ticketing support system.As I installed it for an ISP (Fastweb & wireless communications Pvt Ltd) company for users complaints and suggestions.you can also install it for clients realtionship based companies.It is very easy to install for your local hosted server with user/client end and admin or agents platforms Requirements : 1.Ubuntu 12.04 32bit  2.MySql with PHP 5.x 3.Gmail Account to send emails alerts to Clients/ Users/ Admins/ Agents Installation : First we are going to install mysql and php 1. apt-get -y install mysql-server mysql-client libmysqlclient15-dev php5 php5-mysql php5-cli php5-curl php5-mcrypt php5-gd php5-snmp apache2 It will ask for mysql password. Now install IMAP for for php will use to configure gmail. 2.  sudo apt-get -y install php5-imap 3. service apcahe2 restart 4. mkdir /temp 5. cd /temp 6. wget { Get the latest link from their off...

How to Add a DHCP Range to a Cisco 3750 Switch?

Video Training Launch a serial command line terminal connection with the Cisco 3750, and then configure DHCP to manage a range of IP addresses for the network. The Cisco Catalyst 3750 switch can provide net work DHCP services when a dedicated DHCP server is not available. DHCP services should be migrated to a dedicated server, preserving Cisco 3750 memory and CPU resources. Access the Cisco CLI or Command Line Interface to enable DHCP support for a range of IP addresses Attach the Cisco serial console cable nine pin connector to the serial COM port on the Windows Computer. Plug the other end of the serial cable into the Cisco 3750 “Console” port. Press the Enter key twice. Type “ enable ” at the Command prompt and press Enter. Type the Cisco 3750 Enable password if prompted and hit Enter. Type “ config t ” at the Command prompt and press Enter.  Access the port by typing " interface fastethernet 0/1 " Type " no switchport " assign the IP address t...