search the articles directory
Powered by Google™
old Computers and technology articles
Deploying Windows Vista: A Power User`s Toolkit - ...uo;s biggest corporations. If you’re a power user, a tinkerer, or someone who ends up
having to reinstall Windows fairly regularly, you mi...
What`s New in the Windows Vista User Interface - ...ch to learn and explore. In this article, we’ll examine
the new Windows Vista user interface, called Aero, and explain what you need to
...
Windows Vista Aero requirements - ...be legitimate and not pirated. Most copies of Windows Vista that
are preinstalled on new PCs come pre-activated, so this is a step that many users...
Windows Vista Security Features - ...ng system entered the
dominant phase of its existence, hackers began focusing almost solely on Windows, since
that’s where all the user...
Virtual Private Network Model Versus Overlay Virtual Private Network Model - ...ture.
Service providers can deploy two major Virtual Private Network models to provide Virtual Private Network services to their customers:
...
Ajax - ...5, interest in this methodology soared. Could it really be that simply giving this
approach a snappy name like Ajax was responsible for the sudde...
Multiprotocol Label Switching - ...ot new. Frame Relay and Asynchronous Transfer Mode use it to move frames or cells
throughout a network. In Frame Relay, the frame can be any leng...
Label Distribution with Label Distribution Protocol - ...l information base (LIB). Each Label Switch Router has only one local binding
per prefix, at least when the label space is per platform. If the l...
The origins of JavaScript, DOM - ...debuted in Netscape
Navigator 2 in 1995.
At the time of JavaScript 1.0’s release, Netscape Navigator dominated the browser market.
...
Software to write JavaScript - ...UBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
...
Document Object Model - ...rogramming languages, on the other hand, “object” has a very specific meaning.
Objects of desire
At t...
Label Switched Path - ... is the ingress Label Switch Router for that Label Switch Routers, whereas
the last Label Switch Router of the Label Switch Routers is the egress...
Label Switch Routers Control Modes - ...dependent Label Switch Routers Control mode. In this control mode, each Label Switch Router creates a local binding for a
particular Forward...
How Multiprotocol Label Switching Works - ...l Distribution Protocol is down is used unless it is the only path. (No other paths have a better
metric.) After the Label Distribution Protocol ...
Multiprotocol Label Switching and Asynchronous Transfer Mode Architecture - ...sfer Mode was predominantly in the WAN network. Many vendors built Asynchronous Transfer Mode switches
that could set up virtual circuits in the ...
Label Advertisement - ...change IP prefixes which are put in the
routing table. After Label Distribution Protocol forms a session across the control VC, it can exchange ...
Cisco Express Forwarding - ...n understand its
role in Multiprotocol Label Switching networks.
Overview of Cisco IOS Switching Methods
The b...
Load Balancing in CEF - ...maximum-path 2 under the
routing protocol Open Shortest Path First (OSPF), only two OSPF paths per prefix are allowed in
the routing...
Multiprotocol Label Switching Virtual Private Network - ... Frame Relay and Asynchronous Transfer Mode services that were popular before it, Multiprotocol Label Switching Virtual Private Network
is now see...
Virtual Private LAN Service - ...dquo; in VPLS. When the customer
with different Ethernet sites connects to an Multiprotocol Label Switching backbone where VPLS is deployed, it a...
Multiprotocol Label Switching Operation and Maintenance - ...detect the problems that are purely in the
data plane when the network is running Multiprotocol Label Switching. Multiprotocol Label Switching O...
Router Alert Option and Router Alert Label - ...her before
forwarding it. What this inspection means is not defined and is up to the software implementation
on the router. The Router Alert ...
latest articles under "Linux Commands"
Navigation: Categories » Computers and technology » Linux Commands
Below is a list of all Linux Commands articles. If you want to find a tutorial by keywords, all you have to do is a quick search in our directory. Just use the search option available at the top-right side of the page. The website search is powered by web-articles. Or, if you want to read specific Linux Commands tutorial, just point to it. The newest articles and tutorials are shown first in the list. To access the last ones, browse the pages 2, 3, 4... at the bottom. Also, you may browse articles alphabetically ordered.
Page# 1 (last added articles shown first)
Enter page# 1 (last added articles shown first)
Below is a list of all Linux Commands articles. If you want to find a tutorial by keywords, all you have to do is a quick search in our directory. Just use the search option available at the top-right side of the page. The website search is powered by web-articles. Or, if you want to read specific Linux Commands tutorial, just point to it. The newest articles and tutorials are shown first in the list. To access the last ones, browse the pages 2, 3, 4... at the bottom. Also, you may browse articles alphabetically ordered.
Page# 1 (last added articles shown first)
The df program displays the amount of free space (11/28/2007)
(...) Type this command to ensure the disk cache has been flushed: [root@workbox /root]# sync ; sync Tracking and Terminating Processes Under Linux (and UNIX in general), each running program comprises at least one process. From the operating system’s standpoint, each process is independent of the others. Unless it specifically asks to share resources with other processes, a process is confined to the memory and CPU allocation assigned to it. (...)
(...) Type this command to ensure the disk cache has been flushed: [root@workbox /root]# sync ; sync Tracking and Terminating Processes Under Linux (and UNIX in general), each running program comprises at least one process. From the operating system’s standpoint, each process is independent of the others. Unless it specifically asks to share resources with other processes, a process is confined to the memory and CPU allocation assigned to it. (...)
The top command is an interactive version of ps (11/28/2007)
(...) To do this, change the program’s permissions with the following command: [root@workbox /root]# chmod 0700 /usr/bin/top Sending a Signal to a Process: kill This program’s name is misleading: it doesn’t really kill processes. What it does do is send signals to running processes. The operating system, by default, supplies each process a standard set of signal handlers to deal with incoming signals. (...)
(...) To do this, change the program’s permissions with the following command: [root@workbox /root]# chmod 0700 /usr/bin/top Sending a Signal to a Process: kill This program’s name is misleading: it doesn’t really kill processes. What it does do is send signals to running processes. The operating system, by default, supplies each process a standard set of signal handlers to deal with incoming signals. (...)
Lunux who command who is logged in (11/28/2007)
(...) The format of the command is as follows: [rwhite@workbox rwhite]$ telnet gregory where gregory is the name of another computer running either Linux or a variant of UNIX. Once you run the command, you will get a login prompt from that machine. Logging in to that machine enables you to run programs on the other host just as if you were running them on your own. (...)
(...) The format of the command is as follows: [rwhite@workbox rwhite]$ telnet gregory where gregory is the name of another computer running either Linux or a variant of UNIX. Once you run the command, you will get a login prompt from that machine. Logging in to that machine enables you to run programs on the other host just as if you were running them on your own. (...)
X offers the ability to display content on other hosts (11/28/2007)
(...) Be sure to specify from which hosts you allow X connections, and remember to undo it when you are done. Mail Preferences: mail, pine, and mutt Like everyone else, Linux folk need to read their e-mail. And as you can imagine, you have plenty of choices as to how. (...)
(...) Be sure to specify from which hosts you allow X connections, and remember to undo it when you are done. Mail Preferences: mail, pine, and mutt Like everyone else, Linux folk need to read their e-mail. And as you can imagine, you have plenty of choices as to how. (...)
Editing text filesin Linux Red Hat (11/28/2007)
(...) In difficult situations, you may not have a pretty graphical editor at your disposal, and vi is ubiquitous across all UNIX systems. The version of vi that ships with Linux distributions is VIM (VI iMproved). It has a lot of what made vi popular in the first place and many features that make it useful in today’s typical environments (including a graphical interface if X is running). (...)
(...) In difficult situations, you may not have a pretty graphical editor at your disposal, and vi is ubiquitous across all UNIX systems. The version of vi that ships with Linux distributions is VIM (VI iMproved). It has a lot of what made vi popular in the first place and many features that make it useful in today’s typical environments (including a graphical interface if X is running). (...)
Reviewing Linux File System Standards (11/28/2007)
(...) The other standard is the Linux Standard Base Specification (LSB). Like the FHS, the LSB is a standards group that specifies what a Linux distribution should have in terms of libraries and tools. A developer who only assumes that a Linux machine complies with the LSB and FHS is guaranteed to have an application that will work with all Linux installations. (...)
(...) The other standard is the Linux Standard Base Specification (LSB). Like the FHS, the LSB is a standards group that specifies what a Linux distribution should have in terms of libraries and tools. A developer who only assumes that a Linux machine complies with the LSB and FHS is guaranteed to have an application that will work with all Linux installations. (...)
Linux is built upon the foundation of file systems (11/28/2007)
(...) It will help to clarify your understanding of the concept and let you see more easily how to take advantage of the architecture. i-Nodes The most fundamental building block of many UNIX file systems (including Linux’s ext2/ext3) is the i-node. An i-node is a control structure that points either to other i-nodes or to data blocks. (...)
(...) It will help to clarify your understanding of the concept and let you see more easily how to take advantage of the architecture. i-Nodes The most fundamental building block of many UNIX file systems (including Linux’s ext2/ext3) is the i-node. An i-node is a control structure that points either to other i-nodes or to data blocks. (...)
Mounting and Unmounting Local Disks (11/28/2007)
(...) The mount process overlays a single subdirectory with the directory tree of the partition it is trying to mount. For example, let’s say that /dev/hda1 is the root partition. It has the directory /usr, which contains no files. (...)
(...) The mount process overlays a single subdirectory with the directory tree of the partition it is trying to mount. For example, let’s say that /dev/hda1 is the root partition. It has the directory /usr, which contains no files. (...)
The fsck tool short for File System ChecK (11/28/2007)
(...) If you find that a file system is not behaving as it should (log messages are excellent hints to this situation), you may want to run fsck yourself on a running system. The only downside is that the file system in question must be unmounted in order for this to work. If you choose to take this path, be sure to remount the file system when you are done. (...)
(...) If you find that a file system is not behaving as it should (log messages are excellent hints to this situation), you may want to run fsck yourself on a running system. The only downside is that the file system in question must be unmounted in order for this to work. If you choose to take this path, be sure to remount the file system when you are done. (...)
The process of adding a disk under Linux on the Intel (11/28/2007)
(...) Once the disk is in place, simply boot the system and you’re ready to go. If you aren’t sure about whether the system can see the new disk, run the dmesg command and see whether the driver loaded and was able to find your disk. For example: [root@tedford /root]# dmesg | more Overview of Partitions For the sake of clarity, and in case you need to know what a partition is and how it works, let’s do a brief review of this subject. (...)
(...) Once the disk is in place, simply boot the system and you’re ready to go. If you aren’t sure about whether the system can see the new disk, run the dmesg command and see whether the driver loaded and was able to find your disk. For example: [root@tedford /root]# dmesg | more Overview of Partitions For the sake of clarity, and in case you need to know what a partition is and how it works, let’s do a brief review of this subject. (...)
With the partitions created you need to put file systems on them (11/28/2007)
(...) Omit the -j, and you’ll create an ext2 partition instead. NOTE To convert the ext2 file system to an ext3 file system, run the command tune2fs –j /dev/hdb3 (of course, substituting your partition name for /dev/hdb3). To convert an ext3 file system to ext2, edit the /etc/fstab file so that the partition is listed as ext2, then unmount the partition and mount it again. (...)
(...) Omit the -j, and you’ll create an ext2 partition instead. NOTE To convert the ext2 file system to an ext3 file system, run the command tune2fs –j /dev/hdb3 (of course, substituting your partition name for /dev/hdb3). To convert an ext3 file system to ext2, edit the /etc/fstab file so that the partition is listed as ext2, then unmount the partition and mount it again. (...)
Mounting NFS partitions works much the same way as mounting local partitions (11/28/2007)
(...) As its name implies, it automatically mounts file systems as they are needed. When it is used in conjunction with NIS (see Linux tutorial 17), you can produce a centralized set of maps that apply to your entire site, deploying the autofs service to mount only those partitions needed by users at the time they are needed. A good example of this is home directories. (...)
(...) As its name implies, it automatically mounts file systems as they are needed. When it is used in conjunction with NIS (see Linux tutorial 17), you can produce a centralized set of maps that apply to your entire site, deploying the autofs service to mount only those partitions needed by users at the time they are needed. A good example of this is home directories. (...)
Using autofs to mount partitions across the network (11/28/2007)
(...) The format of this file is as follows: # # Sample /etc/auto.master file # (lines which begin with a '#' are comments) # /mount/point map-file global-options /home auto.home /usr/local auto. (...)
(...) The format of this file is as follows: # # Sample /etc/auto.master file # (lines which begin with a '#' are comments) # /mount/point map-file global-options /home auto.home /usr/local auto. (...)
Configuring Individual Partitions on Linux machines (11/28/2007)
(...) However, technical and/or political barriers may be standing in the way of using them. (For instance, the CEO may not like being told she can use only 5MB of the server disk space.) Quotas are, of course, optional— your system will be quite happy to hum along without them. (...)
(...) However, technical and/or political barriers may be standing in the way of using them. (For instance, the CEO may not like being told she can use only 5MB of the server disk space.) Quotas are, of course, optional— your system will be quite happy to hum along without them. (...)
Enter page# 1 (last added articles shown first)
