I combined some command in bash so I can get what I want. The date command giving the ping output a timestamp. While the ‘tee’ will put the result into the log file.
Modified Ping Script with Timestamp

Luak-Liuk-Lieuk Linux dan Sebangsanya
I combined some command in bash so I can get what I want. The date command giving the ping output a timestamp. While the ‘tee’ will put the result into the log file.
Sudah beberapa bulan ga selesai ini proyek. Coba kita selesaikan sekarang. Kesulitannya selalu di front web. Cara mudah, pakai theme gratis. Saya coba di hosting pribadi saya ini. Kalau coba di blogspot, sangat terbatas theme yang bisa masuk. Blogspot saya coba untuk redirect aja. Tapi hosting saya juga terbatas spacenya. Hadeuh… update : akhirnya memanfaatkan […]
7 Desember 2019, sudah berapa tahun ya? Happy birthday sugi.web.id. Saya belum bisa memberi sumbangsih yang baik untuk dunia open source Indonesia. Baru ini yang bisa saya lakukan. Kalau dihitung-hitung sudah berapa tahun ya kenal open source? Mungkin 2003 atau 2004. Lumayan sudah 15 tahun. Web pribadi saya pun sudah berapa kali berubah. Dari sugi.xyz […]
OK, everything was start with the silly thing I ‘ve done. I deleted the libreoffice folder in opt then update it manually. I forgot that the earlier libreoffice I had was installed throug apt-get. So when I tried to recover, or update dependencies to any software, I got these errors. That was the tail part […]
In the website the latest android studio released is the version 3.5.4. So I download it. It preety big, about 738mb. We must remember that android studio is stand alone program. In fact, we can execute different kind of version. But I have not tried it, does it run at the same time or not.
Posting tentang laravel sudah lama saya tinggalkan, dibiarkan jadi draft begitu saja. Baiklah. Bagaimana pun saya harus punya skill membuat web php dengan suatu cms. Langkah yang saya lakukan: membuka permission di /var/www/html menjadi user own. Karena saya mau install website ujicoba-nya disini baca sumber instalasi laravel di sini. ketik perintah di command : composer […]
Metasploit will periodically have key expired. Here is the command to renew the key. wget -O – http://apt.metasploit.com/metasploit-framework.gpg.key | sudo apt-key add –
Instal dulu software dagangnya, dan cek apakah mysql nya sudah running di background. Jika sudah, maka instal Xampp 1.50 untuk mendapatkan fasilitas phpmyadmin. Dimana phpmyadmin akan memudahkan programer untuk mengintip isi database untuk program yang dibuatnya.
Hahay, i thought the shinobi is a title for master ninja in naruto cartoon episodes only. But when I try to discover the alternate of zoneminder, I found this. It was easy to install. The docs are easy to follow. Althought the operation is quite confusing at first. But now it runs in my laptop.
The error message when I did sudo apt-get update W: GPG error: http://dl.google.com stable Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY The source in here, give the solution that work for me. Clean the repo’s lists. sudo rm -rf /var/lib/apt/lists/* -v Add new gpg chrome key. wget […]