Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 596 online users. » 0 Member(s) | 595 Guest(s) Google
|
|
|
Forget Selfie Sticks: This Drone Captures Photos and Videos in Midair |
Posted by: Uvais - 12-27-2016, 03:42 PM - Forum: Technology News
- Replies (8)
|
|
[img=553x0]http://www.livescience.com/images/i/000/088/248/original/AirSelfie.jpeg?interpolation=lanczos-none&fit=inside|660:*[/img]
The AirSelfie drone can capture photos and videos in midair.
Credit: AirSelfie
Instead of extending your arm or using a selfie stick to snap shots of you and your crew, you could use a new pocket-size drone — dubbed the "AirSelfie" — to help you remotely capture aerial photos and videos.
The AirSelfie is the brainchild of Italian entrepreneur Edoardo Stroppiana, who came up with the idea in 2014. "AirSelfie is specifically designed and produced for people who used to think drone cameras are extremely complicated to use — too expensive and bulky," Stroppiana said.
The AirSelfie is equipped with a 5-megapixel camera that can shoot full high-definition (HD) 1080p video, as well as a 4GB microSD card. Using the AirSelfie, people, groups and companies can take pictures of themselves, their backgrounds and their projects from distances, heights and angles that they never could using their arms or a stick, Stroppiana said.
The drone's four rotors help it fly up to 65 feet (20 meters) in the air. The flying camera measures only about 3.72 by 2.65 by 0.42 inches (9.45 by 6.73 by 1.07 centimeters) — "smaller than a smartphone," Stroppiana said — and weighs 1.83 ounces (52 grams)
Article Taken from LiveScience.com
|
|
|
How to install OGP on CentOS [Agent] |
Posted by: Uvais - 12-27-2016, 03:29 PM - Forum: General Discussion
- Replies (6)
|
|
Hi, again. So this tutorial shows how to install agent on the panel. You cannot add a gameserver until you have this agent.
Updates and Installation :
Code: sudo yum -y update
sudo yum -y install epel-release wget subversion git
sudo yum install -y perl-libwww-perl proftpd proftpd-utils perl-ExtUtils-MakeMaker glibc.i686 glibc libgcc_s.so.1 perl-IO-Compress-Bzip2
After successfully installing the updates , we have to move on to installing the agent. For this we will use :
Code: wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_agent_rpm-1.0.0-1.noarch.rpm" -O "ogp_agent.rpm"
sudo yum install -y "ogp_agent.rpm"
Done with this?
You might need to restart Pro-FTPD services to get it working.
Code: sudo sed -i "s/^LoadModule\( \)*mod_auth_file.c/#LoadModule mod_auth_file.c/g" "/etc/proftpd.conf"
sudo service proftpd restart
Last step, You will be needing the ogp enc key. To install remote server.
Code: sudo cat /root/ogp_enc_key
|
|
|
How to install OGP on CentOS [Panel] |
Posted by: Uvais - 12-27-2016, 03:21 PM - Forum: General Discussion
- Replies (7)
|
|
Hi , Today im going to tell everyone how to make open game panel on centOS. It is clearly the best game hosting panel as it uses less ram and supports almost all games. This is for centos 6. This tutorial is taken from opengamepanel.com.
First you need to update and install everything by the following commands:
Code: sudo yum -y install epel-release wget subversion git
sudo yum -y install mysql-server
sudo service mysqld restart
sudo mysql_secure_installation
sudo chkconfig mysqld on
After updating, you have to use these commands to get and install the panel onto the system:
Code: wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/CentOS/ogp_panel_rpm-1.0.0-1.noarch.rpm" -O "ogp_panel.rpm"
sudo yum -y install "ogp_panel.rpm"
After this process the following commands :
Code: sudo bash /var/www/html/create_db.sh
sudo shutdown -r now
You should now disconnect from the vps. This is because you just ran a shutdown command. Now connect again.
Use this command to get database password ( You will be needing this for database setup in ogp installation ):
Code: sudo cat /root/ogp_panel_mysql_info
Now open your browser and put in the ip of your vps.
Fill in the information needed. When it asks for the mysql database use this information
MySQL Host = "localhost"
MySQL User = "ogpuser"
MySQL Database Name = "ogp_panel"
For password you need to process the above command. You are done! You have successfully installed ogp on your system.. Did you face any problem while installing? Pm me. Check the other thread for OGP Agent.
|
|
|
|