making the world a better place!
Flosoft.biz
Any posts about Flosoft.biz
Record broken
Jul 31st
This just arrived from our ISP.
Good morning,
The consumption of our network has exceeded 100Gbps over the whole 280Gbps of total capacity that we have between us and the Internet.
We are the largest hoster in Europe in terms of use and of network capacity. (soon it will be the largest in hoster in terms of the number of servers hosted).
We are currently working to establish new connections, who will allow us to pass from 280Gbps to 350Gbps of network capacity with new peering points (Espanix, Tix, MIX, NIX, PL-IX, WIX, VIX).
Today and tomorrow we will install our infrastructure in 5 London
datacentres then increase the capacity of 1Gbps at Linx to 2×10G.
Next week we install Brussels at 2 datacentres and Amsterdam at 3 datacentres. Then Warsaw, Prague, Vienna, Milan, Zurick, Frankfurt and Madrid.Also, we are interconnecting new capacity at Teleglobe, Global Crossing and Level3, Paris, London and Amsterdam.
We will interconnect any operator in 11 capitals to any peering point in the 11 capitals for the simple price structure of 100Mbps = 100Euro. And so if an AS lies in Frankfurt and wants 100Mbps on Espanix, the realization of the circuit takes 3 minutes (+ time to move the cables between our facilities and the customer and our facilities and peering point).
At the same time, we will start the tender transit 100Mbps = 100Euro also in the 11 capitals.
These services are oriented to small networks that now pay high prices for IP services precisely because they are small. We believe that when you’re little, you should pay little.
For our transiting, we use for Cisco MPLS layer and Force10 for the switching layer. It runs 10G. For transport between capitals we use our own network based on a Infinera 160×10G capacity. For transport in South and Eastern Europe we use wavelengths 10G-based network Interoute. We expect to build links to own as soon as we need more 2×10G.
Cool ey?
Cold War Crisis Pre-Release – Behind the scenes
Jul 27th
It’s been a hell of a weekend until now. Travelling all across Belgium, and ofcourse the pre-launch of the Cold War Crisis mod.
Flosoft.biz provided 2 mirror servers with the release on it, so I thought I might post a small summary of the damage caused
The total data transferred was 184GB from both mirrors. This means about 600 people downloaded the mod in the first 24 hours.
Below you can find a few graphs of the mirrors. Please note that the scale changes.
If you haven’t had a chance to grab it, get it on Monday, when it’s officially released!
Flosoft.biz launches revolutionary VPS! The comparison!
Jul 8th
As you may have expected, Flosoft.biz has been working over the last few months on their new VPS offers. After nearly 2 months of work, they are ready, and have launched their offer. Their plan to revolutionize the VPS market has succeeded.
Their VPS08 beats the competition on all levels. For comparison we will use Rimu Hosting, VPS Link (Spry) and Media Temple.
RAM:
RAM is often the main problem with VPS. The VPS08 offers 256MB Ram in it’s base model, and it can be extended to up to 8GB at a price of 4€ / 256MB. The 256MB model costs 9,99€.
The competition is a lot more expensive: Rimu Hosting’s machine Miro VPS2 has 256MB Ram too, and costs 29,95$; VPS Link’s Link 3 costs 24,95$; Media Temple, at 50$ for (dv) Base, is the most expensive of the 4 VPS options.
Storage:
Harddisk storage is also often very limited on the VPS. The VPS08 comes with 20GB by default, which can be extended to up to 1TB at the price of 2,50€ / 5GB. Again, the machine costs 9,99€.
Rimu Hosting offers up to 16GB of storage on it’s Miro VPS4 at the price of 49,95$. VPS Link’s Link 4 comes with a 20GB Harddisk too, but at the price of 39,95$. Last, but definitely not least, Media Temple, it’s (dv) Base comes with 20GB at the price of 50,00$. Again, a clear advantage for the VPS08 of Flosoft.biz.
Connection & allowed traffic:
Don’t you hate when your machine gets shut down because you exceeded your traffic? Or that when you get your monthly invoice, you see that you have to pay a lot more than you thought because you exceeded your traffic limit? Well, Flosoft.biz doesn’t believe in them, and thus offers it’s VPS without any traffic limit. Again we are talking about 9,99€. This is not some fair use policy, or anything else, but real unlimited traffic.
Do we still have to look at the competition? Quickly said, no other ISP offers unlimited traffic. If you want more than 1TB, you are paying at least 150$ a month.
Result:
The VPS08 is a lot cheaper than any offers from Flosoft.biz’s competition. Get one today while they’re still available!
Flosoft IM Server & Adium
Jan 8th
Hey everyone,
some really cool news. Flosoft IM Server is the first choice in AdiumX 1.2! I was told today, that we are the first in the registration dialog for XMPP.
Here’s the evidence:
This is what we get for our long time envolvement in Jabber
Howto: Install a frontend on your Server with NX
Dec 31st
This howto will explain to you how to install a frontend on your server which is accessible via NX. This tutorial is for Debian based systems, and has been tested on an Flosoft.biz FlexServ (RPS).
1. Check the basic Debian setup.
We need to modify the sources.list
vi /etc/apt/sources.list
Add the following 2 lines:
deb http://ftp.debian.org/debian etch main contrib non-free
deb-src http://ftp.debian.org/debian etch main contrib non-free
Close and save (:wq) and run this command to update:
apt-get update
Then check if your system is up to date, and if necessary install updates.
apt-get dist-upgrade
2. Installing the X window manager xorg.
Just type in:
apt-get install xserver-xorg-core xorg
There will be a few questions at the end, for now just go with the defaults.
3. The Login Manager
Now you have 3 options. You can install any of the following Login Manager’s. Your options are:
- KDM
KDM is probably the best if you want to use KDE - GDM
GDM is probably the best if you want to use Gnome - XDM
XDM is probably the best if you want to use Fluxbox or XFCE
Once you have chosen one of the GUIs run one of the following three commands:
apt-get install kdm
apt-get install gdm
apt-get install xdm
4. The GUI
Now again, you have a choice of different Graphical User Interfaces.
- KDE
Personally my favourite on Debian - Gnome
My favourite on Ubuntu - Fluxbox
Never used it - XFCE4
Never used it
Once you have chosen one of the GUIs run one of the following three commands:
apt-get install kde
apt-get install gnome
apt-get install xfce4
apt-get install fluxbox
Thats all for the base setup.
5. Reboot
You should reboot to make sure the X server starts.
shutdown -r now
6. Create your user
Once your server has rebooted, and you have relogged in, you should create a user which you will use for the GUI.
adduser mynewusername
6. Getting the NX packages
Now we need to setup the NX server, so that you are able to connect to the server from your home. So you need to download the NX server pacakges:
wget http://64.34.161.181/download/3.1.0/Linux/nxclient_3.1.0-2_i386.deb
wget http://64.34.161.181/download/3.1.0/Linux/nxnode_3.1.0-3_i386.deb
wget http://64.34.161.181/download/3.1.0/Linux/FE/nxserver_3.1.0-2_i386.deb
7. Installing the NX packages
As you have the packages now in your directory, you need to install them via dpkg.
dpkg -i nxclient_3.1.0-2_i386.deb
dpkg -i nxnode_3.1.0-3_i386.deb
dpkg -i nxserver_3.1.0-2_i386.deb
8. The Services
Now we need to make sure the services are running.
/etc/init.d/ssh restart
/etc/init.d/nxserver restart
9. The Browser
Last, but not least… well actually least … Firefox! You will need a nice Browser, so Firefox is the way to go.
apt-get install firefox
Now you’re system is setup and you’re ready to use it. Simply setup your NX Client and have fun!
If you have any questions, don’t hesitate to ask me or just leave a comment.


