Skip to main content

Posts

Showing posts with the label Server

The notion and function of the Samba Server

The notion and function of the Samba Server  have you ever heard the term Samba Server or a Samba Server what functions? In the article I will share a brief theory regarding the notion and function of the Samba Server. Simple quote from the Wikipedia site: Samba is a program which is an open source file sharing service that provides (file service) and shared printers (print service), NetBIOS name resolution, and service announcements (NetBIOS service announcement/browsing). As an application file server, Samba allows files, printers, and some other resources to be used by many users in the UNIX operating system family, and allow interoperability with Windows operating systems In regards to the process of sharing data or use of data services together, we not only can use the FTP protocol (File Transfer Protocol) which I discussed earlier in the article how to make a FTP Server on Debian 8. But we can also rely on a program that runs on the UNIX family of operating systems,...

How to Install Windows XP on a VPS by using Custom Vultr ISO Win XP Pro

Here is how to install Windows XP on a VPS by using Custom Vultr ISO Win XP Pro that was made specifically to be able to run on a VPS Vultr. Using VPS Vultr to install Windows XP, we can later do a RDP (Remote Desktop Protocol) Windows XP in Vultr easily and cheaply. As I've described in my previous article about Tutorial How to Install Mikrotik in VPS Vultr, that Vultr this is the VPS vendor that offers cheap VPS package price. With $5 we can already rent a VPS with the specifications of 1 GB of RAM, 25 GB of SSD, 1 Core CPU Bandwidth, and 1 TB. Why Use Windows XP? I use windows xp than any other version of Windows newer because Win XP it's efficient in the use of the RAM. When compared to other versions of windows, especially windows server, then a windows xpRAM consumption more efficient. This greatly helps for those of us who are going to use a lot of applications in windows XP RDP in VPS Vultr. By using the windows operating system will allow you to more u...

12 server type you should know

12 server type you should know Server operating system used on the various aspects of the network system. The following is a type – the type of server based on its use. 1. Web Server The Web server is the server where the system software (software) is installed on the server that serves to provide a service request data with protocol Hypertext Transfer Protocol (HTTP) that can be accessed by using the browser. The use of web server is widely used especially in the infrastructure of the internet in General. 2. FTP Server FTP Server is the server that is running software to provide Exchange services file to the device – a specific device that is connected on the network. In this server server computer will always be ready to provide the FTP service when there is a request from the FTP client. 3. Fax Server Fax servers that use server as the place of receipt or dispatch of fax. 4. Mail Servers Mail server is a software program that distributes files...

Get to know the type and the type of VPN in Mikrotik

Virtual Private Network (VPN) is a method to connect between nodes network by utilizing the Internet connection (public network/WAN) and using encrypted protocols making it more secure. A VPN is one surefire solution for connecting multiple locations are far apart to easily use the Internet connections of each place. An example of its application is when you are managing networks for several offices in different locations and far from each other. To connect the Office using the link all physical will certainly must a large fee. Well, by using VPN we could set up a link between the offices by leveraging existing internet network. The links are formed equipped with encryption to decrease the possibility of data will be accessed by people who are not responsible. VPN on Mikrotik support several methods, such as PPTP, SSTP, L2TP, and OpenVPN. With the presence of some of these options, we need to choose the type of VPN network that suits us. In general all type has the same f...

The easy way to block the application by Mikrotik Router

What if you encounter cases when it becomes a network admin within the workplace, but many nosy employees or rather stole the work time for idle play or open a web URL or play mediasosial at work, or even some of them breaking it. While you were assigned by the boss to block access to online games/URLs often used so as to make employees less responsibility for obligations of the respective works. Well the title we will discuss in this article. Here I will mencontohkannya through the application putty or via telnet. Here I will just give an example how to block Games Applications in Mikrotik Router, so make sure that the router is already connected to the internet with dynamic/static ip-granting to the client. Please follow up by looking at the pictures already provided. 1. Step One Open the winbox/putty, here I'll use putty to access the routerboard, as usual the column host name or IP address is filled with IP gateway router and type the connection using the Te...

Mikrotik Script for DNSDynamic, DDNS and IP-Change Update

I often use this script to automatically update Dynamic IP on Mikrotik. Condition of dial-up done by Mikrotik, so the modem using Bridge mode, and you've been setting up email on the Tool >> email in your Mikrotik. Download here : And for other dynamic DNS providers please download this script: Script for DDNS and IP-Change DNSDynamic here ______________________________________________________________________________ This article is translated version to English from Bahasa Indonesia by Google. Original post was write by cirebonwifi

Install SQUID LUSCA Proxy Server Youtube Cache

Many ways to explain how a proxy server built machine. Mostly using Squid package that is placed on your computer unix platform. Although squid can also run on a computer with Windows operating system. But as my favorite to make the proxy server machine is Ubuntu. By default, Squid can not cache dynamic contents such as video on youtube. (CMIIW). Therefore I added Lusca and gave patched to cache videos, especially, on youtube. The following are the steps when installing Lusca on Ubuntu version 11.10. Update & Install SQUID Packages: # apt-get update # apt-get install squid squidclient squid-cgi # apt-get install gcc # apt-get install build-essential # apt-get install sharutils # apt-get install ccze # apt-get install libzip-dev # apt-get install automake1.9 # apt-get install acpid # apt-get install unzip # cd /tmp Download & Install LUSCA Packages: # wget -c http://cirebonwifi.pusku.com/files/LUSCA_HEAD-r14809.tar.gz # tar -xvzf LUSCA_HEAD-r14809.tar.gz #...