arrow_upward

Posted by: xdude - 01-20-2016, 05:27 AM - Forum: General Gaming Discussion - Replies (44)
I don't remember the first ever game I had played on a computer but I think it was a Bike game on Windows 3.1 system. lol Then where were some DOS games like prince of persia, DAVE, Super Mario etc.

The first game I played till the finish was one called Battle for Naboo on Windows 98. It's the first game I played on my first computer. I had bought that game CD even nearly a year before I got that pc. lol
Posted by: azureweb - 01-17-2016, 09:49 PM - Forum: Scripting & Programming - Replies (3)
Hello,

I'm using SolusVMcontroller to control my KVM node which I have setuped yesterday!
Off-topic (but might be needed?): https://vps4free.usa.cc/kvmcp
So, SolusVMcontroller is developed to be based on SolusVM clients's API system (Which supports: Boot, Reboot, Shutdown) only as "functions".

But, I have access to the SolusVM administrator account. So is it possible to make "Change root password" function for my customers?

SolusVMcontroller is 325KB only and it's easy to edit! so please if you can help me regarding this download it from here ( http://solusvmcontroller.com/files/solus...r-3.2b.zip ) to see the source of my panel.

NOTICE: The "Change root password" should be available in the file "solusvm_controller_dir/pages/view-vm.php"

Also I will do it by myself. but... SolusVMcontoller isn't understandable for me :/ and I can't understand how the developers coded the "cURL" functions.

EDIT: SolusVM doc regarding "Change Root Password" as virtual private server API function. (CLICK ME!)
Posted by: Dynamo - 01-17-2016, 08:20 AM - Forum: Offtopic - No Replies
So as the Name suggests , Users have to Post there favorite Style Combination of Post4VPS New Theme.


Well my recent Favorite Style Combination of New Post4VPS theme is this one:

[Image: ad28d03721.jpg]

whats yours ?

If users wants suggest some nice more background style then just Post below with your combination of style.
Posted by: rafaykhanafridi - 01-16-2016, 08:06 PM - Forum: Offtopic - Replies (5)
Hello Friends, Here i ask you What you do in Your summer Vacations ?  [Image: biggrin.png]

