How To Installation Screen Before Migration Oracle 11g To Postgresql 9.6




dba@dba-rizky:~$ ssh root@x.x.x.x
root@x.x.x.x's password:
Last login: Thu Apr 19 16:54:32 2018 from dba
[root@prod-odgpostgres ~]#
[root@prod-odgpostgres ~]# cd /home/prod-odgpostgres/Documents/
[root@prod-odgpostgres Documents]# wget centos.biz.net.id/7.4.1708/os/x86_64/Packages/screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64.rpm
[root@prod-odgpostgres Documents]#rpm -ivh screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64.rpm

Example : screen -dmS [namascreenbaru]

[root@prod-odgpostgres Documents]#screen -dmS test
[root@prod-odgpostgres Documents]#screen -ls

Example : screen -x [namascreenbaru]

[root@prod-odgpostgres Documents]#screen -x test


Bagi yang ingin bingung kenapa di screen tidak bisa scroll, anda dapat melakukan scrool di dalam screen dengan perintah dibawah ini.

Ctrl + aesc → #panah atas atau bawah# or SCROLL


Sedangkan untuk langsung kembali keposisi terakhir dapat dilakukan dengan perintah “q”   

Sekian. Terima Kasih

Comments