Showing posts with label networking. Show all posts
Showing posts with label networking. Show all posts

Thursday, November 9, 2017

How to connect SSH with GUI program

How to connect SSH with GUI program

If you work with ssh a lot, i mean like connecting to multiple ssh server, wouldn't be easier if there is a graphical user interface program that can manage multiple ssh connection? Introducing secpanel, secpanel is GUI application for managing ssh connection.

How to install ssh server on Lubuntu 17.10

How to install ssh server on Lubuntu 17.10

You can install ssh server on your computer so that you can access it remotely with other device as long as they are on the same network. In this article i will show you how to install ssh server and also how to use it on lubuntu 17.10 artful.

Wednesday, November 8, 2017

How to install MyTop on Lubuntu 17.10



How to install MyTop on Lubuntu 17.10

MyTop is a command line tool for monitoring mysql database query, very handy if you want to see what's going on behind the scene on your mysql database server. In this article i will show you how to install and how to use mytop on lubuntu 17.10 artful.

Sunday, November 5, 2017

How to install Apache Web Server on Lubuntu 17.10

How to install Apache Web Server on Lubuntu 17.10

You will need a web server if you want to develop website on localhost, people usually use apache 2 for web server whether on localhost or on real production server. In this article i will show you how to install apache web server on lubuntu 17.10.

Wednesday, October 18, 2017

How to install Wireshark on Lubuntu 16.04

How to install Wireshark on Lubuntu 16.04

Wireshark is a very powerful tool for capturing network traffic data, originally named 'Ethereal' because of trademark issue it was renamed into wireshark back in 2006. In this article show you how to install wireshark and see what it can do.

Monday, October 16, 2017

List of graphical interface for Nmap

List of graphical interface for Nmap

I already talk about graphical front end application for nmap called nmapsi4, but actually there are other graphical front end for nmap that exist. In this article i will show list of graphical interface program for nmap.

Sunday, October 15, 2017

How to install Nmap GUI on Lubuntu 16.04

How to install NMap GUI on Lubuntu 16.04

Nmap is the most powerful tool for network scanning, nmap is one of the most important tool for hacking in the network, a lot of hacker uses this tool. Nmap is originally a command line tool, but there is also graphical interface for nmap which makes it a lot easier to use. In this article i will show you how to install graphical version of nmap on lubuntu 16.04.

Friday, October 13, 2017

How to use Nmap command line

Guide how to use Nmap command line

Nmap (Network Mapper) is the best network scanning tool ever made and it can do much more than just scanning an ip address, nmap has so many parameters that can be use. So i thought i made this separate guide on how to use nmap and explain some parameter it has.

Thursday, October 12, 2017

How to install Nmap on Lubuntu 16.04

How to install Nmap on Lubuntu 16.04

Nmap is no doubt the best network scanning tool in the universe, you can scan ip address as well as domain name with nmap. In this article i will show you how to install nmap the network mapper on lubuntu 16.04.

Wednesday, May 31, 2017

How to start and stop service on Lubuntu

How to start and stop service on Lubuntu

A single computer may have a lot of service running in the background, for example on my lubuntu i have apache web server, mysql database server, and php fpm running in the background, these are services. So how do i start and stop these services?

Thursday, May 25, 2017

How to install and use Ngrok on Lubuntu 16.04

How to install and use Ngrok on Lubuntu 16.04

Ngrok is tunneling tool that can make your localhost accessible on the internet, it's a good way to test your local web app. If you are web developer you probably want to try ngrok, it can make your life easier. In this article i will show you how to install and use ngrok on lubuntu 16.04.

Saturday, May 13, 2017

How to install Nginx on Lubuntu 16.04

How to install Nginx on Lubuntu 16.04

Nginx (engine x) is a high performance web server and a reverse proxy server, the difference with apache web server is that nginx is more focus on performance (speed). In this article i will show you how to install nginx web server on lubuntu 16.04.

Wednesday, April 19, 2017

How to install docker engine and compose on Lubuntu 16.04


Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on the host operating system. This article is about installing docker engine and docker compose on lubuntu 16.04.

Monday, December 19, 2016

How to install Ansible on Lubuntu


Ansible is an open source tool for automation and configuration management of server, ansible allows you to automate your server whether on local or on cloud, ansible is a popular tool used by devops.

Tuesday, October 25, 2016

How to install Webmin on Lubuntu 16.04


In this article i'm going to show you how to install webmin on lubuntu 16.04, first of all what is webmin? webmin is a web based user interface for managing services on linux.

Thursday, October 20, 2016

Xtreme Download Manager on Lubuntu


In previous article i have been reviewing one of the best download manager on lubuntu and ubuntu in general, which is 'uget', today i'm going to introduce another download manager, this one called xtreme download manager (XDM).

Monday, October 17, 2016

How to remote desktop Lubuntu with android phone


Remote desktop is a way to control your desktop computer remotely using other machine or device, one of the most famous remote desktop protocol is vnc, you can install vnc server on your lubuntu, and then control it from other device such as your smartphone.

Monday, October 10, 2016

How to install and use Vagrant on Lubuntu


Vagrant is tool for creating virtual development environment, basically vagrant is a wrapper around virtual machine such as virtual box, VMware, KVM, AWS, Docker, etc.

If you are a devops or someone who responsible in operation of software development, you need to learn about vagrant, and this tutorial is about installing and learning vagrant.

Monday, August 22, 2016

How to change computer hostname on Lubuntu


Hostname or computer name is something that can easily be changed, in this article i will show you how to change computer hostname on lubuntu.

Tuesday, August 9, 2016

Uget download manager for Lubuntu


Sometimes when you browse the internet and you find something interesting to download, you might want to use download manager to download the file, on lubuntu you can use uget download manager.