Click on a title link below to expand or collapse a section. Double click a title link to follow it. Access the Blog.

Plan. Market. Customize. Move. Recycle.
More...
This sleek and innovative smartphone has the enhanced intelligence to make everyday life easier.
More...
Featuring all of the core messaging and social features to keep you connected.
More...
Smooth performance for browsing the web, running apps, working with documents, and enjoying multimedia
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...
High speed, portable Internet access in your pocket.
More...
Scratch, dust and water-resistant. 1GHz processor, 5MP camera and great pre-loaded apps.
More...
Easily capture and share your favourite moments with family, friends and colleagues.
More...
Prepare yourself for the Galaxy S II, Samsung's thinnest smartphone.
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
BrightPoint GB
Delivered.
02
Samsung Galaxy S III
Inspired By Nature
03
BlackBerry Curve 9320
3G capable
04
HTC One X
Quad Core Android 4.0
05
HTC One V
A great all-rounder
06
ZTE Tania
Fully equipped
07
BlackBerry Bold 9790
Powerful & Fully Featured
08
HTC Sensation XL
With Beats Audio
09
HTC Titan
Office on the move
10
HTC Radar
Windows Phone 7.5 (Mango)
11
BlackBerry Bold 9900
Touch and Type in harmony
12
ZTE Libra
13
ZTE MF30/MF60
USB & WiFi for Windows and Mac
14
Motorola Defy +
Faster, smarter, richer
15
BlackBerry Curve 9380
The 1st all-touch Curve
16
Samsung Galaxy S2
Faster. Slimmer. Brighter.
17
HTC Sensation XE
Designed to impress
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.
| The Official Google Blog - We’ve acquired Motorola Mobility - http://t.co/KZpsILRm | 5 hours 16 min ago |
| BrightPoint GB - Free £20 HTC Watch Voucher with HTC One X - While Stocks Last! - http://t.co/ZNfgjTWr | 11 hours 24 min ago |
| Reminder: Windows Marketplace for Windows Mobile 6.x discontinued today | 12 hours 3 min ago |
| Switching between BlackBerry 7 devices using an SD card - http://t.co/KLOq8lO1 | 1 day 5 hours ago |
| Samsung Galaxy S III user guide uploaded to the File Library - http://t.co/iDKiysiC Direct Link - https://t.co/X7MLyJMA | 1 day 11 hours ago |
| Microsoft's So.Cl graduates from beta. Still only aimed at students for now - http://t.co/1lfLSjcp | 2 days 1 hour ago |
| BrightPoint - To The Point - BrightPoint’s DNA and Device Lifecycle Services - http://t.co/sR8o6xjb | 2 days 6 hours ago |
| BlackBerry 7 approved for use by UK government - http://t.co/p3DmORtP | 3 days 8 hours ago |
| Update your Windows Phone device to 7.5 if you haven't done already to continue to access the MarketPlace - http://t.co/SleqQWIR | 4 days 8 hours ago |
| Google Chrome Blog: Keeping tabs on your tabs - http://t.co/NYqLd81Q | 6 days 20 hours ago |
