First open the terminal in Linux To start Docker :- To Stop Docker :-
Category: Linux
To disable the release upgrade prompt.Go to /etc/update-manager/release-upgrades. First open terminal in ubuntu. **Edit /etc/update-manager/release-upgrades file from ‘Prompt=lts’ to ‘Prompt=never’. Press Ctrl+O Save it and Ctrl+x to exit and Restart System.
To Create database from local file by using terminal:- At first open terminal (CTRL + ALT + T) and then type this following code:- Example:- Here:- Username = admin Password = admin37 New database = new_db Database want to import = demo_db.sql as this format:- mysql -u user_name(username of database) -ppassword(Database password)
Open terminal (CTRL + ALT + T) and then depending on action use this following code. To import database from local *.sql file by using terminal:- OR if you have a database username(as admin) and password(as admin137). Use this following code:-
Linux Directory Structure :- FHS, or File Hierarchy System, is what defines the file system structure on Linux but there are also a few directories that have not yet got a definition under this standard:- / ā The Root Directory :- On Linux, everything is found under the directory / which is also called the root directory. like C:/ on Windows operating system but without any drive letters. /bin ā
Phpstrom installation in Ubuntu(LINUX):- 1-> First Open the Terminal in Ubuntu. 2-> We have to install fist some dependencies:- Like need to install jdk. 3->After opening Terminal go to the following link of Phpstrom(Phpstrom official Site)