Linux Version

Framy Checker supports Windows/Linux,this is a a tutorial of Linux version.

Recommended OS: CentOS 7+

Run commands below:

#Create a folder
mkdir FramyCheckerLinux
cd FramyCheckerLinux
#Download file
#Replace "[Address]" with your link!Get the link in Discord("buyer-download" channel)/QQ.
wget [Address]
#Give the permission
sudo chmod +x FramyChecker

If you run directly,the program will be closed when you close ssh.So we suggest using a tool screen.

#Install screen
#CentOS
yum install screen
#Debian/Ubuntu
apt install screen
#Create a task and run
screen -S FramyChecker
./FramyChecker

Now you can enjoy hits!Get hits through FTP/…

To see status,you can use “$status” command in our group,or run this on your Linux server:

#Switch to FramyChecker's dashboard
screen -r FramyChecker

More usage of screen:

-e xy Change command characters.
-f Flow control on, -fn = off, -fa = auto.
-h lines Set the size of the scrollback history buffer.
-i Interrupt output sooner when flow control is on.
-l Login mode on (update /var/run/utmp), -ln = off.
-ls [match] or
-list Do nothing, just list our SockDir [on possible matches].
-L Turn on output logging.
-Logfile file Set logfile name.
-m ignore $STY variable, do create a new screen session.
-O Choose optimal output rather than exact vt100 emulation.
-p window Preselect the named window if it exists.
-q Quiet startup. Exits with non-zero return code if unsuccessful.
-Q Commands will send the response to the stdout of the querying process.
-r [session] Reattach to a detached screen process.
-R Reattach if possible, otherwise start a new session.
-s shell Shell to execute rather than $SHELL.
-S sockname Name this session .sockname instead of …
-t title Set title. (window’s name).
-T term Use term as $TERM for windows, rather than “screen”.
-U Tell screen to use UTF-8 encoding.
-v Print “Screen version 4.06.02 (GNU) 23-Oct-17”.
-wipe [match] Do nothing, just clean up SockDir [on possible matches].
-x Attach to a not detached screen. (Multi display mode).
-X Execute as a screen command in the specified session.

Categories:

One Response

Leave a Reply