splash
Ardiansyah
A Father of four children, and wants to lead all of the family to reach the highest location in Jannah
Dari Ibnu Abbas ia berkata, "Dahulu aku pernah berada di belakang Rasulullah, lalu beliau bersabda: "Wahai anak kecil sesungguhnya aku ingin mengajarimu beberapa kalimat, jagalah Allah, maka pasti Allah menjagamu, jagalah Allah pasti kau akan dapati Allah dihadapanmu. Apabila engkau meminta maka mintalah kepada Allah dan jika engkau meminta pertolongan maka mintalah pertolongan kepada Allah. Ketahuilah, seandainya suatu umat berkumpul untuk memberikan manfaat kepadamu maka mereka tidak akan bisa memberi manfaat tersebut kecuali yang telah Allah takdirkan untukmu dan apabila mereka berkumpul untuk memadharatkanmu maka mereka tidak akan bisa memadharatkanmu kecuali dengan apa-apa yang Allah takdirkan atasmu, telah diangkat pena dan telah kering lembaran-lembaran(takdir)" (HR. Tirmidzi, hasan shohih)
 
Posted By ariandita on October 25th, 2018

strProfile = “False” ‘To BackUp Server strDriveLetter1 = “U:” strRemotePath1 = “\\10.210.110.13\Backup01\Omega” strUser1 = “ServerServer” strPassword1 = “Servers” ‘To QNap strDriveLetter2 = “Q:” strRemotePath2 = “\\10.211.244.244\Backup\Omega2009” strUser2 = “binus\backup” strPassword2 = “backup1234” Set objNetwork = WScript.CreateObject(“WScript.Network”) objNetwork.MapNetworkDrive strDriveLetter1, strRemotePath1, strProfile, strUser1, strPassword1 set objNetwork = nothing Set objNetwork = WScript.CreateObject(“WScript.Network”) objNetwork.MapNetworkDrive strDriveLetter2, strRemotePath2, strProfile, strUser2, […]

Posted By ariandita on February 22nd, 2017

Download Here Silahkan melakukan simulasi testing download CD UN di link di atas.

Posted By BlogAdmin on March 3rd, 2014

Assalamu’alaykum warahmatullahi wabarakatuh, Sekadar renungan hari ini, agaknya posting ini cukup membingungkan. Mari saya mencoba memaparkan dari awal sampai pada suatu kesimpulan yang tertera di judul posting kali ini. Manusia / Bani Adam adalah makhluk yang tidak luput dari kesalahan, setiap orang mempunyai dosa. Untuk menghapus dosa-dosa yang kita kerjakan itu kita butuh kepada amalan, […]

Posted By BlogAdmin on March 3rd, 2014

On Unix, use the following procedure to reset the password for all MySQL root accounts. The instructions assume that you will start the server so that it runs using the Unix login account that you normally use for running the server. For example, if you run the server using the mysql login account, you should […]

Posted By BlogAdmin on March 3rd, 2014

Assalamu’alaykum warahmatullahi wabarakatuh, When we install new Debian Linux System we need to configure how the MTA sends and receives email, the default Debian MTA is EXIM4, just run this command : 1 dpkg-reconfigure exim4-config Then make the changes that needed Happy Administer System

Posted By BlogAdmin on March 3rd, 2014

Assalamu’alaykum warahmatullahi wabarakatuh, When we want to add a script that run automatically at system start up, we need to add the script to rc.d at local machine with this command : 1 update-rc.d local defaults where local is your own script that located in /etc/init.d if you just type in your script DebianOS makes you to […]

Posted By ariandita on January 8th, 2014

Assalamu’alaykum warahmatullahi wabarakatuh, A week or two I’ve been searching for the solution of the title but unfortunately I could not find any solution that worked for me. I have to upgrade my android tablet to Jelly Bean 4.1.1 because the Need for Speed Most Wanted that I like to play most is not working […]

Posted By ariandita on December 28th, 2013

Assalamu’alaykum warahmatullahi wabarakatuh, Kadang dalam perjalanan kita “berhenti sejenak” untuk satu keperluan, baik perjalanan dalam kita bepergian ataupun dalam “perjalanan hidup” kita. Disadari atau tidak bahwa berhentinya kita di suatu tempat atau di suatu keadaan akan menghabiskan waktu kita jika kita berlama-lama dalam perhentian tersebut. Telah kita imani juga bahwa sesungguhnya hidup kita ini hanya […]

Posted By ariandita on July 24th, 2013

Assalamu’alaykum warahmatullahi wabarakatuh, When using MySQL as a backend database, sometimes we need to list the MySQL users to see whom have access to the database server, heres how : Login to MySQL Database Command Line Interfaces [sourcecode language=”bash”] mysql -u mysql-user -p mysql-user-password [/sourcecode] Then run this command [sourcecode language=”bash”] select user from mysql.user […]

Posted By ariandita on July 3rd, 2013

In many case our Website redirect a full sub-domain to another sub-domain or maybe to another sub-domain in another domain, here’s how to redirect it by editting the apache2 configuration [code language=”bash”] <VirtualHost> ServerName somechild.domain.com Redirect permanent / http://morechild.anotherdomain.com </VirtualHost> [/code] With those setting you’ve made a redirection to morechild.anotherdomain.com when there are requests to […]