MEMOHON PADA ALLAH DENGAN AMAL SHALEH
Sedikit berbagi setelah mendengarkan Ustadz Yusuf Mansyur bertaushiah di TPI… tentang wasilah dengan Amal Shaleh…. Nabi Shallallahu ‘alaihi wa sallam dari Ibnu Umar. “Artinya : Rasulullah Shallallahu ‘alaihi wa sallam bersabda, “Pada suatu hari tiga orang berjalan, lalu kehujanan. Mereka berteduh pada sebuah gua di kaki sebuah gunung. Ketika mereka ada di dalamnya, tiba-tiba sebuah batu [...]
How to easy install Webmin in Ubuntu
If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line : deb http://download.webmin.com/download/repository sarge contrib You should also fetch and install my GPG key with which the repository is signed, with the commands : cd /root wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc You will now be able [...]
Change Ubuntu Server from DHCP to a Static IP Address
If the Ubuntu Server installer has set your server to use DHCP, you will want to change it to a static IP address so that people can actually use it. Changing this setting without a GUI will require some text editing, but that’s classic linux, right? Let’s open up the /etc/network/interfaces file. I’m going to use [...]