<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; administration</title> <atom:link href="http://www.ghacks.net/tag/administration/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Some helpful, but obscure, Linux admin tools</title><link>http://www.ghacks.net/2010/11/19/some-helpful-but-obscure-linux-admin-tools/</link> <comments>http://www.ghacks.net/2010/11/19/some-helpful-but-obscure-linux-admin-tools/#comments</comments> <pubDate>Fri, 19 Nov 2010 20:36:44 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[command-line]]></category> <category><![CDATA[monitoring]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37074</guid> <description><![CDATA[Linux is resplendent with administration tools. No matter what you need to monitor, Linux has a tool to suit your needs. You can monitor everything from file I/O, to network processes, and everything in between. You can test systems, check systems, start and stop systems&#8230;you name it. There are so many tools it&#8217;s hard to [...]]]></description> <content:encoded><![CDATA[<p>Linux is resplendent with administration tools. No matter what you need to monitor, Linux has a tool to suit your needs. You can monitor everything from file I/O, to network processes, and everything in between. You can test systems, check systems, start and stop systems&#8230;you name it. There are so many tools it&#8217;s hard to know where to start. And some of those tools are not very well known. Of those lesser known tools, some of them are incredibly helpful.</p><p>I want to introduce you to a few of these handy, but little-known, Linux administration tools.</p><p><span
id="more-37074"></span><strong> </strong></p><div
id="attachment_37078" class="wp-caption alignleft" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/w.png"><img
class="size-medium wp-image-37078 " src="http://www.ghacks.net/wp-content/uploads/2010/11/w-550x389.png" alt="" width="330" height="233" /></a><p
class="wp-caption-text">Figure 1</p></div><p><strong>w</strong></p><p>The <em>w</em> command is a very simple tool that displays to you who is logged onto a system, when they logged in, and what processes they are using. This command is incredibly simple to use, just issue the command <em>w</em> and you will receive output similar to that shown in Figure 1.</p><p>As you can see the user <em>jlwallen</em> (that&#8217;s me) has been logged in since 14:19 and has four processes running.</p><p><strong>iostat</strong></p><div
id="attachment_37079" class="wp-caption alignright" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/iostat.png"><img
class="size-medium wp-image-37079 " src="http://www.ghacks.net/wp-content/uploads/2010/11/iostat-550x389.png" alt="" width="330" height="233" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The <em>iostat</em> command (part of the <em>sysstat</em> program) will report CPU statistics and I/O statistics. As you can see, in Figure 2, <em>iostat</em> is broken into three sections:</p><p>Information: Information about kernel, hostname, date, and architecture.</p><p>Avg-CPU: This section gives you all of the information about your CPU on different levels (user, system, I/O, involuntary wait, and idle).</p><p>Device: This section offers statistics on a per physical device basis.</p><p><strong> </strong></p><div
id="attachment_37080" class="wp-caption alignleft" style="width: 340px"><strong><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/mpstat.png"><img
class="size-medium wp-image-37080 " src="http://www.ghacks.net/wp-content/uploads/2010/11/mpstat-550x389.png" alt="" width="330" height="233" /></a></strong><p
class="wp-caption-text">Figure 3</p></div><p><strong>mpstat</strong></p><p>The <em>mpstat </em>command will display a per-processor listing of processes. If you issue the command <em>mpstat -P ALL</em> you will see a listing of your processes for each CPU (see Figure 3). This command will report processes on a user, idle, nice, system, irq, involuntary wait, and guest level.</p><p>Instead of running this on all processors you can specify a processor with the -P argument.</p><p><strong> </strong></p><div
id="attachment_37083" class="wp-caption alignright" style="width: 340px"><strong><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/pmap.png"><img
class="size-medium wp-image-37083 " src="http://www.ghacks.net/wp-content/uploads/2010/11/pmap-550x389.png" alt="" width="330" height="233" /></a></strong><p
class="wp-caption-text">Figure 4</p></div><p><strong>pmap</strong></p><p>This tool is more used for developers as it will report bottlenecks in memory. You have to use it on a process ID (PID) like so:</p><p><em>pmap -d PID</em></p><p>Where PID is the actual process ID of the program you want to check.</p><p>As I already mentioned, the information output from this command will be helpful for developers and not much more.</p><div
id="attachment_37088" class="wp-caption alignleft" style="width: 340px"><strong><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/ss.png"><img
class="size-medium wp-image-37088 " src="http://www.ghacks.net/wp-content/uploads/2010/11/ss-550x389.png" alt="" width="330" height="233" /></a></strong><p
class="wp-caption-text">Figure 5</p></div><p><strong>ss</strong></p><p>The socket statistics command will give you output of all network sockets on your system. As you can see (in Figure 5) there are a lot of sockets to list on the average computer. This command is similar to <em>netstat</em> but is much faster at reporting. Figure 5 illustrates how <em>ss</em> does its reporting. Here you see localhost as well as some private IP addresses connecting to sockets on this particular machine.</p><p><strong> </strong></p><div
id="attachment_37089" class="wp-caption alignright" style="width: 340px"><strong><a
href="http://www.ghacks.net/wp-content/uploads/2010/11/iptraf.png"><img
class="size-medium wp-image-37089 " src="http://www.ghacks.net/wp-content/uploads/2010/11/iptraf-550x377.png" alt="" width="330" height="226" /></a></strong><p
class="wp-caption-text">Figure 6</p></div><p><strong>iptraf</strong></p><p>The <em>iptraf </em>tool is one of my favorite text-based network monitoring tools. You won&#8217;t find iptraf installed by default (it&#8217;s generally in the default repositories for distributions, so it&#8217;s easy to install). Once you have iptraf installed you can start it by issuing the command <em>iptraf</em>. This tool allows you to create filters which can monitor specific network devices, addresses, packets, ports, and more.</p><p><strong>Conclusion</strong></p><p>The Linux operating system offers a ton of administration tools. Since many of those tools are commands, they wind up disappearing in obscurity. Here you have seen a few of those obscure commands. If you need more information on any of these commands you can check out the man page for each.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/19/some-helpful-but-obscure-linux-admin-tools/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>User and group administration in Ubuntu 9.10</title><link>http://www.ghacks.net/2009/12/17/user-and-group-administration-in-ubuntu-9-10/</link> <comments>http://www.ghacks.net/2009/12/17/user-and-group-administration-in-ubuntu-9-10/#comments</comments> <pubDate>Thu, 17 Dec 2009 18:30:29 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[user management]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21538</guid> <description><![CDATA[Linux is a true multi-user environment. This means that more than one user can be logged on at the same time. Because of this many Linux administrators have to deal with the administration of users and groups. Fortunately there are tools for this. From both the command line and the GUI, you can do just [...]]]></description> <content:encoded><![CDATA[<p>Linux is a true multi-user environment. This means that more than one user can be logged on at the same time. Because of this many Linux administrators have to deal with the administration of users and groups. Fortunately there are tools for this. From both the command line and the GUI, you can do just about anything you need to keep your groups and users maintained.</p><p>In this article, I am going to introduce you to an outstanding graphical tool, found in the GNOME desktop of Ubuntu 9.10, that allows you to manage both users and groups. Because this tool is a part of the GNOME desktop, there will be no need for any installation (that is, if you already have GNOME installed). So getting up to speed is just a matter of firing up the tool and understanding how it works.</p><p><span
id="more-21538"></span><strong>Finding the tool</strong></p><div
id="attachment_21539" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/12/user_groups_main.png"><img
class="size-medium wp-image-21539 " src="http://www.ghacks.net/wp-content/uploads/2009/12/user_groups_main-500x264.png" alt="Figure 1" width="300" height="158" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The user and group management tool can be found in the Administration sub-menu of the System menu. The entry is this menu will be labeled &#8220;Users and Groups&#8221;. When you first fire this tool (see Figure 1) up you will notice you can&#8217;t really do anything. Before you actually use this tool you have to unlock it by authenticating with your users&#8217; sudo password.  To unlock this window click the small &#8220;key&#8221; button (in between the Help and Close buttons) and then enter your sudo password. When you do this the rest of the buttons will become available. Now you can click on a user and modify that users&#8217; properties. But before we look at a users&#8217; properties, let&#8217;s do the following:.</p><ul><li>Create a new user.</li><li>Create a new group</li><li>Add the new user to the new group.</li></ul><p><strong>Creating a new user</strong></p><div
id="attachment_21540" class="wp-caption alignright" style="width: 179px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/12/add_users.png"><img
class="size-full wp-image-21540  " src="http://www.ghacks.net/wp-content/uploads/2009/12/add_users.png" alt="Figure 2" width="169" height="178" /></a><p
class="wp-caption-text">Figure 2</p></div><p>In order to create a new user, first click the Add user button. This will bring up a new window (see Figure 2) where you enter all of the information you you need for your new user. You will want to pay close attention to the User Privileges tab where you can add or remove rights for a user. For example: Say you have VirtualBox installed and you want the new user to be able to use this virtual machine management tool. To give this new user rights you will need to click the check box associated with VirtualBox in the User Privileges tab.  And say you do not want to allow your users to monitor system logs. You can uncheck that box in the same tab.</p><p>In the Advanced tab you can assign the new user to a main group, assign the user a home directory, change the user ID, and change the default shell for the user. Typically the defaults will be just fine.</p><p><strong>Create a new group</strong></p><div
id="attachment_21541" class="wp-caption alignleft" style="width: 256px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/12/groups.png"><img
class="size-full wp-image-21541 " src="http://www.ghacks.net/wp-content/uploads/2009/12/groups.png" alt="Figure 3" width="246" height="198" /></a><p
class="wp-caption-text">Figure 3</p></div><p>To create a new group click the Manage Groups button. When the new window opens (see Figure 3) you will see listing of all the groups currently on your system. You can add new groups or edit the properties of an already existing group.</p><p>In order to create a new group click the Add Group button, which will open the Add Group window (see Figure 4). Here you can do three things:</p><ul><li>Name a new group.</li><li>Give the group a GID (Group ID number).</li><li>Add users to the new group.</li></ul><div
id="attachment_21542" class="wp-caption alignright" style="width: 268px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/12/new_group.png"><img
class="size-full wp-image-21542 " src="http://www.ghacks.net/wp-content/uploads/2009/12/new_group.png" alt="Figure 5" width="258" height="198" /></a><p
class="wp-caption-text">Figure 4</p></div><p>You can add as many users as you like to the new group. Just click the check box associated with the user you want and then click OK. The new group will be added and the users added to the group.</p><p><strong>Final thoughts</strong></p><p>Of course all of these actions can be handled via the command line, but for many administrators a GUI goes a long way to make the daily grind a little easier. The administration of users and groups is one such task that greatly benefits from this philosophy.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/17/user-and-group-administration-in-ubuntu-9-10/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Help, I Use Ubuntu and There&#8217;s No &#8220;su&#8221;!</title><link>http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/</link> <comments>http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/#comments</comments> <pubDate>Wed, 01 Apr 2009 17:55:10 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[privileges]]></category> <category><![CDATA[root]]></category> <category><![CDATA[sudo]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/</guid> <description><![CDATA[So you&#8217;ve just installed Ubuntu and you&#8217;re ready to tackle all those great administrative tasks you&#8217;ve heard about with Linux. You&#8217;ve even been briefly tempted to try the old rm -rf / command just to see if it&#8217;s really true that it will wipe away your entire computer as you watch it happen. Only problem [...]]]></description> <content:encoded><![CDATA[<p>So you&#8217;ve just installed Ubuntu and you&#8217;re ready to tackle all those great administrative tasks you&#8217;ve heard about with Linux. You&#8217;ve even been briefly tempted to try the old <em>rm -rf / </em>command just to see if it&#8217;s really true that it will wipe away your entire computer as you watch it happen. Only problem is&#8230;all those glorious commands you&#8217;ve heard of required &#8220;super user&#8221; (or su) access. No matter how you try you can&#8217;t seem to remember adding an administrative password and your standard password doesn&#8217;t gain you access to the root user.</p><p>Relax. Ubuntu was created so that &#8220;su&#8221; access wasn&#8217;t necessary. Instead Ubuntu employes the &#8220;sudo&#8221; utility which adds the standard user to the administrative group. Why did they do this? Simple. Ubuntu&#8217;s goal is to make their distribution the most user-friendly available. To that end the developers felt it necessary to &#8220;remove&#8221; the root user because the average user had little to no experience with such a beast. The average user certainly didn&#8217;t have to have &#8220;root&#8221; privileges to get around in the Windows operating system. Ubuntu figured this was the way to go. There were two ways around this &#8211; make the standard user a root user or just emply sudo and create an administrative group the standard user would belong to. Now the standard user could undertake admin tasks without having to understand the concept of a standard user versus a root user.</p><p><span
id="more-11596"></span>When you install Ubuntu you created a user and that user has a password. To handle most any &#8220;administrative&#8221; task all they have to do is use the &#8220;sudo&#8221; command so they can run commands as a different (in this case the administrative) user.</p><p>So if you want to issue a command that requires administrative access you would issue it by way of the <em>sudo</em> command like so:</p><p>sudo ADMIN_TASK</p><p>Where ADMIN_TASK is the actual administrative task you want to run. When you hit enter you will be asked for your password, at which point you will enter your standard user password.</p><p><strong>But What About &#8220;su&#8221;?</strong></p><p>I have run into instances where I have wanted to have actual root access. Although I don&#8217;t really recommend this (It is actually best to stick with the setup Ubuntu has created), you can create a root password by issuing the command:</p><p><em>sudo passwd root</em></p><p>When you press enter you will be prompted (twice) for a new password. Once you enter the password the second time your root password will be ready to use.</p><p><strong>/etc/sudoers</strong></p><p>The <strong>/etc/sudoers</strong> file is where you configure sudo. This file shouldn&#8217;t really be monkied with as the default should work perfectly for you. There is one particular line you should definitely avoid (of course I have to point it out so you will know which one to avoid.) Take a look at this line:</p><p><em># %sudo ALL=NOPASSWD: ALL</em></p><p>You probably have a good guess as to what that line would do if it were uncommented. Allow the sudo user access to root privileges without having to use a password. This should remain commented out so this option isn&#8217;t available.</p><p><strong>Final Thoughts</strong></p><p>The Ubuntu distribution has created one of the most user-friendly setups in Linux land. Taking advantage of sudo is one of the many ways Ubuntu achieves such a state. Understanding the sudo system will keep new Ubuntu users from pulling out their hair as they attempt to gain root privileges. New users? Nothing to see here&#8230;just go about your business. ;-)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Learning Linux: Log Files</title><link>http://www.ghacks.net/2009/02/16/learning-linux-log-files/</link> <comments>http://www.ghacks.net/2009/02/16/learning-linux-log-files/#comments</comments> <pubDate>Mon, 16 Feb 2009 14:36:09 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[/var/log]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[log files]]></category> <category><![CDATA[messages]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[tail]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10586</guid> <description><![CDATA[If you are serious about learning Linux then one aspect you will want to familiarize yourself with is log files. This concept will help you to understand why when you go to a mailing list with a problem and, when someone asks you the contents of a particular log file, you are able to offer [...]]]></description> <content:encoded><![CDATA[<p>If you are serious about learning Linux then one aspect you will want to familiarize yourself with is log files. This concept will help you to understand why when you go to a mailing list with a problem and, when someone asks you the contents of a particular log file, you are able to offer enough information to help solve your problem. Log files are very good for helping you deduce what is going wrong with a system. There are, however, a lot of log files to wade through. That&#8217;s where I come in. In this article I am going to show you the first places to look when you have problems with a Linux system. I won&#8217;t cover all of the log files (at least yet), but I will get you started on what will hopefully become a long history of too much information.</p><p><span
id="more-10586"></span><strong>dmesg</strong></p><p>When I have a problem (or when I am attaching a usb device) one of the first places I go is the <em>dmesg</em> command. The <em>dmesg</em> command prints out the kernel keyring buffer. The information you will get will be all of the information you do not see when your system is booting. This is a great place to get information (low level) on your hardware. On one of my laptops, I run <em>dmesg</em> and near the top I see:</p><p><code>Phoenix BIOS detected: BIOS may corrupt low RAM, working it around.<br
/> last_pfn = 0x7f6d0 max_arch_pfn = 0x100000<br
/> x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106<br
/> kernel direct mapping tables up to 38000000 @ 10000-15000<br
/> Using x86 segment limits to approximate NX protection<br
/> RAMDISK: 37c6a000 - 37fef4a2<br
/> </code></p><p>From that I can tell I have a Phoenix bios. Pretty obvious. A little later I see:</p><p><code>Security Framework initialized<br
/> SELinux:  Initializing.<br
/> SELinux:  Starting in permissive mode</code></p><p>Now I know Security Enhanced Linux is starting, in permissive mode, at bootup. And even further on down the line I see:</p><p><code>CPU1: Intel(R) Pentium(R) Dual  CPU  T2390  @ 1.86GHz stepping 0d<br
/> checking TSC synchronization [CPU#0 -&gt; CPU#1]: passed.<br
/> Brought up 2 CPUs<br
/> Total of 2 processors activated (7447.76 BogoMIPS)</code></p><p>The above shows me information about my CPU. Good to know.</p><p>The most important information you will probably get from <em>dmesg</em> is the information regarding attached USB devices. When you plug in a USB device you will need to know what special device this is attached to so you can mount it. This will occur at the bottom of the <em>dmesg</em> command output.</p><p>The output of <em>dmesg</em> is quite long and will scroll by very quickly. When I run this command I always pipe it through the <em>less</em> command like so:</p><p><em>dmesg | less</em></p><p>This way I can view the output one page at a time.</p><p><strong>/var/log</strong></p><p>This special directory is the Mac Daddy of information gathering. Fire up a terminal window and issue the command <em>ls /var/log/</em> and see what it contains. You see, included in this listing, such log files and log directories as:</p><ul><li>boot.log &#8211; boot information</li><li>cron &#8211; cron logs</li><li>cups &#8211; directory of all printing logs</li><li>httpd &#8211; Apache logs</li><li>mail &#8211; Mail server logs</li><li>maillog &#8211; The mail log</li><li>messages &#8211; Post-boot kernel information</li><li>secure &#8211; Security log</li><li>Xorg.0.log &#8211; X Server log</li></ul><p>You can see the listing of log files in the <strong>/var/log</strong> directory, but in order to actually read the log files you have to be the root user (or use sudo).</p><p><strong>Viewing with tail</strong></p><p>One of the handiest methods of viewing log files is using the <em>tail</em> command. What tail does is follow the running output of a log file. For instance if I want to follow my <strong>/var/log/secure</strong> log to watch for security issues I would enter the command <em>tail -f /var/log/secure. </em>The <em>f</em> switch tells tail to follow. If  you don&#8217;t add the <em>f</em> switch tail will just list the output all at once (as if you just issued <em>less /var/log/secure</em>.)</p><p><strong>Final Thougths</strong></p><p>There is so much information to be gained from reading log files. The Linux operating system makes reading log files easy, once you know which log file does what. Take a poke around <strong>/var/log</strong> to find out exactly what you have and where you need to look for the problem you are having.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/16/learning-linux-log-files/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Application Monitor</title><link>http://www.ghacks.net/2008/12/04/application-monitor-2/</link> <comments>http://www.ghacks.net/2008/12/04/application-monitor-2/#comments</comments> <pubDate>Thu, 04 Dec 2008 08:45:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[crash recovery]]></category> <category><![CDATA[monitor software]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[restart applications]]></category> <category><![CDATA[restart software]]></category> <category><![CDATA[software monitor]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8707</guid> <description><![CDATA[Making sure that an application is running 24/7 on a computer system is not as easy as it sounds especially if that application does not have a restart option when it crashes. I suppose the usual suspects have their Auto IT or Auto Hotkey applications running in the background that monitor applications in their computer [...]]]></description> <content:encoded><![CDATA[<p>Making sure that an application is running 24/7 on a computer system is not as easy as it sounds especially if that application does not have a restart option when it crashes. I suppose the usual suspects have their Auto IT or Auto Hotkey applications running in the background that monitor applications in their computer network, to  restart them if necessary; The average user usually does not have those resources at hand.</p><p>The software Application Monitor can come in handy for users who run servers of any kind on their computer or who like to download files when they are sleeping or not near the computer. Nothing&#8217;s worse than to wake up to realize that the application that controlled the download crashed ten minutes after going to bed.</p><p><a
href="http://www.jockersoft.com/english/appmonitor_index.php">Application Monitor</a> will monitor applications added by the user in selected intervals. If the software program notices that an application is not running anymore &#8211; because of a crash, program termination or other reasons &#8211; it will restart it automatically.</p><p><span
id="more-8707"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/application_monitor.jpg" alt="application monitor" title="application monitor" width="496" height="256" class="alignnone size-medium wp-image-8708" /></p><p>All that needs to be done to monitor a new application is to enter a name and point the Application Monitor to the application&#8217;s path. It is possible to add arguments that will be executed when the program starts and to change the interval from 2 minutes to a different one.</p><p>The system administrator can be notified by email regularly and all events will be logged on the system&#8217;s hard drive by default.</p><p>Application Monitor is a portable software that requires the Microsoft .net Framework 1.1 to run.</p><p>Update: Application Monitor has not been updated in a long time. The program is still listed on the developer website though. A test under Windows 7 confirmed however that it is running fine under the new operating system. The project seems to have been abandoned though.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/04/application-monitor-2/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
