The acronym of LAMP stands for Linux, Apache, MySQL, and PHP. It’s straight forward to install LAMP on Ubuntu. To install apache: To install MySQL: During the installation, MySQL will ask you to set a root password. If you miss the chance to set the password while the program is installing, it is very easy… Continue reading Install LAMP Stack on Ubuntu
Category: Web Development
Using MySQL database via command line
If you’re a Unix user, and also a developer, then you’re surely love to do stuff with command line interface. It’s fun to work in a command line interface environment. Don’t be afraid. It’s easy to use MySQL database for basic operation via command line interface. To start mysql console: Then write your password when… Continue reading Using MySQL database via command line
Setting up my Ubuntu for Web Development
Update apt cache Install Guake Terminal If you love to work in terminal, then you’ll must love Guake terminal. By pressing F12, you can easily turn on/off the terminal. To install it, run: Add Guake to StartUp Applications After installing Guake terminal, it’ll not start automatically. To start Guake terminal when the machine boot: Goto… Continue reading Setting up my Ubuntu for Web Development
Laravel Installation: The easiest way
First time installing Laravel on Windows seems difficult for someone like me. That’s why, I’m writing step by step procedure on how to install laravel on Windows. Step-01: Download Composer At first, we need to setup the composer. For this, Go to composer’s website and download the Composer-setup.exe file from the Windows installer Section. Step-02:… Continue reading Laravel Installation: The easiest way
Using Emmet plugin in Sublime Text & Notepad++
যারা ওয়েব ডেভেলপমেন্টের সাথে জড়িত, তাদের প্রায় সবসময়ই HTML, CSS এর কোডগুলো নিয়ে কাজ করতে হয়। HTML, CSS এর কোডগুলো এমন যে, এগুলো আসলে একই লেখা বারে বারে লিখতে হয়। পুরো কোড টাইপ করে লিখাটা আসলেই অনেক সময় নষ্ট করে ফেলে। এর জন্য ভালো একটা Text Editor থাকলে কাজগুলো অনেক সহজ হয়ে যায়। এরকম একটা… Continue reading Using Emmet plugin in Sublime Text & Notepad++