Unix: Difference between revisions

From RoggeWiki
Jump to navigation Jump to search
No edit summary
(Replacing page with 'Bits and pieces of the standard Unix * bash')
Line 1: Line 1:
'''Software Update Available'''
Bits and pieces of the standard Unix


يونكس القواعد!
* [[bash]]
 
We have detected you are using a previous release of our client software. Please upgrade the software in order to make use of its enhanced features.
 
'''Backup and Recovery'''
 
Save your primary partition table and MBR with:
dd if=/dev/hda of=mbr bs=512 count=1
 
And restore your primary partition table without overwriting the MBR type:
dd if=mbr of=/dev/hda bs=1 count=64 skip=446 seek=446
 
'''OpenSSL'''
 
  âââââââââââââââââââââââââ⤠Configuring ssl-cert âââââââââââââââââââââââââââ
  â                                                                        â
  â Local security certificates must be replaced                            â
  â                                                                        â
  â A security certificate which was automatically created for your local  â
  â system needs to be replaced due to a flaw which renders it insecure.    â
  â This will be done automatically.                                        â
  â                                                                        â
  â If you don't know anything about this, you can safely ignore this      â
  â message.                                                                â
  â                                                                        â
  â                                <Ok>                                    â
  â                                                                        â
  âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
 
 
'''Examples of mafia influences in Unix'''
 
man w3m:
 
-dump_head
 
dump response of HEAD request into stdout
 
-dump_both
 
dump HEAD and source into stdout
 
-dump_extra
 
dump HEAD, source, and extra information into stdout
 
'''Supercomputer'''
 
Niet zeker of dit puur Unix is, maar wel vermakelijk leesvoer: IBM's nieuwe supercomputer heet
[http://webwereld.nl/nieuws/54697/ibm-bouwt-20-petaflop-monstercomputer.html Sequoia].'
 
==AIX==

Revision as of 19:30, 16 July 2009

Bits and pieces of the standard Unix