Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Tuesday, September 26, 2017

Tutorial Mengatasi Gagal Install NET Framework Error HRESULT 0xc8000222 disertai Gambar

Tutorial Mengatasi Gagal Install NET Framework Error HRESULT 0xc8000222 disertai Gambar


Tutorial Mengatasi Gagal Install NET Framework (Error HRESULT: 0xc8000222) disertai Gambar
Microsoft.NET Framework
Cmus Palu~NET Framework adalah sebuah perangkat lunak kerangka kerja yang berjalan utamanya pada sistem operasi Microsoft Windows, saat ini.Pada dasarnya, .NET Framework memiliki 2 komponen utama: CLR dan .NET Framework Class Library.Program-program yang ditulis untuk .NET Framework dijalankan pada suatu lingkungan software yang mengatur persyaratan-persyaratan runtime program. 

   Runtime environment ini, yang juga merupakan suatu bagian dari .NET Framework, dikenal sebagai Common Language Runtime (CLR). CLR menyediakan penampilan dari application virtual machine, sehingga para programmer tidak perlu mengetahui kemampuan CPU tertentu yang akan menjalankan program. (Wikipedia.com)

   Nah,Banyak dari Aplikasi Windows yang membutuhkan penginstallan NET Framework terlebih dahulu,karena,jika tidak,maka Aplikasi tersebut tak akan dapat berjalan... :3 ,hingga saat ini,Versi terbaru dari NET Framework adalah 4.5 dengan nomor versi 4.5.50709.


-=NET Framework saya kok nggak bisa terinstall?=-
Tutorial Mengatasi Gagal Install NET Framework (Error HRESULT: 0xc8000222) disertai Gambar
NET Framework Error HRESULT: 0xc8000222
   Saat hendak menginstall NET Framework tadi siang,saya menemui kendala yang membuat saya bingung 7 keliling :3 .Kendala itu ialah gagalnya NET Framework 4.5 terinstall di Laptop saya,padahal saya berharap banyak dengan terinstallnya NET Framework 4.5 ini,salah satunya ialah dengan berjalannya aplikasi yang saya inginkan...

   Installer NET Framework mengeluarkan pesan Error dengan kode = Error HRESULT: 0xc8000222.
Lalu,akibat pusing karena tak mengetahui maksud dari error kode tersebut,saya berinisiatif untuk googling,dan akhirnya,setelah surfing beberapa menit,,,masalah ini dapat terselesaikan dengan beberapa langkah berikut :

-=Tutorial Mengatasi NET Framework Error HRESULT: 0xc8000222 =-
  • Klik logo Windows di keyboard + R ,lalu akan terbuka menu Pop-Up Run,ketik CMD,lalu enter / ok.
Tutorial Mengatasi Gagal Install NET Framework (Error HRESULT: 0xc8000222) disertai Gambar

  • Di menu Command Promptnya (CMD),ketikkan net stop WuAuServ
  • Jangan dulu menutup menu CMD-nya,kita berlaih kembali ke Run,ketik %windir% ,lalu enter.Dan anda akan terbawa ke dalam Folder Windows (yang biasanya ada di Data C).
  • Lalu,cari dalam Folder tersebut sebuah File bernama "SoftwareDistribution",dan rename (ubah namanya)  menjadi SDold .
Tutorial Mengatasi Gagal Install NET Framework (Error HRESULT: 0xc8000222) disertai Gambar

  • Dan terakhir,kembali lagi ke Command Prompt,ketikkan net start WuAuServ,lalu anda bisa menutup CMD-nya...
  • Setelah itu,jalankan kembali Installer NET Frameworknya,dan Voila,Instalasi akan berjalan lancar :)
Cara ini telah saya test dan terbukti lancar jaya,oh,ya,jangan khawatir dengan diubahnya Folder Software Dsitrbution menjadi SDold,itu nggak akan ngaruh kok ke kinerja System :) /






download file now

Read more »

Sunday, September 24, 2017

Tutorial How to Install Vim Editor in Ubuntu

Tutorial How to Install Vim Editor in Ubuntu


Vim is a powerfull text editor that is available on all linux distros, including Ubuntu. But, by default in Ubuntu 12.04 just installed minimal version of vim.

