Category: Linux, Windows, Mac
PHP script scheduling without cron jobs
PHP script scheduling without cron job Sometimes a website built in php needs to schedule a script on daily or hourly basis – for example, Reminder Emails, Newsletter emails or Database backups to be taken automatically. Normally, these types of
Installing windows after Ubuntu OS in a dual boot system
Preparing a dual boot system is quite easy when we install ubuntu after windows OS, but it became challenging when installing windows after Ubuntu OS. For this below are some steps you need to follow: 1. Boot your machine with
What is Visual Studio Code and its advantages
What is Visual Studio Code? What are the advantages of Visual Studio Code. Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It is a super fast and lightweight Source Code Editor which
Install node.js on Linux and Windows
How to Install node.js on Windows: You can install node.js for windows from Node.js website as they had provided the installer there. You need to run the .msi installer that is downloaded. Then Restart your computer as you won’t be
Popular Open source tools for stress testing of a web application
Popular Open source tools for stress testing of a web application What is Stress Test? Stress test is kind of real-time diagnostics performance test of a web application in order to determine the stability of your web application under heavy
How to Secure XAMPP Server (version older than 5.5) in your Production environment
In the older versions of XAMPP (below 5.5), there are a couple of security vulnerabilities. If you are running XAMPP in your production environment and don’t want to upgrade/install the higher version, then make sure you do few changes in
Zoho CRM Editions Comparison Table
Editions Free Edition Standard Edition Professional Edition Enterprise Edition CRM Plus Edition Pricing Monthly pricing (Billed annually) Free for 10 users $12 /user / month $20 /user / month $40 /user / month/td> $50 /user / month Monthly pricing (Billed
Linux Truncate (Log)File
Commands to empty logfile : 1. :>logfile – If logfile does not exist, this will create an empty log file, otherwise it will empty the existing file. 2. cat /dev/null > logfile – This is equivalent to above command. Command
Alter AWS S3 file permissions using S3 cmd
How to alter permissions of all files or files with a specific extension via s3 command line client tool (Linux)? S3 command line tool (S3 cmd) allows us to alter permissions of files and files with specific extensions inside S3