How to restart Webmin

  Here is a little helper if your Webmin does not respond. Just run this command from the command line and it will bring the webmin service up again fresh. # /etc/init.d/webmin restart Following messages will appear after running that command. # Stopping Webmin server in /usr/share/webmin # Starting Webmin server in /usr/share/webmin After a fresh restart the  Webmin server should be running again. ...

View More
  Dibaca 1302 kali

Daftar repository Ubuntu 16.04 Lokal Indonesia

Daftar repository Ubuntu 16.04 Lokal Indonesia     Untuk mengubah Repository Debian ketikkan perintah # nano /etc/apt/sources.list 1. Hapus Repo luar negri dan ganti dengan repo lokal2. Ganti dengan repo lokal di bawah ini (pilih salah satu) #Repository Ubuntu 16.04 via kambingdeb http://kambing.ui.ac.id/ubuntu/ xenial main restricted universe multiversedeb http://kambing.ui.ac.id/ubuntu/ xenial-updates main restricted universe multiversedeb http://kambing.ui.ac.id/ubunt ...

View More
  Dibaca 4861 kali

Install the Lets Encrypt In ubuntu 16.04

Introduction This tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 16.04 server running Apache as a web server. SSL certificates are used within web servers to encrypt the traffic between the server and client, providing extra security for users accessing your application. Let’s Encrypt provides an easy way to obtain and install trusted certificates for free.   Prerequisites In order to complete this guide, you will need: An Ubuntu 16.0 ...

View More
  Dibaca 1219 kali

How to fix windows unable to connect to proxy server error

Go to click network click view connection setting click proxy change use proxy server to off and restart if you cannot change Go to search type msconfig click clik on boot tab. check on safe mode restart. and then repeat the above steps ...

View More
  Dibaca 1486 kali

How to Install and uninstall dovecot

Installation The installation is extremely simple, just install the following packages: dovecot-imapd dovecot-pop3d For example, using apt-get: sudo apt-get install dovecot-imapd dovecot-pop3d Uninstall systemctl stop dovecot systemctl disable dovecot apt-get purge dovecot-core apt-get autoremove dovecot-core ...

View More
  Dibaca 1367 kali

Extract tar.gz File in Categories BASH Shell, Linux, UNIX

Syntax The syntax is as follows: tar options file.tar.gz tar options file.tar.gz pattern tar -xf file.tar.gz tar -xvf file.tar.gz tar -zxvf file.tar.gz tar -zxvf file.tar.gz file1 file2 dir1 dir2 Extract tr.gz. file To extract one or more members from an archive, enter:$ tar -zxvf {file.tar.gz}If your tarball name is backup.tar.gz, enter the following at a shell prompt to extract files:$ tar -zxvf backup.tar.gzTo extract resume.doc file from backup.tar.gz tarball, enter:$ tar -zxvf backup.tar.gz ...

View More
  Dibaca 1212 kali

How To easiest way to unrar a file on Ubuntu

First i need to run sudo apt-get install unrar to install unrar. If i want to unpack all files within the .rar files in the same directory unrar e -r /home/work/software/myfile.rar if i want to unpack the files in full path unrar x -r /home/work/software/myfile.rar ...

View More
  Dibaca 1182 kali

Turtorial Instalasi CURL in Ubuntu

open terminal if php 5.6 or your php version sudo apt-get install php5.6-curlrestart sudo service apache2 restart ...

View More
  Dibaca 1039 kali