Posts

Begining with GitHub

Image
  GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and control changes to their code. To understand exactly what GitHub is, you need to know two connected principles: Version control Git In this article, I’ll first explain those two principles. Then, we’ll dig into more about GitHub and how you can actually use GitHub to your works. What Is Version Control? Version control helps developers track and manage changes to a software project’s code. As a software project grows, version control becomes essential. Take WordPress… At this point, WordPress is a pretty big project. If a core developer wanted to work on one specific part of the WordPress codebase, it wouldn’t be safe or efficient to have them directly edit the “official” source code. Instead, version control lets developers safely work through branching and merging . With branching , a developer duplicates part of the source code (called the reposito...

How to install XAMPP on linux?

Image
 What is XAMPP? XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.  X = Suitable For Any OS (Cross-platform) A = Include Apache Web Server M = Include MariaDB Database (PhpMyAdmin) P = PHP P = Perl How to download it? Visit Official website of XAMPP and download suitable version for your OS.  This link will directly bring you to the download page. 👇👇 https://www.apachefriends.org/download.html     Install XAMPP on Linux Make the installation package executable We will install the package through the Linux Mint command line(But this can apply for any Debian Based OS), The Terminal. In order to open the Terminal, either use the Dash or the Ctrl+Alt+T shortcut. After the Terminal is open, you need to move to your Downloads folder to access the file. 💢 Move to...

Arduino Project 3 - හොරු අල්ලන්න Alarm එකක් හදමු. (Theft Alarm Indicator)

Image
 ඔයාල කලින් Arduino වලින් Knight Rider Bulb System එකක් හැදුවා මතක ඇති. අද අපි Theft Alarm Indicator එකක් සරලව Arduino වලින් හදමු.  කොහොමද මේ Theft Alarm Indicator එක වැඩ කරන්නේ?      අපි මේ Arduino පරිපතයට දුර මැනගන්න පුලුවන් වෙන විදියට sensor එකක් ( HC-SR04 Ultrasonic Sensor) සෙට් කරනව. ඒ සංවේදකයේ නියමිත දුරක් ලබාදීලා ඒ දුර ප්‍රමාණය අඩු උනොත් තමයි Alarm එක ක්‍රියාත්මක වෙන්නෙ. HC-SR04 Ultrasonic Sensor එක ගැන දැනගමු.      HC-SR04 Ultrasonic Sensor එක සෝනාර් භාවිතයෙන් වස්තුවකට ඇති දුර හඳුනා ගැනීම සඳහා භාවිතා කරන සංවේදකයක්. ඕනෑම රොබෝ විද්‍යාත්මක ව්‍යාපෘති සඳහා එය ඉතා යෝග්‍ය වෙනවා. 2cm - 400 cm අතර දුරින් ඇති ඕනම වස්තුවක් හඳුනා ගන්න මේ Sensor එකට පුලුවන්.😯   Simple Robot Created by using HC-SR04 Ultrasonic Sensor       HC-SR04 Ultrasonic Sensor Pinout Details ☑️ VCC Pin - මේ pin එකෙන් තමයි  sensor එකට අවශ්‍ය බලය ලබාදෙන්නේ. Arduino board එකෙ 5V pin එකට සම්බන්ධ කරයි. ☑️ Trig Pin - Ultrasonic ශබ්ද තරංග නිපදවීම සඳහා Transmitte...

Activate Windows GodMode in Windows Vista 32 bit , Windows 7, 8, 10.

Image
  What is Windows God Mode?          Windows God Mode is a secret feature brings together more than 200 administrative tools and settings in one folder, to save you having to search for them individually. So, you do not need to worry about finding each and every feature in your computer. God mode folder will help it finally.      Here is the simple steps to create God Mode in any Windows OS. Step 01 🔆 Go to your desktop ➡ Right click ➡ New ➡ New Folder   🔆 Also, you can create a new folder by Ctl + Shift + N   short-cut key. Step 2 🔆 After create new folder, you must rename it as a  GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}     🔆 After rename it that folder icon will change into like below. Step 3 🔆 Double-click on God Mode and it's complete. You can see all administrative and manipulation tools of your computer, in a single folder.   🔆 If you want to remove God Mode, just right-click on God Mode an...

Arduino Project 2 - Knight Rider Effect in Arduino

Image
  Knight Rider Effect එක Arduino වල හදමු.      අපි පොඩි කාලේ ගොඩක් කැමැත්තකින්  බලපු Knight Rider මතකද?🥰  Knight Rider ගෙ කාර් එකේ තිබුන light එක වගේ එකක් අපි අද Arduino වලින් හදමු.       ඔයාලට මතක ඇති කලින් කරපු Arduino Project එක අපි කරේ Tinkercad Online Simulator එකේ. අද අපි Wokwi Online Simulator එකේ වැඩ කරමු. මම අන්තිමටම Tinkercad simulator එකේ මේ Project එක කරන Video එකකුත් දාලා තියෙන්නෙ. කැමති අයට ඒක බලන්නත් පුලුවන්.😉 Step 01       මුලින්ම කරන්න තියෙන්නේ Wokwi web site එකට ගිහින් Register වෙන්න. පහළ link එකෙන් ඔයාලට කෙලින්ම web site එකට යන්න පුලුවන්.                                                                                 https://wokwi.com/   Wokwi Logo ...