Skip to main content

First day at Uki

 The first day at Uki.

  • Linux is an open-source operating system.
  • The term Open-source refers to something people can modify, share, and also publish.
  • Linux operating system, Apache webserver application, Libre office, Mozilla firefox are some examples for open source.      Via Wiki
  • commands commonly used in Linux (in short forms)  Via doc
  1. ls-Used to show the contents of the file.
  2. pwd -Used to show the current path in the directory.
  3. ls -l -Used to show full information about the file.
  4. mkdir - Used to create a new folder.
  5. mv - Used to move the file.
  6. rmdir -Used to remove the folder.
  7. grep -Used to find a particular word in the file.
Here we use Terminal in ubuntu (like as cmd in windows) to edit, create, remove, move, modify, view, etc.

This is a Terminal code for viewing the current path 



To view the contents of the folder.



To view full information about the file/folder.
create a new folder.

move a file from a source to a destination.





I'm in the learning process.....
Hope it is a beginning....








 































Comments

Popular posts from this blog

HTML+CSS Styles.

 Margin style. Box model in CSS. Cursor style in CSS.

Boostrap 4

What is Bootstrap? Bootstrap is a free front-end framework for faster and easier web development Bootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels, and many other, as well as optional JavaScript plugins Bootstrap also gives you the ability to easily create responsive designs.  Why should I use bootstrap 4? Bootstrap 4 is the newest version of Bootstrap; with new components, a faster stylesheet, and more responsiveness. Bootstrap 4 supports the latest, stable releases of all major browsers and platforms. However, Internet Explorer 9 and down is not supported. If you require IE8-9 support, use Bootstrap 3. How does bootstrap 4 Work? Step 1: Setup and overview. Create an HTML page. Load Bootstrap via CDN or host it locally. Include jQuery. Load Bootstrap JavaScript. Put it all together. Step 2: Design your landing page. Add a navigation bar. Include custom CSS. Create a page ...

Movie card examples with CSS.

 Movie cards with CSS. Some new movie card designs with CSS References: https://freefrontend.com/css-movie-cards/ Here I shared one example(with HTML, CSS Coding) which I tried..... if you want more examples: https://freefrontend.com/css-movie-cards/ https://blog.avada.io/css/movie-cards/ https://newtodesign.com/7-css-movie-cards/ 😼😼😼Hope you get some new ideas about this topic.