Like the existing notepad on windows operating system. But in practical, use vim is not as simple as using notepad. In the notepad editor there is a menu bar, which is the menu bar that can facilitate the user in terms of use, both for the save, open files or other things. 

Whereas if we use vim, it appears that only a blank screen, with no menu bar or the instructions in its use. This article not tech how to use vim editor, but I promise will post how to use vim editor in the next article.

In this tutorial, will tech how to install the full version of Vim in Ubuntu. This article use Ubuntu version 12.04. Follow these steps:
  1. Run Terminal and use superuser by type this command: sudo su
  2. Remove vim-tiny.
    The default vim package installed in Ubuntu is vim-tiny. To remove it, run the following command:
    apt-get remove vim-tiny

  3. Install Vim full version
    To install the full version of Vim, go to the terminal and run the following command:
    apt-get install vim

Video Tutorial Install vim in Ubuntu


You can check vim version by typing this following command:
vim --version

You can now enjoy the full version of Vim and its many powerful features. Enjoy!





download file now

Read more »

Thursday, September 21, 2017

Ubuntu Linux How do I install deb packages zz

Ubuntu Linux How do I install deb packages zz


http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/
Q. I am a new Ubuntu Linux use. I need to install a package called package.deb. I know I can use Synaptic package management to install packages from CD or Internet. But I want to install this special .deb file. So how can I install package?

A. You need to use dpkg package manager from shell/command prompt. dpkg is a tool to install, build, remove and manage packages. dpkg itself is controlled entirely via command line parameters. For example -i use to install .deb file.
How do I install .deb file?

To install package called package.deb type the following command:
Go to directory where package.deb is kept. For example if it is in /tmp directory:
$ cd /tmp
Type the following command:
$ sudo dpkg -i package.deb

download file now

Read more »

Wednesday, September 20, 2017

Ubuntu 12 04 Install MySQL 5 6

Ubuntu 12 04 Install MySQL 5 6


Below is a series of commands you can run to install mysql 5.6 from scratch on your Ubuntu 12.04 machine

sudo apt-get install python-software-properties -y
sudo apt-add-repository ppa:ondrej/mysql-5.6 -y
sudo apt-get update
sudo apt-get install mysql-server -y

I could not get this to work on small VPS instances, such as the base Digital Ocean instance or an AWS micro instance until I created and mounted a swapfile. This is because these instances do not have enough memory it appears.

download file now

Read more »

Tutorial Install Google Chrome in Ubuntu

Tutorial Install Google Chrome in Ubuntu


In this article, we use Ubuntu 13.04. By default web browser in Ubuntu 13.04 is Mozilla Firefox. If you need another web browser, like google chrome, so we have to install it manually. 

