{"id":721,"date":"2024-07-19T05:39:58","date_gmt":"2024-07-18T22:39:58","guid":{"rendered":"http:\/\/www.tneutron.net\/mikro\/?p=721"},"modified":"2024-07-18T08:28:35","modified_gmt":"2024-07-18T01:28:35","slug":"use-of-nano-applications","status":"publish","type":"post","link":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/","title":{"rendered":"Use of Nano Applications"},"content":{"rendered":"<p><span class=\"notranslate\">Nano is a text editor application that can be run through the terminal and has a text-based interface.<\/span> <span class=\"notranslate\"> This is a text editor that is widely used by network administrators, especially when accessing the server remotely, for example via the terminal SSH server.<\/span><br \/>\n<span class=\"notranslate\"> <strong>Creating a new file<\/strong><\/span> <strong><br \/>\n<\/strong> <span class=\"notranslate\"> &#8211; Open the Terminal application and run the following command to create a new file with the name Nano contoh1.txt located in the home directory of the current user.<\/span><br \/>\n<span class=\"notranslate\"> nano ~ \/ contoh1.txt<\/span><br \/>\n<span class=\"notranslate\"> &#8211; In view below type the name of each school, for example as below.<\/span><\/p>\n<p><a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image29.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb29.png\" alt=\"image\" width=\"444\" height=\"304\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> &#8211; To close and save the file press Ctrl + X then the question that arises press Y and then Enter.<\/span><\/p>\n<p><span class=\"notranslate\"> <strong>Open a text file that is<\/strong><\/span><br \/>\n<span class=\"notranslate\"> &#8211; Use the following command to open a file that can be edited.<\/span> <span class=\"notranslate\"> For example, to open the file ~ \/ contoh1.txt that have been produced earlier.<\/span><\/p>\n<p><a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image33.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb33.png\" alt=\"image\" width=\"194\" height=\"30\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> &#8211; Change the desired file then to save and exit press Ctrl + X, followed by pressing Y and Enter.<\/span><\/p>\n<p><a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image37.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb37.png\" alt=\"image\" width=\"444\" height=\"304\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> <strong>Configuring IP Addresses<\/strong><\/span><br \/>\n<span class=\"notranslate\"> There are two types of IP address configuration that can be applied, namely Automatic through DHCP server and manually.<\/span><br \/>\n<span class=\"notranslate\"> Automatic configuration through a DHCP Server<\/span><br \/>\n<span class=\"notranslate\"> 1. Open the file \/ etc \/ network \/ interfaces using nano.<\/span><br \/>\n<a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image41.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb40.png\" alt=\"image\" width=\"257\" height=\"30\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> 2. Add or modify the following line in the file.<\/span> <span class=\"notranslate\"> Adjust eth0 with the network devices detected by Debian.<\/span><br \/>\n<a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image44.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb44.png\" alt=\"image\" width=\"229\" height=\"76\" border=\"0\" \/><\/a><\/p>\n<p><a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image46.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb46.png\" alt=\"image\" width=\"444\" height=\"305\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> 3. Close and save the edited file.<\/span> <span class=\"notranslate\"> After that, run the following command to enable the configuration of IP addresses that have been made.<\/span><br \/>\n<a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image48.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb48.png\" alt=\"image\" width=\"273\" height=\"28\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> <strong>Manual configuration of IP Addresses<\/strong><\/span> <strong><br \/>\n<\/strong> <span class=\"notranslate\"> 1. Reopen the file \/ etc \/ network \/ interfaces and add \/ modify the following lines.<\/span> <span class=\"notranslate\"> In this example, the address used is the gateway 192.168.56.100 192.168.56.112\/24.<\/span> <span class=\"notranslate\"> Adjust this configuration back to a different address.<\/span><br \/>\n<a href=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image50.png\"><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb49.png\" alt=\"image\" width=\"286\" height=\"122\" border=\"0\" \/><\/a><\/p>\n<p><span class=\"notranslate\"> 2. Then save and restart network services using the previous command.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nano is a text editor application that can be run through the terminal and has a text-based interface. This is a text editor that is widely used by network administrators, especially when accessing the server remotely, for example via the terminal SSH server. Creating a new file &#8211; Open the Terminal application and run the &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1238],"tags":[775,768,773,769,772,776,777,774,771,770],"class_list":["post-721","post","type-post","status-publish","format-standard","hentry","category-english","tag-ipod-nano-applications-free-download","tag-nano-applications","tag-nano-applications-in-military","tag-nano-applications-pdf","tag-nano-applications-ppt","tag-nano-engineered-applications","tag-nano-silver-applications","tag-nano-tio2-applications","tag-nanoelectronics-applications","tag-nanomedicine-applications"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Use of Nano Applications - TN Mikro<\/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.tneutron.net\/mikro\/use-of-nano-applications\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Use of Nano Applications - TN Mikro\" \/>\n<meta name=\"twitter:description\" content=\"Nano is a text editor application that can be run through the terminal and has a text-based interface. This is a text editor that is widely used by network administrators, especially when accessing the server remotely, for example via the terminal SSH server. Creating a new file &#8211; Open the Terminal application and run the ...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb29.png\" \/>\n<meta name=\"twitter:creator\" content=\"@t_neutron\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Taufiqullah\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/\"},\"author\":{\"name\":\"Taufiqullah\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#\\\/schema\\\/person\\\/b57f791b694136047454bb6ac5cbe375\"},\"headline\":\"Use of Nano Applications\",\"datePublished\":\"2024-07-18T22:39:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/\"},\"wordCount\":290,\"image\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb29.png\",\"keywords\":[\"ipod nano applications free download\",\"Nano Applications\",\"nano applications in military\",\"nano applications pdf\",\"nano applications.ppt\",\"nano engineered applications\",\"nano silver applications\",\"nano tio2 applications\",\"nanoelectronics applications\",\"nanomedicine applications\"],\"articleSection\":[\"English\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/\",\"url\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/\",\"name\":\"Use of Nano Applications - TN Mikro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb29.png\",\"datePublished\":\"2024-07-18T22:39:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#\\\/schema\\\/person\\\/b57f791b694136047454bb6ac5cbe375\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb29.png\",\"contentUrl\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2015\\\/09\\\/image_thumb29.png\",\"width\":444,\"height\":304},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/use-of-nano-applications\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Use of Nano Applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#website\",\"url\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/\",\"name\":\"TN Mikro\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tneutron.net\\\/mikro\\\/#\\\/schema\\\/person\\\/b57f791b694136047454bb6ac5cbe375\",\"name\":\"Taufiqullah\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g\",\"caption\":\"Taufiqullah\"},\"description\":\"Taufiqullah\",\"sameAs\":[\"http:\\\/\\\/www.tneutron.net\",\"https:\\\/\\\/x.com\\\/t_neutron\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Use of Nano Applications - TN Mikro","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.tneutron.net\/mikro\/use-of-nano-applications\/","twitter_card":"summary_large_image","twitter_title":"Use of Nano Applications - TN Mikro","twitter_description":"Nano is a text editor application that can be run through the terminal and has a text-based interface. This is a text editor that is widely used by network administrators, especially when accessing the server remotely, for example via the terminal SSH server. Creating a new file &#8211; Open the Terminal application and run the ...","twitter_image":"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb29.png","twitter_creator":"@t_neutron","twitter_misc":{"Written by":"Taufiqullah","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/#article","isPartOf":{"@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/"},"author":{"name":"Taufiqullah","@id":"https:\/\/www.tneutron.net\/mikro\/#\/schema\/person\/b57f791b694136047454bb6ac5cbe375"},"headline":"Use of Nano Applications","datePublished":"2024-07-18T22:39:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/"},"wordCount":290,"image":{"@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/#primaryimage"},"thumbnailUrl":"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb29.png","keywords":["ipod nano applications free download","Nano Applications","nano applications in military","nano applications pdf","nano applications.ppt","nano engineered applications","nano silver applications","nano tio2 applications","nanoelectronics applications","nanomedicine applications"],"articleSection":["English"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/","url":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/","name":"Use of Nano Applications - TN Mikro","isPartOf":{"@id":"https:\/\/www.tneutron.net\/mikro\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/#primaryimage"},"image":{"@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/#primaryimage"},"thumbnailUrl":"http:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb29.png","datePublished":"2024-07-18T22:39:58+00:00","author":{"@id":"https:\/\/www.tneutron.net\/mikro\/#\/schema\/person\/b57f791b694136047454bb6ac5cbe375"},"breadcrumb":{"@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/#primaryimage","url":"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb29.png","contentUrl":"https:\/\/www.tneutron.net\/mikro\/wp-content\/uploads\/sites\/5\/2015\/09\/image_thumb29.png","width":444,"height":304},{"@type":"BreadcrumbList","@id":"https:\/\/www.tneutron.net\/mikro\/use-of-nano-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tneutron.net\/mikro\/"},{"@type":"ListItem","position":2,"name":"Use of Nano Applications"}]},{"@type":"WebSite","@id":"https:\/\/www.tneutron.net\/mikro\/#website","url":"https:\/\/www.tneutron.net\/mikro\/","name":"TN Mikro","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tneutron.net\/mikro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.tneutron.net\/mikro\/#\/schema\/person\/b57f791b694136047454bb6ac5cbe375","name":"Taufiqullah","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dcdf36434717ce57bea7f17eb3c140a2ff8def45941b720aa8fc1cccd6cdd505?s=96&d=mm&r=g","caption":"Taufiqullah"},"description":"Taufiqullah","sameAs":["http:\/\/www.tneutron.net","https:\/\/x.com\/t_neutron"]}]}},"_links":{"self":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts\/721","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/comments?post=721"}],"version-history":[{"count":1,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts\/721\/revisions"}],"predecessor-version":[{"id":2842,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/posts\/721\/revisions\/2842"}],"wp:attachment":[{"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/media?parent=721"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/categories?post=721"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tneutron.net\/mikro\/wp-json\/wp\/v2\/tags?post=721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}