Earl Nightingale was an American radio speaker and author, dealing mostly with the subjects of human character development, motivation, and meaningful existence. He was the…
Continue reading The Strangest Secret by Earl Nightingale
Comments closedIdeas are free
Earl Nightingale was an American radio speaker and author, dealing mostly with the subjects of human character development, motivation, and meaningful existence. He was the…
Continue reading The Strangest Secret by Earl Nightingale
Comments closed
HTML2Canvas is a JavaScript library that allows users to take “screenshots” of webpages (or parts of it) directly on their browsers. The screenshot is based on the Document Object Model (DOM). Here’s how to use the HTML2Canvas JavaScript library.
Continue reading How to Screenshot a Webpage With HTML2Canvas and Javascript
2 Comments
QR Codes or Quick Response Codes are graphical representations of data. They are very much like barcodes but they contain much much more. Here are 9 free QR code generators for you to use in your next web project.
Continue reading Free QR Code Generators
Leave a Comment
PSD Wireframe Templates are graphical representations of mobile devicesand browsers. They are tools used designers and developers to conceptualize their ideas on paper prior to committing them to code. Here are 7 PSD Wireframe Templates for web and mobile.
Continue reading Free PSD Wireframe Templates for Mobile and Web Design
2 Comments
The first step to optimize your website, is to profile your website. Here are free tools to profile your website right now.
Continue reading Free Tools to Profile Your Website Right Now
2 Comments
There are instances when SSH misbehaves in CentOS. Sometimes, it is just so hard or annoying to login from a remote server to a local box. Here’s a possible work around.
Continue reading Slow CentOS 7 SSHD Access
Comments closed
OwnCloud 9 and Centos 7 OwnCloud does not come a default repository or package in CentOS 7. However, as previously mentioned everything in Linux, especially those that pertain to low level programming, is difficult to say the least.
Continue reading OwnCloud 9 and Centos 7
Leave a Comment
This post attempts to clarify/unify the procedure on Gammu-MySQL linking. In all honesty, this post should not exist. However, due to the incompatibilities or should I say finicky nature of Gammu as it relates to MySQL, I am left with no choice but to write a guide.
Continue reading GAMMU-MySQL Linking
Comments closed
This post is all about MySQL5.7 installation in Centos 7. This shouldn’t be a problem if you are using Centos 6 or other Linux distributions but in Centos 7, it is a totally different ballgame because in the latest stable release of this distribution, MySQL is no more. It is replaced by MariaDB — a MySQL fork by the same guys who built MySQL in the first place. Now, you understand why I resent Oracle.
Continue reading MySQL 5.7 on Centos 7
Comments closed
In this blog post, a concise process of compiling the CMake3 from source code is shared in detail. Cmake3 is an essential tool to have when compiling certain opensource software from scratch. In my case, I came upon it when I delved into the wonderful world of GSM gateways and the GAMMU framework.
Continue reading CMake3: How to Compile from Source
Leave a Comment
There are many reasons why computer users compress their files. The most common reason is to conserve storage. In Linux, there is quite a selection of compression tools available. There’s tar, gzip, bzip2, xz, and a lot more.
Continue reading How to Decompress .tar.bz2 Files in Linux
Comments closed
HTOP is an interactive process viewer similar to the top command installed in all Linux distributions. It is a free (GPL) process viewer based on the ncurses library. In the most basic sense, top and HTOP are the same except for certain extra functions such as the vertical and horizontal scroll. HTOP also displays all processes, command lines, and process trees running in the system. Unfortunately, HTOP is not installed by default in CentOS 7. There are two ways to install it. The first way is through the epel repository. The other is by compiling the facility from source. This article focuses on the latter and demonstrates the process in detail.
Continue reading HTOP on CentOS 7: How to Compile from Source
Leave a Comment
This article details the steps to Build a Centos 7 SMS Gateway from Source. This exists because the steps described in the previous article “Build a CentOS 7 SMS Gateway with Gammu” is fraught with issues. Lest it be misconstrued rather unfairly, what I mean by the term “fraught with issues” is that it works but not totally. In the case at bar, the gammu-smsd utility is missing from the rpms or more succintly, the terminal prompts – gammu-smsd: command not found.
Continue reading Gammu-SMSD: Command Not Found [Solved]
Leave a Comment
This article documents the steps to build a CentOS 7 SMS Gateway with Gammu. Backgrounder It has alway been a dream for me to interface a…
Continue reading Build a CentOS 7 SMS Gateway with Gammu
Comments closed
Two years ago (2014), I wrote the article “CentOS 6.5 Configuration Tips” to document the steps I take in building a CentOS 6.5 server. Through the years, it has saved me a lot of time in rolling out custom CentOS builds for client requirements. Truth be told, the article is a life saver. It allows me to build, customize, deploy, and deliver servers consistently all-the-time every time. Likewise, my coworkers benefit from the article because it provides a simple guide on how to install frugal CentOS 6.5 builds. Of course, at the end of the day, when they give me a properly configured server build, I benefit.
However, like everything else in the IT, things change quite quickly. Usually, there are minute changes here and there which may be annoying at times but are totally tolerable. But there are times, such as the case at hand, where the annoyances turn into complete nuisances.
To cut the story short, CentOS 7 is a substantial departure from CentOS 6.5. This departure makes the 2014 article on “CentOS Configuration Tips” partially obsolete. Thus, a new guide is warranted.
Continue reading Centos 7 Quickfixes
Leave a Comment