Articles
Stories about projects and life, easy-to-learn tutorials.
-
Upgrade Debian 9 Stretch to Debian 10 Buster
How to upgrade Debian GNU/Linux from Stretch (9) to Buster (10) safely and making sure all packages work after the upgrade. -
Creating a bootable Manjaro USB memory stick on Linux
Tips on how to create a bootable USB flash drive on Linux. Nowadays, Etcher is the easiest and best way to create a bootable USB drive. -
Remove unnecessary PHP sessions files on Debian
How to find hidden system files that keep filling hard drives and how to remove old and unnecessary PHP session files. -
Replace a line in a text file automatically every week with Linux bash shell script
My goal was to read the number in the file, and if the number is smaller than three add one to it, and if bigger reset the number to one. Write new to the file. -
Create a simple contact form in HTML, PHP and SQL
HTML Forms are one of the main points of interaction between a user and a web site. This tutorial teaches you how to make one. -
Embed Flickr photo albums on ProcessWire
A tutorial on how to set up Flickr photo galleries on ProcessWire. I modified Sergio's photo downloading script and made a Photobox effect for galleries. -
Offsetting achor links with fixed header
Using anchor links with a fixed header is a problem, as the body text may be hidden underneath the header. No JavaScript needed. -
Leverage browser caching for images, CSS and JavaScript apache2
Page load times can be significantly improved by asking visitors to save and reuse the files included in your website. -
How to automatic backup data in Linux
Rsync is a powerful tool that facilitates the transfer and synchronization of data between both local and remote systems. -
Backup your data automatically on Linux
Backups are one of the most important things when running a server and these scripts help backup your important data automatically. -
Animated smooth scrolling effect for one-page website
Every one-page website needs an animated smooth scrolling effect, and this script will rock your site. -
Add or remove class with JQuery based on vertical scroll
A tutorial to show how to use JavaScript and CSS to change the appearance of when scrolling down on the website. -
Add images to Drupal Views Search Page
Drupal Views is a powerful tool for all kind of mixed results but how to add images to Views' Page when url have '?'. Blocks can't help you, but PHP can. -
The 10 most common mistakes with PHP
Are you guilty of one of these common PHP mistakes? Refer to this list next time you're debugging PHP code. -
A beginner's guide to Drush
Drush is a command-line shell and scripting interface for Drupal. This tutorial help you understand how Drush works and how it makes your life easier. -
Parse Flickr's XML feed with PHP
This simple XML Flickr feed parser fetch newest photos and show them with links and thumbnails. -
A beginner's guide to MySQL / MariaDB
A basic tutorial how to take control of MySQL / MariaDB server, how to make a database and a user, and how to store information in the MySQL database. -
Parse an XML document with PHP
A simple PHP script which can store an XML document as a file to the server and use it for the website. Replaces file older than 24 hours. -
Set up TeamSpeak 3 server
Complete guide how to setup a TeamSpeak 3 Server as service on Linux server. -
Generate SSH keys and login to servers without passwords
SSH keys serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication. -
How to create a simple popup
Simple PHP / JavaScript popup created for Drupal but can be used with any platform. Popup works only once and again after the cookie is cleared.