The following articles may also be of interest
Click on a title link below to expand or collapse a section. Double click a title link to follow it. Access the Blog.

Smooth performance for browsing the web, running apps, working with documents, and enjoying multimedia
More...
Dual-core 1.2GHz processor, 7.1mm body, MotoCast, and KEVLAR strong.
More...
A multimedia superstar with Beats earphones included.
More...
The Bold 9900 is RIM's thinnest BlackBerry smartphone yet and as lightweight and durable as it is feature-packed.
More...
The 9360 feels just right in your hand and with a ton of accessories you can really make it your own.
More...
Share virtually anything with just one touch.
More...
High speed, portable Internet access in your pocket.
More...
Scratch, dust and water-resistant. 1GHz processor, 5MP camera and great pre-loaded apps.
More...
A powerful smartphone optimised for business but fun enough to use for your personal life.
More...
Easily capture and share your favourite moments with family, friends and colleagues.
More...
Carry the Internet with you stream media wirelessly from your SD card.
More...
With custom Beats headphones, engineered to deliver extraordinary sound.
More...
Jump right into what's most important to you thanks to an improved lockscreen design.
More...
Business and social features in a slim package.
More...
01
ZTE Tania
Fully equipped
02
BlackBerry Bold 9790
Powerful & Fully Featured
03
Motorola RAZR
Faster, Thinner, Smarter, Stronger
04
HTC Sensation XL
With Beats Audio
05
HTC Titan
Office on the move
06
HTC Radar
Windows Phone 7.5 (Mango)
07
BlackBerry Bold 9900
Touch and Type in harmony
08
BlackBerry Curve 9360
Sleek and stylish
09
HTC ChaCha
Full qwerty Android
10
ZTE Libra
11
ZTE MF30/MF60
USB & WiFi for Windows and Mac
12
Motorola Defy +
Faster, smarter, richer
13
Motorola Pro +
Faster, smarter, richer
14
BlackBerry Curve 9380
The 1st all-touch Curve
15
Novatel MiFi 3352
Portable High-Speed Internet
16
HTC Sensation XE
Designed to impress
17
HTC Rhyme
Stay connected with those closest to you
18
ZTE Skate
19
HTC Explorer
Keep in touch with the people who matter
20
ZTE Tureis
Android Gingerbread
An FTP (File Transfer Protocol) server is a simple way of allowing users to exchange large files which are too big to send via email, and which can be accessed from virtually any web browser of FTP client. Multiple user accounts can be created on the same FTP server, and different permissions assigned to each user.
Install a base configuration of CentOS (http://www.centos.org), including the FTP and Web Server options. Strictly speaking the Web Server role is not required, but it is easier to add user accounts using Webmin than at the command line, which requires the web server role.
Once installed, start the web service using the following command:
service httpd start
Set the web service to launch automatically at startup:
chkconfig httpd on
Start the FTP server:
service vsftpd start
Set the FTP service to launch automatically at startup:
chkconfig vsftpd on
Download webmin from http://www.webmin.com/download.html
If you download the RPM installer package, issue the following command to install it:
rpm –i webmin-x.x.x.rpm
Create a directory on the server named ‘FTP’:
mkdir FTP
change to that directory:
cd FTP
create directories for logins as required:
mkdir Sales mkdir Technical mkdir Marketing
Log into webmin from a web browser:
http://(ftp_server):10000
Log in as root. Browse to System → Users and Groups
Create a new user account using the desired username
Set the Home Directory to the /FTP/xxx directory you created earlier
Assign a suitable password to the user account
Set the ‘Shell’ to /sbin/nologin
Set the Primary Group to ‘FTP'
Save the new user account
Repeat for the other user accounts as required (sales, marketing and technical in this example)
Return to the command prompt.
Set the ‘owner’ of the target FTP folders with the ‘chown’ command:
chown –R sales /FTP/Sales chown –R marketing /FTP/Marketing chown –R technical /FTP/Technical
(the –R switch makes the chown command apply to subdirectories of the parent)
Now edit the properties of the vsftpd.conf configuration file:
view /etc/vsftpd/vsftpd.conf
Make the following changes to the default configuration:
anonymous_enable=NO local_enable=YES write_enable=YES anon_upload_enable=NO
Add a new line at the end of the file:
chroot_local_user=YES
Save the new file.
Restart the FTP service:
service vsftpd restart
At this point your FTP server is now available. Your router and/or firewall will need to be configured to allow FTP access to the machine (TCP port 21).
When connecting to the server you will be prompted for a username and password. Logging in as the ‘sales’ user will take you to the /FTP/Sales directory, logging in as the ‘marketing’ user will take you to the /FTP/Marketing directory and so on.
Should you want different logins to take you to the same folder, but with different permissions, then use the ‘chmod’ command on the folder.
For example, let’s say you need the same folder to be accessible to 2 users: ‘ftpreadaccess’ and ‘ftpwriteaccess’ with the corresponding permissions.
Create the required user accounts and set the home directory for both to the same folder.
Use the ‘chown’ command to set the owner of the folder to the ‘ftpwriteaccess’ user
Now use the chmod command to set the permissions:
chmod 755 folder
(where folder is the directory)
This will set the permissions of the folder to:
Owner – read, write and access
Group – read and access (in this case 'FTP' members)
Other – read and access
The easiest way to work out permissions is via your FTP client: connect as the owner user, or root, and edit the properties of the folder:

Your FTP site is now set up and ready to go.
| Canalys - Smartphone sales overtake PC sales in 2011 - http://t.co/6LlZrd8M | 0 sec ago |
| Inside BlackBerry: 5 tip Friday - Traveling with a BlackBerry smartphone - http://t.co/VZmV3w1j | 21 hours 21 min ago |
| Mashable - Is this the future of Touchscreen Tech? New video will blow your mind - http://t.co/yujzE0o2 | 1 day 33 min ago |
| Contact BrightPoint GB for details on our new range of iFrogz audio accessories - http://t.co/WGpEVEC5 | 1 day 4 hours ago |
| Vimeo for Windows Phone available - http://t.co/BtgDN59z | 1 day 7 hours ago |
| Google Mobile Blog - Official Google Mobile Blog: Android and Security - http://t.co/TcFF7f74 | 1 day 22 hours ago |
| Google Chrome to Phone for Android updated - https://t.co/vfwKaFIu | 2 days 23 hours ago |
| Google Mobile Blog - Updates to Google Docs app for Android: Offline access and improved tablet experience - http://t.co/wQFX0oDS | 3 days 32 min ago |
| The Official Motorola Blog - Motorola Smart Actions to the Rescue – Which is your favorite? http://t.co/dsewJb2t | 3 days 1 hour ago |
| Firefox 10 for Android available - https://t.co/ZtFyg0jV | 3 days 1 hour ago |
