Skip to main content

Featured

The STEM Revolution: From Classrooms to Code Camps

  In Nepal, the "STEM Revolution" represents a significant departure from memorization and a move toward experiential, hands-on science, technology, engineering, and math education. This approach recognizes that although traditional classrooms are fundamental, they frequently fail to provide students with the critical thinking and problem-solving abilities that the modern world requires.  It is motivated by a shared understanding that in order for Nepal's youth to prosper in the digital era, they must not only comprehend ideas but also learn how to use them creatively to address pressing issues. Making education relevant and enabling students to be creators of technology rather than merely consumers are the goals of this revolution. Dynamic, unofficial learning settings like maker spaces, robotics clubs, and programming camps are at the core of this movement. These programs, which are frequently run by neighborhood tech companies and non-profits, act as dynamic centers...

Some Useful CMD Command

 CMD, or Command Prompt, is a command-line interpreter application available in most Windows operating systems. It provides a text-based interface for users to interact with the operating system by entering commands. Users can perform various tasks, such as navigating the file system, running programs, and executing system utilities, using a set of commands and parameters. CMD is often used for system administration, troubleshooting, and automation tasks in a Windows environment. It's a powerful tool for users who prefer command-line interfaces over graphical interfaces for certain tasks.


Terminal

Advantages

1. Uses to perform tasks and works.
2. Good for your networking, security and     hacking courier
3. Operating deep Operations like tasks     and services



Basic Commands


cdchange directory
cd/to go main drive
dirdisplay files and folders
dir /addisplay folders
dir /a-dto display files
md foldernameto make folder
rmdir foldernameremove directory
xcopy filename "folder name location"to copy files
del filenameto delet file
move filename "foldername"to move file
ren oldname newnameto rename
type nul > file.txtto create empty file
type file.txtto see the content of files in cmd
colorto change color for help in color type color ? in cmd
title TEXTto change title
treeto know all files

Comments

Popular Posts