https://www.linuxquestions.org/questions/linux-software-2/gimp-16-bit-color-mode-193038/
. . .
selengkapnya>>To find image color depth in ubuntu you can use mediainfo, if not installed, install with :
sudo apt install mediainfo
After install run mediainfo
mediainfo "path/imagefilename.ext"
Command above will output
ref : https://askubuntu.com/questions/165804/how-to-show-image-color-depth-in-eye-of-gnome
. . .
selengkapnya>>https://medium.com/@muhammadtriwibowo/set-permanently-ulimit-n-open-files-in-ubuntu-4d61064429a
. . .
selengkapnya>>On apache server you can enable internal monitoring that can supply enough information about the server condition, from this feature we can create custom statistic and monitoring dashboard. See here how : https://askubuntu.com/questions/239631/how-can-i-watch-the-current-connections-on-my-apache-webserver
. . .
selengkapnya>>Secara default postgresql hanya menerima koneksi dari localhost, namun untuk beberapa case kadang diperlukan remote koneksi ke postgresql. Untuk itu perlu perubahan konfigurasi supaya postgresql data menerima koneksi dari luar. Pertama kita coba check dengan netstat. Pada terminal masukan perintah netstat -nlt. Perintah tersebut akan mengeluarkan list port yang. . .
selengkapnya>>