The leading textbook in Artificial Intelligence. Used in over 1000 universities in 91 countries (over 90% market share) and the 85th most cited publication on Citeseer.
Adger Linux Beginner Linux Resource
I May Learn Linux Before I Die !
A branch of computer science that studies how to endow computers with capabilities of human intelligence. For example, speech recognition is a problem being worked on by AI scientists.
Emergency Recovery: Causes of System Failures
Several situations might render a system unbootable. The most common class of errors relates to a failure to load and boot the kernel. This might happen if you compiled a kernel without support for your boot device (such as forgetting the IDE driver) or forgot support for the root file system type (usually ext2). Errors can also lurk within the kernel compilation step itself Compiling a kernel with an experimental compiler might cause the boot to fail. Circumstances beyond the control of SuSE can also damage Linux. The installation of another operating system may overwrite LILO—the kernel itself may be fine, but nothing remains to load it.
The second major group of system failures consists of various file system corruptions and outright mistakes. It is conceivable that an untimely power failure could corrupt files vital to booting even a rudimentary system. Perhaps more likely is that such files get altered or deleted by an overuse of the root account. There are many ways that a Linux system could become damaged, but in the end if the system becomes unbootable, you need to somehow recover from the emergency.
Although having a system fail to boot can be one of the most distressing types of failures, it’s not the only one you might have to guard against. Files and entire directories may get damaged or deleted over time. Mistakes and misfortunes do happen, so you need to know how to handle them. The following sections describe some of the options you have after the system fails to boot, files or file systems get corrupted, or you forget the root password.
Xbox 360 PS3 Mod Chips Shipping Worldwide
Related Websites -
Shopping Professionally pt 2 One of the best ways that you can save money is to shop professionally, which is learning how to develop skills and talents in shopping that allow you to shop smarter and save more money than ever before. When you learn how to work with a tight budget, you can...... -
How to Fix Your Mac /caption]Mac machines are generally stable, but there are always times when any computer is seemingly a little under the weather. If youâre normally a Windows user though, you probably have no idea how to diagnose or begin to fix any problem that Macs may experience. So what can you do...... -
Fix Registry Errors Safely (like an Expert) With Registry Repair Software Have you ever had a virus or spyware attack? Or have you ever downloaded an innocent looking piece of software, only to end up with a vicious Trojan or dreaded worm on your computer and loads of spyware? If you do anything online you will very likely know exactly what...... -
LINK : fatal error LNK1181: cannot open input file 'C:\Program.obj' I'm working on a HUGE article titled something like "More VC++ Compiler & Linking Errors, with Real English Explanations" and it's getting totally out of hand. Really long. And I need to go back through most of the article and make one more check (triple check) to make sure all...... -
How to Fix the Windows Blue Screen of Death Hopefully after reading this article I will have some light on this for you. I will give three steps you can do to help diagnose and repair the windows blue screen error. All these are tasks you can complete on their own before taking your computer to a repair shop.......
Tags: Auto Dealer, Boot Device, Compilation Step, Corruptions, Emergency Recovery, Experimental Compiler, Kernel Compilation, Linux System, Major Group, Misfortunes, Outright Mistakes, Power Failure, Ps3 Mod Chips, Root Account, Root Password, Shipping Worldwide, System Failures, Time Mistakes, Worldwide Www, Xbox 360
Linux 101: Word Alert
This section will refresh you from some terminologies that we always encounter in the web or with Linux.
IP Address - IP stands for Internet Protocol. An IP address consists of a series of four numbers separated by periods, that identifies n single, unique Internet computer host. Example: 192.34.45.8. This works the same way as phone numbers are used. Computers use IP address to trace and locate you like your physical address or phone number.
Static IP is the permanent internet address that your service provider provided you. If your Service Provider has assigned a fixed IP address; enter the assigned IP address, subnet mask and the gateway address provided by your service provider.
Dynamic IP is ussually assigned to LANs and broadband networks. When a user disconnects or shutdown his computer, the dynamic IP goes back into the pool of IP addresses to be assigned to other users. Therefore, in this case if a user connects to the internet once again, the IP will not be the same IP as before you have been disconnected.
www.adgerlinux.com
Related Websites -
Omid Shekarchian - A Pioneer in Intercontinental VoIP Services Omid has been a veteran of sorts with a strong background in Information Technology and Telecommunication in voice and data networks over the past ten years. Omid is well-versed with the financial planning and optimized cash flow system design and development within the telecommunication industry. He is also an...... -
Dana Point Marina Phone: 949.496.6137 Marine Stand By Channel? Yes, the marina can be reached on channels 16 and 68 Average Water Depth? The depth is usually around 6 feet, but this can change. Please call ahead for the most recent report. Is there a pumpout station? Yes, but only official tenants...... -
VoIP PBX - Actualizing Internet Telephony Services Internet calling is possible because of the emergence of technologies such as VoIP. Though Voice over IP is a digital method but then it also requires a telephone exchange for transference of voice calls. The telephone exchange for VoIP networks is termed as VoIP PBX.The principle of transference of...... -
Smart Choices in VoIP For New Users The buzz surrounding Voice over IP technology has been growing for quite some time, but only recently has the notion of ditching standard telephone service grown so compelling that companies like Skype can claim over 215 million downloads of its product. In this article, we'll explore the current offerings...... -
Dolphin Isle Marina, Fort Bragg, CA Dolphin Isle Marina is located in: Fort Bragg, CA Phone: 707.964.4113 Average Water Depth: The average water depth here is around 14 feet, but this is subject to change due to weather conditions. We recommend calling ahead to check the current levels before you arrive. Marine Standby Channel: Yes, the......
Tags: 192, Address Ip, Computer Host, Dynamic Ip, Famous People, Furnace Prices, Gateway Address, Internet Address, Internet Computer, Internet Protocol, Ip Address Subnet, Ip Address Subnet Mask, Ip Addresses, Manitoba Canada, Periods, Physical Address, Service Provider, Static Ip, Terminologies, Winnipeg
How to delete User from the Command line
Deleting a user might occasionally become necessary. You should clean up any unused accounts when someone stops using your computer—or when you decide to stop letting someone use it! You can delete a user either from the command line or by using YaST, as described in the following sections.
The userdel command allows you to delete users. It undoes most, but not all, of what the useradd command does.See the steps below for instructions.
1. Before you remove a user, take note of the user’s ID number since you may need to know this later. Look at the third field of the user’s entry in /etc/passwd. For example, you can see in this line from the password file that user joe has user ID 100:
joe:x:100:100: :/home/joe:/bin/bash
2. As root, run the userdel command with the username of the user you wish to remove. (Keep in mind that you cannot remove an account if the user is logged in.)
3. By default, userdel will not remove any of the user’s files. To remove the user’s home directory automatically, use the -r option. For example:
# userdel -r joe
If you do not use the -r option, you will need to remove the user’s home directory manually:
# rm -rf /home/joe/
The user may have other files on the system which userdel has not removed. Particularly, look in the /var/spool directory. You might want to remove old mail, for example. Also, the user may have installed a crontab file. Here is how you would remove these things:
# rm fvarfspooi/mail/joe
#rm Ivarlspooilcronltabs/joe
4. It is possible that the user still has some jobs running. Rather than rebooting, you can search for and kill any jobs left running by the user. The user no longer exists in the password file so you cannot search by the user’s name. Instead, search for jobs owned by the user ID you found in Step 1. Here is an example of killing a job that Joe left running:
# ps —user 100
PID TTY TIME CMD
1490 ? 00:06:21 mydaemon
# kill —9 1490
CBC News: Consumer Life-Concerns raised about furnace company
www.adgerlinux.com
Related Websites -
more powerful grep - ack For last couple of days, I have been using ack instead of grep. Here is description of ack: Ack is designed as a replacement for grep. There are couple of reasons I am using ack. First and foremost being it does not require a filename. So, for seaching amit...... -
Daycare vs. Stay At Home: A Mom’s Perspective Editor’s Note: Last week, I wrote a brief post about the financial tradeoffs of daycare versus being a stay at home parent. Kelly of The Centsible Life offered to write a more detailed guest post on the subject because, as a mother of four, she is clearly way more qualified...... -
The Benefits of Joining a Gym You may have tried several times to begin a workout regime at home, and havenât stuck with it. Or, you simply do not know what to do to get into shape. Purchasing a treadmill didnât work and it got old after awhile. You may also feel like you have no...... -
Home Network Security [/caption] Home Computer security 1. What is computer security? Computer security is the process of preventing and detecting unauthorized use of your computer. Prevention measures help you to stop unauthorized users (also known as "intruders") from accessing any part of your computer system. Detection helps you to determine whether or...... -
Becoming Self Employed - Here Are Five Genuine Reasons To Create A Home Based On-line Business In this point in time, several individuals are having a difficult time finding work as a result of the downturn of the economy. Each day, this crisis looks to be becoming worse and worse. In response to this, many individuals are seeking ways to earn cash online. What this really......
Tags: Delete, Furnace Prices, Home Directory, Job, Jobs, Mail, Password File, Pid, Ps User, Rf, Running, Step 1, Unused Accounts, Winnipeg
Linux 101: Word Alert
This section will refresh you from some terminologies that we always encounter in the web or with Linux.
IRC is an acronym for “Internet Relay Chat” is a worldwide, online “party line” network that allows conversation to take place in real time. This creates an illusion that a particular group is like in the same virtual room. This is synonymous to internet messenger, ICQ, and online chat.
Kernel is the core of an operating system that contains the most primitive functions on which more sophisticated functions depend. The kernel serves as resource manager of different processes and also mediates multiple users in both kernel and user space.
URL stands for “Uniform Resource Locator”. This is basically one thing we are very familiar of. This an address that identifies a document or computer on the world wide web. We use this to get to the site that we want to see and explore.
Xbox 360 PS3 Mod Chips Shipping Worldwide
www.adgerlinux.com
-
Training A Child About Money – Online This is a guest post by Matt Bell, a biblical money management speaker and author of Money, Purpose, Joy and Money Strategies for Tough Times, both published by NavPress. Matt writes two free eNewsletters that are available through his web site: www.moneypurposejoy.com. “Train a child in the way he should...... -
Email marketing pc software - Maximize web traffic - Targeted internet traffic to your website There are several ways to further increase the traffic to your website. Search engine optimization is the most effective and proven way to increase sales online by generating website traffic. The first and the best way to website traffic is by enriching your website pages with search engine friendly contents...... -
Save Time, Money and Space in Over 80 Ways If you're looking for handy gadgets, tools and various items that can save you time, money or space (or all three!) this list of more than 80 top products is just what you need. Everyone's got saving money on their minds these days. Some of us are always looking to...... -
Senior Dating Sites Blossom as More Seniors Go Online Online Senior Dating Is Available to Everyone Senior dating is now as simple as logging onto your favored dating web site and making contact with an individual that you find interesting. Whether you are looking for a a new love or just the chance to make some new acquaintances, it is...... -
Medical Mnemonic Resources Here's a list of medical mnemonics I found recently that might help the medical students who are always trying to find these resources: Causes of Dysphagia: Mnemonic - Esophageal problems causing Dysphagia or Difficulty in swallowing are classically divided into Mechanical and Motility disorders, the significance being that Mechanical causes......
Tags: Acronym, Canada Www, Famous People, Furnace Prices, Illusion, Internet Messenger, Internet Relay Chat, Kernel, Linux Irc, Manitoba Canada, Messenger Icq, Multiple Users, Pay Per Click Ad, Primitive Functions, Ps3 Mod Chips, Resource Locator, Resource Manager, Sophisticated Functions, Terminologies, Uniform Resource, Virtual Room, Xbox 360
Add and Delete User using YaST
- Start YaST as root.
- Select System administration, and then User administration.
- On the new screen that appears, type the new user’s name and press Enter. Defaults will appear in all the fields.
- Edit the defaults as you see fit, and then type and retype a password.
- When you are satisfied, press F4, and user is created
- Start YaST as root.
- Select System administration, and then User administration.
- On the new screen that appears, type the new user’s name and press Enter.
- Press F5 to delete the user. Answer yes when you are asked if you are sure. Be warned, however, that YaST will allow you to delete a user who is currently logged in.
Related Websites -
Can Your PC Run Like A Dream Again? I'm sure you've all noticed that when you buy a new PC it works like a dream and that over time, the performance degrades and it gets slower and slower. I have a cynical viewpoint that I have to reinstall my PC every 6 to 8 months to make...... -
Bash Tips & Tricks http://www.ukuug.org/events/linux2003/papers/bash_tips/ http://www.gbdirect.co.uk/ Power Shell Usage Bash Tips & Tricks Simon Myers simon.myers@gbdirect.co.uk UKUUG Linux 2003 Conference • August 2003 http://www.ukuug.org/events/linux2003/ This view lists all the slides from the talk in a continuous format. There is a PDF version available, suitable for printing on A4 paper. The slides are also...... -
Search Engine Optimization Guide for Webmasters [senior Hs Paper] Introduction
Search Engines have developed into the Internet's most popular and powerful source of information, accounting for an estimated 80% of the Internet's traffic (Heche, 2007, p. 1). As a result, website owners are realizing the power in such devises and are shifting marketing budgets into the optimization of their...... -
PC Safety 101 - How to Delete Spyware From Your System Spyware is one of the widely known online threats. However, if you're not a frequent user of computers and the Internet, this term might confuse you a little bit. Most people know there are many online threats on the Internet but only some people are really serious in protecting their...... -
Nutronix June Offers And Diabetes Study! Product Call TONIGHT! Don’t forget the Product Call tonight with Bob Bremner. Find out why the Nutronix products are the best in the business, and hear how our products are changing lives. When: Tonight! Time: 8:00 PM EST Call: 512-225-3039 Code: 42365# June Cellfood Special......
Tags: Administration Tool, Configuration Tool, Crontab Files, Delete, Entire System, F4, Fit, Furnace Prices, Home Directory, Mail, Opensuse, Security Settings, Select System, Setup Tool, Suse, System Administration, User Administration, Winnipeg
Linux 101: Word Alert
This section will refresh you from some terminologies that we always encounter in the web or with Linux. These are the words for this day.
The 10BaseT. Let’s understand this word by learning each term under it. First, 10— this is the frequency in MHz (or Mega Hertz), in short this cable has 10 MHz capability/speed. Secondly, base—is synonymous to Baseband. This is a type of communication used by Ethernet. Lastly, T— refers to Twisted Pair, it is the physical layer that is responsible for the signal.
Physical Layer Specification for Twisted-Pair Ethernet using Unshielded Twisted Pair wire at l0Mbps.This is the most popular type of LAN cable used today because it is very cheap and easy to install. It uses RJ-45 connectors and has a cable length span of up to 100 meters. There are two versions:
STP (Shielded Twisted Pair) which is more expensive
UTP (Unshielded Twisted Pair), the most popular cable.
These cables come in 5 different categories. However, only 3 are normally used in LAN5, Category 3,4 and 5. CAT 3 TP (Twisted Pair) cable has a network data transfer rate of up to 10Mbps. CAT 4 TP cable has a network data transfer rate of up to 16Mbps. CAT 5 TP cable has a network data transfer rate of up to 100Mbps.
-
WiMax, VoIP, and the Metropolitan Area Network The emerging IEEE 802.16 standard, commonly known as WiMAX, promises to deliver last mile wireless broadband internet access capable of carrying data intensive applications, such as VoIP and streaming video, to Metropolitan Area Networks, as well as sub-urban and rural communities. WiMAX is considered a disruptive technology, designed as...... -
Tips for Snowboarding pt 5 5 - Now you are going to want to consider what type of board you are interested in riding. There are essentially three different types of snowboards that you can choose from, which are all mountain snowboards or free ride snowboards, freestyle boards or technical riding snowboards or racing boards,...... -
Successful Telephony - A Best Practice Guide Start with what you haveA spot check on your existing telecoms strategy and current infrastructure will focus you on what you have now, and lead you onto what you need to do next. Design a simple scale (for example poor, average, good and excellent) and use it mark the...... -
Telecommunications Equipment & Services Telecommunications Equipment & ServicesIT Consulting Design & Implementation TDM Telephone Systems VoIP Telephone Systems Voice Mail Systems Unified Messaging IP Telephony / VoIP Interactive Voice Response (IVR) Systems Call Center Applications & Deployment Speech Recognition Systems - Outbound & Inbound Move, Add, or Changes Coordination & Set-up of: Local &...... -
9 Quick And Easy Steps You Can Take To Resolve The Dreaded Network Cable Is Unplugged Error I am sure you have gotten one of the most annoying errors in existence which is the Network Cable is unplugged error. I will cover the reasons for this error as well as how to solve it in 9 easy steps. I will be as descriptive as possible. That's......
Tags: 10baset, Cable Length, Cables, Capability, Cat 5, Hertz, LAN, Linux, Pair Ethernet, Rj 45 Connectors, Span, Terminologies, Twisted Pair Cable, Twisted Pair Wire, Two Versions, Type Of Communication, Utp
How to specify the directory path
If the file you want to read is in a subdirectory of the directory that you are in, you can reach the file by typing a relative filename. Relative filenames specify the location of files relative to where you are.
Here are some additional rules that you need to know:
- One dot (.) always stands for your current directory.
- Two dots (..) specify the parent directory of the directory you are currently in.
- All directory paths that include (.) or (..) are relative directory paths.
You can see these files by using the -a option of the 1s (1) command. Without the -a option, the 1s (1) command does not bother to list the . or .. files, or any filename beginning with a period. This may seem strange, but the creators of Unix thought that having some files that were normally hidden kept the directory structure cleaner. Therefore, filenames that are always there (. and ..) and special-purpose files are hidden. The types of files that should be hidden are those that the user normally does not need to see in every listing of the directory structure (files used to tailor applications to the user’s preferences, for example).
Now specify a pathname relative to where you are. For example:
[fidia@veracruz lidial]$pwd
/home/lidia
[lidia@veracruz lidials]$ 1s – 1a . . / . . /etc/passwd
Property Tax Assessments to be Mailed Soon
Wpg Auto Dealer
-
Solaris one liners http://www.unixguide.net/sun/sunoneliners.shtml Unix/Solaris: One-Liners Source: http://www.kevlo.com/~ebs/unix_commands.txt Listed here are a bunch of unix commands. --> change file date stamp touch –t 199906042020 filename --> move partitions ufsdump 0f - /dev/rdsk/c0t0s0s0 | (cd /home; ufsrestore xv -) --> lay down file system with 1% minfree and inode density newfs –m1 –i81920 /dev/rdsk/c0t0d0s0...... -
Windows Mobile, iPhone, Android - Marketplace Comparison Detailed comparison between Windows Mobile Marketplace, Apple's iPhone AppStore and Android Market from developer point of view. By: Predrag Tomasevic (Click for bigger image) Introduction The article you are about to read is my compilation of thoughts on three currently most popular and talked about mobile platforms, sparked by whole...... -
Lots of Tool Tips Another Nutty Trick Let us say that you need to remove a nut with the use of an open end wrench but the wrench is too large for the nut. When you can do is insert a coin or a washer in between the nut and the wrench. The coin...... -
Problem in sending big files on email? ...find solution here Technologies have surpassed the limitation of geographic boundaries; Online collaboration are common now a days, i.e. you are working on a project sitting at office while your team members are at different geographic location and working on different modules, towards end all data needs to be joined, hence you need to exchange large files,...... -
Working with Files Computer files are part of a framework for managing the data you create and store on your computer. When you create information in a program, such as a letter, you save that information in a file and assign the file a memorable name. When you want to work with the......
Tags: 1a, Applications, Creators, Directory Path, Directory Paths, Directory Structure, Dot, Dots, Fidia, Hidden Directory, Parent Directory, Purpose Files, Special Purpose, Strange, Typing, Unix
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.


