how to enable and disable ipv6 in linux

linux sysctl config file

IP addresses provide an identification and address to devices in a network so that they can communicate with other devices. These IP addresses need to be unique so that the device can be uniquely identified with in the network. Historically, Internet Protocol (IP) version 4 (or IPv4) was used to assign addresses. As the number of devices and networks on…

how to access ftp servers and transfer files in linux without an ftp client

accessing ftp server using dolphin in kde

Many times softwares are hosted on ftp servers, especially open source and not so popular ones. FTP servers are also good method to transfer files and folder between machines. This means that you will need to occasionally connect to FTP file servers either to download or upload files. If you happen to work with FTP servers a lot, then it…

how to configure proxy server in kde

kde network and proxy server settings in system settings dialog

Depending on the network you are connected to, you may need to configure a proxy server in order for you to connect to the internet. A proxy server is not a part of every network and is not a required component of a network. Large networks, such as corporate networks usually have a proxy server that allows the network traffic…

how to change port number of ftp (vsftpd, ProFTPd) in linux

linux ftp server port configuration

One of the most popular methods of transferring files between machines is using a FTP server and client. There are quite a few FTP servers out there, and almost all of the Linux distros comes with one by default. If you are not happy with the one that is installed by default, you can always install another one. By default,…

how to change the default ssh port in linux

linux change default port

One of the best ways to connect to a remote machine is by using the ssh protocol. Secure Socket Shell (or ssh) is a cryptographic network protocol that allows you to securely connect to a remote machine. It also refers to a suite of utilities that implement the protocol, such as the ssh server and an ssh client. In order for…

how to forward ports on a network router

port forwarding for age of empiers

Network Routers are an integral part of your home network. Most applications and services works without having to open up ports on your router. But sometimes there are some applications, such as multiplayer games, p2p networks and web servers that necessitates the need for certain ports to be open or forwarded so that they can function correctly. The network router…

network router: how and why to change channels..making router faster

Web Interface for Asus Router

It is very likely that you already use a network router to handle your home network. A network router gives you the ability to manage and configure both the wired and the wireless network on a local scale, usually for work or home. A wireless local area network (called WLAN) allows to link multiple devices and to a wider area…

seo: 9 ways to improve server response time of your website

Server Response Time for SEO

The most important factor in Search Engine Optimization (SEO) is the overall page loading time. If you have a fast loading page, then you might be able to get away with a lot of other issues. As you might already know, most of the SEO optimizations are geared towards making the webpage load faster. One of the performance bottleneck could…

how to find which program or process is using the port in linux

nmap, lsof, netstat outputs

A port in computer networking refers to a communication end point on a particular machine. It is associated with one machine or an IP address and is used as a communication mechanism between two or more machines. A port is said to be open, when a software is actively using the port either to receive or to send data and/or…

how to check for open ports or sockets in linux

zenmap port scanner in linux

The Linux operating system as well as many of the Linux applications use ports to communicate with each other. A port can be viewed as a communication endpoint that is identified by a number called the port number. This port number along with the address of the machine is used by other applications to communicate with an application (or process)…

5 caveats to be aware of before using data compression

Gnome Data Compression Software

Data Compression or compressing of your files and folders do have many advantages. It is a process by which the resources such as disk space and network time can be conserved by reducing the overall size of the files. There are several reasons as to why you might want to compress the files and folders, several of which are good….

what is data compression and why use it

Zip File opened in Ark for KDE

Data compression is a process by which the file size is reduced by re-encoding the file data to use fewer bits of storage than the original file. The original file can then be recreated from the compressed representation using a reverse process called decompression.  There are several different algorithms and implementations that allow you to compress your files, some of which…