My Story of it when i child and studying in school....
Once upon  a time  When Summer vacation Comming i am Very Excited on it That the Summer Vacations is comming so I request my MOM and DAD to go out of city or country but we dn't have enough money they dnt say me that we are not much rich and my i  dnt have money to go so we are not going like this but my Father my Hero working Hard for it working double duty and work hard for money so We go out of city and out of country I love my Father well when we go out of country we go Dubai. The dubai is much pretty Good We go Market For Shopping buying new cloths and shoews  And after that when go going for back home  i saw a little Boy begging for money. So i think why he begging for money in dubai ? the best place. So i go and talking with him so telling me the all the story about him i can't type the whole story sorry but can type in short the story is his MOM and DAD is Dead the last year and he is homeless so i crying for him. I go and ask Dad. DAD! can i give my new  cloths and shoes to him my dad asked. But Why!? so i tell him so he telling when i am big 18+ and i job so i will help the poor persons now i see i helping the poor persons the dream is now truth. And i am very happy. well This the small story of my life that i tell you [Image: smile.png] I hope you understand and you all will help the all the other poort persons next time. 
Thanks freedomain.club for free vps providing GOD Bless you Man.  [Image: heart.png]
Posted by: brightening-eyes - 01-16-2016, 10:17 AM - Forum: Scripting & Programming - Replies (5)
hello all,
i decided to make a topic for anyone who want's to develop games a little easier
i introduce C and C++ libraries and resources for developing games, but if you want, you can introduce in other languages
because both programming languages and people are different
although it would not be completed, but it is good for a simple and little reference
so, i give some
SDL (simple direct media layour)
this library has interface to audio drivers, keyboard and mouse and joystick and some others like rendering, window creation, CPU detection, dll loading, etc
it is good mostly for 2d games, but i'm using it for my 3d games two
SFML (simple and fast multimedia layour)
like SDL, sfml has ruteens for keyboard and mouse and window management, but with networking support and based on object orianted programming
Ogre
in my idea, everything for renderring 3d graphics
camera, animations, etc
but i'm not using it, so i can't comment on it
AngelScript
nowadays, scripting is popular in game development (specially game engines), and AngelScript is a good scripting language similar to C++
it has a grate feature: you just write your functions and classes, and with some function calls, without any wrapper, bang!, you can use your functions and classes in your scripts
Squirrel
squirrel is a scripting language similar to C++, but with dynamic typing, and with table support like lua
lua
this scripting language is mostly used in games, because of it's dynamic typing
Luajit
it is the same lua programming language with just-in-time compiler (jit)
it is very very fast, thanks to mike pall for his work
Allegro
it is not as good as sdl and sfml, but introducing it here is not bad
bullet
a grate physics library for 3d games
it is used in grand theft auto IV
ClanLib
it is a game library with networking, sound, etc
imGui
it has some dialogs and functions for OpenGL
i haven't used it, but it seems good
kNet
a network library for games with data serialization support, and many features
eNet
a UDP network library specially for games
Box2d
a physics library for 2d games
it is easy to learn and use
panda3d
it is a game library for C++ and python
i haven't used it
irrlicht
a game library which supports 3d, but i think ogre is better
HGE
an easy to use 2d game framework
Crystal Space 3D
it is a huge library for game development
it supports 3d, but i haven't used it
Cafu3D
a 3d game library, supports for lua scripting language, and mutch more
i haven't used this to
TinyAI
it supports knn and machine learning algorithm (mlp)
SoLoud
an easy to use audio library for games
it support's 3d audio, audio colisions, etc
Crypto++
it has many algorithms for encryption and decryption such as aes, blowfish, twofish, rc4, rc5, rc6, etc, many algorithms for hashing such as md5, sha1, sha256, etc, rsa and dsa encryption, random number generator, gzip archiving and many more
LibTomCrypt
a c library for encryption and hashing and many other features with many algorithms and in the public domain
botan
a library for cryptography which is bsd licensed with many features and algorithms
Sqlite
an embeddable and serverless database engine
this is somehow useful if you are making an online game which you want to store usernames and passwords and some other stuff in it
wren
a dynamicly typed scripting language
i'm not using it, so i can't comment on it
just i've read some of it's documentation
SqliteCpp
a wrapper for sqlite database engine for C++, it make's your life easier
MIT-licensed
Object orianted input system (ois)
zlib-licensed (like sdl2) input library
it is very useful for mouse input, joystick, keyboard, etc
obme
if you don't want the variables to be changed in your game (specially online games where cheating is a problem), it is better to use this library, easy to use
AICore
this is very handy for artificial intelligence
it make's your life easier
MIT-licensed
btsk
this is for artificial intelligence and you can use it to make a behavior system
cURL
it is useful for example when you want to make an update system and probeblly, you need an http request library
so, libcurl help's you to send requests
curlcpp
libcurl itself is a c Library, but curlCPP is a easy to use wrapper for it
Happy HTTP
Happy HTTP is a http library for C++
it is very easy to use, based on callback functions
libtmx-parser
if you are making a map system for your game, you can use a standard called tmx
this tiny library help's you
you can get the map editor at
here
lz4
a library for compression and decompression based on lz77 algorithm
native file dialogs
it has some functions for some dialogs like open and save (i haven't used it)
it is cross-platform
stb
some public domain stuff such as image loading, stb_vorbis which load's ogg sound files, etc
TinyVM
an embeddable and easy to use virtual machine which you can give instructions to it and it execute's them for you
(the instructions are based on 32bit assembly and intel syntax)
TinyXML2
this is continued work of tinyXML with many improvements
libtmx-parser also use's this library to process xml
unittest-cpp
automated testing is sometime nessesary, for example you want to check a condition is always true or your function always return the same results
and this is a test framework for your applications or games, which you can use it
asmjit
as it's name says, it is a just in time compiler library, it is good if you are rolling your scripting language
FakeScript
it is a scripting language similar to lua, but with support for data structures
libSDL2pp
it is a wrapper for SDL2 for C++
GamePlay3d
a library for developing games, it support's anything
physics from bullet, etc (i haven't used it myself)
encog
a nural network library for C++
licensed on the apache license
github link
note: i haven't used this too
NLDatabase
a wrapper to SQLite database engine like sqliteCpp but quite smaller, and SqliteCpp has more features
libffi
foreign function interface or libFFI is a library for calling functions
this is very useful for script developers
LLVM (low level virtual machine)
if you want to make a compiler (it is useful for scripting language makers), it is a complete framework for you
also clang is it's c/c++ compiler
log4z
a logging library, just a cpp and a header file, add those to your project and read it's readme and support logging in your application or game
LZMA SDK
the sdk which is used by 7-zip archiver and is under public domain
useful if you want to work with archive files (for example resource files in archives such as images, sound files, etc)
Posted by: RickB - 01-14-2016, 05:39 PM - Forum: Suggestions and Feedback - Replies (10)
Hi guys,

I want to suggest the following idea: People can only get a specific VPS if they have enough points to buy them. This way the people who contribute the most, earn the most points and get the best VPSes. The people who don't do anything, will get no points, no VPS. Simple as that. Seems fair to me. Also, if this is introduced, the points will have a actual value. Since you can buy a VPS with the points. So trading points for services, software, products is also possible then. Now it's not possible since the points aren't worth a damn.

I would love to hear your opinion about this.

Kind Regards,
Rick B.
Posted by: HostSailor - 01-14-2016, 04:42 PM - Forum: Cheap VPS Providers - No Replies
HostSailor has established itself as a trusted provider of high quality VPS Hosting, Dedicated servers, Domains, and SSL Certificates with top notch support and impeccable reputation and also offers some of the most competitive pricing, without sacrificing on the quality of the products and services. HostSailor is based in Dubai, UAE and the services are physically located in Netherlands (Capelle & Amsterdam) and Romania (Bucharest). We own our infrastructure which includes switches/routers/IP addresses/servers, and all servers are HP/DELL/Supermicro, we do not resell any of our services.


Discount: 30% OFF Using Coupon Code: 30PHKVGPJ6

First Month Discount

---------------------------------

OpenVZ:

Mini Sailor OpenVZ:

256 MB RAM
256 MB SWAP
15 GB HDD
1 Cores
1 Gbit Port
256 GB Bandwidth
1 IPV4 address
/64 IPV6
SolusVM Control Panel
Hosted in Netherlands & Romania
* $1.39/Mo

DDOS Protection ADDON Available:
1 Gbps DDoS protection (NL only)
$4.00 USD Monthly + $15.00 USD Setup Fee
1 Gbps attack traffic, PPS FUP

10 Gbps DDoS protection (NL only)
$20.00 USD Monthly + $15.00 USD Setup Fee
10 Gbps attack traffic, PPS FUP

---------------------------------
Sailor OpenVZ:

512 MB RAM
512 MB SWAP
25 GB HDD
1 Cores
1 Gbit Port
512 GB Bandwidth
1 IPV4 address
/64 IPV6
SolusVM Control Panel
Hosted in Netherlands & Romania
* $2.09/Mo

DDOS Protection ADDON Available:
1 Gbps DDoS protection (NL only)
$4.00 USD Monthly + $15.00 USD Setup Fee
1 Gbps attack traffic, PPS FUP

10 Gbps DDoS protection (NL only)
$20.00 USD Monthly + $15.00 USD Setup Fee
10 Gbps attack traffic, PPS FUP

=================================

To check all our OpenVZ plans or place an order go to



https://hostsailor.com/vps-hosting/openvz-vps/


=================================

OpenVZ SSD:

Mini Sailor OpenVZ SSD:

256 MB RAM
256 MB SWAP
10 GB SSD
1 Cores
1 Gbit Port
256 GB Bandwidth
1 IPV4 address
/64 IPV6
SolusVM Control Panel
Hosted in Netherlands
* $2.09/Mo

DDOS Protection ADDON Available:
1 Gbps DDoS protection (NL only)
$4.00 USD Monthly + $15.00 USD Setup Fee
1 Gbps attack traffic, PPS FUP

10 Gbps DDoS protection (NL only)
$20.00 USD Monthly + $15.00 USD Setup Fee
10 Gbps attack traffic, PPS FUP

---------------------------------
Sailor OpenVZ SSD:

512 MB RAM
512 MB SWAP
15 GB SSD
1 Cores
1 Gbit Port
512 GB Bandwidth
1 IPV4 address
/64 IPV6
SolusVM Control Panel
Hosted in Netherlands
* $3.49/Mo

DDOS Protection ADDON Available:
1 Gbps DDoS protection (NL only)
$4.00 USD Monthly + $15.00 USD Setup Fee
1 Gbps attack traffic, PPS FUP

10 Gbps DDoS protection (NL only)
$20.00 USD Monthly + $15.00 USD Setup Fee
10 Gbps attack traffic, PPS FUP

=================================

To check all our OpenVZ SSD plans or place an order go to



https://hostsailor.com/vps-hosting/openvz-ssd-vps/


=================================

KVM & XEN:


Sailor:

512 Guaranteed RAM
512 SWAP
20 GB midline SAS
2 Cores
1 Gbit Port
512 GB Bandwidth
1 IPV4 address
/64 IPv6
SolusVM Control Panel
XEN Hosted in Netherlands
KVM Hosted in Netherlands & Romania
$2.79 for monthly package

DDOS Protection ADDON Available:
1 Gbps DDoS protection (NL only)
$4.00 USD Monthly + $15.00 USD Setup Fee
1 Gbps attack traffic, PPS FUP

10 Gbps DDoS protection (NL only)
$20.00 USD Monthly + $15.00 USD Setup Fee
10 Gbps attack traffic, PPS FUP

To check all our XEN plans or place an order go to http://hostsailor.com/vps-hosting/xen-vps/

To check all our KVM plans or place an order go to http://hostsailor.com/vps-hosting/kvm-vps/

=================================


Operating systems: ( Windows 2012 server datacenter R2 )

Windows KVM:

Seaman:

512 Guaranteed RAM
35 GB HDD
2 Cores
1 Gbit Port
512 GB Bandwidth
1 IPV4 address
/64 IPV6
SolusVM Control Panel
Hosted in Netherlands
* $4.89/Mo

---------------------------------
Lieutenant RDP KVM

1GB Guaranteed RAM
60 GB HDD
4 Cores
1 Gbit Port
1TB Bandwidth
1 IPV4 address
/64 IPV6
SolusVM Control Panel
Hosted in Netherlands
* $10.49/Mo
---------------------------------
To check all our Windows plans or place an order go to



http://hostsailor.com/vps-hosting/kvm-vps/windows-vps/


=====================================

Payment methods:

PayPal, Credit card, Bank Transfer, CashU, PaySafeCard, Skrill, WebMoney,

Bitcoin, Western Union / Moneygram, and Perfect Money.

=====================================

Features:

1.  4x 1gbit connections to the main servers, 1gbit connections to every VPS
2.  IPV4 and IPV6 enabled VPS
3.  Hardware RAID 10 for optimum disk performance
4.  Weekly backups
5.  Managed services
6.  SolusVM Control Panel
7.  Flexible Upgrading / easy scalability
8.  VPS located in Netherlands
9.  Reverse DNS
10. Instant Setup
11. Free incoming bandwidth
12. No Setup fees
13. No contracts
14. Money back guarantee within 14 days

=====================================

HostSailor:

To know more about us visit Our company
To check our terms of use please click on TOS
We offer an amazing service level agreement at SLA
For our Acceptable use policy check AUP
To get more info about our data center check Our data center

=====================================

FAQ and Support:

Please check our FAQ
To get intouch with us via email please use contact us
To get intouch with us via livechat, please visit our site at HostSailor and we'll be happy to help!
Posted by: RickB - 01-12-2016, 07:44 PM - Forum: VPS Reviews - Replies (11)
[Image: logo.png]

Cobalt Host VPS 5 review from Post4VPS.com


Introduction
During the 4th giveaway of Post4VPS.com, Dynamo gave me an VPS from package VPS5. I were really thankful since the specs are quite good. Unfortunately the network and the I/O were slow at the beginning. Even too slow to even use it. I now make a review since those are improved now, but I don't know when they are bad again...


--------------------------------------------------------------------
Specifications-


Disk Space 50 GB
RAM: 2 GB RAM
IP Addresses: 1x IPv4
Virtualization: VMWare
Monthly Traffic: Unlimited
Location: [Image: ca.gif] Canada
Control Panel: Cobalt Panel
Connection: 100 MBit/s
Provided by: CobaltHost
Terms: TOS
Requirements: Backlinks to CobaltHost and Post4VPS are required.


--------------------------------------------------------------------

Benchmarks
 
FreeVPS Benchmark Script V2 made by Hidden Refuge


Code:
root@ubuntu:~# wget freevps.us/downloads/bench.sh && sh bench.sh
--2016-01-12 14:24:04--  http://freevps.us/downloads/bench.sh
Resolving freevps.us (freevps.us)... 198.57.47.101
Connecting to freevps.us (freevps.us)|198.57.47.101|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://freevps.us/downloads/bench.sh [following]
--2016-01-12 14:24:04--  https://freevps.us/downloads/bench.sh
Connecting to freevps.us (freevps.us)|198.57.47.101|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16711 (16K) [text/plain]
Saving to: âbench.shâ

100%[======================================>] 16,711      --.-K/s   in 0.07s

2016-01-12 14:24:05 (228 KB/s) - âbench.shâ saved [16711/16711]

Benchmark started on Tue Jan 12 14:24:05 EST 2016
Full benchmark log: /root/bench.log

System Info
-----------
Processor       : Intel(R) Xeon(R) CPU           E5335  @ 2.00GHz
CPU Cores       : 2
Frequency       : 2000.071 MHz
Memory          : 2001 MB
Swap            : 953 MB
Uptime          : 12 min,

OS              : Ubuntu 14.04.1 LTS
Arch            : x86_64 (64 Bit)
Kernel          : 3.13.0-32-generic
Hostname        : ubuntu


Speedtest (IPv4 only)
---------------------
Your public IPv4 is 104.233.XXX.XXX

Location                Provider        Speed
CDN                     Cachefly        9.50MB/s

Atlanta, GA, US         Coloat          3.30MB/s
Dallas, TX, US          Softlayer       4.50MB/s
Seattle, WA, US         Softlayer       5.20MB/s
San Jose, CA, US        Softlayer       1.33MB/s
Washington, DC, US      Softlayer       5.30MB/s

Tokyo, Japan            Linode          3.04MB/s
Singapore               Softlayer       1.82MB/s

Rotterdam, Netherlands  id3.net         893KB/s
Haarlem, Netherlands    Leaseweb        2.95MB/s
[quote]


Well, the speeds aren't that good. But I don't feel I have to complain about those, since they also aren't that bad.

Speedtest.net


Code:
root@ubuntu:~# speedtest-cli --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from KW Datacenter (104.233.XXX.XXX)...
Selecting best server based on latency...
Hosted by Source Cable Ltd (Hamilton, ON) [54.03 km]: 34.505 ms
Testing download speed........................................
Download: 127.03 Mbit/s
Testing upload speed..................................................
Upload: 75.05 Mbit/s

Image proof

 [Image: 4991190443.png]


I/O Speed


Code:
Disk Speed
----------

I/O (1st run)   : 8.3 MB/s
I/O (2nd run)   : 37.9 MB/s
I/O (3rd run)   : 40.6 MB/s
Average I/O     : 28.9333 MB/s
Yup, those speeds are still very low...

Control Panel

The control panel of Cobalt Host is quite simple. Actually just like CloudAtCost. Since even the code is very similar I won't be surprised if it's the CAC reseller panel. The looks aren't that good. However it gets the job done!

Suggestions

Fix the I/O and stable up- / downlink.


Final Ratings
The VPS is good enough for testing things. Totally not suitable for running a production environment! Although I would never host an production at a free VPS, but still..

Final Rating 5/10


Special thanks to TrK, since I used his review as a "template" for mine.
Posted by: TrK - 01-12-2016, 04:08 PM - Forum: VPS Reviews - Replies (10)
[Image: logo.png]

VPS-Hosting.ca VPS 6 Review from Post4VPS.com


Introduction

Well i got VPS 6 after igniteservers left from the industry and all Servers from ignite stopped working so i requested for another VPS but this time that VPS was VPS 6 and its the biggest VPS from post4VPS(currently it is as i can't promise for future) and i am very pleased with it as it got massive resources for free. Let get the full detail about VPS 6. But there was only issue that we can't reinstall it just delete that VPS and Create a new one, but it doesn't decrease its awesomeness it have 4 Gigs of Ram and 80 Gigs of storage.


--------------------------------------------------------------------
Specification-

Disk Space 80 GB
RAM: 4 GB RAM
IP Addresses: 1x IPv4
Virtualization: KVM
Monthly Traffic: unlimited
Location: [Image: ca.gif] Canada
Control Panel: Post4VPS Panel
Connection: 100 MBit/s
Provided by: VPS-Hosting.ca
Terms: See Links Section
Requirements: Backlinks to VPS-Hosting.ca and Post4VPS are required.
--------------------------------------------------------------------
Damn too good configuration, isn't it? lets leave it and see it have 80 Gigs of storage and 4 Gigs of RAM and most favorite part it is KVM virtualized VPS which makes it too good without any fake results only real and quality VPS.



BenchMarks
 
FreeVPS BenchMarks Script V2 Copyright © 2015 Hidden Refugee

Code:
[root@vps6 ~]# wget freevps.us/downloads/bench.sh
 --2016-01-11 11:28:33--  http://freevps.us/downloads/bench.sh
 Resolving freevps.us... 198.57.47.101
 Connecting to freevps.us|198.57.47.101|:80... connected.
 HTTP request sent, awaiting response... 301 Moved Permanently
 Location: https://freevps.us/downloads/bench.sh [following]
 --2016-01-11 11:28:33--  https://freevps.us/downloads/bench.sh
 Connecting to freevps.us|198.57.47.101|:443... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 16711 (16K) [text/plain]
 Saving to: `bench.sh'
 
 100%[======================================>] 16,711      --.-K/s   in 0.1s

2015-12-04 23:08:34 (126 KB/s) - `bench.sh' saved [16711/16711]

[root@vps6 ~]# bash bench.sh
Benchmark started on Mon Jan 11 11:30:33 EST 2016
Full benchmark log: /root/bench.log

System Info
-----------
Processor       : Intel(R) Xeon(R) CPU           E7450  @ 2.40GHz
CPU Cores       : 4
Frequency       : 2393.890 MHz
Memory          : 3832 MB
Swap            : 991 MB
Uptime          : 2:16,

OS              : CentOS release 6.7 (Final)
Arch            : x86_64 (64 Bit)
Kernel          : 2.6.32-573.3.1.el6.x86_64
Hostname        : localhost.localdomain


Speedtest (IPv4 only)
---------------------
Your public IPv4 is XXX.XXX.XX.XX

Location                Provider        Speed
CDN                     Cachefly        1.45MB/s

Atlanta, GA, US         Coloat          533KB/s
Dallas, TX, US          Softlayer       469KB/s
Seattle, WA, US         Softlayer       338KB/s
San Jose, CA, US        Softlayer       297KB/s
Washington, DC, US      Softlayer       1.00MB/s

Tokyo, Japan            Linode          548KB/s
Singapore               Softlayer       91.0KB/s

Rotterdam, Netherlands  id3.net         134KB/s
Haarlem, Netherlands    Leaseweb        672KB/s

 Well from above benchmarks looks like it doesn't have required speed but you are wrong my friend as the slow speed was due to too far location of the server from these speed test servers, ah it seems you are not believing it then here is speedtest.net image for this VPS.


Speedtest results



Quote:[root@VPS6 ~]# ./speedtest-cli.py --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from KW Datacenter (XXX.XXX.XX.XX)...
Selecting best server based on latency...
Hosted by Rack and Data (Kitchener, ON) [0.79 km]: 14.853 ms
Testing download speed........................................
Download: 193.57 Mbit/s
Testing upload speed..................................................
Upload: 120.76 Mbit/s

Image proof

 [Image: 4990458159.png]


I/O Speed


Quote:Disk Speed
----------
I/O (1st run)   : 117 MB/s
I/O (2nd run)   : 109 MB/s
I/O (3rd run)   : 116 MB/s
Average I/O     : 114 MB/s
I told you it is KVM powered so the result can't be fake until this is powered by OpenVZ.


Performance
 
Disk Space


Quote:[root@VPS6 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
                       76G  804M   71G   2% /
tmpfs                 1.9G     0  1.9G   0% /dev/shm
/dev/sda1             477M   57M  395M  13% /boot
/dev/sr0              354K  354K     0 100% /mnt2


Read/Write Speed


Quote:[root@localhost ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GCool copied, 9.09159 s, 118 MB/s
Well its KVM powered so the result is 100% real.



Control Panel

Actually it dont have a panel yet as the previous one got damaged and it took time to fix it or create a new one so it decreases one point here as no control panel.


VPS Usage

After my development work i am going to use it as a hosting server. why? it have all required resources and it is fit for few website which can be hosted on it without any hassle, so major use of this server is only hosting along with some development.



Suggestions

 I would like to suggest them to use high internet connection as this speed is limited an can't serve much and also it having vSwap of only about 1GB it need to be at least 2 GB or above.



Final Ratings
 Its a good VPS for all type of development things(i guess it to be) and host websites as it have 4Gig of RAM so it would be nice hosting server including all the required things.

Final Rating 9/10



Links

Provider:- https://vps-hosting.ca
Post2host forum:- https://post4vps.com
Providers TOS:- http://vps-hosting.ca/tos-2012.php
Copied from:- http://webtinkers.net/showthread.php?tid=21


Thanks to waste your time while reading my Review(just kidding) [Image: wink.png] [Image: biggrin.png]
 
Thanks a lot to read my review [Image: heart.png] [Image: angel.png]
Posted by: Dynamo - 01-12-2016, 02:46 PM - Forum: Free VPS Providers - Replies (3)
VPSBiT's stock is Back !.

[Image: 251e6da633.png]
Claim your very own VPS now.

For getting this Free VPS you have to first visit this site.
Then scroll down there you will see
"How do I get the site coins?"
Just view the instruction how to make an account there and get free 50 CRT and then create an account at VPSBiT then order that Free VPS and pay from your Sitecoin account. that's all and you will get your VPS within minutes.
Hurry.. stocks are limited.

Pages (306): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,099
» Forum posts: 34,782

Full Statistics

Online Users
There are currently 751 online users.
» 0 Member(s) | 747 Guest(s)
Bing, Google, DuckDuckGo, Yandex

Latest Threads
Get LLHOST Netherlands Fe...
Forum: Others
Last Post: LLHOST
09-29-2025, 03:02 AM
» Replies: 0
» Views: 266
Super Fast LLHOST Netherl...
Forum: Value VPS Providers
Last Post: LLHOST
09-16-2025, 05:01 AM
» Replies: 0
» Views: 220
Get LLHOST Netherlands Fe...
Forum: Cheap Providers
Last Post: LLHOST
09-08-2025, 01:33 PM
» Replies: 0
» Views: 314
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers
Last Post: DewlanceHosting
08-16-2025, 03:12 AM
» Replies: 0
» Views: 450
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
08-16-2025, 03:10 AM
» Replies: 8
» Views: 5,440
Budget Dedicated Servers ...
Forum: Others
Last Post: HostNamaste
08-13-2025, 04:54 AM
» Replies: 2
» Views: 1,344
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers
Last Post: bestadvisor
07-13-2025, 09:36 AM
» Replies: 0
» Views: 644
[Promo] 30% Discount – VP...
Forum: Cheap Providers
Last Post: LLHOST
07-11-2025, 12:56 PM
» Replies: 0
» Views: 485
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers
Last Post: RIYAD
07-02-2025, 03:02 AM
» Replies: 0
» Views: 1,140
15% Lifetime Discount on ...
Forum: Cheap Providers
Last Post: LLHOST
06-25-2025, 05:03 AM
» Replies: 0
» Views: 474

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting