.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } . . . selengkapnya>>

.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } . . . selengkapnya>>
To see all process that bound to specific port, you can use this command on Terminal. netstat -lnp You can also filter the result with grep. netstat -lnp | grep filter_name Source : https://unix.stackexchange.com/questions/9252/determining-what-process-is-bound-to-a-port . . . selengkapnya>>
Find pg_hba.conf, if you can connect to db template1, you can use this command. psql -d template1 show hba_file; Command above will result /etc/postgresql/10/main/pg_hba.conf for default postgresql installation. Edit pg_hba.conf, search for # IPv4 local connections, insert this value : host all . . . selengkapnya>>
Update Server sudo apt update sudo apt upgrade -y Install PostgreSQL Server sudo apt install postgresql -y Creating the PostgreSQL User sudo su - postgres -c "createuser -s user_name" 2> /dev/null || true Install tool packages sudo apt install wget subversion git bzr bzrtools python-pip gdebi-core -y Install python packages sudo apt install git python-pip. . . selengkapnya>>
						
						
						
						Apache (5)
						
						
						
						
						
						CSS (3)
						
						
						
						
						
						Docker (6)
						
						
						
						
						
						Git (5)
						
						
						
						
						
						Go (1)
						
						
						
						
						
						Hobbies & Toys (8)
						
						
						
						
						
						HTML (4)
						
						
						
						
						
						Javascript (5)
						
						
						
						
						
						jQuery (3)
						
						
						
						
						
						Linux Ubuntu (46)
						
						
						
						
						
						Misc (36)
						
						
						
						
						
						MySQL (3)
						
						
						
						
						
						Odoo (13)
						
						
						
						
						
						PHP (3)
						
						
						
						
						
						Pipeline (1)
						
						
						
						
						
						Postgresql (6)
						
						
						
						
						
						Python (13)
						
						
						
						
						
						Quote (1)
						
						
						
						
						
						Qweb (1)
						
						
						
						
						
						Random Word (1)
						
						
						
						
						
						Smartphone (1)
						
						
						
						
						
						SQL Server (1)
						
						
						
						
						
						Tools (7)
						
						
						
						
						
						Useful Links (46)
						
						
						
						
						
						Video (3)
						
						
						
						
						
						VLC (1)
						
						
						
						
						
						Vue (1)
						
						
						
						
						
						Web Server (3)
						
						zuka.one
©2011