<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tene</id>
	<title>HTYP - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tene"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/Special:Contributions/Tene"/>
	<updated>2026-09-25T01:37:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=Utah&amp;diff=3680</id>
		<title>Utah</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=Utah&amp;diff=3680"/>
		<updated>2006-03-21T00:55:47Z</updated>

		<summary type="html">&lt;p&gt;Tene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{US State|Utah}}{{seed}}&lt;br /&gt;
==Towns==&lt;br /&gt;
*{{townlink|Salt Lake City|UT}}&lt;br /&gt;
*{{townlink|Provo|UT}}&lt;br /&gt;
*{{townlink|Cedar City|UT}}&lt;br /&gt;
*{{townlink|Taylorsville|UT}}&lt;br /&gt;
==Topics==&lt;br /&gt;
* Government&lt;br /&gt;
* Religion&lt;/div&gt;</summary>
		<author><name>Tene</name></author>
	</entry>
	<entry>
		<id>https://htyp.org/mw/index.php?title=Qemu&amp;diff=1874</id>
		<title>Qemu</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=Qemu&amp;diff=1874"/>
		<updated>2005-06-12T19:12:12Z</updated>

		<summary type="html">&lt;p&gt;Tene: added instructions for compiling with kqemu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
[[Techniques]]: Software: Emulators: [[Qemu]]&lt;br /&gt;
[http://qemu.org/ QEMU] is an open source processor emulator. It&lt;br /&gt;
emulates a variety of different [http://qemu.org/status.html CPUs and&lt;br /&gt;
systems], and achieves good speed by using dynamic translation.&lt;br /&gt;
==Some Quick Notes==&lt;br /&gt;
*Creating the disk image: qemu-img create win98hd.img 2G qemu -hda&lt;br /&gt;
win98hd.img -cdrom win98.iso -boot d&lt;br /&gt;
For linux host systems, there is a loadable kernel module (called&lt;br /&gt;
kqemu) that will allow qemu to run at near native speeds. At the time&lt;br /&gt;
of this writing, there aren&#039;t distributed packages available with the&lt;br /&gt;
module built, so you&#039;ll need to download the source from the website&lt;br /&gt;
and compile it locally.&lt;br /&gt;
First download the&lt;br /&gt;
[http://fabrice.bellard.free.fr/qemu/qemu-0.7.0.tar.gz qemu source] and&lt;br /&gt;
[[untar]] it. Then download the&lt;br /&gt;
[http://fabrice.bellard.free.fr/qemu/kqemu-0.6.2-1.tar.gz kqemu source]&lt;br /&gt;
and [[untar]] it within the qemu source directory. Then run ./configure&lt;br /&gt;
&amp;amp;&amp;amp; make &amp;amp;&amp;amp; sudo make install. You might also want to&lt;br /&gt;
install the vgabios package from your package manager.&lt;br /&gt;
If you&#039;re wanting to run Win98 under qemu, this option is moot because&lt;br /&gt;
kqemu and Win98 don&#039;t get along.&lt;/div&gt;</summary>
		<author><name>Tene</name></author>
	</entry>
	<entry>
		<id>https://htyp.org/mw/index.php?title=groupadd/archive/2005&amp;diff=1846</id>
		<title>groupadd/archive/2005</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=groupadd/archive/2005&amp;diff=1846"/>
		<updated>2005-06-09T17:19:58Z</updated>

		<summary type="html">&lt;p&gt;Tene: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Linux&lt;br /&gt;
shell commands]]&lt;br /&gt;
[[Techniques]]: [[Linux]]: [[groupadd]]&lt;br /&gt;
==Text==&lt;br /&gt;
===Name===&lt;br /&gt;
:&#039;&#039;&#039;groupadd&#039;&#039;&#039; - Create a new group&lt;br /&gt;
===Synopsis===&lt;br /&gt;
:&#039;&#039;&#039;standard:&#039;&#039;&#039; groupadd [-g &amp;lt;u&amp;gt;gid&amp;lt;/u&amp;gt; [-o]]&lt;br /&gt;
&amp;lt;u&amp;gt;group&amp;lt;/u&amp;gt;&lt;br /&gt;
:&#039;&#039;&#039;Red Hat:&#039;&#039;&#039; groupadd [-g &amp;lt;u&amp;gt;gid&amp;lt;/u&amp;gt; [-o]] [-r] [-f]&lt;br /&gt;
&amp;lt;u&amp;gt;group&amp;lt;/u&amp;gt;&lt;br /&gt;
===Description===&lt;br /&gt;
:The groupadd command creates a new group account using the values&lt;br /&gt;
specified on the command line and the default values from the system.&lt;br /&gt;
The new group will be entered into the system files as needed. The&lt;br /&gt;
options which apply to the groupadd command are&lt;br /&gt;
{| margin=3&lt;br /&gt;
|-&lt;br /&gt;
| width=10% valign=top | &#039;&#039;&#039;-g &amp;lt;u&amp;gt;gid&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| The numerical value of the group&#039;s ID. This value must be unique,&lt;br /&gt;
unless the -o option is used. The value must be non-negative. The&lt;br /&gt;
default is to use the smallest ID value greater than 500 and greater&lt;br /&gt;
than every other group. Values between 0 and 499 are typically reserved&lt;br /&gt;
for system accounts.&lt;br /&gt;
|-&lt;br /&gt;
| colspan=2 bgcolor=#eeeeee | Red Hat Linux only:&lt;br /&gt;
|-&lt;br /&gt;
| width=10% valign=top | &#039;&#039;&#039;-r&#039;&#039;&#039;&lt;br /&gt;
| This flag instructs groupadd to add a system account. The first&lt;br /&gt;
available gid lower than 499 will be automatically selected unless the&lt;br /&gt;
-g option is also given on the command line. This is an option added by&lt;br /&gt;
Red Hat.&lt;br /&gt;
|-&lt;br /&gt;
| width=10% valign=top | &#039;&#039;&#039;-f&#039;&#039;&#039;&lt;br /&gt;
| This is the force flag. This will cause groupadd to exit with an&lt;br /&gt;
error when the group about to be added already exists on the system. If&lt;br /&gt;
that is the case, the group won&#039;t be altered (or added again). This&lt;br /&gt;
option also modifies the way -g option works. When you request a gid&lt;br /&gt;
that it is not unique and you don&#039;t specify the -o option too, the&lt;br /&gt;
group creation will fall back to the standard behavior (adding a group&lt;br /&gt;
as if neither -g or -o options were specified).&lt;br /&gt;
This is an option added by Red Hat.&lt;br /&gt;
|}&lt;br /&gt;
===Files===&lt;br /&gt;
*&#039;&#039;&#039;/etc/group&#039;&#039;&#039; - group account information&lt;br /&gt;
*&#039;&#039;&#039;/etc/gshadow&#039;&#039;&#039; - secure group account information&lt;br /&gt;
===See Also===&lt;br /&gt;
[[chfn]](1), [[chsh]](1), [[passwd]](1), [[groups]](1),&lt;br /&gt;
[[groupdel]](8), [[groupmod]](8), [[useradd]](8), [[userdel]](8),&lt;br /&gt;
[[usermod]](8)&lt;br /&gt;
===Author===&lt;br /&gt;
:Julianne Frances Haugh (jockgrrl@ix.netcom.com)&lt;br /&gt;
==Questions==&lt;br /&gt;
*What is a system account? Apparently it&#039;s a Red Hat concept, so it may&lt;br /&gt;
not be important for general use.&lt;br /&gt;
*System accounts are accounts that aren&#039;t logged into or used by users.&lt;br /&gt;
Examples are audio, video, cdrom, dialout, scanner, staff, etc.&lt;br /&gt;
==Edit Log==&lt;br /&gt;
*&#039;&#039;&#039;2005-06-09&#039;&#039;&#039; Transcribed from Red Hat Linux 7.1 2.96-98 Linux&lt;br /&gt;
manpages and KUbuntu &amp;quot;hoary&amp;quot; (Debian 1:3.3.5-8ubuntu2) manpages.&lt;/div&gt;</summary>
		<author><name>Tene</name></author>
	</entry>
</feed>