As the title says on the VPS Plans page the information about VPSes 9 is not up to date.
LightDestory,
- All the VPS has been migrated to KVM
- The disk space is now variable: 10GB to 100GB
LightDestory,
We've had discussions like these before. So am curious to update this information. What device/s are members using as their main device/s for posting in the Forum. Desktop computer/laptop computer/tablet/smart phone or other? Using a phone to just look at posts doesn't count - but if you are posting from more than one device I've enabled multiple choice for answers. I'm interested to know what your main device/s is/are for posting in the Forum.
Would be nice if you could discuss your choice in a post as well, and let us know what and why you prefer those devices.
If you are using a smart phone to post in the Forum, possibly you could also discuss challenges that are experienced with the Forum script while you are using your smart phone. If your smart phone is your main device for posting in the Forum, how do you think post4vps can improve your experience to make it easier to post by smart phone?
Would be nice if you could discuss your choice in a post as well, and let us know what and why you prefer those devices.
If you are using a smart phone to post in the Forum, possibly you could also discuss challenges that are experienced with the Forum script while you are using your smart phone. If your smart phone is your main device for posting in the Forum, how do you think post4vps can improve your experience to make it easier to post by smart phone?
I was recently fascinated by an article in Financial Times about virtual youtubing*. Being the new major trend at Youtube. According to Kevin Allocca, Head of Culture and Trends at YouTube, there have been 5,000 channels (since May 2019) self-describing as "virtual youtubers" and videos from these channels got more than a billion views.
So was wondering whether there were any members who have created virtual videos themselves? Or are interested in such?
I'd have thought this to be a major element in the design of new games. Looks as though this is an area where lots of money can be made if you hit it right?
What software would one use to create these videos with?
*Link removed - warning: (refer HR's shoutbox link here):
https://imgur.com/vsrg7oW
The above didn't come up for me when I Googled the article. However, may annoy other members as well, so have removed the Financial Times article link. If you are keen to read it maybe you could Google it with search words. I tried it a second time with Firefox, and was also able to get the article without being prompted for signing up.
So was wondering whether there were any members who have created virtual videos themselves? Or are interested in such?
I'd have thought this to be a major element in the design of new games. Looks as though this is an area where lots of money can be made if you hit it right?
What software would one use to create these videos with?
*Link removed - warning: (refer HR's shoutbox link here):
https://imgur.com/vsrg7oW
The above didn't come up for me when I Googled the article. However, may annoy other members as well, so have removed the Financial Times article link. If you are keen to read it maybe you could Google it with search words
Code:
Financial Times + Kevin Allocca
Even when you are not a die-hard gamer, there might be games which you can't stop playing. I'm not a gamer and haven't installed any latest games for a long long time. But there are 2 games so far I couldn't stop playing. I should have stopped long ago but I just couldn't or more like don't want to.
The first one is a browser game called Elvenar. This is my biggest problem. It's a boring city building game from INNO. I have been playing this like for 3 years now. It takes like one hour every single day. I just play the game because of the people I have met there. Now it has become a part of the daily routine of mine.
The second one is an ancient game. It's is a real-time strategy game released in 1998. That makes it nearly 20 years old. This game should have become obsolete and long gone. But it seems there is a faithful crowd of fans who would make it work for the current Windows system. At least it works fine in Windows 7 and previous. It's a quite rough and massive complicated game that has no in-game tutorials or guides. Compared to it's time this game has taken strategy gaming on an epic scale. I think I first played it like in 2005 or 2006 but still haven't got bored it with.
So do you guys have a game or 2 which you can't just leave and move on?
The first one is a browser game called Elvenar. This is my biggest problem. It's a boring city building game from INNO. I have been playing this like for 3 years now. It takes like one hour every single day. I just play the game because of the people I have met there. Now it has become a part of the daily routine of mine.
The second one is an ancient game. It's is a real-time strategy game released in 1998. That makes it nearly 20 years old. This game should have become obsolete and long gone. But it seems there is a faithful crowd of fans who would make it work for the current Windows system. At least it works fine in Windows 7 and previous. It's a quite rough and massive complicated game that has no in-game tutorials or guides. Compared to it's time this game has taken strategy gaming on an epic scale. I think I first played it like in 2005 or 2006 but still haven't got bored it with.
So do you guys have a game or 2 which you can't just leave and move on?
A few days ago I passed the exam and got a certificate!
Now I have to face the thing that makes me want to throw my PC off the table !, a problem on the web server!
A few hours ago I tried to fix this problem but it didn't work!
If you have a solution, please post below!
I am giving screnshot via Smartphone now because my PC cannot be turned on!
Now I have to face the thing that makes me want to throw my PC off the table !, a problem on the web server!
A few hours ago I tried to fix this problem but it didn't work!
If you have a solution, please post below!
I am giving screnshot via Smartphone now because my PC cannot be turned on!
Installing Docker & Portainer on Debian 10
Hello Post4VPS Community
A few days ago I was talking with a few work colleagues from the IT department in which I work as a full time staff at my current employer. We were talking about Docker and that we're looking forward to use it more and replace all our standalone Linux servers and applications with Docker containers to reduce work and maintenance load caused by them. We run a monitoring system, a ticket system and a UniFi controller on seperate physical and virtual Linux servers with different Debian OS versions (8 which is EOL soon if it isn't already and 9). Every of these services requires a web server, PHP (or Redis/Ruby) and a database engine. So you can image how much work it is to install all of this for each of the servers, install the individual applications and maintain everything over all the years. The company I work for is mid sized but we have several branches in addition to our main HQ. The IT department is basically too small to manage the amount of people and systems that we have. We have taken steps forward to fix this issue already by hosting some important servers off site through a IT contractor and we're looking forward to hire new staff.
Anyway. TL;DR: we want to port all our dedicated Linux machines into Docker containers to reduce workload and maintenance on them. As I mentioned before we already use Docker and want to use it more often. The problem with this is that "we" currently is one staff who is very into Docker and has set everything up with a full dedicated server and a powerful VM as a Docker Swarm (although Docker Swarm is history now with the purchase by Kubernetes). What does that mean? Well, one simple and important thing: we need at least a second Docker administrator to jump in for cases where stuff goes wrong or to create new projects in Docker and maintain them. Guess who that is. Right, it is me. My problem: aside from reading things about Docker and always wanting to try it out I never did and never had the chance due to way too much work.
How is that story related to this tutorial? I have a VPS 16 with 12 GB of RAM and 200 GB of storage space. I have projects I want to run that would actually also require many different components to be installed separately if done without Docker. And that is the point where my job meets my hobby. I want to learn how to use Docker and Portainer (we use this to manager our Docker containers) and use this knowledge to run the projects I wanted to host on my VPS 16. Through this and maybe other tutorials I want to share my journey and experience with you.
Let's get ready.
Requirements
Other than that you simply need time and fun with learning and hosting new things. Docker and similar container technologies are becoming the future of hosting and cloud hosting because they're easy to use and maintain after you've learned how to handle it all. There are a lot of helpful tools such as Portainer, Traefik and others.
Now to the guide.
Step 1
First of all login into your server as root or as a user that has administrative access. After you're in it's time to update the server to the latest package versions and state. Run the command below to update Debian 10 to the latest version.
Update commands:
(Remember to use sudo infront of the commands if you're not root).
After you're done with updating I would recommend to reboot the server once to make sure all updates are applied properly. Once the server is back we can install everything needed to get the latest version of Docker for Debian 10.
First install a few important tools to which will allow apt to download packages over HTTPS by using the command below.
Now download and import the repo key of the official Docker repo for Debian by using the commands below.
After that is done we can add the repo to the Debian package sources with the following commands.
Now update the local package database on your server with the command below.
Step 2
At this point we can install Docker on the server by using the commands below.
The installation process will take a while. Just wait until you are at the terminal again and can enter further commands.
Check if the Docker services are running with the command below.
If it isn't running start it with the following command.
If it isn't starting due to some kind of issue or error feel free to open a support thread here or consult Google and other sites. Most important read the Docker documentation, too!
Docker is now installed on the server.
Step 3
Finally we can install Portainer to manage our Docker containers. Actually Portainer is already a Docker container that manages all the other Docker containers we want to run. So we're already installing our first container!
To install Portainer on your server run the commands below.
This two commands will create a volume for Portainer where all the configurations and other files are stored for it and then it will create a Portainer Docker container. After running this commands you can access Portainer on port 9000 already. Just open it in your web browser by going to IP:9000 oder domain:9000. There you can do the first configuration such as setting up a password and a administrator username.
This is how Portainer looks like after you login the first time:
![[Image: MOnYR9q.png]](https://i.imgur.com/MOnYR9q.png)
We're at the point where we have Docker and Portainer running already. Data is stored in the volume that was created before. The volume is located in /var/lib/docker/volumes/. You can find out the location by running the following command.
Result would be like this:
Now that Portainer is installed you can start using it. I would recommend to use its documentation to get started. This guide is purely for the installation of it as I haven't started using it actively, yet. I wanted to install Docker and Portainer to have something to begin with.
Docker documentation: https://docs.docker.com/
Portainer documentation: https://portainer.readthedocs.io/en/latest/index.html
I hope you can make use of this guide. I'm about to start learning how to use Docker with their official documentation and the same for Portainer.
This guide was infact created by reading both documentations and applying them on my own server successfully.
A few days ago I was talking with a few work colleagues from the IT department in which I work as a full time staff at my current employer. We were talking about Docker and that we're looking forward to use it more and replace all our standalone Linux servers and applications with Docker containers to reduce work and maintenance load caused by them. We run a monitoring system, a ticket system and a UniFi controller on seperate physical and virtual Linux servers with different Debian OS versions (8 which is EOL soon if it isn't already and 9). Every of these services requires a web server, PHP (or Redis/Ruby) and a database engine. So you can image how much work it is to install all of this for each of the servers, install the individual applications and maintain everything over all the years. The company I work for is mid sized but we have several branches in addition to our main HQ. The IT department is basically too small to manage the amount of people and systems that we have. We have taken steps forward to fix this issue already by hosting some important servers off site through a IT contractor and we're looking forward to hire new staff.
Anyway. TL;DR: we want to port all our dedicated Linux machines into Docker containers to reduce workload and maintenance on them. As I mentioned before we already use Docker and want to use it more often. The problem with this is that "we" currently is one staff who is very into Docker and has set everything up with a full dedicated server and a powerful VM as a Docker Swarm (although Docker Swarm is history now with the purchase by Kubernetes). What does that mean? Well, one simple and important thing: we need at least a second Docker administrator to jump in for cases where stuff goes wrong or to create new projects in Docker and maintain them. Guess who that is. Right, it is me. My problem: aside from reading things about Docker and always wanting to try it out I never did and never had the chance due to way too much work.
How is that story related to this tutorial? I have a VPS 16 with 12 GB of RAM and 200 GB of storage space. I have projects I want to run that would actually also require many different components to be installed separately if done without Docker. And that is the point where my job meets my hobby. I want to learn how to use Docker and Portainer (we use this to manager our Docker containers) and use this knowledge to run the projects I wanted to host on my VPS 16. Through this and maybe other tutorials I want to share my journey and experience with you.
Let's get ready.
Requirements
- A dedicated or virtual server with Debian 10 64 Bit. If it is a VM/VPS I would recommend KVM, Hyper-V, VMWare or other hardware virtualization.
- The server should be compatible with Docker without limitations created by virtualization like OpenVZ or others.
- Root or administrative access (sudo) on your server and basic Linux experience to manage the server.
Other than that you simply need time and fun with learning and hosting new things. Docker and similar container technologies are becoming the future of hosting and cloud hosting because they're easy to use and maintain after you've learned how to handle it all. There are a lot of helpful tools such as Portainer, Traefik and others.
Now to the guide.
Step 1
First of all login into your server as root or as a user that has administrative access. After you're in it's time to update the server to the latest package versions and state. Run the command below to update Debian 10 to the latest version.
Update commands:
Code:
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -yAfter you're done with updating I would recommend to reboot the server once to make sure all updates are applied properly. Once the server is back we can install everything needed to get the latest version of Docker for Debian 10.
First install a few important tools to which will allow apt to download packages over HTTPS by using the command below.
Code:
apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common -yNow download and import the repo key of the official Docker repo for Debian by using the commands below.
Code:
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -After that is done we can add the repo to the Debian package sources with the following commands.
Code:
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"Now update the local package database on your server with the command below.
Code:
apt-get updateStep 2
At this point we can install Docker on the server by using the commands below.
Code:
apt-get install docker-ce -yThe installation process will take a while. Just wait until you are at the terminal again and can enter further commands.
Check if the Docker services are running with the command below.
Code:
systemctl status dockerIf it isn't running start it with the following command.
Code:
systemctl start dockerIf it isn't starting due to some kind of issue or error feel free to open a support thread here or consult Google and other sites. Most important read the Docker documentation, too!
Docker is now installed on the server.
Step 3
Finally we can install Portainer to manage our Docker containers. Actually Portainer is already a Docker container that manages all the other Docker containers we want to run. So we're already installing our first container!
To install Portainer on your server run the commands below.
Code:
docker volume create portainer_data
docker run -d -p 9000:9000 -p 8000:8000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainerThis two commands will create a volume for Portainer where all the configurations and other files are stored for it and then it will create a Portainer Docker container. After running this commands you can access Portainer on port 9000 already. Just open it in your web browser by going to IP:9000 oder domain:9000. There you can do the first configuration such as setting up a password and a administrator username.
This is how Portainer looks like after you login the first time:
![[Image: MOnYR9q.png]](https://i.imgur.com/MOnYR9q.png)
We're at the point where we have Docker and Portainer running already. Data is stored in the volume that was created before. The volume is located in /var/lib/docker/volumes/. You can find out the location by running the following command.
Code:
docker volume inspect portainer_dataResult would be like this:
Code:
[
{
"CreatedAt": "2019-12-13T13:15:01-05:00",
"Driver": "local",
"Labels": {},
"Mountpoint": "/var/lib/docker/volumes/portainer_data/_data",
"Name": "portainer_data",
"Options": {},
"Scope": "local"
}
]Now that Portainer is installed you can start using it. I would recommend to use its documentation to get started. This guide is purely for the installation of it as I haven't started using it actively, yet. I wanted to install Docker and Portainer to have something to begin with.
Docker documentation: https://docs.docker.com/
Portainer documentation: https://portainer.readthedocs.io/en/latest/index.html
I hope you can make use of this guide. I'm about to start learning how to use Docker with their official documentation and the same for Portainer.
This guide was infact created by reading both documentations and applying them on my own server successfully.
Hello everyone,
I’ve got a very old laptop of mine which is currently my only windows system. However, it is an extremely low-end laptop with horrible specs as follows:
Single core intel atom at 1.82Ghz
2GB of DDR2 RAM
300GB HDD
Windows 8.1 (originally came with windows 7 starter, but it somehow runs much better on windows 8.1. I tried Windows 10 and it was on the verge of unusable).
It has become significantly harder to manually detect malware and delete it, which is what I’ve done in the past.
I’ve used several paid antivirus software before, the ones that you can buy on any electronic store (such as Kaspersky). But they just seem to be too heavy for my low speced laptop, so it struggles to do anything with the antivirus process running.
And hence, are there any extremely light antivirus software that are also free? I’ve already paid enough for other antiviruses and don’t see myself spending more money on more.
Thanks
I’ve got a very old laptop of mine which is currently my only windows system. However, it is an extremely low-end laptop with horrible specs as follows:
Single core intel atom at 1.82Ghz
2GB of DDR2 RAM
300GB HDD
Windows 8.1 (originally came with windows 7 starter, but it somehow runs much better on windows 8.1. I tried Windows 10 and it was on the verge of unusable).
It has become significantly harder to manually detect malware and delete it, which is what I’ve done in the past.
I’ve used several paid antivirus software before, the ones that you can buy on any electronic store (such as Kaspersky). But they just seem to be too heavy for my low speced laptop, so it struggles to do anything with the antivirus process running.
And hence, are there any extremely light antivirus software that are also free? I’ve already paid enough for other antiviruses and don’t see myself spending more money on more.
Thanks
I knew that there are lots of beginner and students who want to run a blog or website for making money for his college projects, so if you're one of them and wan to host your website without paying any single penny from your pocket then this list will be helpful for you guys. After lots of research and testing, we found these top free web hosting provider over the internet.
Top Free Web Hosting provider List for 2020
![[Image: EgnbzUT.png?1]](https://i.imgur.com/EgnbzUT.png?1)
#1 GoogieHost [Recomenaded by top bloggers]
#2 VPSFreeHosting
#3 ProfreeHost
#4 Weebly
#5 000webhost
You can choose one of them and host your website without paying anything. Enjoy! Don't forget to upvote! and like!
Top Free Web Hosting provider List for 2020
![[Image: EgnbzUT.png?1]](https://i.imgur.com/EgnbzUT.png?1)
#1 GoogieHost [Recomenaded by top bloggers]
#2 VPSFreeHosting
#3 ProfreeHost
#4 Weebly
#5 000webhost
You can choose one of them and host your website without paying anything. Enjoy! Don't forget to upvote! and like!
Hi . I need software to compress my website images. As you know compression of images is an important point in SEO of a website. Thank you if you introduce one of their best to my servant that will make the images up to 16 KB in size. (With best quality)
hey guys,
the other day my laptop got turned off automatically due to low charge but after that i am unable to use my laptop there is a disk F which inaccessible and whenever i try to open this error pops up.
"The disk is inaccessible the disk parameter is incorrect"
Searched google but there is no helpfull solution.
i have tried one thing till now for solving but no solution
1) tried chkdisk
the other day my laptop got turned off automatically due to low charge but after that i am unable to use my laptop there is a disk F which inaccessible and whenever i try to open this error pops up.
"The disk is inaccessible the disk parameter is incorrect"
Searched google but there is no helpfull solution.
i have tried one thing till now for solving but no solution
1) tried chkdisk
| Welcome, Guest |
|
You have to register before you can post on our site. |
| Search Forums |
|
(Advanced Search) |
| Forum Statistics |
|
» Members: 2,271 » Latest member: orzpainter » Forum threads: 3,100 » Forum posts: 34,783 Full Statistics |
| Online Users |
|
There are currently 296 online users. » 0 Member(s) | 292 Guest(s) Bing, Applebot, Google, Yandex |
| Latest Threads |
|
⚡ EnjoyVPS.Com : 35+ Glob...
Forum: Others Last Post: RIYAD 01-06-2026, 01:21 AM » Replies: 0 » Views: 539 |
|
Get LLHOST Netherlands Fe...
Forum: Others Last Post: LLHOST 09-29-2025, 03:02 AM » Replies: 0 » Views: 984 |
|
Super Fast LLHOST Netherl...
Forum: Value VPS Providers Last Post: LLHOST 09-16-2025, 05:01 AM » Replies: 0 » Views: 687 |
|
Get LLHOST Netherlands Fe...
Forum: Cheap Providers Last Post: LLHOST 09-08-2025, 01:33 PM » Replies: 0 » Views: 814 |
|
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers Last Post: DewlanceHosting 08-16-2025, 03:12 AM » Replies: 0 » Views: 949 |
|
Buy DemoTiger Videos on c...
Forum: Others Last Post: DewlanceHosting 08-16-2025, 03:10 AM » Replies: 8 » Views: 6,539 |
|
Budget Dedicated Servers ...
Forum: Others Last Post: HostNamaste 08-13-2025, 04:54 AM » Replies: 2 » Views: 1,980 |
|
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers Last Post: bestadvisor 07-13-2025, 09:36 AM » Replies: 0 » Views: 1,419 |
|
[Promo] 30% Discount – VP...
Forum: Cheap Providers Last Post: LLHOST 07-11-2025, 12:56 PM » Replies: 0 » Views: 1,006 |
|
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers Last Post: RIYAD 07-02-2025, 03:02 AM » Replies: 0 » Views: 2,246 |