<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>10_Linux Command Line by Murad Isa</title>
      <link>https://padlet.com/murado/linux_command_line</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2015-08-16 15:35:13 UTC</pubDate>
      <lastBuildDate>2025-11-07 19:46:59 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>pwd - print working directory</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003242</link>
         <description><![CDATA[<div>pwd</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:35:45 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003242</guid>
      </item>
      <item>
         <title>Change Directory (cd)</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003243</link>
         <description><![CDATA[<div>cd<br>cd  ~<br>cd  ..<br>cd  /</div><div>cd   folder_name</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:35:49 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003243</guid>
      </item>
      <item>
         <title>Make Directory</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003246</link>
         <description><![CDATA[<p>mkdir  folder_name</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:35:54 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003246</guid>
      </item>
      <item>
         <title>list folder / file</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003250</link>
         <description><![CDATA[<p>ls<br></p><p>ls  -la</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:36:02 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003250</guid>
      </item>
      <item>
         <title>top  - live process / memory / cpu</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003252</link>
         <description><![CDATA[<p>top</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:36:07 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003252</guid>
      </item>
      <item>
         <title>Memory Usage</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003256</link>
         <description><![CDATA[<div>free<br>free  -h</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:36:10 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003256</guid>
      </item>
      <item>
         <title>pico - Edit file / Create file </title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003259</link>
         <description><![CDATA[<p>pico   file_name</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:36:15 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003259</guid>
      </item>
      <item>
         <title>ifconfig </title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003263</link>
         <description><![CDATA[<p>ifconfig eth0</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:36:28 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003263</guid>
      </item>
      <item>
         <title>locate</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003264</link>
         <description><![CDATA[<div>locate  filename.txt</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:36:34 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003264</guid>
      </item>
      <item>
         <title>rm - Remove / delete file (HATI-HATI!)</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003284</link>
         <description><![CDATA[<p>rm  file_name</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:38:18 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003284</guid>
      </item>
      <item>
         <title>cat - display the contents of file </title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003286</link>
         <description><![CDATA[<div>cat   file_name</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:38:28 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003286</guid>
      </item>
      <item>
         <title>tail - output the last part of files </title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003288</link>
         <description><![CDATA[<div>tail   -f  /var/log/apache2/access.log<br>tail  -n  5  /var/log/apache2/access.log</div><div>tail   -100   /var/log/apache2/access.log</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:38:32 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003288</guid>
      </item>
      <item>
         <title>mv - move file / rename file / directory</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003302</link>
         <description><![CDATA[<div>mv   file_name1   file_name2</div><div>mv   /directory_1/file_name1   /directory_2/file_name2</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:39:34 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003302</guid>
      </item>
      <item>
         <title>date</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003330</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:41:55 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003330</guid>
      </item>
      <item>
         <title>du - disk usage / to estimate file space usage</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003338</link>
         <description><![CDATA[<div>du  /home/murad</div><div>du  -h   /home/murad</div><div>du  -sh  /home/murad<br>du  -sh  *</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:42:27 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003338</guid>
      </item>
      <item>
         <title>df - disk free / display the amount of available disk space </title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003340</link>
         <description><![CDATA[<p>df</p><p>df   -h</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:42:30 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003340</guid>
      </item>
      <item>
         <title>fdisk - Disk Partitioning Functions</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66003346</link>
         <description><![CDATA[<p>fdisk  /dev/sda -l</p><p>fdisk  /dev/sda</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 15:42:44 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66003346</guid>
      </item>
      <item>
         <title>display message or driver message</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66004690</link>
         <description><![CDATA[<div><strong>dmesg<br>dmesg | more</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 16:53:55 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66004690</guid>
      </item>
      <item>
         <title>lsb_release -a - Checking your Ubuntu Version</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66004697</link>
         <description><![CDATA[<p>lsb_release  -a</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-16 16:54:40 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66004697</guid>
      </item>
      <item>
         <title>chmod - change mode of file / directory</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66178052</link>
         <description><![CDATA[<div>-rwxrwxrwx<br>cdmod  777  file_name</div><div>cdmod  777  folder_name</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-18 13:24:31 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66178052</guid>
      </item>
      <item>
         <title>chgrp - change group of file / directory</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66178083</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-08-18 13:24:41 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66178083</guid>
      </item>
      <item>
         <title>chown - Change Owner </title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66190766</link>
         <description><![CDATA[<div>change the owner of a file. For security reasons, the ownership of a file may only be altered by a super-user. <br><br>chown  www-data.www-data  file_name</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-18 14:45:41 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66190766</guid>
      </item>
      <item>
         <title>Linux Command Tutorial</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66651658</link>
         <description><![CDATA[<br><a href="http://linuxcommand.org/tlcl.php"> </a><a href="http://www.tutorialspoint.com/unix_commands/">http://www.tutorialspoint.com/unix_commands/</a><br><br><a href="http://cli.learncodethehardway.org/book/">http://cli.learncodethehardway.org/book/</a><br><br><a href="http://www.ee.surrey.ac.uk/Teaching/Unix/">http://www.ee.surrey.ac.uk/Teaching/Unix/</a><br><br><a href="https://en.wikipedia.org/wiki/List_of_Unix_commands">https://en.wikipedia.org/wiki/List_of_Unix_commands</a><br><br><a href="http://www.thegeekstuff.com/2010/11/50-linux-commands/">http://www.thegeekstuff.com/2010/11/50-linux-commands/</a><br><br>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-22 04:21:12 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66651658</guid>
      </item>
      <item>
         <title>clear</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66652096</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-08-22 05:13:09 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66652096</guid>
      </item>
      <item>
         <title>unzip - uncompress</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66652113</link>
         <description><![CDATA[<div>unzip  file.zip<br>unzip  myfiles.zip  -d  /tmp/myfolder<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-22 05:16:06 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66652113</guid>
      </item>
      <item>
         <title>zip - compress</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/66652160</link>
         <description><![CDATA[<div>apt  install  zip<br><br>zip  aaa.zip  a.txt  b.txt  c.txt<br>zip aaa.zip  *.txt  <br><br>zip  -r  myfolder.zip   myfolder<br><br># hello1.c   hello2.c  hello3.c<br>zip  -v  hello_all.zip  *.c</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-08-22 05:23:10 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/66652160</guid>
      </item>
      <item>
         <title>cal - Calendar</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77489125</link>
         <description><![CDATA[<div>cal</div><div>cal  2014<br>cal  7  2019</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:16:21 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77489125</guid>
      </item>
      <item>
         <title>sudo - super user </title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77489723</link>
         <description><![CDATA[<div>sudo apt update; apt upgrade -y<br>sudo reboot<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:17:55 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77489723</guid>
      </item>
      <item>
         <title>Change Password</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77489783</link>
         <description><![CDATA[passwd]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:18:03 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77489783</guid>
      </item>
      <item>
         <title>su - super user / root</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77489843</link>
         <description><![CDATA[<p>su</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:18:13 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77489843</guid>
      </item>
      <item>
         <title>reboot</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77490057</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:18:51 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77490057</guid>
      </item>
      <item>
         <title>exit</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77490116</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:19:02 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77490116</guid>
      </item>
      <item>
         <title>ping</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77490272</link>
         <description><![CDATA[<p>ping 10.10.10.1</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:19:24 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77490272</guid>
      </item>
      <item>
         <title>traceroute</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77490332</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:19:36 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77490332</guid>
      </item>
      <item>
         <title>netstat</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77490638</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:20:24 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77490638</guid>
      </item>
      <item>
         <title>vi</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77490685</link>
         <description><![CDATA[<div>vi mode:<br><br>input mode:<br><br>command mode: <br>[escape]<br>:q - quit<br>:q! - quit no save<br>:w - write<br>:wq - write and quit</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:20:31 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77490685</guid>
      </item>
      <item>
         <title>nano - Edit file / Create file</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77494750</link>
         <description><![CDATA[<div>nano   file_name</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:31:28 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77494750</guid>
      </item>
      <item>
         <title>kill</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77495030</link>
         <description><![CDATA[<div>kill -hup pid_no<br>kill  1692</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:32:12 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77495030</guid>
      </item>
      <item>
         <title>more</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77495211</link>
         <description><![CDATA[<div>more   file_name</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:32:39 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77495211</guid>
      </item>
      <item>
         <title>less</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77495233</link>
         <description><![CDATA[<div>less  file_name</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:32:42 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77495233</guid>
      </item>
      <item>
         <title>ps</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77496540</link>
         <description><![CDATA[<div>ps</div><div>ps  aux<br>ps  aux | more</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:35:40 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77496540</guid>
      </item>
      <item>
         <title>touch</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77496854</link>
         <description><![CDATA[<p>touch   file_name</p><p>&gt;  file_name</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:36:38 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77496854</guid>
      </item>
      <item>
         <title>dig</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77497137</link>
         <description><![CDATA[<div>dig -t any google.com</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:37:34 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77497137</guid>
      </item>
      <item>
         <title>nslookup</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77497702</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:39:18 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77497702</guid>
      </item>
      <item>
         <title>Remove / Delete Directory (folder must empty)</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77497776</link>
         <description><![CDATA[<p>rmdir   folder_name</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:39:31 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77497776</guid>
      </item>
      <item>
         <title>ln - Shortcut</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77498118</link>
         <description><![CDATA[<div>ln  -s  aaa   bbb</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:40:23 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77498118</guid>
      </item>
      <item>
         <title>ssh</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77498141</link>
         <description><![CDATA[<p>ssh murad@192.168.1.1</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:40:27 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77498141</guid>
      </item>
      <item>
         <title>grep</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77498303</link>
         <description><![CDATA[<p>dmesg | grep eth</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:40:56 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77498303</guid>
      </item>
      <item>
         <title>crontab</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77498369</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:41:10 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77498369</guid>
      </item>
      <item>
         <title>tar - tape archive</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77498370</link>
         <description><![CDATA[<p>tar  -cvf   file_name.tar      /home/folder_data<br></p><pre><strong>tar cvzf MyImages-14-09-12.tar.gz   /home/MyImages</strong>
<strong><br>tar cvzf MyImages-14-09-12.tgz   /home/MyImages</strong></pre><p>tar  -xvf    file_name.tar</p><p>tar  -zxvf   file_name.tar.gz</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:41:10 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77498370</guid>
      </item>
      <item>
         <title>find</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77499889</link>
         <description><![CDATA[<div>find  .  -name  *one*<br>find  .  -type  f  -name  *one*<br>find  .  -iname  *one*    </div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:45:34 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77499889</guid>
      </item>
      <item>
         <title>cp  - copy file  /  folder</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77500391</link>
         <description><![CDATA[<p>cp  file1  file2</p><p>cp   -r  folder1  folder2</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:46:48 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77500391</guid>
      </item>
      <item>
         <title>gzip</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77504777</link>
         <description><![CDATA[<div>gzip  file_name<br># get file_name.gz<br><br>gzip  -k  file_name<br><br>gzip  file_name.tar<br># get file_name.tar.<br><br>gzip  *</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:59:03 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77504777</guid>
      </item>
      <item>
         <title>gunzip</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77504822</link>
         <description><![CDATA[<div>gunzip    file_name.tar.gz<br># get file_name.tar</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:59:12 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77504822</guid>
      </item>
      <item>
         <title>w - lists the currently logged in users</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77504849</link>
         <description><![CDATA[<div>w</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 15:59:15 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77504849</guid>
      </item>
      <item>
         <title>uname</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77505476</link>
         <description><![CDATA[uname  -a]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:01:08 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77505476</guid>
      </item>
      <item>
         <title>apt</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77505916</link>
         <description><![CDATA[<div>apt  update;   apt  upgrade  -y</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:02:45 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77505916</guid>
      </item>
      <item>
         <title>aptitude</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77505954</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:02:52 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77505954</guid>
      </item>
      <item>
         <title>shutdown</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77506488</link>
         <description><![CDATA[<div>shutdown  now</div>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:04:51 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77506488</guid>
      </item>
      <item>
         <title>lynx</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77516011</link>
         <description><![CDATA[<p>lynx   www.instun.gov.my</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:35:05 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77516011</guid>
      </item>
      <item>
         <title>adduser</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77517238</link>
         <description><![CDATA[adduser]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:38:19 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77517238</guid>
      </item>
      <item>
         <title>nmap</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77520427</link>
         <description><![CDATA[<p>nmap -O   localhost</p><p>nmap -sP 192.168.1.1/24</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:47:21 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77520427</guid>
      </item>
      <item>
         <title>nikto - web server scanner</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77520603</link>
         <description><![CDATA[<p>nikto  -h  localhost</p><p>nikto -h </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:47:48 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77520603</guid>
      </item>
      <item>
         <title>mysql</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77520775</link>
         <description><![CDATA[<p>mysql  -u  root  -p</p><p>mysql  -h  192.168.1.1  -u  murad  -p</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:48:15 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77520775</guid>
      </item>
      <item>
         <title>wget</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77522096</link>
         <description><![CDATA[<p><a href="http://www.labnol.org/software/wget-command-examples/28750/">http://www.labnol.org/software/wget-command-examples/28750/</a></p><pre><strong>wget <a href="http://ftp.gnu.org/gnu/wget/wget-1.5.3.tar.gz">http://ftp.gnu.org/gnu/wget/wget-1.5.3.tar.gz</a>
<br>wget -r <a href="http://www.mysite.com/Pictures/">http://www.mysite.com/Pictures/</a>
</strong></pre>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-26 16:51:52 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77522096</guid>
      </item>
      <item>
         <title>poweroff</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/77646592</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-27 08:17:06 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/77646592</guid>
      </item>
      <item>
         <title>scp</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/78339728</link>
         <description><![CDATA[<p><a href="http://www.hypexr.org/linux_scp_help.php">http://www.hypexr.org/linux_scp_help.php</a></p><p>scp   murad@192.168.1.1:/var/www/backup.zip   .  </p><p>scp   data.zip   murad@192.168.1.1:/tmp/</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-30 00:25:18 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/78339728</guid>
      </item>
      <item>
         <title>Curl</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/372159752</link>
         <description><![CDATA[<div>apt  install  curl<br>curl  -i  www.jmg.gov.my</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-07-24 13:11:00 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/372159752</guid>
      </item>
      <item>
         <title>Get user information</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/372160336</link>
         <description><![CDATA[<div>finger  user<br>finger  mary</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-07-24 13:18:35 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/372160336</guid>
      </item>
      <item>
         <title>Kill Process</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/372160866</link>
         <description><![CDATA[<div>kill 1692</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-07-24 13:24:57 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/372160866</guid>
      </item>
      <item>
         <title>host</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/372160906</link>
         <description><![CDATA[<div>host   www.google.com</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-07-24 13:25:28 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/372160906</guid>
      </item>
      <item>
         <title>id</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/372160960</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-07-24 13:26:00 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/372160960</guid>
      </item>
      <item>
         <title>whoami</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/372168418</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-07-24 14:41:08 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/372168418</guid>
      </item>
      <item>
         <title>who</title>
         <author>murado</author>
         <link>https://padlet.com/murado/linux_command_line/wish/373937758</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-08-09 23:52:14 UTC</pubDate>
         <guid>https://padlet.com/murado/linux_command_line/wish/373937758</guid>
      </item>
   </channel>
</rss>
