![]() |
downloads | documentation | HowTo | reporting bugs | links | Recent Changes |
What is a Wiki?See WikiWikiWeb If you don't know how to use a wiki see the WikiHowto ErfurtWiki is maintained by a loosely knit group of developers. Quick LinksRelated sitesContactPlease submit website bugs in the BugReports Contribute!Please file any wishes on UserSuggestions. Hosted By |
Introduction to terminologyConfiguring Knoppmyth and Linux in general can seem very complicated at first because there is so much unfamiliar terminology. Given that Linux programs are all written by geeks many of them have been given rather unfriendly names that are not self-explanatory. Futhermore because we are inherently lazy all of this terminology is then abbreviated. For example "mkisofs" stands for "make iso file system". I strongly recommend finding a good Unix tutorial like this: http://www.ee.surrey.ac.uk/Teaching/Unix/ Or this online guide to Debian systems administration: http://colt.projectgamma.com/debguide/hands-on.html Conventions
Some Basics
Terms used to describe "Command Prompts"
Some Common Program NamesSome programs are used by MythTv and so you will be using these without realising it, e.g:
Then there are numerous programs for you to use when fiddling around with command prompts... i.e. configuring/fixing/optimising your system.
Getting to a ShellYou may have gathered that Linux is based on keyboard commands rather than the MS based 'point and click' style. You can get to a command prompt in various ways: 1. Hold down CTRL ALT and (F1). F1-F6 will also work. These screens are called consoles. F7 is reserved for X Windows which is what the mythfrontend runs on. Hold down CTRL ALT and (F7) to exit the console. 2. If you exit MythTv (i.e. the mythtv frontend) you will arrive at the X Windows Desktop. If you right click a menu will appear from which you can select XTerm. An Xterm shell custom essay will appear, this is therefore a command prompt screen ontop of the X Windows GUI. 3. If your mythbox is connected to a network then you can access the mythbox from another PC on the network. This can even be done on a Windows PC using an application such as Putty. Using Command PromptsLinux commands are always abbreviated and geeky looking which makes them look scary at first. They are also very mathematical/logical which can also scare people away. However once you sit down and practice a few commands you will discover that it is surprisingly a lot quicker to navigate and manipulate a PC using a keyboard than it is to use a mouse. It also makes you look really clever. The Basics.... getting started:If you type out the first few letters of a long filename press the TAB key. This will either complete the word for you or (if pressed repeatedly) provide a list of possible filenames you are after. You may also realise that some guides/solutions will tell you to type in longwinded commands which will "bend your head" if you try to type them in manually. The easiest way to play is to access your mythbox from a Windows PC on the network using a client such as Putty. This means you can surf the net on the Windows PC and just copy and paste commands into the mythbox via Putty. Becoming the Super User aka "root".
Also see these details directions on how to BecomeRoot. Moving between Folders
Listing Directories/Folder Contents
Creating Folders/Files
Note that creating files or directories with spaces in their names is generally considered a bad idea in the Unix world because it complicates scripting enormously. Removing/Deleting Folders/Files
Copying/Backing up Folders/Files
Moving Files/Folders
Creating symbolic linksA symbolic link is a directory entry that points to another filesystem object (file, directory, device, ...) by name. If another directory entry already exists with the same name, you must either delete it first, or use "ln -sf" to force the replacement.
You can delete a symbolic link with "unlink".
Unzipping FilesWhenever you want to uncompress a file you will realise it looks a bit trickier than using WinZip. You will see things like tar, bzip, gunzip etc and many variations as to how you can uncompress these files.
The Pipe SymbolThe Pipe Symbol | is used to feed the output of one program into another. Sounds mathematical and geeky but it is quite easy and very helpful, eg:
For more auto insurance quotes on redirecting input and output see the IORedirection page. Editing FilesThis is generally just a matter of invoking one of the editors mentioned above with the name of the file to be edited. For example: nano /etc/modprobe.conf Nano is pretty basic, and has lots of onscreen help, so the rest should be fairly obvious. Note that "^X" is conventional shorthand for Ctrl-X (Hold down the "Control/Ctrl/Ctl" key and hit the "X" key). For more detailed directions see the EditAFile page. Combine FilesIf you find two files you need to combine, it can easily be done with "cat". This works great with mpg files when a recording ends up in two files.
Recovery MethodsThere are various ways to recover your system if mythtv crashes. This will take you to the Knoppmyth logon screen. CTRL ALT BACKSPACE This the Linux equivalent of doing CTRL ALT DELETE and Task Manager. This will list everything in memory.
You may have loads of stuff in memory in which case use this to wade through page by page:
You will see that each program in memory has a number assigned to it in the list. To terminate a program do, for example:
Manual Reboot/ShutdownIf you are not logged in as root/super user then do, (note that the trailing dash matters):
Reboot is as simple as:
And to shutdown just do...
The Layout from the root directoryIf you are used to using Windows XP you may know that:
Naturally with Linux you have to learn a different architecture which will probably baffle you at first. If you run "ls /" from a command prompt then you will see all everything on your mythbox hard drive (at the top level):
Sudoku Sitessolving sudoku puzzles resources for solving sudoku puzzles sudoku techniques sudoku techniques and information sudoku tips and tricks many sudoku tips and tricks Some common places to visit/usr/src = Knoppmyth stores various source code packages in here. These are the source packages buy phentermine from which your version of Knoppmyth was built. They are useful if you want to reconfigure and recompile a particular program for some reason. /usr/home/mythtv/.mythtv = /etc/X11/ = The XF86Config-4 file in here contains all of your current Display Settings (resolutions etc) and has various sample files. /usr/local/share How can I see how much of my resources (processor, memory, etc) are used during recordings?Read more about custom essays - dissertaiton writing help and editing essay - professional essay writing
(q to quit) How do I check the disk space usage?You can do this from the mythtv frontend under Information Centre, System Settings. Alternatively if you want to be a nerd about it: This will show the amount of space used on each disk
This will show the amount of inodes used on each disk (the video drive can sometimes report out of disk space when it runs out of inodes.)
This will show the amount of space used in /myth and each of its subdirectories.
Another alternative is to use "ls -Slah |head". This will show in descending order the largest file sizes in a directory. How do I turn off the console blank?
Learning more about Linux on The best way to learn is by searching Google for relevant information. Do a search for "linux newbie" and begin looking at pages for one that fits your needs. You can also find a great deal of Linux documentation at The Linux Documentation Project and auto insurance quotes<rewritten by Nick Parkinson whilst bored and unemployed on the 25/10/2005 -- UK date format that is> EditThisPage BackLinks PageInfo Pages like this Attachments RSS/Atom last changed on Mon Jun 21 10:00:20 2010 |
UpdatedPages· WhatRemoteYouUse last changed on Sat Jul 31 10:46:47 2010· WhatCardYouUse last changed on Sat Jul 31 10:45:00 2010 · TinnyAudioPVR150 last changed on Fri Jul 30 03:20:30 2010 · KnoppMythWiki last changed on Thu Jul 29 04:35:17 2010 · HowTo last changed on Wed Jul 28 09:27:02 2010 · HardwareAcceleratedVideo last changed on Tue Jul 27 09:15:10 2010 · MythVodkaHowTo last changed on Tue Jul 27 09:14:04 2010 · DisklessFrontend last changed on Tue Jul 27 09:13:29 2010 · CompileMythTVFromSVN last changed on Tue Jul 27 07:39:28 2010 · MythMusic last changed on Tue Jul 27 07:38:00 2010 · RRD Disk Partition Usage last changed on Sun Jul 25 21:34:12 2010 · UserSuggestions last changed on Sun Jul 25 16:25:51 2010 · Links last changed on Sun Jul 25 16:21:33 2010 · KnoppmythDownloads last changed on Sun Jul 25 14:02:11 2010 · KnoppMythInstall last changed on Sun Jul 25 14:00:46 2010 · TroubleShooting last changed on Wed Jul 21 07:03:13 2010 · webminhowto last changed on Mon Jul 19 07:34:28 2010 · PickingComponents last changed on Wed Jul 14 17:27:40 2010 · mplayerResume last changed on Mon Jul 12 22:54:24 2010 · R5A12DvdRipping last changed on Mon Jul 12 14:44:04 2010 · Additional Software last changed on Mon Jul 12 14:42:31 2010 · HowToUseMyth last changed on Mon Jul 12 14:41:09 2010 · x11vncHowTo last changed on Sun Jul 11 00:06:20 2010 · CountrySpecific last changed on Thu Jul 1 14:48:40 2010 · RepairingMythConvergDB last changed on Thu Jul 1 14:42:58 2010 · tv_grab_au last changed on Tue Jun 29 15:44:05 2010 |
| sitemap | | |