Posts

Showing posts from September, 2015

How To Install and Secure phpMyAdmin

Image
How To Install and Secure phpMyAdmin Relational database management systems like MySQL are needed for a significant portion of web sites and applications. However, not all users feel comfortable administering their data from the command line. To solve this problem, a project called phpMyAdmin was created in order to offer an alternative in the form of a web-based management interface. In this guide, we will demonstrate how to install and secure a phpMyAdmin configuration on an Ubuntu 14.04 server. We will build this setup on top of the Nginx web server, which has a good performance profile and can handle heavy loads better than some other web servers. Before we begin, there are a few requirements that need to be settled. Ubuntu Server LEMP (Linux, Nginx, MySQL, and PHP) stack on your Ubuntu server. Install phpMyAdmin With our LEMP platform already in place, we can begin right away with installing the phpMyAdmin software. sudo apt-get update sudo apt-get install phpmyadmin During the in

How to VNC Through SSH Tunnel

Image
VNC, or “Virtual Network Computing”, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. VNC makes managing files, software, and settings on a remote server easier for users who are not yet comfortable with working with the command line. In this guide, we will be setting up VNC on an Ubuntu server and connecting to it securely through an SSH tunnel. The VNC server we will be using is TightVNC, a fast and lightweight remote control package. This choice will ensure that our VNC connection will be smooth and stable even on slower Internet connections. How to VNC Through SSH Tunnel: Prerequisites Before you begin with this guide, there are a few steps that need to be completed first. You will need an Ubuntu server installed and configured with a non-root user that has  sudo  privileges. Once you have your non-root user, you can use it to SSH into your Ubuntu server and continue with the installation of y

How To Open TCP/UDP Sockets

Image
How to open TCP/UDP sockets using a built-in feature in Bash ? Bash shell has a built-in feature that allows to open TCP/UDP sockets using a simple syntax. This is very useful when tools like netcat are not installed or we don’t have the permission to use it. The syntax is $ exec {file-descriptor}<>/dev/{protocol}/{host}/{port} {file-descriptor}  – 0, 1 and 2 are seserved for stdin, stout and stderr respectively. At least 3 must be used. The Bash manual suggest to be careful in using descriptors above 9 since there could be conflict with descriptors used internally by the shell. <>  – the file is open for both reading and writing {protocol}  – TCP or UDP {host}  – ip address or domain name of the host {port}  – logic port Sockets can be closed using $ exec {file-descriptor}<>&- To send a message through the socket echo -e -n "$MSG_OUT" >&3 or printf "$MSG_OUT" >&3 To read a message from the socket read -r -u -n $MSG_IN <&3

Windows Genuine Keys XP To W10

Image
Operating System: Microsoft Windows 8.1 Pro with Media Center 64-bit Serial Key: 4FY98-BKG77-HX482-HPJRV-6XWKG ------------------ Operating System: Microsoft Windows 8.1 Professionnel 64 bits Serial Key: VKTXG-GXXY3-W97QP-GP4PV-PWD3K ------------------ Operating System: Microsoft Windows Server 2012 R2 Foundation 64 bits Serial Key: P6R77-F9TV6-WFDJW-8WPBV-KHHKB ------------------ Operating System: Microsoft Windows? Small Business Server 2011 Standard  64-bit Serial Key: 2QWT9-FMJ8G-99KPY-4MRQJ-XXX3W ------------------ Operating System: Microsoft Windows?7 ?dition Int?grale  64 bits Serial Key: 2Y4WT-DHTBF-Q6MMK-KYK6X-VKM6G ------------------ Operating System: Microsoft Windows 7 Professional  64-Bit Serial Key: 32KD2-K9CTF-M3DJT-4J3WC-733WD ------------------ Operating System: Microsoft Windows 7 Ultimate  64-bit Serial Key: JC7BV-94FD2-D86PH-XRMHR-BXKDG ------------------ Operating System: Microsoft Windows 7 Ultimate  32-Bit Serial Key: 342DG-6YJR8-X92GV-V7DCV-P4K27 ---------------