Virif

[Solved Issue] Codeigniter .htaccess in IIS (Windows Server) not working

404 – File or directory not found. when use codeigniter in windows IIS I am Facing error message when deploy codeigniter php site to windows server 2013 (iis8) Error Showing when click in link of sub page: 404 – File or directory not found. The resource you are looking for might have been removed, had…

Explore More

Basic linux commands list

Now we’ll discus about some basic linux commands with examples, you’re almost always going to need those commands, so better to remember them. However from my experience, it’s much easier to remember if you write them with pen on paper, rather than just typing on terminal. 1. pwd command This command prints the location of your…

Explore More

How do I remove a full directory in Linux?

To remove a directory that contains other files or directories, use the following command. rm -r mydir In the example above, you would replace “mydir” with the name of the directory you want to delete. For example, if the directory was named “files”, you would type rm -r files at the prompt. Executing the above command would…

Explore More

How to Manage File and Folder Permissions in Linux

For many users of Linux, getting used to file permissions and ownership can be a bit of a challenge. It is commonly assumed, to get into this level of usage, the command line is a must. Although there is always far more power and flexibility to be had, running seemingly complicated command isn’t alwaysa necessity. With…

Explore More

How To Install and Secure phpMyAdmin on Ubuntu 18.04

Introduction While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt. phpMyAdmin was created so that users can interact with MySQL through a web interface. In this guide, we’ll discuss how to install and secure phpMyAdmin so that you…

Explore More