Technical Solution
| 3
min read
Generating SSH keys and using them for connecting to SSH servers is a straightforward process on Linux. But for Windows users, Windows does not provide any support for the SSH protocol by default. There is no SSH client that comes by default on Windows. Let alone generating keys.
Technical Solution
| 4
min read
WHM(Web Hosting Manager)
WHM is a web hosting application that provides access to various server tools and functions to help the server administrators and resellers. Using WHM, the administrator can
Drupal Technical
| 3
min read
A VPS lies somewhere in between shared hosting and dedicated servers in terms of the features it provides. VPS divides the server’s primary resources and gives you certain amount of diskspace, memory, processing speed and bandwidth, with freedom on the OS configuration. In the case of shared hosting its like a common pool from which you consume bandwidth, diskspace, and processing power until it is exhausted. You dont get much control over the OS config.
Technical Solution
| 3
min read
md5sum stands for message digest version 5, which is used to check file integrity whether the transferred files are corrupted or not. md5 is a command line utility used in both LINUX or MS-DOS/WINDOWS which generates and verifies message digests using the md5 algorithm. The md5 hash comparison detects changes in files that would cause errors. The possibility of errors is proportional to the size of the file. The possibility of errors will increase with the increase in size of the file.
Technical Solution
| 3
min read
[Ubuntu For Beginners] Have problems installing Skype in Ubuntu 12.04 Precise Pangolin?
If yes, the solution to all your problems are here.
You might have tried to install skype on your new Ubuntu 12.04 machine by going through the google search results for “install skype in ubuntu 12.04”. I too tried the same but got stuck with quite some errors. I was not able to find any good result on getting skype running on Ubuntu 12.04.
Technical Solution
| 5
min read
We use a VPS server hosted on the web as our shared projects folder to share files between our team members in a safe and secure way. This is set up in such a way that users can mount a folder on the VPS on to their local machines via SSHFS and access contents on the shared folder. The permissions in the folder is managed via a script that is running on the server. The script and its configuration is being managed using an automatic deployment process using git. In the following article we have described how you can set up your own secure shared folder on the web.
News
| 3
min read
A "Package", the name seems very familiar but what exactly is a package when it comes to a web hosting manager. As the names itself says its meaning. Yes!!! it's a collection. But when you ask "what ?" the answer is "The collection of some predefined specifications". Thus a package can be explained as a collection of predefined specifications which define what a user or domain may have access to. WHM should have at least one package configured to start creating new user accounts with it.