Anonymous FTP FAQ

How to Set up a Secure Anonymous FTP Site The following is a FAQ on setting up a secure FTP Site. FTP sites are known for much abuse by transferring illegal files. They also open many opportunities for intruders to gain access via misconfigured setups. And lastly many versions of ftp servers have had security […]

Read More

Development for the Android platform: Installing and Configuring the Environment

In order to prepare a development environment for Android, you need four components: Java SE Development Kit (JDK for short). Eclipse Integrated Development Environment – Eclipse IDE. Development kit for the Android platform – Android Software Developer’s Kit (abbreviated as Android SDK or simply SDK). The Android Developer Tools (ADT for short) is a dedicated […]

Read More

Building the Spiel Screen Reader

The Spiel screen reader for the Android operating system is an open source project, so anyone can independently modify and compile its sources, subject to the provisions of the Apache 2.0 license . Unfortunately, the documentation of the project leaves much to be desired, and some materials on the official wiki often do not correspond to the current state of […]

Read More

Suspect A Virus? Here’s what you can do immediately …

Caught A Virus? If you’ve let your guard down–or even if you haven’t–it can be hard to tell if your PC is infected. Here’s what to do if you suspect the worst. Heard this one before? You must run antivirus software and keep it up to date or else your PC will get infected, you’ll […]

Read More

How to Set up a Secure Anonymous FTP Site

1. General Description of Setting up an “anonymous” ftp server. Create the user ftp in /etc/passwd. Use a misc group. The user’s home directory will be ~ftp where ~ftp is the root you wish anonymous users to see. Creating this user turns on anonymous ftp.Use an invalid password and user shell for better security. The […]

Read More