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

Fourth day at Uki

 Programming Languages. The programming language is a formal language comprising a set of instructions that produce various kinds of output. Programming languages are used in computer programming to implement algorithms. Because the computer only understands "0 and 1" Most programming languages consist of instructions for computers. Javascript, Java, Python, C#, C++, HTML, CSS, RUBY, NodeJS are some examples of web development languages used in programming. Moreover, we can simplify our problems with Flowchart and Pseudo code before coding in programming languages. Look at this image, This is a simple flow chart to solve a problem HTML -Hyper Text Markup Language. I strongly suggest learning HTML first with  https://www.w3schools.com/ It's a learner base code academy to learn quickly. We can use Notepad++, Visual studio code, Atom.io (via  https://en.wikipedia.org/wiki/List_of_HTML_editors ) This is an example of a basic heading style in HTML This is the output. Paragraph...

HTML+CSS Styles.

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

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.