Probably most of you out there already heard about Rikomagic, the Android based mini PC devices. Well i’ve been working with these Android devices for a while now and decided to share some of my knowledge about it with you all. This post is about Unpacking and Re-Packing Rikomagic Official Firmware. Why would you Unpack Rikomagic Firmware? […]
allposts
-
-
Posted in:
Cron Daemon and Cron Jobs
by Mitch Comments are off
Cron is a daemon on linux and unix based operating systems. Cron is a job scheduler which we can be used to configure jobs or run commands at a specific time in a day, month or year. Cron is quite configurable enabling us to run jobs and commands periodically, at fixed times or dates and also […]
-
Posted in:
HTML5 Has Transformed Mobile Gaming
by Mitch Comments are off
HTML5 has been a reality for some time now, with many of the internet’s popular brands developing their websites using this new web markup language. Quick HTML5 History Although talk of HTML5 has been referred to since a few weeks after the release of its predecessor, HTML4, way back in 1997, it took until around […]
-
by Mitch Comments are off
This is the next post in a series of posts about PostgreSQL and is actually a continuation from post on “PostgreSQL Create User – Manage Users“. If you followed my post on “PostgreSQL Create User – Manage Users” then you successfully created your firstPostgreSQL users and also assigned them desired rights and privileges. The next step is to […]
-
Posted in:
PostgreSQL Create User – Manage Users
As promised in one of the previous posts on “Install PostgreSQL Database on CentOS 6” here is a post describing how to manage PostgreSQL users (PostgreSQL create user, delete user, …). By now you have probably successfully installed and started PostgreSQL server on your linux machine, but empty PostgreSQL server is not useful in any way. The next […]
-
Posted in:
SSH Tunnel – Port Forwarding With SSH
SSH has a huge number of features, SSH Tunnel being just one of them. SSH Tunnel is a secure connection between two machines and is often refered to as “SSH Tunneling” or also “Port Forwarding”. Using the “ssh” command we can bind a desired port on a local machine to a desired port on a remote […]
-
by Mitch Comments are off
If you love playing slot games, and that too, in HD quality, then you would be happy to learn about the launch of Fruity King. Fruity King is a brand new mobile casino website that was introduced a few months ago, and has been talked about frequently since then. The exciting games on the site […]
-
by Mitch 10 Comments
Want to install and configure Postfix with Dovecot on CentOS 6? Or are you wondering whatPostfix orDovecot is? In case you are wondering (i hope not, since you stumbled on this page), Postfix is a mail server or a bit more fancy word for it – Mail Transfer Agent (MTA). Actually MTA tells you what this application does. It transfers the […]
-
Posted in:
Secure Your Linux Server With IPTables
by Mitch Comments are off
If you have a Linux server out there somewhere in the internet, you probably want to secure it and reflect some of the most common attacks to your server. If you are just starting out with your first server you must know, your server will be attacked. There are automated bots and scripts that scan […]
-
Posted in:
Configure IPTables on CentOS 6
by Mitch 3 Comments
IPTables is a service on linux systems, which allows a system administrator to configure rules and chains in tables provides by the Linux kernel firewall. IPTables is a Linux firewall service which enables you to accept, reject or drop (,…) packages based on the rules you applied. In this post we will learn how to cofigure iptables […]
-
by Mitch Comments are off
Today i was re-organizing my desktop computer running Fedora 20. Actually i installed a new SSD drive in it and been throwing data around to organize/create new partitions and filesystems – just the way i like it! 🙂 Since i decided to put my VirtualBox machine files on a separated partition i ran into the […]
-
Posted in:
Securing SSH Server – sshd_config
by Mitch Comments are off
Secure Shell (SSH) is a cryptographic network protocol for secure data communication. SSH is widely used on linux machines for console access and remote management. It is a server – client oriented network protocol which enables a secure communication between two network computers. The port on which SSH Server runs by default is 22. If […]