Category Tech and IT

Set up a quick local web developer station through HTTPS only

From that start, I should be more precise, since otherwise, the title length will make most of the people be confused. So in fact, the story is like this, you usually have a bunch of VPSs or Linux machines but you like to have also a web server on your local machine that happens to run windows. And for that even though when you deploy a web app you might use another type of server, we all know that currently if you use a Windows-based machine you better go with apache. Only that in some recent ...

View full article

How to convert a MyISAM WordPress database easily

If you have an old WordPress database is possible that the engine for the MySQL/Maria tables to be MyISAM, and I don't know if you heard but the MySQL will drop MyISAM in the future. So we know that we can use the SQL query:

[code lang="SQL"] ALTER TABLE table_name ENGINE=InnoDB; [/code] 
So we just need the name of our tables and then do a search and replace(I used notepad++).
so we can get all the names if we use optimize tables from PHPMyAdmin, so do a select all optimize from PHPMyAdmin and ...
View full article

Personal GitLab on a home bare metal through Reverse proxy

If you don't want all your repositories on GitHub or other project hosting platforms, you can choose Gitlab. I guess you already know what GitLab is. It is very similar to the Gitlab platform and the best thing is that hosting is on your server, you can have private/internal/public repositories. You have some kind of open source security software that you can be used for nefarious uses, you want to make the source public but some big companies consider that this kind of code is not "open source...

View full article

Ads a type of artificial monetary system?

Grasping Ads value:

There is so many news about ads lately, mostly they involve some kind of change to large company ads system that is very important for that company as they are making billions of dollars with such system and practically this gives them the main flow of cash. You can call me stupid, but for me, the whole ads world is a bit confusing. It is hard to grasp why someone would pay so much for so little, yeah I know that the human brain is very prone to influence especially when the ... View full article