Linux

From SGMLXML.net

Jump to: navigation, search



Contents

[edit] RPMS

What does 386, 586, 686, athlon, etc mean in RPM names?

[edit] Linux Help Systems

* Linux Help


[edit] MP3 Toys


[edit] Wine

[edit] Synergy

[edit] Description

SGMLXML Blog Post

[edit] Config File Example

section: screens
        mylaptop:
        homeserver:
end
section: links
        homeserver:
                left = mylaptop
        mylaptop:
                right = homeserver
end

[edit] Bash


[edit] GNU

[edit] VIM

  sudo apt-get install vim-full

I added to my “.vimrc” file:

  map <F2> <Esc>:1,$!xmllint --format -<CR>

Now I can press “F2″ button, and vim indents the text.

To make add color syntax just add the following line to your vimrc.

 syntax on

[edit] Global Serach and Replace with VI

 :1,$s/up/right/

[edit] XMl Tools

 sudo apt-get install xml-twig-tools
 sudo apt-get install xmlstarlet
 sudo apt-get install xgrep
 sudo apt-get install trang

[edit] Distributions

[edit] FEDORA CORE

[edit] UBUNTU

Ubuntu is an African word meaning 'Humanity to others', or 'I am what I am because of who we all are'. The Ubuntu distribution brings the spirit of Ubuntu to the software world.


[edit] Releases:

  • Jaunty Jackalope - Version 9.04
  • Intrepid Ibex - Version 8.10
  • Hardy Heron - Verison 8.04
  • Gutsy Gibbon - Version 7.10
  • Feisty Fawn - Version 7.04
  • Edgy Eft - Version 6.10. Released October 26, 2006. Supported until April 2008.
  • Dapper Drake - Version 6.06. Released June 1, 2006. Supported until June 1, 2009.
  • Breezy Badger - Version 5.10. Previous stable release. Supported until April 2007.
  • Hoary Hedgehog - Version 5.04. The second stable release; unsupported as of October 2006.
  • Warty Warthog - Version 4.10. The first release; unsupported as of April 2006.

[edit] VMWare


[edit] VMWare on 64 Bit Ubuntu[[1]

Edit your "/etc/vmware/config" file with the following additions:

xkeymap.keycode.108 = 0x138 # Alt_R

xkeymap.keycode.106 = 0x135 # KP_Divide

xkeymap.keycode.104 = 0x11c # KP_Enter

xkeymap.keycode.111 = 0x148 # Up

xkeymap.keycode.116 = 0x150 # Down

xkeymap.keycode.113 = 0x14b # Left

xkeymap.keycode.114 = 0x14d # Right

xkeymap.keycode.105 = 0x11d # Control_R

xkeymap.keycode.118 = 0x152 # Insert

xkeymap.keycode.119 = 0x153 # Delete

xkeymap.keycode.110 = 0x147 # Home

xkeymap.keycode.115 = 0x14f # End

xkeymap.keycode.112 = 0x149 # Prior

xkeymap.keycode.117 = 0x151 # Next

xkeymap.keycode.78 = 0x46 # Scroll_Lock

xkeymap.keycode.127 = 0x100 # Pause

xkeymap.keycode.133 = 0x15b # Meta_L

xkeymap.keycode.134 = 0x15c # Meta_R

xkeymap.keycode.135 = 0x15d # Menu

xkeymap.keycode.107 = 0x137 # Print Scrn


[edit] Articles

Personal tools