{"id":879,"date":"2022-08-08T19:58:58","date_gmt":"2022-08-08T15:58:58","guid":{"rendered":"https:\/\/www.buildingtheitguy.com\/\/?p=879"},"modified":"2022-08-08T20:01:19","modified_gmt":"2022-08-08T16:01:19","slug":"the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation","status":"publish","type":"post","link":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/linux\/","title":{"rendered":"The 100 Linux commands for powerful Linux users to regularly use. (with explanation)"},"content":{"rendered":"\n<ol class=\"wp-block-list\"><li><code><strong>ip<\/strong> - used to show or manipulate routing, devices, and tunnels.<\/code><\/li><li><code><strong>ls<\/strong> - list the contents of a directory.<\/code><\/li><li><code><strong>df<\/strong> - Displays the amount of disk space used.<\/code><\/li><li><code><strong>du <\/strong>- display a list of all the files along with their respective sizes.<\/code><\/li><li><code><strong>free <\/strong>- use to get a detailed report on the system's memory usage.<\/code><\/li><li><code><strong>scp <\/strong>- securely copy files or directories over ssh.<\/code><\/li><li><code><strong>find <\/strong>- locates files using user-defined criteria.<\/code><\/li><li><code><strong>ncdu <\/strong>- provides a useful and convenient way to view disk usage.<\/code><\/li><li><code><strong>pstree <\/strong>- used to show running processes in a tree (data structure).<\/code><\/li><li><code><strong>latest <\/strong>- displays a list of the most recently logged-in people.<\/code><\/li><li><code><strong>w <\/strong>\u2013 display a list of the currently logged-in user sessions.<\/code><\/li><li><code><strong>grep <\/strong>- searches a file for a pattern of characters and displays all lines that match.<\/code><\/li><li><code><strong>awk <\/strong>- a scripting language used for text processing.<\/code><\/li><li><code><strong>sed <\/strong>- stream editor used to perform lots of functions on files, like searching, find and replace, insertion, or deletion.<\/code><\/li><li><code><strong>cut <\/strong>- allows you to cut out sections of a specified file or piped data and print the result to standard output.<\/code><\/li><li><code><strong>sort <\/strong>- used to sort files<\/code><\/li><li><code><strong>uniq <\/strong>- used to extract uniq occurences<\/code><\/li><li><code><strong>tr <\/strong>- utility for translating or deleting characters.<\/code><\/li><li><code><strong>diff <\/strong>- used to display differences in files by comparing line by line.<\/code><\/li><li><code><strong>uptime <\/strong>\u2013 displays the system uptime as well as the load average.<\/code><\/li><li><code><strong>top <\/strong>\u2013 shows a real-time view of running processes in Linux.<\/code><\/li><li><code><strong>vmstat <\/strong>- used to obtain information about memory, system processes, paging, interrupts, block I\/O, disk, and CPU scheduling.<\/code><\/li><li><code><strong>htop <\/strong>- a process viewer and manager that is interactive.<\/code><\/li><li><code><strong>dstat <\/strong>- allows you to view all of your system resources instantly. All-in-one vmstat, iostat, netstat, and ifstat utility. 25.. Iftop is a network traffic viewer.<\/code><\/li><li><code><strong>nethogs <\/strong>- is a network traffic analyzer.<\/code><\/li><li><code><strong>iotop <\/strong>- is an interactive I\/O viewer. Get a snapshot of storage r\/w activity.<\/code><\/li><li><code><strong>iostat <\/strong>- provides statistics on storage I\/O.<\/code><\/li><li><code><strong>netstat <\/strong>-used to show network statistics.<\/code><\/li><li><code><strong>ss <\/strong>- ss command is a simpler and faster version of the now obsolete netstat command.<\/code><\/li><li><code><strong>atop <\/strong>\u2013 a tool for monitoring system resources in Linux.<\/code><\/li><li><code><strong>ssh <\/strong>\u2013 secure protocol used as the primary means of connecting to Linux servers remotely.<\/code><\/li><li><code><strong>sudo <\/strong>- run commands with administrative privileges.<\/code><\/li><li><code><strong>cd <\/strong>\u2013 navigate between directories.<\/code><\/li><li><code><strong>pwd <\/strong>\u2013 displays the current directory path.<\/code><\/li><li><code><strong>cp <\/strong>- copy files and directories.<\/code><\/li><li><code><strong>mv <\/strong>\u2013 move file or directories.<\/code><\/li><li><code><strong>rm <\/strong>\u2013 deletes files and directories.<\/code><\/li><li><code><strong>mkdir <\/strong>- create new directories.<\/code><\/li><li><code><strong>touch <\/strong>\u2013 used to create, update a computer file or directory's access and modification dates.<\/code><\/li><li><code><strong>man <\/strong>\u2013 used to read system reference manuals.<\/code><\/li><li><code><strong>apropos <\/strong>\u2013 searches manual page names and descriptions for a user-supplied keyword.<\/code><\/li><li><code><strong>rsync <\/strong>- remote file transfer and synchronization.<\/code><\/li><li><code><strong>tar <\/strong>- is an archive utility.<\/code><\/li><li><code><strong>gzip <\/strong>- use for compression and decompression of files.<\/code><\/li><li><code><strong>b2zip <\/strong>- a compression utility comparable to gzip. It employs a distinct compression algorithm.<\/code><\/li><li><code><strong>rsync <\/strong>- remote file transfer and synchronization.<\/code><\/li><li><code><strong>tar <\/strong>- is an archive utility.<\/code><\/li><li><code><strong>gzip <\/strong>- use for compression and decompression of files.<\/code><\/li><li><code><strong>b2zip <\/strong>- a compression utility comparable to gzip. It employs a distinct compression algorithm.<\/code><\/li><li><code><strong>zip <\/strong>\u2013 used for file packaging and compression (archiving).<\/code><\/li><li><code><strong>locate <\/strong>\u2013 in Linux, search for files.<\/code><\/li><li><code><strong>ps <\/strong>\u2013 allows you to list the status of processes running on your system easily.<\/code><\/li><li><code><strong>cron <\/strong>- execute scheduled tasks.<\/code><\/li><li><code><strong>nmcli <\/strong>- sused to display network device status, create, edit, activate\/deactivate, and delete network connections.<\/code><\/li><li><code><strong>ping <\/strong>- sends an ICMP ECHO REQUEST to network hosts.<\/code><\/li><li><code><strong>traceroute <\/strong>- examine the path packets follow to reach a specific host.<\/code><\/li><li><code><strong>mtr <\/strong>- is a network diagnostic tool, a combination of ping and traceroute commands.<\/code><\/li><li><code><strong>nslookup <\/strong>- interactively query Internet name servers (NS).<\/code><\/li><li><code><strong>host <\/strong>\u2013used for DNS (Domain Name System) lookup operations.<\/code><\/li><li><code><strong>dig <\/strong>\u2013 DNS lookup tool.<\/code><\/li><li><code><strong>wget <\/strong>- download files through HTTP, HTTPS, FTP, and FTPS.<\/code><\/li><li><code><strong>curl <\/strong>\u2013 data transport via several network protocols. (Can handle more protocols than wget)<\/code><\/li><li><code><strong>dd <\/strong>- used to convert and copy files.<\/code><\/li><li><code><strong>fdisk <\/strong>- Modify the disk partition table.<\/code><\/li><li><code><strong>parted <\/strong>\u2013 used to create and manipulate partition tables.<\/code><\/li><li><code><strong>blkid <\/strong>- a command-line utility for finding and printing block device attributes.<\/code><\/li><li><code><strong>mkfs <\/strong>- create a Linux file system.<\/code><\/li><li><code><strong>fsck <\/strong>- an utility for determining the consistency of a file system.<\/code><\/li><li><code><strong>nc <\/strong>- used for just about anything under the sun involving TCP or UDP.<\/code><\/li><li><code><strong>umask <\/strong>- returns, or sets, the value of the system's file mode creation mask.<\/code><\/li><li><code><strong>chmod <\/strong>\u2013 alters the access rights of file system objects.<\/code><\/li><li><code><strong>chown <\/strong>\u2013 alter the owner and group of a file.<\/code><\/li><li><code><strong>chroot <\/strong>- used to change the root directory.<\/code><\/li><li><code><strong>useradd <\/strong>- create a new user or alter the default information for a new user.<\/code><\/li><li><code><strong>userdel <\/strong>- used to delete a user account and all associated files.<\/code><\/li><li><code><strong>usermod <\/strong>\u2013 used to edit or change any existing user account's properties.<\/code><\/li><li><code><strong>vi <\/strong>is a text editor.<\/code><\/li><li><code><strong>cat <\/strong>\u2013 displays the contents of a file.<\/code><\/li><li><code><strong>tac <\/strong>\u2013 reverse output file contents.<\/code><\/li><li><code><strong>more <\/strong>- show file contents one screen\/page at a time.<\/code><\/li><li><code><strong>less <\/strong>\u2013 identical to more, but with more features<\/code><\/li><li><code><strong>tail <\/strong>\u2013 used to show the last few lines of a text file or piped data.<\/code><\/li><li><code><strong>head <\/strong>- used to show the first few lines of a text file or piped data.<\/code><\/li><li><code><strong>dmesg <\/strong>\u2013 displays the kernel ring's message buffer.<\/code><\/li><li><code><strong>journalctl <\/strong>- Tused to view systemd, kernel and journal logs.<\/code><\/li><li><code><strong>kill <\/strong>- terminates a process.<\/code><\/li><li><code><strong>killall <\/strong>- sends a kill signal to all instances of a specific process.<\/code><\/li><li><code><strong>sleep <\/strong>\u2013 pauses program execution for a given amount of time.<\/code><\/li><li><code><strong>wait <\/strong>\u2013 suspend script execution until all background jobs have been completed.<\/code><\/li><li><code><strong>nohup <\/strong>- short for no hang up is a command in Linux systems that keep processes running even after exiting the shell or terminal.<\/code><\/li><li><code><strong>screen <\/strong>\u2013 keep a remote server session open. (It also functions as a full-screen window manager.)<\/code><\/li><li><code><strong>tmux <\/strong>is a terminal multiplexer.<\/code><\/li><li><code><strong>passwd <\/strong>\u2014 Change the password of a user.<\/code><\/li><li><code><strong>clear <\/strong>\u2013 clears the terminal's screen.<\/code><\/li><li><code><strong>env <\/strong>- run a command in an altered environment.<\/code><\/li><li><code><strong>systemctl <\/strong>- used to control and manage systemd and services.<\/code><\/li><\/ol>\n\n\n\n<p>Credits to linuxopsys<\/p>\n\n\n\n<p class=\"has-text-align-center\">If you find another 4 remaining commands, help me to share \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ip &#8211; used to show or manipulate routing, devices, and tunnels. ls &#8211; list the contents of a directory. df &#8211; Displays the amount of disk space used. du &#8211; display a list of all the files along with their respective sizes. free &#8211; use to get a detailed report on the system&#8217;s memory usage. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33,17],"tags":[81,80,82,83],"class_list":["post-879","post","type-post","status-publish","format-standard","hentry","category-cybersecurity","category-linux","tag-linux-cli","tag-linux-commands","tag-sysadmin","tag-unix-command"],"featured_image_src":null,"author_info":{"display_name":"Mohamed Asath","author_link":"https:\/\/www.buildingtheitguy.com\/index.php\/author\/asathwebtieradmin\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The 100 Linux commands for powerful Linux users to regularly use. (with explanation) - Building THE IT GUY<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The 100 Linux commands for powerful Linux users to regularly use. (with explanation) - Building THE IT GUY\" \/>\n<meta property=\"og:description\" content=\"ip - used to show or manipulate routing, devices, and tunnels. ls - list the contents of a directory. df - Displays the amount of disk space used. du - display a list of all the files along with their respective sizes. free - use to get a detailed report on the system&#039;s memory usage. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/\" \/>\n<meta property=\"og:site_name\" content=\"Building THE IT GUY\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-08T15:58:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-08T16:01:19+00:00\" \/>\n<meta name=\"author\" content=\"Mohamed Asath\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mohamed Asath\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/\"},\"author\":{\"name\":\"Mohamed Asath\",\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/#\\\/schema\\\/person\\\/cce03fcda4c40ccf57ab3844ca707561\"},\"headline\":\"The 100 Linux commands for powerful Linux users to regularly use. (with explanation)\",\"datePublished\":\"2022-08-08T15:58:58+00:00\",\"dateModified\":\"2022-08-08T16:01:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/\"},\"wordCount\":25,\"commentCount\":0,\"keywords\":[\"linux cli\",\"linux commands\",\"sysadmin\",\"unix command\"],\"articleSection\":[\"Cyber Security\",\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/\",\"url\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/\",\"name\":\"The 100 Linux commands for powerful Linux users to regularly use. (with explanation) - Building THE IT GUY\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/#website\"},\"datePublished\":\"2022-08-08T15:58:58+00:00\",\"dateModified\":\"2022-08-08T16:01:19+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/#\\\/schema\\\/person\\\/cce03fcda4c40ccf57ab3844ca707561\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\\\/web-developer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The 100 Linux commands for powerful Linux users to regularly use. (with explanation)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/#website\",\"url\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/\",\"name\":\"Building THE IT GUY\",\"description\":\"Making Everyone&#039;s Life Easier\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/#\\\/schema\\\/person\\\/cce03fcda4c40ccf57ab3844ca707561\",\"name\":\"Mohamed Asath\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab17cc6285a5051affe4181f53011c89cc055de9416bcc44b3e2771be318d870?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab17cc6285a5051affe4181f53011c89cc055de9416bcc44b3e2771be318d870?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab17cc6285a5051affe4181f53011c89cc055de9416bcc44b3e2771be318d870?s=96&r=g\",\"caption\":\"Mohamed Asath\"},\"description\":\"Turning IT Challenges into Opportunities\",\"sameAs\":[\"https:\\\/\\\/www.buildingtheitguy.com\"],\"url\":\"https:\\\/\\\/www.buildingtheitguy.com\\\/index.php\\\/author\\\/asathwebtieradmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The 100 Linux commands for powerful Linux users to regularly use. (with explanation) - Building THE IT GUY","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/","og_locale":"en_US","og_type":"article","og_title":"The 100 Linux commands for powerful Linux users to regularly use. (with explanation) - Building THE IT GUY","og_description":"ip - used to show or manipulate routing, devices, and tunnels. ls - list the contents of a directory. df - Displays the amount of disk space used. du - display a list of all the files along with their respective sizes. free - use to get a detailed report on the system's memory usage. [&hellip;]","og_url":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/","og_site_name":"Building THE IT GUY","article_published_time":"2022-08-08T15:58:58+00:00","article_modified_time":"2022-08-08T16:01:19+00:00","author":"Mohamed Asath","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mohamed Asath","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/#article","isPartOf":{"@id":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/"},"author":{"name":"Mohamed Asath","@id":"https:\/\/www.buildingtheitguy.com\/#\/schema\/person\/cce03fcda4c40ccf57ab3844ca707561"},"headline":"The 100 Linux commands for powerful Linux users to regularly use. (with explanation)","datePublished":"2022-08-08T15:58:58+00:00","dateModified":"2022-08-08T16:01:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/"},"wordCount":25,"commentCount":0,"keywords":["linux cli","linux commands","sysadmin","unix command"],"articleSection":["Cyber Security","Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/","url":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/","name":"The 100 Linux commands for powerful Linux users to regularly use. (with explanation) - Building THE IT GUY","isPartOf":{"@id":"https:\/\/www.buildingtheitguy.com\/#website"},"datePublished":"2022-08-08T15:58:58+00:00","dateModified":"2022-08-08T16:01:19+00:00","author":{"@id":"https:\/\/www.buildingtheitguy.com\/#\/schema\/person\/cce03fcda4c40ccf57ab3844ca707561"},"breadcrumb":{"@id":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.buildingtheitguy.com\/index.php\/the-100-linux-commands-for-powerful-linux-users-to-regularly-use-with-explanation\/web-developer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.buildingtheitguy.com\/"},{"@type":"ListItem","position":2,"name":"The 100 Linux commands for powerful Linux users to regularly use. (with explanation)"}]},{"@type":"WebSite","@id":"https:\/\/www.buildingtheitguy.com\/#website","url":"https:\/\/www.buildingtheitguy.com\/","name":"Building THE IT GUY","description":"Making Everyone&#039;s Life Easier","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.buildingtheitguy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.buildingtheitguy.com\/#\/schema\/person\/cce03fcda4c40ccf57ab3844ca707561","name":"Mohamed Asath","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ab17cc6285a5051affe4181f53011c89cc055de9416bcc44b3e2771be318d870?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ab17cc6285a5051affe4181f53011c89cc055de9416bcc44b3e2771be318d870?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab17cc6285a5051affe4181f53011c89cc055de9416bcc44b3e2771be318d870?s=96&r=g","caption":"Mohamed Asath"},"description":"Turning IT Challenges into Opportunities","sameAs":["https:\/\/www.buildingtheitguy.com"],"url":"https:\/\/www.buildingtheitguy.com\/index.php\/author\/asathwebtieradmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/posts\/879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/comments?post=879"}],"version-history":[{"count":9,"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/posts\/879\/revisions"}],"predecessor-version":[{"id":889,"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/posts\/879\/revisions\/889"}],"wp:attachment":[{"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/media?parent=879"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/categories?post=879"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.buildingtheitguy.com\/index.php\/wp-json\/wp\/v2\/tags?post=879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}