Firstly initiate SSH connection to server. Enter your hostname , port, user , password and all. Then go to .. title bar -> right click -> Change Setting.. .. go
Author: Namran Hussin
Unifi : Remote control user guideUnifi : Remote control user guide
Actually got explained in the manual… Only today looking for it as someone pointed me to a how -to.
Father’s day – tips of being a dadFather’s day – tips of being a dad
I remember once upon a time ago , I’d asked my late father on how to raise a son. He said it may varied and a lot of method can
Doa Dhuha ~ Jika Rezeki itu milik-ku , maka permudahkanlahDoa Dhuha ~ Jika Rezeki itu milik-ku , maka permudahkanlah
Bumped onto one nice song this morning. Trying to catch the Dhuha time’s .. :) Doa Dhuha Album : Hijrah Munsyid : UNIC 1e-9puhEZ-I Ya Allah sesungguhnya waktu dhuha itu
httpd:How to add another port for webhostinghttpd:How to add another port for webhosting
Let’s say somehow client want the webservices to be hosted at the different port of default *:80. Just add the following : into /etc/httpd/conf/httpd.conf #Listen 12.34.56.78:80 Listen 80 Listen 8080
iSCSI: how to remove and add host targetiSCSI: how to remove and add host target
There are times at certain environment that the supposed to be fixed IP Address of the shared storage have to change. Althought ,am having difficulties to contemplate the reality that
How to setup Virtual FTP server using pure-ftpd in CentOSHow to setup Virtual FTP server using pure-ftpd in CentOS
To setup Virtual FTP server using pure-ftpd in CentOS is as below : 1. Download the packages. Assuming you already had rpmforge repo enable in your yum.conf.d yum install pure-ftpd
Fear is not something to be afraid ofFear is not something to be afraid of
well.. it is something in our own mind.. “did you have anything in particular that make you afraid?” “Negative” “then are you fearless?” “nope.. but I have courage to overcome
Sebelum tidurSebelum tidur
pesanan nabi sebelum tidur…1 mnit shj… Sekadar ingat mengingati.. … SEBELUM Tidur Perkara Sebelum Tidur( Tafsir Haqqi ) Rasulullah berpesan kepada Aisyah ra : “Ya Aisyah jangan engkau tidur sebelum
List of datetime array using OracleList of datetime array using Oracle
The original problematic line : select p_from_date + level - 1 dt from ( select to_date('1980-11-01 00:00:00','yyyy-mm-dd hh24:mi:ss') as p_from_date, to_date( '1980-11-03 00:00:00','yyyy-mm-dd hh24:mi:ss') as p_to_date from dual ) connect