This is step-by-step tutorial for installing google chrome in Ubuntu:
  1. Download Google Chrome current stable version here: http://www.google.com/chrome
  2. Click Download Chrome.
  3. Select your download package: 32 bit or 64 bit.
  4. Save file in directory Downloads (so full directory address is /home/user/Downloads)
  5. Then run Terminal, then go to superuser access by type this command: sudo su
  6. Go to Downloads directory by type this command: cd Downloads
  7. For installing, type this following command:
    dpkg -i google-chrome*; apt-get -f install

  8. Now your Ubuntu has been installed google chrome web browser.
  9. After installing, go to Unity Dashboard and search for chrome and launch it. You can drug and drop chrome icon to launcher bar.


    download file now

    Read more »

    Tuesday, September 19, 2017

    Tutorial How to Install CrossOver Office 10 on Mandriva 2012

    Tutorial How to Install CrossOver Office 10 on Mandriva 2012


    This article will explain tutorial how to install CrossOver Office 10 on Mandriva Linux Operating System 2012.

    CrossOver is an application that can be use to install windows application on Linux. CrossOver made based of Wine, but CrossOver better than native Wine application if look from graphical interface. CrossOver is commercial application or not freeware, but we can download free trial CrossOver.

    By using CrossOver, we can easily install Microsoft Office 2010 on Linux Mandriva 2012.

    This is step-by-step to install CrossOver on Mandriva 2012:
    1. Download file installer CrossOver by clicking this URL address: http://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crossover-12.2.2.bin (in this case, we use crossover version 12.2.2).
    2. We need to make the .bin file executable. Use this command to do this:
      chmod +x install-crossover-12.2.2.bin
    3. Now install it with following command:
      ./install-crossover-12.2.2.bin
    4. Then will display graphical installation like this screenshot.
      Click Next.
    5. Select the directory where you want to be installed CrossOver. Leave it as default if you are unsure.
    6. Wait after installation is finish.
    7. CrossOver has been installed. Click Finish if there is no error during installation.
    8. Now you can running CrossOver and install Windows software on Mandriva 2012.


    download file now

    Read more »

    Ubuntu Kubuntu Install upstream open source graphics drivers

    Ubuntu Kubuntu Install upstream open source graphics drivers


    Ubuntu comes with stable version of open source GPU drivers for providing support for various GPUs from different vendors (AMD, nVIDIA, Intel, S3 ...). But, since open source drivers are updated continuously from different contributors, it is sometimes useful to try upstream version of drivers. Any upstream drivers are regarded as unstable yet they provide new functionally and bug fixes.

    Oibaf provides upstream drivers for various Ubuntu versions through Personal Package Archive (PPA). PPA is an online software repository system for Ubuntu Linux. One can install package (software) from PPA repository to local system by adding PPA address to Ubuntu software sources list.


    Now, lets install upstream GPU drivers from Oibaf PPA on the Kubuntu (Ubuntu with KDE plasma desktop environment).


    Open up terminal application

    Kickoff -> Applications -> System -> Konsole

    Add ppa:oibaf/graphics-drivers (PPA address) to system

    Put the following in the terminal: sudo apt-add-repository ppa:oibaf/graphics-drivers [Press enter key]. Here sudo command gives permission to make changes to the system, apt-add-repository command adds a ppa address to the system.

    Then the following will show up for confirmation

    Just press enter key to confirm.

    Now, update the systems software repository by putting the following command in the terminal:


    sudo apt-get update


    Thats it, now you can download the drivers from Oibaf PPA repository. To accomplish that, you have to upgrade the system by putting the following command in the terminal:


    sudo apt-get -y upgrade


    Wait for a while for all the processes to be finished in the terminal. if everything is finished type exit and press enter key to exit from the terminal window.


    One last thing, open source drivers need texture compressions library. Texture compression library is a requirement for many modern 3D games and software. Texture compression library comes separately from open source drivers and one has to compile them from the source to install them. However, To install texture compression library onto Ubuntu simply download the pre-compiled libraries.


    follow this for running executable files on Ubuntu

    http://onthim.blogspot.com/2014/12/run-executable-files-on-ubuntu-linux.html


    Pre-compiled texture compression library for Ubuntu variant distributions


    http://onthim.blogspot.com.au/p/onthim-downloads.html


    Now, Install precompiled library


    Open Home folder (suppose I have download the file in home folder)

    Kickoff -> Computer -> Home

    Extract the downloaded file

    Right click on the tc*.tar.gz file -> Extract -> Extract Archive here Autodetect Subfolder

    Install

    navigate to recently created tc folder and open the Setup.sh file (make sure it is executable and the file managers runs it).

    Thats it, now you have upstream drivers!

    download file now

    Read more »

    Unable to install AOL Desktop with blank error message Windows Vista

    Unable to install AOL Desktop with blank error message Windows Vista


    I recently was asked to resolve another problem with AOL Desktop - the Main.idx had disappeared from the AOL profile folder within ProgramData and the program could not start. After some checks, I decided to completely uninstall and reinstall the AOL software. Although the removal was straightforward, I could not reinstall the software no matter which way I tried. The following error message kept appearing, followed by a completely white square that could only be closed using Task Manager.

    Honestly, could this error be any more helpful?
    Fortunately, the solution was simple - uninstall Adobe Flash Player for Internet Explorer (ActiveX). As the customer was using Windows Vista, this was unlikely to cause a problem since the latest version of Internet Explorer that runs on Vista is 9.0. This is too old to be useful, and another browser such as Google Chrome or Mozilla FireFox is required for regular browsing. I did not try reinstalling Flash Player after successfully installing AOL Desktop, so Im not sure if similar problems would have returned or not.

    Coincidentally, my very next job was also for someone running Windows Vista with a similar problem, though this was with the software for a Brother scanner. Instead of the usual controls for scanning images and files, a white space in the shape of the original program appeared. As before, uninstalling Adobe Flash Player for Internet Explorer did the trick, although the customer did comment that the program looked a bit different than it did before.

    I think its likely that there is a problem with Adobe Flash Player 20 and Windows Vista, or perhaps with Internet Explorer 9, or perhaps with any number of different programs - who knows?

    download file now

    Read more »

    Monday, September 18, 2017

    Ubiquiti Aircontrol 2 Server Ubuntu Install Step by step

    Ubiquiti Aircontrol 2 Server Ubuntu Install Step by step




    The new version of Aircontrol may still be in beta, but it as vast improvement over the original Aircontrol. One of the best features of the software is the fact that it runs natively on linux. Here is a step by step tutorial on getting it running on Ubuntu:

    1. Log in to your Ubuntu server and switch to a root user.
    2. Update your apt-get resources:
    apt-get update
    3. Download the Aircontrol 2 Beta *.deb file. You should register on the Ubiquiti beta forums to make sure you get the latest version.:
    wget http://www.ubnt.com/downloads/aircontrol2/aircontrol-v2.0-Beta14.1129.150619.1740-ubuntu.deb

    3.Install the *.deb file using dpkg:
    dpkg -i aircontrol-v2.0-Beta14.1129.150619.1740-ubuntu.deb

    4. Run apt-get to fix missing dependencies
    apt-get install -f

    5. On the "Installation Type" screen, select "Server" and select "OK"

    6. Configure a Username

    7. Configure a Password

    8. Set the port (I leave it as is)

    9. Configure the service to start automatically

    10. Verify that Aircontrol 2 is running by navigating to http://server-ip:9081
    You should see a message saying: Welcome to Ubiquit Aircontrol 2

    Thats it. You should now be able to connect using the Aircontrol Client on your PC!

    download file now

    Read more »

    Sunday, September 17, 2017

    Ubuntu 14 Install MongoDB

    Ubuntu 14 Install MongoDB


    I have already written a tutorial on how to install MongoDB with PHP on the same server. However, if you are keeping your stack separated, then to just install the latest version of MongoDB, run the script below:


    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
    echo deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen | sudo tee /etc/apt/sources.list.d/mongodb.list
    sudo apt-get update
    sudo apt-get install mongodb-org

    Older Alternative

    If you just want to install MongoDB version 2.4.9, then you can simply run:


    sudo apt-get install mongodb

    References

    • MongoDB - Install MongoDB on Ubuntu

    download file now

    Read more »

    Thursday, September 14, 2017

    Ubuntu 14 Desktop Install Fira Sans And Fira Mono Fonts

    Ubuntu 14 Desktop Install Fira Sans And Fira Mono Fonts


    Mozilla has created its own font family, Fira Sans and Fira Mono. Something that makes the mono font fairly useful/unique is that it appears to have a lot of vertical spacing. This means it could be a "workaround" for the fact that you cannot set line spacing in gnome terminal.

    Install

    Run the command below and it will do everything for you.

    wget -O - http://pastebin.com/raw.php?i=f89cQkcV | tr -d | sudo bash

    References

    • WebUpd8 - Try Fira Sans, A Free Font Family Commissioned By Mozilla

    download file now

    Read more »

    Wednesday, September 13, 2017

    Ubuntu Install Qbittorrent

    Ubuntu Install Qbittorrent


    Qbittorrent is my favourite torrent manager, primarily because of the ability to search for torrents from within the application, rather than using the web, but also because it allows me to download torrents "in sequential order".

    Install

    sudo apt-get update && sudo apt-get install qbittorrent -y
    This will install version 3.1.9.2 on Ubuntu 14.04.
    There was a PPA, but it appears to have disappeared from Launchpad. I will update this post if it comes back or an alternative pops up. Please leave a comment if you know of one.

    download file now

    Read more »

    Tutorial Install TrueType Font on Ubuntu

    Tutorial Install TrueType Font on Ubuntu


    What is TrueType Font? TrueType Font (TTF) is an outline font standard developed by Apple and Microsoft in the late 1980s as a competitor to Adobes Type 1 fonts used in PostScript. It has becom e the most common format for fonts on both the Mac OS and Microsoft Windows operating system.
    The familiar TrueType Font are Times Roman, Helvetica, Courier, etc. In Microsoft Windows operating system fonts are Times New Roman (compatible with Times Roman), Arial (compatible with Helvetica), and Courier New (compatible with Courier), etc.

    By default, Ubuntu has no TrueType Font (TTF). So Ubuntu users often need TrueType Font for Open Office, Libre Office, Gimp, and another programs. This article will give you tutorial how to install TTF (TrueType Font) on Ubuntu (here I use Ubuntu 13.10). So check this out.
    1. At the first step, you must to prepare the TTF file. You can download TrueType Fonts from internet or copy-paste from Windows font (PathWindows/Windows/Fonts). 
    2. Put the TTF files in the directory /home/user/Font (in this case, my user is mudafiq, so directory address is /home/mudafiq/Font).
    3. Open Terminal (Ctrl + Alt + T)
    4. Switch to superuser by type: sudo su then type your ubuntu password.
    5. Entry to the directory /usr/local/share/fonts by using the following command:
      cd /usr/local/share/fonts

    6. Then create a directory with the name "truetypefonts".
      mkdir truetypefonts


    7. Copy TTF files from /home/user/Font into truetypefonts directory (my user is mudafiq).
      cp /home/user/Font/*.ttf truetypefonts/


    8. We can check the file by using this command:
      ls truetypefonts

    9. From images above, TTF files has been copy to truetypefonts directory. Then we change file owner to the root by using this following command:
      cd truetypefonts
      cd for entry to truetypefonts directory. Then:
      chown root *.ttf
      to change TTF file owner to the root.





    10. Then add new fonts to system-wide font index, so all applications can see them by using this following command:
      fc-cache

    11. Try font from application Libre Office or Open Office.

      Images above is aladdin font, which is a truetype font.



    download file now

    Read more »

    Tuesday, September 12, 2017

    Tutorial Install Printer Canon Pixma 1980 in Linux OpenSUSE 12 2

    Tutorial Install Printer Canon Pixma 1980 in Linux OpenSUSE 12 2


    How to install and configure driver printer Canon Pixma 1980 in operating system OpenSUSE 12.2. In this case, use for 64 bit, but it also can use for 32 bit with the same procedure.

    This is step-by-step how to install and configure driver printer Canon Pixma 1980 in OpenSUSE 12.2 64 bit:

    1. Download the driver file Canon Pixma 1980 (1900 series) from this link: Driver Canon Pixma 1900 series. Downloaded file is named iP1900_RPM_printer.tar. Save this file in your directory, for example save in /home/user/Downloads.
    2. Install additional packages: libtiff3. Default package of OpenSUSE 12.2 is libtiff5, so for libtiff3 we must download from OpenSUSE Build Services that is community repository. How to install libtiff3, using this commands:
      zypper ar download.opensuse.org/repositories/graphics/openSUSE_12.2

      zypper ref

      zypper in libtiff3
    3. Extract the downloaded driver file and then installing with this following commands:
      cd /home/user/Downloads
      tar -xvf iP1900_RPM_printer.tar

      zypper in *.rpm
      Directory /home/user/Downloads is the directory where you save the driver file. With this command, openSUSE will automatically connect to repository for installing necessary driver.
    4. After the driver installation is complete, connect the printer cable and turn on.
    5. Run YAST > Hardware > Printer and add printer with the following existing wizard. Choose driver "Canon iP 1900 series ver 3.00" according the downloaded driver.
    6. You can test to print using Canon Pixma 1980 in OpenSUSE 12.2.


      download file now

      Read more »

      Monday, September 11, 2017

      Tutorial Install VLC in openSUSE 12 3

      Tutorial Install VLC in openSUSE 12 3


      VLC Media Player is a magical software that can play a variety of audio and video files. VLC is also able to play multimedia files from CDs, VCDs, and DVDs, even capable of streaming from the internet. The advantage compared to other media player software is owned completeness codecs, so VLC is able to play almost all audio and video file formats. VLC can run on various operating systems, such as Windows, Mac and Linux.

      This article describes the tutorial install VLC in linux openSUSE. There are several ways to install vlc, ie:

      1. Install VLC using "1-click install"
        You just click at this picture


      2. Install VLC using "zyper"
        Run Terminal, then type this command line:
        sudo zypper ar http://download.videolan.org/pub/vlc/SuSE/12.3 VLC
        sudo zypper mr -r VLC
        sudo zypper in vlc
        *12.3 can be altered to suit your openSUSE version
      3. Install Offline (for specific user openSUSE KDE)
        This way you do not need internet connection during installation, but you need to download the file first.
        This package of VLC offline already comes with its dependencies, so you do not have to bother looking for it again.
        Download it first,





        Then
        extract to your directory, and read the instructions how to install the readme.txt file there.


      download file now

      Read more »

      Saturday, September 9, 2017

      Ubuntu 14 Install Synapse Launcher

      Ubuntu 14 Install Synapse Launcher


      For some reason, Synapse "stable" is not available on Ubuntu 14. However the "testing" repo has been working without issue for me and can be installed by running the following commands


      sudo add-apt-repository ppa:synapse-core/testing
      sudo apt-get update
      sudo apt-get install synapse

      Sources

      Read more »

      Ubuntu 14 04 Install Pidgin Indicator

      Ubuntu 14 04 Install Pidgin Indicator


        Run the following command to install the necessary packages.
        sudo apt-get install pidgin-indicator -y
        Open up pidgin and use the context menu to navigate to Tools->Plug-ins
        Select Ubuntu Indicator
        Close pidgin by navigating to Buddies -> Quit
        Start pidgin and you should see the icon in the tray at the top right where you can make selections from.

      download file now

      Read more »

      Thursday, September 7, 2017

      Unable To Use Product Key For Clean Install Fix it Error 0xC004F061

      Unable To Use Product Key For Clean Install Fix it Error 0xC004F061


      Microsoft follows the policy of one key for one Windows activation. This means only a single key can be used for one installation. Suppose you installed Windows on multiple hard drives of a same computer, you won�t be able to activate all copies, using the same key, because of this policy. Again, some keys can be used for upgrading your Windows only and not for new clean installations. If you, you may get an Invalid Product Key Error Code: 0xC004F061.

      Invalid Product Key Error Code: 0xC004F061

      FIX Error 0xC004F061 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install

      Since you�ve bought new license, such error shouldn�t be faced. But unfortunately if you�re facing one, then we�ll tell you the way to fix it, here is how:

      FIX : Error 0xC004F061

      1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.
      2. Navigate to the following location:
      HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE
      FIX Error 0xC004F061 1 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
      3. In the right pane of this location, you�ll see MediaBootInstall named DWORD, which is having Value data as 1. Double click on this DWORD to modify it:
      FIX Error 0xC004F061 2 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
      4. In the above window, replace the Value data to 0 from 1. Click OK. Close the Registry Editor.
      5. Now open administrative Command Prompt, type following command:
      slmgr /rearm
      FIX Error 0xC004F061 3 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
      6. After hitting above said command, hit the Enter key and you�ll receive following prompt:
      FIX Error 0xC004F061 4 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
      7. In case you�re asked to enter product key, then do it and reactivate Windows. Click OK in above shown window and reboot the system. After reboot, your error should be fixed now.
      Hope this helps!

      download file now

      Read more »

      Wednesday, September 6, 2017

      Tutorial Cara Install PPTP Server di Linux Debian

      Tutorial Cara Install PPTP Server di Linux Debian


      Point-to-Point Tunneling Protocol (PPTP) adalah suatu protokol jaringan yang memungkinkan pengiriman data secara aman dari remote client kepada server perusahaan swasta dengan membuat suatu virtual private network (VPN) melalui jaringan data berbasis TCP/IP
      Beberapa keuntungan dari teknologi VPN diantaranya adalah :

      • Remote Access, dengan VPN kita dapat mengakses komputer atau jaringan kantor, dari mana saja selama terhubung ke internet
      •  Keamanan, dengan koneksi VPN kita bisa berselancar dengan aman ketika menggunakan akses internet publik seperti hotspot atau internet cafe.
      •  Menghemat biaya setup jaringan, VPN dapat digunakan sebagai teknologi alternatif untuk menghubungkan jaringan lokal yang luas dengan biaya yang relatif kecil, karena transmisi data teknologi VPN menggunakan media jaringan public yang sudah ada tanpa perlu membangun jaringan pribadi.
      Beberapa kelemahan dari teknologi VPN diantaranya adalah :
      • Koneksi internet (jaringan publik) yang tidak bisa kita prediksi. Hal ini dapat kita maklumi karena pada dasarnya kita hanya �nebeng� koneksi pada jaringan pihak lain sehingga otomatis kita tidak mempunyai kontrol terhadap jaringan tersebut.
      • Perhatian lebih terhadap keamanan. Lagi-lagi karena faktor penggunaan jaringan publik, maka kita perlu memberikan perhatian yang lebih untuk mencegah terjadinya hal-hal yang tidak diinginkan seperti penyadapan, hacking dan tindakan cyber crime pada jaringan VPN
      • Dan banyak lagi, mohon tambahan dan koreksinya 
       Selanjutnya kita akan install PPTP VPN Server, berikut langkah-langkahnya :
      ## Install pptpd 
      apt-get install pptp
       
      ## Edit /etc/ppp/pptp.conf
      nano /etc/ppp/pptp.conf
       
      ## Masukan ip dan rentang ip yang akan digunakan pptp.conf
      localip 172.16.20.1
      remoteip 172.16.0.210-250

      ## Edit /etc/ppp/pptpd-option
      nano /etc/ppp/pptpd-option
       
      ## Masukan dipaling bawah dari pptpd-option
      nobsdcomp
      ms-dns 172.16.20.1
      noipx
      mtu 1490
      mru 1490
       
      ## Masukan username dan password di /etc/ppp/chap-secrets 
      nano /etc/ppp/chap-secrets
       
      ## Tambahkan pada chap-secret yaitu username dan password
      client         server        secret          ip address
      user1            *         password              *  
       
      ## Setelah itu restart paket pptpdnya
      service pptpd restart 
      Copy - Paste di Terminal
      Install selesai tinggal hubungkan dengan clientya, untuk cara menghubungkan client dengan server vpn PPTP bisa anda baca di link CARA MENGHUBUNGKAN MIKROTIK CLIENT DENGAN VPN SERVER PPTP


      Source/Reference :
      - http://mikrotik.co.id
      - http://www.howtogeek.com
      - https://www.digitalocean.com/community/tutorials/how-to-setup-your-own-vpn-with-pptp

      download file now

      Read more »

      Monday, September 4, 2017

      Tutorial Install Webmin on Ubuntu 12 04

      Tutorial Install Webmin on Ubuntu 12 04


      In the previous article, We have tried to install apache2, php5, mysql, and phpmyadmin. In this article will teach you how to install webmin in operating system Ubuntu 12.04.

      Webmin is a web-based application that is used for system administration tools on Unix / Linux. By using webmin, you can easily add user accounts, setting webserver, DNS, file sharing and much more only through a web browser. 

      Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the standard modules page for a list of all the functions built into Webmin, or check out the screenshots.


      In this tutorial, using webmin version 1.630 with file extension .deb. This is step-by-step install webmin 1.630 in Ubuntu 12.04:
      1. Run Terminal and go to superuser with command: sudo su
      2. Download file using wget command in Terminal:
        wget http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.630/webmin_1.630_all.deb
      3. To install webmin, require packets about Perl. Make sure perl and libraries are already installed on the system you are using.
        sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
        libnet-ssleay-perl is SSLeay library to run webmin using HTTPS.
      4. After download webmin is complete, then install webmin (filename: webmin_1.630_all.deb)
        dpkg -i webmin_1.630_all.deb

        This is the result of installation webmin_1.630_all.deb
        Selecting previously unselected package webmin.
        (Reading database ... 186739 files and directories currently installed.)
        Unpacking webmin (from webmin_1.630_all.deb) ...
        Setting up webmin (1.630) ...
        Webmin install complete. You can now login to https://mudafiq-laptop:10000/
        as root with your root password, or as any user who can use sudo
        to run commands as root.
        Processing triggers for ureadahead ...
      5. Installation is compele. You can access webmin through web browser using URL https://ubuntu-serverip:10000. If use localhost, you can using this URL: https://localhost:10000.
      6. Login webmin using username and password system. After successed to login, will display like this:



      download file now

      Read more »