- Articles
159 results
-
P2V
Machines can be converted from physical machines to virtual machines (P2V) by simple cloning. This works the same way as cloning the machines from physical to physical. Converting a physical machine to a virtual machine -
VirtualBox
VirtualBox is an open source virtualization solution bought up by Sun. disk=file.vdi# Perhaps in~/VirtualBox VMs/VMName/ size=20000# In MB, so this would be~20 GB VBoxManage modifyhd$disk --resize$size -
IPv6
IPv6 is a 128-bit routed protocol. Because the IPv4 protocol is running out of address space, IPv6 was developed. The huge size of IPv6 allows for further growth of the Internet, whereas staying with -
Todo
There are lots of things to help with on The Sysadmin Wiki. Todo Clonezilla Codec Link aggregation Ubiquity/Debian package search Ubiquity/Linux man pages Ubiquity/Lucky Ubiquity/Openmoko Ubiquity/PHP Ubiquity/The Sysadmin Wiki -
Microsoft Office
Microsoft Office is an office suite for Windows and Mac. The website oooninja.com created some reference documents to test the ability to open Microsoft's proprietary OOXML introduced in Office 2007. -
HTTP
HTTP is a network protocol for serving web pages. You can use the following bash script to test HTTP easily: echo open$1 80 sleep 2 echo "GET$2 HTTP/1.0" echo "User-Agent: Sysadmin Wiki -
Debian
Debian is a Linux distribution well-known for its good package management system and adherence to software freedom. The popular Ubuntu is based on Debian. newaliases echo "Test..."| mail -s "Testing e-mail setup" root -
Subversion
Subversion is a version control system. Installing an SVN server (remember to replace user with the user that needs access to the repository): sudo apt-get install subversion sudo mkdir/var/svn sudo svnadmin create -
OpenOffice.org
OpenOffice.org (OO.o or OOo), commonly known simply as OpenOffice, is an office application suite available for a number of different computer operating systems. It is distributed as free software. It supports the ISO -
Ubiquity/All package
The code is saved in a.js file on this wiki. For security reasons, the.js files on the wiki are only editable by users with sysop access. function loadUbiquityCmd(cmds){ var cmd= cmds.pop -
Advanced Packaging Tool
The Advanced Packaging Tool, or APT, is a free user interface that works with core libraries to handle the installation and removal of software on the Debian GNU/Linux computer operating system and its variants -
Safe mode
Safe mode is a boot option in the Windows boot menu. You can access the boot menu by pressing F8 immediately after the BIOS, when the Windows partition is booted. REG ADD "HKLM\SYSTEM\CurrentControlSet -
Shadow copy
A shadow copy is a way to access used or locked files in Windows. if exist V: echo Y|%vshadow% -da%vshadow% -p -nw -script=vars.bat C: call vars.bat%vshadow% -el=%SHADOW_ID -
PDF
PDF (Portable Document Format) is a document format created by Adobe. PDF documents can be set to disallow editing, printing and copying. But that's all it is. A setting. You can still do all -
Install xen debian
I'll explain on this web page how to have a proper installation and a working configuration of a [xen] system.# apt-get install xen-linux-system-2.6.18-5-xen-686# apt-get -
Internet Explorer
Internet Explorer (IE) is Microsoft's browser, which has been known to win the first browser war over Netscape, by bundling it with Windows. Thereafter they started implementing non-standard features, such as ActiveX, to -
Cisco VPN
VPN article on Ubuntu wiki - Shows how to setup Cisco VPN and more on Ubuntu. Using a Cisco VPN on Ubuntu[] Install either the regular Cisco VPN client -
WMI
WMI is an interface to Windows, which eases administration. The following command will give you similar results to lspci on Unix/Linux machines: wmic path Win32_PnPEntity where "PNPDeviceID like'%VEN%'" get PNPDeviceID, Status, Manufacturer -
Internet Information Services
Internet Information Services (IIS) - formerly called Internet Information Server - is a set of Internet-based services for servers created by Microsoft for use with Microsoft Windows. It is the world's second most popular web -
Bash
Bash is a free software Unix shell written for the GNU Project. The DOS pause command can be implemented with this line: read -sn 1 -p "Press any key to continue... "; echo -
TortoiseSVN
TortoiseSVN is a Subversion client. Setting up key authentication for SSH connection[] Create the key with puttygen and save the private key, Download pageant and add it to the Windows startup, with the private key -
Chromium
Chromium is the open source project behind Google Chrome. You can install it from the Ubuntu Launchpad with the following commands: sudo add-apt-repository ppa:chromium-daily sudo apt-get update&& sudo apt-get -
Serial terminal
Alot of network equipment, like routers, firewalls and switches, still often have serial ports to allow configuration, if the normal network connection is somehow unreachable. Serial ports aren't exactly in abundance these days, so -
File format
There are many file formats for various uses. You can normally determine the file format on the extension of the file, which is everything after the last dot. -
VLite
vLite is a program to customize a Windows Vista installation CD. When slipstreaming SP1 onto the CD, it might give the error: "Failed. No changes were saved". There are quite a few with the same
Related Community

Wookieepedia
movies
100K
Pages100K
Images1
Video
Wookieepedia is a wiki-based online encyclopedia that contains detailed information about the Star Wars universe, including movies, books, video games, characters, locations, technology, weapons, vehicles, and everything in between. Founded in 2005, Wookieepedia has over 175,000 articles, covering everything from the…