Caranya :
ps aux | grep (nama_service)
Contoh output
root 27862 0.0 0.0 69988 3044 ? Ss 02:17 0:00 /usr/sbin/apache2 start
Dalam contoh diatas PID adalah 27862
Lalu anda tinggal menggunakan command di bawah ini :
kill (PID)
Sekian, thanks
<script type="text/javascript">
var test = window.location.hash.replace("#","$");
document.cookie = 'tag=' + test;
</script>
<?php
$hashtag = $_COOKIE["tag"]; $hashtag = substr($hashtag,11,100);
?>