Skip to content

Commit

Permalink
Update post.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal authored Jan 21, 2024
1 parent 0e91cd8 commit 4ef9a9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/json/post.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"result": [

{
"title": "Windows CMD Commands You Must know",
"url": "/article.html?view=article-4-2080",
"description": "Windows CMD Commands Cheat Sheet",
"content":"<h2>Files and Folders Management</h2><ul><li><b>COPY</b> - Copies files to another location</li><li><b>DIR</b> – Displays files and folders in the current directory</li><li><b>DEL or ERASE</b> - Deletes files</li><li><b>EDIT</b> - Starts file editor</li><li><b>CD</b> - Changes directory</li><li><b>EXPAND</b> - Decompresses compressed files</li><li><b>FC</b> - Compares files and shows the differences between them</li><li><b>FIND</b> - Finds a text string in the file</li><li><b>MD or MAKEDIR</b> - Creates a folder</li><li><b>MOVE</b> - Moves files from one folder to another</li><li><b>PRINT</b> - Prints out the text file contents</li><li><b>RD or RMDIR</b> - Deletes a folder</li><li><b>REN or RENAME</b> - Renames a file or folder</li><li><b>REPLACE</b> - Replaces files in one directory with files of the same name in another directory (overwrite)</li><li><b>ROBOCOPY</b> - Uses an advanced tool to copy files and directories</li><li><b>TREE</b> - Shows directory structure of a disk or folder</li><li><b>TYPE</b> - Displays the contents of text files</li><li><b>OPENFILES</b> – Manages opened local or network files</li><li><b>XCOPY</b> - Copies files and directory trees</li></ul><h2>Applications and Processes</h2><ul><li><b>SCHTASKS</b> - Executes a command or starts a scheduled application (Task Scheduler)</li><li><b>SHUTDOWN</b> - Shuts down or reboots your computer</li><li><b>TASKLIST</b> - Lists the tasks being performed</li><li><b>TASKKILL</b> - Stops or halts a task (to stop a task, you use a PID which you can find out from TASKLIST)</li><li><b>REG</b> – Starts registry editor</li><li><b>RUNAS</b> - Launches the task as another user</li></ul><h2>Disks Management</h2><ul><li><b>CHKDISK</b> - Checks disk and shows statistics</li><li><b>DEFRAG</b> – Starts disk defragmentation</li><li><b>CHKNTFS</b> - Displays or changes execution of disk check at boot</li><li><b>COMPACT</b> - Displays and changes the compression of files in NTFS partitions</li><li><b>CONVERT</b> - Converts FAT disk volume to NTFS</li><li><b>DISKPART</b> - Displays and adjusts disk partition properties</li><li><b>FORMAT</b> - Formats the disk</li><li><b>FSUTIL</b> - Displays and configures file system properties</li><li><b>LABEL</b> - Creates, changes, or deletes a disk volume label</li><li><b>RECOVER</b> - Recovers data from a bad or damaged disk</li><li><b>VOL</b> - Displays volume label and serial number for the disk</li></ul><h2>System Information</h2><ul><li><b>DATE</b> - Outputs or sets the current date</li><li><b>TIME</b> - Displays or sets the system time</li><li><b>DRIVERQUERY</b> - Displays the current state and properties of the device driver</li><li><b>HOSTNAME</b> - Displays name of the computer</li><li><b>SYSTEMINFO</b> - Shows configuration information about your computer</li><li><b>VER</b> - Allows you to view the Windows version</li><li><b>GPRESULT</b> – Displays current applied group policies (RSoP)</li><li><b>GPUPDATE</b> – Updates group policies</li></ul><h2>Network</h2><ul><li><b>IPCONFIG</b> - Shows information about network interfaces</li><li><b>PING</b> – Sends ICMP requests to the target host, checks host availability</li><li><b>TRACERT</b> - Finds the path for packets traveling over the network</li><li><b>NSLOOKUP</b> - Finds IP address by resource name</li><li><b>ROUTE</b> - Displays network route tables</li><li><b>ARP</b> - Shows a table with IP addresses converted into physical addresses</li><li><b>NETSH</b> – Starts a network settings control program</li><li><b>GETMAC</b> - Shows the MAC address of the network adapter</li><li><b>TFTP</b> – Starts TFTP client in console</li></ul><h2>Command Line Setup</h2><ul><li><b>CLS</b> - Clears screen</li><li><b>CMD</b> - Displays another command prompt</li><li><b>COLOR</b> - Sets the text and background color</li><li><b>PROMPT</b> - Changes the command line prompt</li><li><b>TITLE</b> - Assigns a title for the current session</li><li><b>HELP</b> – Launches CMD help</li><li><b>EXIT</b> - Exits the command line</li></ul>",
"featured": "false",
"image_url": "https://www.digitalcitizen.life/wp-content/uploads/2021/07/windows_terminal-7.png",
"github_link": "#",
"tag": "Article"
},
{
"title": "xupa-rustam",
"url": "/article.html?view=xupa-rustam-2080",
Expand Down

0 comments on commit 4ef9a9a

Please sign in to comment.