Jump to content
View in the app

A better way to browse. Learn more.

AlphaGNU

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Maldet is a malware scanner for Linux servers. It detects varieties of infections and malwares within your scripts (php and etc) and in server. To scan for viruses with Maldet, follow these steps:

Log in to your Linux server as the root user.

Install Maldet by running the following command:

wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xzf maldetect-current.tar.gz
cd maldetect-*/
sh install.sh


Update Maldet with the latest malware definitions by running the following command:

maldet -u


To scan a specific directory, run the following command:

maldet -a /path/to/directory


Replace “/path/to/directory” with the path to the directory you want to scan.

To scan all files on the server, run the following command:

maldet -a /
#or
maldet -a /home
#or
maldet -a /home/user/public_html


Note that this can take a long time to complete, depending on the size of your server and the number of files.

Maldet will output any suspicious files it finds. If it finds a file that it suspects is malware, it will quarantine it automatically if enable. You can view the quarantine list by running the following command:

maldet --quarantine list


If you want to restore a file from quarantine, run the following command:

maldet --quarantine restore ID


Replace “ID” with the ID of the file you want to restore, which you can find in the quarantine list.

That’s it! You’ve successfully scanned for viruses with Maldet.

For more advance malware/virus scanning and cleaning you can contact me (paid service low price)

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.