Miralinux Blog

  • Home
  • Linux
    • Scripts
    • CentOS
  • Apple
  • Microsoft
    • Features
    • Office
    • Windows
  • Learning
  • Games
  • Multimedia
    • XBMC
  • Other
    • About WordPress
  • Links
    • General
    • Software
      • Autocad
    • Hardware
      • BIOS
    • Linux
    • WiKieS

Category Archives: Uncategorized

Freeswitch

Posted on 2011/06/05 by arno Posted in Uncategorized

freeswitch webpage: http://----escape_autolink_uri:99cf8f42337039c5b4d6e1fd263566fe----:8787

restart:> sofia profile external restart reloadxml

Howto

http://wiki.2600hz.org/display/docs/Installing+FreeSWITCH

http://wiki.freeswitch.org/wiki/Getting_Started_Guide

http://wiki.2600hz.org/display/docs/Installing+FreeSWITCH

ACL

http://wiki.freeswitch.org/wiki/ACL

Miscellaneous

http://wiki.freeswitch.org/wiki/General_NAT_example_scenarios

http://osdir.com/ml/telephony.freeswitch.user/2008-09/msg00153.html

freeswitch-users@lists.freeswitch.org/msg03776.html">http://www.mail-archive.com/freeswitch-users@lists.freeswitch.org/msg03776.html

Cisco SPA sip toestellen

http://forums.whirlpool.net.au/archive/616946

https://supportforums.cisco.com/thread/2021329

http://docwiki.cisco.com/wiki/Cisco_Unified_MeetingPlace_Release_8.0_–_Troubleshooting_Time_and_Time_Zone_Issues_for_Cisco_Unified_MeetingPlace

FAQ

Silence on outbound ringing (In extion settings disable G722).

 

FreeTDM

http://wiki.freeswitch.org/wiki/FreeTDM

VoIP providers

Gratis SIP-to-SIP bellen met de FRITZ!Box

VoIP-in providers overzicht Nederland (SIP)

Links

http://sip.startpagina.nl/

How to install Windows 7 in-box printer drivers on Windows Server 2003

Posted on 2011/05/03 by arno Posted in Microsoft, Uncategorized

source: http://support.microsoft.com/kb/2028992

Print server administrators may want to have the increased stability that is offered by the in-box printer drivers that are included with Windows 7.

The following methods will load a driver that is included with Windows 7 on a Windows Server 2003-based computer. These methods require an account that has administrative credentials.

Method 1:  Use the Print Management Console (PMC)

On a Windows 7 32-bit client computer, follow these steps:

  1. Click Start, and then open Print Management.
  2. Right-click Print Servers, and then click Add/Remove Servers.
  3. Type the UNC name of the Windows Server 2003 print server.
  4. Click Add to List, and then click OK.
    Note It may take several minutes before data on the remote system is available.
  5. Expand Print Servers.
  6. Expand the computer name of the Windows Server 2003 print server.
  7. Right-click Drivers, click Add Driver, and then click Next.
  8. Click to select the check box for “x86” processor architecture, and then click Next.
  9. Select an in-box driver from the list, and then click Next.
  10. Click Finish to complete the wizard.

Note From a Windows 7 64-bit client computer, repeat these steps when drivers are needed for Windows Server 2003-based x64 clients. However, in step 8, click to select the check box for “x64” processor architecture.

Method 2: Use Point and Print

On a Windows 7 32-bit client computer, follow these steps:

  1. Click Start, and then open Print Management.
  2. Expand Print Servers.
  3. Expand the computer name.
  4. Right-click Printers, and then click Add Printer.
  5. Click Add a new printer using an existing port.
  6. Use LPT1 as the printer port, and then click Next.
  7. Click Install a new driver, and then click Next.
  8. Select an in-box driver from the list, and then click Next.
  9. Click to select the Share this printer check box, and then click Next two times.
  10. Click Finish to complete the wizard.

On a Windows Server 2003 32-bit computer, follow these steps:

  1. Navigate to \\<Windows7MachineName>.
  2. Right-click the printer that you shared in step 9 in the previous procedure, and then click Connect.
  3. Click Yes when you are prompted to install the driver.
  4. Close the print queue after the driver is installed.
  5. Click Start, and then open Printers and Faxes.
  6. Right-click the local print queue that you want to switch to use the Windows 7 in-box driver, and then click Properties.
  7. On the Advanced tab, use the Driver drop-down box to select the Windows 7 in-box driver, and then click OK.
  8. Delete the network printer that points to the Windows 7 computer.

If drivers are needed for x64 clients, from a Windows 7 64-bit computer, also follow these steps:

  1. From a Windows 7 64-bit computer, navigate to \\<WindowsServer2003Name>.
  2. Click the View Remote Printers button.
  3. Right-click the print queue, and then click Properties.
  4. On the Sharing tab, click the Additional Drivers button.
  5. Click to select the “x64” processor architecture check box, and then click OK.
  6. Close the print queue properties

Linux Ubuntu 10.04 first steps

Posted on 2011/05/01 by arno Posted in Linux, Uncategorized

Introduction to fstab

http://www.techsupportalert.com/content/ubuntu-tips-and-tricks.htm#Customize-the-Panel

Configure resolution

https://wiki.ubuntu.com/X/Config/Resolution

http://www.ubuntugeek.com/how-change-display-resolution-settings-using-xrandr.html

http://www.thinkwiki.org/wiki/Xorg_RandR_1.2

http://jamesmcdonald.id.au/it-tips/getting-higher-screen-resolution-for-a-ubuntu-11-04-guest-in-virtual-box

 

disable Gnome Keyring

Gnome Keyring is a small utility to authorize applications before opening them. But sometimes it feels really annoying when it starts to prompt to enter keyring password every time when you open some application. So this small tutorial teaches you eliminate the need of entering keyring password over and over again.

This method will work both for keyring with a password being set at some point of time by you and as well as default password being set without your knowledge. Follow the steps:

Step 1. If your keyring password is different from your login password, do this before you proceed to step 2, else skip this step.

a) Open your terminal and from navigate to:
cd .gnome2/keyrings/

b) Make sure there is a file called “default.keyring” in the directory by typing:
ls -l

c) Now remove the file by typing the below command:
rm default.keyring

Step 2: Open your terminal and follow these steps:

– Install libpam-keyring:
sudo apt-get install libpam-keyring

– Now to modify gdm login:
sudo gedit /etc/pam.d/gdm

– Now it will open an file, add this line at the end:
@include common-pamkeyring

That’s it. Now restart your Ubuntu and open any app that used to prompt you to enter keyring password. If you had done the above steps properly, it will now prompt you to set a new password. If you want to enter a new password, better set the same password as of your login password or just leave it empty if you totally want to get rid of keyring.

Linux

Asus F3F repair

Posted on 2011/05/01 by arno Posted in Uncategorized

http://www.asusparts.eu/

http://vip.asus.com/forum/view.aspx?id=20091217021650796&board_id=3&model=F3Sv&page=1&SLanguage=en-us

http://vip.asus.com/forum/view.aspx?id=20101107235231184&board_id=1&model=P7F7-E+WS+Supercomputer&page=1&SLanguage=en-us

http://vip.asus.com/forum/view.aspx?board_id=3&model=F3Sc&id=20100101192011203&page=1&SLanguage=en-us

http://vip.asus.com/forum/view.aspx?id=20090313173514768&board_id=3&model=F3Sv&page=1&SLanguage=en-us

http://forum.notebookreview.com/asus/122632-asus-info-booth-read-before-posting.html

http://img26.imageshack.us/img26/2123/key01.jpg

http://img144.imageshack.us/img144/1701/key02.jpg

http://i84.photobucket.com/albums/k33/anamnesia/F3SV_Screws.jpg

http://1toppc.com/Merchant2/images/Notebook/Asus/M51SR-2/Asus_M51SR_20.jpg

 

ps, i love my blog 🙂 been a while when i dismounted this stuff 😉

Internet Explorer 9 Keyboard Shortcuts

Posted on 2011/04/30 by arno Posted in Microsoft, Uncategorized

source: http://www.mydigitallife.info/full-list-of-internet-explorer-9-keyboard-shortcuts/

Full List Of Internet Explorer 9 Keyboard Shortcuts

One of the ways to improve the speed of interaction with computer applications is by using shortcut keys or keyboard accelerators. Shortcut keys may consist of one or more keys that have been predefined in program to perform event such as copy, cut, edit, open and etc. Those users who like to improve the speed up of browsing in Internet Explorer 9 or browsing without a mouse, can check the below for shortcut keys list.

List of shortcut keys to view and explore webpages:

  • F1 – Display help.
  • F11 – Toggle between full-screen and regular views of the browser window.
  • Tab – Move forward through the items on a webpage, the address bar or the favorites bar.
  • Shift+Tab – Move back through the items on a webpage, the Address bar, or the Favorites bar.
  • F7 – Start caret browsing.
  • Alt+Home – Go to your home page.
  • Alt+Right Arrow – Go to the next page.
  • Alt+Left Arrow or Backspace – Go to the previous page.
  • Shift+F10 – Display a shortcut menu for a link.
  • Ctrl+Tab or F6 – Move forward through frames and browser elements (only works if tabbed browsing is turned off).
  • Ctrl+Shift+Tab – Move backward between frames (only works if tabbed browsing is turned off).
  • Up Arrow – Scroll toward the beginning of a document.
  • Down Arrow – Scroll toward the end of a document.
  • Page Up – Scroll toward the beginning of a document in larger increments.
  • Page Down – Scroll toward the end of a document in larger increments.
  • Home – Move to the beginning of a document.
  • End – Move to the end of a document.
  • Ctrl+F – Find on this page.
  • F5 – Refresh the current webpage.
  • Ctrl+F5 – Refresh the current webpage, even if the time stamp for the web version and your locally stored version are the same.
  • Esc – Stop downloading a page.
  • Ctrl + O – Open a new website or page.
  • Ctrl+N – Open a new window.
  • Ctrl+Shift+P – Open a new InPrivate Browsing window.
  • Ctrl+Shift+Delete – Delete browsing history.
  • Ctrl+K – Duplicate tab (open current tab in a new tab).
  • Ctrl+Shift+T – Reopen the last tab you closed.
  • Ctrl+W – Close the current window (if you only have one tab open).
  • Ctrl+S – Save the current page.
  • Ctrl+P – Print the current page or active frame.
  • Enter – Activate a selected link.
  • Ctrl+I – Open favorites.
  • Ctrl+H – Open History.
  • Ctrl+J – Open Download Manager.
  • Alt+P – Open the Page menu (if the Command bar is visible).
  • Alt+T – Open the Tools menu (if the Command bar is visible).
  • Alt+H – Open the Help menu (if the Command bar is visible).

List of shortcut keys to use when working with tabs:

  • Ctrl+click – Open links in a new tab in the background.
  • Ctrl+Shift+click – Open links in a new tab in the foreground.
  • Ctrl+T – Open a new tab in the foreground.
  • Ctrl+Tab or Ctrl+Shift+Tab – Switch between tabs.
  • Ctrl+W – Close current tab (or the current window if tabbed browsing is turned off).
  • Ctrl+n (where n is a number between 1 and 8) – Switch to a specific tab number.
  • Ctrl+9 – Switch to the last tab.
  • Ctrl+Alt+F4 – Close other tabs.

List of shortcut keys used for zooming:

  • Ctrl+Plus Sign – Increase zoom (+ 10%).
  • Ctrl+Minus Sign – Decrease zoom (- 10%).
  • Ctrl+0 – Zoom to 100%.

List of shortcut keys used for searching in address bar includes:

  • Ctrl+E – Open a search query in the Address bar.
  • Alt+Enter – Open your search query in a new tab.
  • Ctrl+Down Arrow – Open the Address bar menu (to view history, favorites, and search providers).
  • Ctrl+Shift+L -Search using copied text.

List of shortcut keys used for preview and print webpages:

  • Alt+P – Set printing options and print the page.
  • Alt+U – Change paper, headers and footers, orientation, and margins for this page.
  • Alt+Home – Display the first page to be printed.
  • Alt+Left Arrow – Display the previous page to be printed.
  • Alt+A – Type the number of the page you want displayed.
  • Alt+Right Arrow – Display the next page to be printed.
  • Alt+End – Display the last page to be printed.
  • Alt+F – Specify how you want frames to print (this option is available only if you’re printing a webpage that uses frames).
  • Alt+C – Close Print Preview.

List of Shortcut keys used on Address bar:

  • Alt+D – Select the text in the Address bar.F4 – Display a list of addresses you have typed.
  • Ctrl+Left Arrow – When in the Address bar, move the cursor left to the next logical break in the address (period or slash).
  • Ctrl+Right Arrow – When in the Address bar, move the cursor right to the next logical break in the address (period or slash).
  • Ctrl+Enter – Add www. to the beginning and .com to the end of the text typed in the Address bar.
  • Up Arrow – Move forward through the list of AutoComplete matches.
  • Down Arrow – Move back through the list of AutoComplete matches.
  • List of shortcut keys used to open Internet Explorer toolbar and Command bar menus.
  • Alt+M – Open the Home menu.
  • Alt+R – Open the Print menu.
  • Alt+J – Open the RSS menu.
  • Alt+O – Open the Tools menu.
  • Alt+S – Open the Safety menu.
  • Alt+L – Open the Help menu.

List of shortcut keys used when working with history and favorites:

  • Ctrl+D – Add the current page to your favorites (or subscribe to the feed when in feed preview).
  • Ctrl+Shift+Del -Delete browsing history.
  • Ctrl+Shift+P – Open an InPrivate Browsing window.
  • Ctrl+B – Open the Organize Favorites dialog box.
  • Alt+Up Arrow – Move selected item up in the Favorites list in the Organize Favorites dialog box.
  • Alt+Down Arrow – Move selected item down in the Favorites list in the Organize Favorites dialog box.
  • Alt+C – Open Favorites Center and display your favorites.
  • Ctrl+H – Open Favorites Center and display your history.
  • Ctrl+Shift+H – Pin Favorites Center and display your history.
  • Ctrl+Shift+J – Open and dock the Favorites Center and display your feeds.
  • Alt+Z – Open the Add to Favorites menu (or open Subscribe to feed when in feed preview).
  • Alt+A – Open the Favorites menu from the menu bar.

List of shortcut keys used when editing webpages:

  • Ctrl+X – Remove the selected items and copy them to the Clipboard.
  • Ctrl+C – Copy the selected items to the Clipboard.
  • Ctrl+V -Insert the contents of the Clipboard at the selected location.
  • Ctrl+A -Select all items on the current webpage.
  • F12 – Open Internet Explorer Developer Tools.

List of shortcut keys used when working with the Notification bar:

  • Alt+N – Move focus to the Notification bar.
  • Spacebar – Click the Notification bar.

Related Entries:

  • Assign Keyboard Shortcuts to Access Favorite Websites In Internet Explorer Browser
  • Complete List of Windows Vista Keyboard Shortcuts (Hot Keys or Accelerators)
  • Windows 7 Keyboard Shortcuts (Accelerator Keys or Hotkeys) Full Listing
  • Google Chrome Tips On Keyboard Shortcuts
  • List Of Microsoft Outlook 2010 Shortcut Keys (Keyboard Accelerators)

Outlook 2010 Shortcut-list

Posted on 2011/02/22 by arno Posted in Microsoft, Office, Uncategorized

Microsoft Outlook 2010 Shortcut Keys

source: Microsoft.com/office help (Sorted by function) / link-2 / Shortcutworld

  • Arrow keys: Move around within the Navigation Pane.
  • DOWN ARROW: Go to the next message.
  • UP ARROW: Go to the previous message.
  • ESC: Clear the search results.
  • ESC: Close a contact.
  • F3 or CTRL+E: Find a contact or other item (Search).
  • F3 or CTRL+E: Go to the Search box.
  • F4: Search for text within an open item.
  • F5: Update a list of distribution list members.
  • F9: Send and Receive.
  • F11: Enter a name in the Search Address Books box.
  • F11: Find a contact.
  • INSERT: Add a Quick Flag to an unopened message.
  • SHIFT+SPACEBAR: In the Reading Pane, page up through text.
  • SHIFT+letter: In Table or List view of contacts, go to first contact that starts with a specific letter.
  • SPACEBAR: In the Reading Pane, page down through text.
  • CTRL+TAB: Move around message header lines in the Navigation Pane or an open message.
  • ALT+0: Show 10 days in the calendar.
  • ALT+1: Show 1 day in the calendar.
  • ALT+2: Show 2 days in the calendar.
  • ALT+3: Show 3 days in the calendar.
  • ALT+4: Show 4 days in the calendar.
  • ALT+5: Show 5 days in the calendar.
  • ALT+6: Show 6 days in the calendar.
  • ALT+7: Show 7 days in the calendar.
  • ALT+8: Show 8 days in the calendar.
  • ALT+9: Show 9 days in the calendar.
  • ALT+= or CTRL+ALT+4: Switch to Month view.
  • ALT+B or ALT+LEFT ARROW: Go back to previous view in main Outlook window.
  • ALT+S: Send.
  • ALT+DOWN ARROW: Go to the next week.
  • ALT+END: Go to the end of the week.
  • ALT+ENTER: Show the properties for the selected item.
  • ALT+HOME: Go to the start of the week.
  • ALT+MINUS SIGN or CTRL+ALT+3: Switch to Full Week view.
  • ALT+PAGE DOWN: Go to the next month.
  • ALT+PAGE UP: Go to the previous month.
  • ALT+RIGHT ARROW: Go forward to next view in main Outlook window.
  • ALT+UP ARROW or CTRL+COMMA or ALT+PAGE UP: In the Reading Pane, go to the previous message.
  • ALT+UP ARROW: Go to the previous week.
  • CTRL+1: Switch to Mail.
  • CTRL+2: Switch to Calendar.
  • CTRL+3: Switch to Contacts.
  • CTRL+4: Switch to Tasks.
  • CTRL+5: Switch to Notes.
  • CTRL+6: Switch to Folder List in Navigation Pane.
  • CTRL+7: Switch to Shortcuts.
  • CTRL+A: Select all contacts.
  • CTRL+B (when a Send/Receive is in progress): Display Send/Receive progress.
  • CTRL+E: Find a message or other item.
  • CTRL+F: Create a message with selected contact as subject.
  • CTRL+F: Forward a message.
  • CTRL+F: Forward an appointment or meeting.
  • CTRL+G: Go to a date.
  • CTRL+H: Find and replace text, symbols, or some formatting commands. Works in the Reading Pane on an open item.
  • CTRL+J: Create a Journal entry for the selected contact.
  • CTRL+K: Check names.
  • CTRL+M or F9: Check for new messages.
  • CTRL+N: Create a message (when in Mail).
  • CTRL+N: Create a new appointment (when in Calendar).
  • CTRL+N: Create a new contact (when in Contacts).
  • CTRL+O: Open a contact form for the selected contact.
  • CTRL+O: Open a received message.
  • CTRL+P: Print.
  • CTRL+Q: Mark as read.
  • CTRL+R: Reply to a meeting request with a message.
  • CTRL+R: Reply to a message.
  • CTRL+U: Mark as unread.
  • CTRL+Y: Go to a different folder.
  • CTRL+Y: Go to a different folder.
  • CTRL+COMMA or CTRL+SHIFT+COMMA: Go to previous appointment.
  • CTRL+COMMA: Switch to previous message (with message open).
  • CTRL+LEFT ARROW: Go to the previous day.
  • CTRL+PERIOD or CTRL+SHIFT+PERIOD: Go to next appointment.
  • CTRL+PERIOD: Switch to next message (with message open).
  • CTRL+RIGHT ARROW: Go to the next day.
  • CTRL+ALT+J: Mark a message as not junk.
  • CTRL+ALT+2: Switch to Work Week view.
  • CTRL+ALT+A: Expand the search to include All Mail Items, All Calendar Items, or All Contact Items, depending on the module you are in.
  • CTRL+ALT+K: Expand search to include items from the current folder.
  • CTRL+ALT+M: Mark for Download.
  • CTRL+ALT+R: Reply with meeting request.
  • CTRL+ALT+U: Clear Mark for Download.
  • CTRL+ALT+Z: Expand search to include subfolders.
  • CTRL+SHIFT+A: Create a new appointment (in any Outlook view).
  • CTRL+SHIFT+B: Open the Address Book.
  • CTRL+SHIFT+B: Open the Address Book.
  • CTRL+SHIFT+C: Create a new contact (from any Outlook view).
  • CTRL+SHIFT+D: Delete and Ignore a Conversation.
  • CTRL+SHIFT+D: Dial a new call.
  • CTRL+SHIFT+F: Use Advanced Find.
  • CTRL+SHIFT+F: Use Advanced Find.
  • CTRL+SHIFT+G: Display the Flag for Follow Up dialog box.
  • CTRL+SHIFT+I: Display blocked external content (in a message).
  • CTRL+SHIFT+I: Switch to Inbox.
  • CTRL+SHIFT+L: Create a distribution list.
  • CTRL+SHIFT+M: Create a message (from any Outlook view).
  • CTRL+SHIFT+N: Apply Normal style.
  • CTRL+SHIFT+O: Switch to Outbox.
  • CTRL+SHIFT+P: Create a new Search Folder.
  • CTRL+SHIFT+PERIOD: In an open contact, open the next contact listed.
  • CTRL+SHIFT+Q: Create a new meeting request.
  • CTRL+SHIFT+R: Reply All to a meeting request with a message.
  • CTRL+SHIFT+R: Reply all to a message.
  • CTRL+SHIFT+S: Post to a folder.
  • CTRL+SHIFT+T: Create a text message.
  • CTRL+SHIFT+TAB or SHIFT+TAB: Move between the Navigation Pane, the main Outlook window, the Reading Pane, and the To-Do Bar.
  • CTRL+SHIFT+U: Create a multimedia message.
  • CTRL+SHIFT+W: Open the Mail Tip in the selected message.
  • CTRL+SHIFT+X: Send a fax to the selected contact.


Microsoft Office

Microsoft outlook-2003 to windows-mail via outlook-express

Posted on 2011/01/31 by arno Posted in Microsoft, Uncategorized

Install outlook-express in the windows xp microsoft software.
From there import mail from Outlook to Outlook-express.
Now start Windows Live Mail and import from outlook-express.

Now you can export again to a folder and import it backup to windows live mail on an other machine.

Call this the Microsoft way.! sight.

Server 2003 & Windows 7 GPO Software installation

Posted on 2010/12/28 by arno Posted in Uncategorized

Microsoft GPO software depoyment
Keep in mind that the deployed ‘.zap’ packages are only deployed to x86 machines by default
You need to select ‘Properties’ -> [Deployment] -> [Advanced] -> tag [Make this 32-bit x86 application available to Win64 machines]

http://www.windowsnetworking.com/articles_tutorials/Group-Policy-Deploy-Applications.html

http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/68937179-2315-44d0-8df8-752159418b2e

Information about new Group Policy preferences in Windows Server 2008

 

Office 2010 Profile, Deployment / Group policy

Posted on 2010/12/08 by arno Posted in Office, Uncategorized

Office 2010

OEM Preinstall Kit – http://oem.microsoft.com/script/contentpage.aspx?pageid=566044
Office Customization Tool
– http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=64b837b6-0aa0-4c07-bc34-bec3990a7956
Deploy Office 2010 by using Group Policy computer startup scripts –
http://technet.microsoft.com/en-us/library/ff602181.aspx
Custom.xml syntax
– http://technet.microsoft.com/en-us/library/cc179195.aspx

Outlook Profile mail address history
Convert NK2 file to Stream_Autocomplete*.dat – http://social.technet.microsoft.com/Forums/en/outlook/thread/a4f7dc82-972b-4465-991e-c6b21c1f5765

http://office.microsoft.com/en-us/outlook-help/copy-autocomplete-name-list-to-another-computer-HA001139451.aspx

Outlook howto – http://www.howto-outlook.com/howto/messagetemplates.htm

Download the Policy Templates

The Policy Templates and documentation are included in the Office Resource Kit. Use the links below to download the Resource Kit for your Outlook version.

  • Outlook 2000 ORK
  • Outlook 2002/XP ORK
  • Outlook 2003 ORK
  • Office 2007 Policy Templates
  • Office 2010 Policy Templates

Windows XP/2003 location – C:\Windows\inf
Windows 7/2008 location – C:\Windows\PolicyDefinitions

 

-=-
source: http://social.answers.microsoft.com/Forums/en-US/outlookacct/thread/00d5b4b1-ea2e-4376-a654-7daebcb59ab9

Which version of Outlook do you have on the old computer?
If you’re using Outlook 2007, then the following is a list of locations where Microsoft Office Outlook 2007 saves information.

Note: Some of the folders might be hidden folders. To display hidden folders, do the following:

Get to the locations mentioned below and backup the files mentioned.
1)   C:\users\%username%\AppData\Local\Microsoft\Outlook
a.    Personal address book if any and the extension for the same is.pab
b.    Look for .dat file that holds command bar, menu customizations and Registered Microsoft Exchange extensions
c.    Look for Outlook.xml file that contains the Navigation pane settings
d.    Look for .nk2 file that contains the nicknames for outlook contacts
e.    Look for.rwz file that contains which holds the rules for outlook
2)   C:\users\%username%\AppData\Local\Microsoft\Signatures –Look for any.rtf, .txt and .htm file in this location that holds signatures for outlook
3)   C:\users\%username%\AppData\Local\Microsoft\Stationary –Look for any .htm files that holds stationary for outlook
4)   C:\users\%username%\AppData\Local\Microsoft\Forms –Look for any custom forms in the location
5)   C:\users\%username%\AppData\Local\Microsoft\Proof – Look for.dic files
6)   C:\users\%username%\AppData\Local\Microsoft\Templates – Look for .oft files that are templates.

Note: You can place the backed up files in the same locations in your new Windows 7 computer

 

-=-
source:
http://www.slipstick.com/config/backup2010.asp

Microsoft Outlook 2010 Backup and Dual-Boot File Locations

We often get questions like “Where is my Microsoft Outlook data stored?” “Where are my contact?” “How do I backup my calendar?” 

Everything, your mail, calendar, and contacts in your Outlook folders are either in a mailbox on an Exchange Server or in Personal Folders .pst files on your computer.

Backup and dual-booting between Windows versions all involve using the same files. There is no backup process built into Outlook. To back up, simply exit Outlook, then copy the files you want to back up. Below we provide a chart of Outlook 2010 file locations, followed by notes on particular files. Note that unlike older versions of Outlook, many configuration files are stored in the mailbox or PST.

If you are want to copy back and forth between machines so you can use the same information at the office and at home, for example. you’ll need to copy at least the pst file. If you have Outlook profiles, name them the same on both machines, so you can use the same files easily. Use File tab | Account Settings to open the pst files that you copied.

If you dual-boot, your profile can point to the same .pst and .ost files (stored in a location both OS’s can see), but you would need to copy other files to the correct location on the second operating system. Note that if you dual boot, you should use the same version of Outlook on both partitions for best results.

Windows XP File Locations

Where do you find these files? You can always start by using your operating system’s Search or Find command to locate the particular file types. You may need to use Tools | Folder Options | View in Windows Explorer and select Show hidden files and folders. 

New to Outlook 2010,  Personal Folders Files (*.pst) are in the Outlook Files folder in your My Documents folder.

When using Windows XP, Outlook stores *.ost, *.oab, and extend.dat in C:\Documents and Settings\<username>\Local Settings\Application Data\Microsoft\Outlook. Extend.dat and MSN Connector message stores can not be moved.

All other Outlook configuration files are stored in C:\Documents and Settings\<username>\Application Data\Microsoft\Outlook and cannot be moved.

Tip: Copy and paste these lines in Windows Explorer address bar to open the folder:

To access the folder holding the toolbar, VBA, rules, and nickname files, copy and paste:

To see the *.ost, *.oab files, copy and paste:

Note: Storing Personal Folders on an network file share is not recommended and may cause corruption and data loss.

Type of File Name or Extension Outlook Profile Specific Folder Location under the User Account path (C:\Documents and Settings\<username>\)
Personal Folders .pst files New profiles: pst files for POP3 accounts are created in your Mt Documents\Outlook Files folder. 

If you are using a profile created in an older version of Outlook, pst files are in Local Settings\Application Data\Microsoft\Outlook (default, but .pst files can be anywhere on system)

Offline and Cache folders used by Exchange server, Outlook connector. .ost files Local Settings\Application Data\Microsoft\Outlook(default, can be moved to anywhere on the system)
Nicknames for AutoComplete Now stored in the Mailbox or Personal folders file.
Customized print settings OutlPrnt \Application Data\Microsoft\Outlook
Customized Ribbon settings
Macros and VBA programs VbaProject.otm \Application Data\Microsoft\Outlook
Navigation bar customizations .xml files X \Application Data\Microsoft\Outlook
Send/Receive group settings .srs files X \Application Data\Microsoft\Outlook
Signatures .rtf, .htm, and .txt files X \Application Data\Microsoft\Signatures
Stationery .htm files \Application Data\Microsoft\Stationery
Templates .oft files \Application Data\Microsoft\Templates
Dictionary .dic files \Application Data\Microsoft\Proof
Installed Add-ins extend.dat Local Settings\Application Data\Microsoft\Outlook
Do not backup or copy this file, Outlook will create a new copy.
Safe and Blocked senders lists Stored in mailbox as a hidden message Can be exported from Tools, Options, Junk E-mail. Export each list separately.

Vista and Windows 7 File Locations

Where do you find these files? You can always start by using your operating system’s Search or Find command to locate the particular file types. On Vista you may need to browse to Windows Explorer’s Organize | Folder and Search Options | View tab and select Show hidden files and folders. 

New to Outlook 2010,  Personal Folders Files (*.pst) are in the Outlook Files folder in your My Documents folder.

Vista (and Win7) replaces Documents and Settings folder path with a Users path. As a result, you’ll find Outlook stores the *.ost, *.oab, and extend.dat, in C:\Users\<username>\AppData\Local\Microsoft\Outlook.

Live Connector message stores cannot be moved but POP3 and Exchange offline or cache storage can be moved to other locations.

All other Outlook configuration files are stored in C:\Users\<username>\AppData\Roaming\Microsoft\Outlook and cannot be moved.

Tip: Copy the following lines and paste into Vista or Windows 7’s Start menu “Start Search” field to open these folders:

To access the folder holding the toolbar, VBA, send & receive settings, and nickname files, copy and paste:

To see the *ost, *.oab files, copy and paste:

Note: Storing Personal Folders on an network file share is not recommended and may cause corruption and data loss.

Type of File Filename or Extension Outlook Profile Specific Folder path under C:\Users\<user>\AppData\
Personal Folders (including SharePoint Lists) .pst New profiles: pst files for POP3 accounts are created in your Mt Documents\Outlook Files folder. 

If you are using a profile created in an older version of Outlook, pst files are in Local Settings\Application Data\Microsoft\Outlook (default, but .pst files can be anywhere on system)

 

Offline and Cached mode folders used by Exchange server and the Outlook connector. .ost Local\Microsoft\Outlook
RSS feeds in Outlook 2010 .sharing.xml.obi X Local\Microsoft\Outlook
Installed Add-ins extend.dat \Local\Microsoft\Outlook
This file does not need to be backed up, Outlook will create a new copy.
Nicknames for AutoComplete Now stored in the Mailbox or Personal folders file.
Customized print settings OutlPrnt Roaming\Microsoft\Outlook
Customized Ribbon & QAT settings olk*.officeUI Local\Microsoft\Office\
Navigation bar customizations .xml files X Roaming\Microsoft\Outlook
Send/Receive group settings (Outlook 2002 and later) .srs files X Roaming\Microsoft\Outlook
Macros and VBA programs VbaProject.otm Roaming\Microsoft\Outlook
Signatures .rtf, .htm, and .txt files X \Roaming\Microsoft\Signatures
Stationery .htm files \Roaming\Microsoft\Stationery
Templates .oft files \Roaming\Microsoft\Templates
Dictionary .dic files \Roaming\Microsoft\Proof
Outlook 2007 Safe and Blocked senders lists Stored in message store as a hidden message Can export each list to a text file as backup. Tools, Options, Junk Email options. Export each list separately.

Personal Folders Files

If you are not connecting to Microsoft Exchange Server, all your Microsoft Outlook data is stored in one or more Personal Folders (.pst) files. 

Outlook 2010 creates new *.pst files in your My Documents folder, in a folder named Outlook Files. This will make it easier for you to backup your mail.If you upgraded from an older version and did not make a new profile or pointed the new profile to the old *.pst files, check the properties for Personal Folders in File tab | Account Settings | Data Files tab to determine the exact location on your system.

Some people like to export a folder, such as Contacts, to a separate backup .pst file. That’s fine for the data, but it does not back up any folder customizations such as views and custom forms. If you want to back up those, too, copy the entire folder to a new .pst file instead of using the export feature.

Also see:

  • Why .pst Files Are Unsupported Over a LAN or WAN Link
  • Offline Folders File

    If you use Microsoft Exchange Server, you may have an offline or cache mode folders (.ost) file. You shouldn’t need to back it up, since you can always refresh it by synchronizing with the server. If something ever goes wrong with your Exchange Server mailbox, this technique can save time and information, but you must do it before you try to connect to the server again.

    Ribbon and QAT

    Beginning with Outlook 2010, the ribbon is customizable and it and the quick access toolbar (QAT) can be exported from the Outlook interface (File, Options, Customize Ribbon), either to share with other computers or users or as a backup. 

    The ribbon and QATcustomizations are stored in olk*.officeUI files at C:\Users\username\AppData\Local\Microsoft\Office. Each Outlook item type that has a customized ribbon will have an office.UI file.

     

    Personal Address Book

    Most Outlook users no longer use a PAB because the Personal Address Book (.pab file) is depreciated. If you still have a PAB, the contents need be imported into your Contacts folder. The *.pab will not open in Outlook 2010. 

    To Import the *.pab, go to File Tab | Open | Import. Choose Import from another program or file, then scroll down and choose Personal Address Book.

    Other Files

    Outlprnt file contains your custom print settings. This does not need to be backed up. 

    Some other miscellaneous files, not necessarily worth backing up:

  • Extend.dat — Information about installed add-ins. Will be recreated if you delete it.
  • Outitems.log — Outlook items to be placed automatically in the Journal
  • Offitems.log — Office items to be placed automatically in the Journal
  • Frmcache.dat — Outlook forms cache file.
  • Accounts

    Account information is held in the user’s Windows registry, not in a file, at HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles 

    While you could export this key, its not generally recommended because it contains absolute paths to files (in your user account folders) and information about installed add-ins. If the path is not exact when you restore it the profile will be corrupt.

    Notes

    If your network is set up so that you can use Outlook at any machine, your Outlook files may be in a different location. Try using Start | Find to locate each type of file. If you don’t see any .pst files after you search, you may need to adjust the settings in Windows Explorer to show hidden and system files. Choose Tools | Folder Options, then switch to the View tab, and select Show hidden files and folders. 

    Personal Folders .pst files are among the files that are normally not included in a Windows 2000 (or later) offline files synchronization. However, you can edit the system policy that controls the file types so that .pst files can be included. See Error Message Files of This Type Cannot Be Made Available Offline.

    More Information

  • Reconnect your old Outlook data file
  • The .PST File Has a Different Format and Folder Size Limit in Outlook 2003
  • Microsoft Office Software

    Windows 7 Jumplist Word Excel missing / not working

    Posted on 2010/11/29 by arno Posted in Uncategorized
    source: http://superuser.com/questions/106629/word-2007-jumplist-missing
    
    Delete large files in : %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations
    
    
    
    
    Microsoft Office Windows 7

    Links – Hardware

    Posted on 2010/11/18 by arno Posted in Links, Uncategorized

    http://www.triodedick.com/

    Harddisks SSD

    http://www.tomshardware.com/reviews/samsung-470-sandforce-best-ssd,2783-15.html

    http://ssd-reviews.com

     

    Harddisks SSD Cleanup

    How to clean up space on your C: drive in Windows XP

    Turn off indexing and speed up Windows XP

    Change Journals

    Google – optimize windows xp ssd

    OCZ – Making XP pro SSD friendly

    Four Steps to Optimize Your SSD

     

    Hardware Links

    Book – What is Mac OS X?

    Posted on 2010/11/18 by arno Posted in Uncategorized

    What is Mac OS X?

    http://osxbook.com/book/bonus/ancient/whatismacosx/

    http://osxbook.com/book/preface/

    Apple Books

    Exam 70-291

    Posted on 2010/11/11 by arno Posted in Uncategorized

    http://techworld.nl/technologie/34610/5-gratis-windows-customization-tools.html?page=1

    http://technet.microsoft.com/en-us/library/cc940478.aspx

    Outlook Command-line switches

    Posted on 2010/11/08 by arno Posted in Office, Uncategorized

    source: http://office.microsoft.com/en-us/outlook-help/command-line-switches-HP001003110.aspx?redir=0

    /c messageclass

    Creates a new item of the specified message class (Outlook forms or any other valid MAPI form).

    Examples:

    • /c ipm.activity creates a Journal entry
    • /c ipm.appointment creates an appointment
    • /c ipm.contact creates a contact
    • /c ipm.note creates an e-mail message
    • /c ipm.stickynote creates a note
    • /c ipm.task creates a task

    Firewall – BAPI belatingdienst

    Posted on 2010/10/29 by arno Posted in Uncategorized

    Op welke Firewall instellingen dient u te letten

    in verband met de elektronische aangifte?

    Het Elektronische Aangifte Programma en het geïntegreerde Aangifte Programma in Exact Globe en Exact Compact, maakt gebruik van het internet om gegevens te versturen naar de Belastingdienst en te ontvangen van de Belastingdienst. Veel bedrijven gebruiken tegenwoordig een zogenaamde ‘Firewall‘ om ongewenst internetbezoek af te schermen voor uw organisatie. De mogelijkheid bestaat dat het elektronische aangifte programma niet kan communiceren met de Belastingdienst, omdat de Firewall de communicatie blokkeert. De volgende poorten dienen open te staan zodat communicatie tussen het Elektronische Aangifte Programma en de Belastingdienst mogelijk is:

    • Poort 25 (SMTP) voor het versturen van informatie naar de Belastingdienst
    • Poort 143 (IMAP4) voor het ontvangen van informatie van de Belastingdienst
    • Poort 389 (LDAP) voor controle certificaten met Diginotar

    Het is niet mogelijk om voorbeelden te geven van alle verschillende Firewall-applicaties met een eigen interface. Wanneer u gebruik maakt van de Firewall meegeleverd met Microsoft Windows XP, hoeft u niets te configureren. Het Elektronische Aangifte Programma maakt alleen gebruik van uitgaande communicatie.

    Hoewel het EAP niet wordt ondersteund in combinatie met Windows Vista kunt u met Windows Vista wel gebruik maken van het Elektronisch Aangifte programma dat is geïntegreerd in Exact Globe en Exact Compact. In Windows Vista is Telnet standaard niet geactiveerd. Om de onderstaande commando’s uit te kunnen voeren dient u dan ook eerst Telnet te activeren. Dit kunt u als volgt doen:

    • Klik op [Start, Configuratiescherm, Programma’s] en klik vervolgens op ‘Windows-onderdelen in- of uitschakelen’.
    • Typ het wachtwoord of een bevestiging als u wordt gevraagd om het Administrator-wachtwoord of een bevestiging.
    • Vink in het dialoogvenster ‘Windows Functies’ de optie ‘Telnet-client’ aan.
    • Klik Vervolgens op OK. De installatie kan enkele minuten in beslag nemen.

    Controle of een Port open staat voor communicatie:
    U kunt vanaf ieder willekeurig werkstation controleren of een poort open of dicht staat. Om te controleren of poort 25, 143 or 389 gebruikt kan worden, kunt u in Windows kiezen voor [Start, Uitvoeren] en typ op regel CMD in gevolgd door een <Enter>. De Command Prompt is nu geopend en u kunt de volgende commando’s gebruiken om de poorten te testen:

    telnet smtp.bapi.belastingdienst.nl 25

    Indien de poort open staat volgt de melding: “220 PRODROB1.bmsg.nl ESMTP Service (7.0.035) ready“.
    Indien de poort dicht staat, volgt de melding: “Could not open the connection to the host, on port 25: Connect failed“.

    Info – Voor het verzenden van berichten wordt poort 25 geadviseerd. Het kan zijn dat u deze poort niet open wilt zetten om veiligheidsredenen. De Belastingdienst en Exact Software maken communicatie via poort 587 ook mogelijk zodat u een alternatief heeft voor poort 25. U hoeft niets in de software aan te passen, alleen de poort 587 open te zetten.

    telnet mail.bapi.belastingdienst.nl 143

    Indien de poort open staat volgt de melding: “* OK IMAP4 PROXY server ready (7.0.043)“.
    Indien de poort dicht staat, volgt de melding: “Could not open the connection to the host, on port 143: Connect failed“.

    telnet directory.diginotar.nl 389

    Indien de poort open staat zal er alleen een zwart scherm getoond worden
    Indien de poort dicht staat, volgt de melding soort gelijke melding: “Connecting To directory.diginotar.nl…Could not open connection to the host, on port 389: Connect failed”

    Firewall

    Apache – ‘content-negotiation’ aka ‘Extentionless URLs’

    Posted on 2010/10/21 by arno Posted in Uncategorized

    multiviews-gebruiken-in-php

    sources:
    http://httpd.apache.org/docs/1.3/content-negotiation.html
    http://x10hosting.com/forums/programming-help/97200-extentionless-urls.html
    http://www.garnetchaney.com/htaccess_tips_and_tricks.shtml
    http://www.bluehostforum.com/showthread.php?11888-Problem-with-mod_rewrite.c

    AllowOverride moet enabled zijn. (ALL)

    * Server wide / virtual hosts. /etc/httpd/conf/http.conf
    <Directory “/var/www/html”>
    ….knip….
    Options Indexes FollowSymLinks [b]MultiViews[/b]
    ….knip….
    </Directory>

    * via .htaccess
    <IfModule mod_rewrite.c>
    Options +MultiViews
    </IfModule>

    BIOS SATA Controller Setting ALPE and ASP

    Posted on 2010/10/10 by arno Posted in Uncategorized

    Source: http://www.techsupportforum.com/hardware-support/motherboards-bios-cpu/45869-alpe-asp-sata-setting-p5ad2.html

    ALPE and ASP:
    According to Intel SATA documents, ALPE means “Aggressive Link Power Management Enable”, and ASP means “Aggressive Slumber/Partial”. The two bits work together. ALPE is like an enable; when ALPE is off, ASP is ignored. When ALPE is on, ASP is also enabled, and allows controlling certain power-related aspects of the SATA ports: basically it allows your ICH6R Southbridge chip to power some stuff down if something figures out it’s not needed.

    Asus doesn’t let you control ALPE and ASP separately, and it’s probably unnecessary anyway. Instead they give you the one BIOS field that turns on some [fixed] combination of these two bits.

    Staggered Spinup Support:
    This is one of the features available when ASP is on. According to Maxtor documents, this is a feature that lets hard disks that have gone to sleep (“slumber”) or are otherwise starting from a stopped condition, to power up sequentially instead of all at once. Because a drive draws most of its power during spinup, systems with many drives in them can strain the power supply. With staggered spinup active, the idea is that you can have more drives in the system on a smaller power supply. Your DiamondMax 10 is one of the newer drives that supports this feature, although it may be dependent on your supply’s wiring harness… I can’t quite tell, this being the first time I’ve seen this new feature. If your drives and cabling support this feature, I think it would be safe to set it to Enabled.

    AHCI Port 3 Interlock Switch:
    This is another new feature available when ASP is on. I think that this has something to do with hot-swapping disk drives; Intel documents refer to this as “Hot Plug Support”. It has something to do with being able to detect if a disk drive has been removed from the system. The ICH6R Port Control Register has bits for four ports, numbered 0 to 3. Because Asus’ BIOS only refers to Port 3, I suspect they may only be attempting to provide Hot Plug Support on Port 3 (probably the “SATA4” port on most mobo models, unless they numbered it backwards in which case it’s “SATA1”, or unless if by “Port 3” they really mean “SATA3”… I can’t tell for sure).

    This would be considered a fairly Advanced usage of this motherboard. Unless you plan to hot-swap one (and only one) Intel SATA drive, you can probably leave this feature Disabled.

    Regarding 32-bit data transfer,
    this is a standard field in all the AMIBIOS’ IDE configuration, not just SATA ports, and not just your mobo model. If I recall, it is here because a lot of legacy O/S’s, drivers, and disk controllers weren’t fully 32-bit compliant. Particularly if you are attaching, say, an older CDROM device or something like that. Also if you usually transfer small random chunks of data, being forced to transfer 32 bits all the time could hurt performance instead of helping it… though I think this unlikely.

    I think Disabled is the usual setting, and I think this means to use the lowest common denominator, which is 16-bit transfers. This makes sense, because mobo manufacturers don’t want you to have a DOA experience just because you happened to hook up a very old piece of hardware. I have never found a need to enable it, and my systems all run fine. But since all peripherals are newer now, maybe I should try the 32 bits sometime.

    Microsoft server software deployment via GPO (group policies)

    Posted on 2010/09/20 by arno Posted in Uncategorized

    How to publish non-MSI programs with .zap files

    Youtube Group Policy Software Deployment – 2008/Vista – Part 1 & Part 2

    Microsoft Online ID provider, Security Essentials

    Posted on 2010/09/08 by arno Posted in Uncategorized

    Link your Online ID to your local user account: Windows 7 online ID providers.
    Microsofts guard against viruses, spyware, and other malicious software: Security Essentials.

    Links Microsoft Windows 7

    Backup and restore your linux system!

    Posted on 2010/08/25 by arno Posted in Linux, Uncategorized

    Howto: Backup and restore your system!
    Hi, and welcome to the Heliode guide to successful backing-up and restoring of a Linux system!

    Most of you have probably used Windows before you started using Ubuntu. During that time you might have needed to backup and restore your system. For Windows you would need proprietary software for which you would have to reboot your machine and boot into a special environment in which you could perform the backing-up/restoring (programs like Norton Ghost).
    During that time you might have wondered why it wasn’t possible to just add the whole c:\ to a big zip-file. This is impossible because in Windows, there are lots of files you can’t copy or overwrite while they are being used, and therefore you needed specialized software to handle this.

    Well, I’m here to tell you that those things, just like rebooting, are Windows CrazyThings ™. There’s no need to use programs like Ghost to create backups of your Ubuntu system (or any Linux system, for that matter). In fact; using Ghost might be a very bad idea if you are using anything but ext2. Ext3, the default Ubuntu partition, is seen by Ghost as a damaged ext2 partition and does a very good job at screwing up your data.

    1: Backing-up

    “What should I use to backup my system then?” might you ask. Easy; the same thing you use to backup/compress everything else; TAR. Unlike Windows, Linux doesn’t restrict root access to anything, so you can just throw every single file on a partition in a TAR file!

    To do this, become root with
    Code:

    sudo su

    and go to the root of your filesystem (we use this in our example, but you can go anywhere you want your backup to end up, including remote or removable drives.)
    Code:

    cd /

    Now, below is the full command I would use to make a backup of my system:

    Code:

    tar cvpzf backup.tgz –exclude=/proc –exclude=/lost+found –exclude=/backup.tgz –exclude=/mnt –exclude=/sys /

    Now, lets explain this a little bit.
    The ‘tar’ part is, obviously, the program we’re going to use.

    ‘cvpfz’ are the options we give to tar, like ‘create archive’ (obviously),
    ‘preserve permissions'(to keep the same permissions on everything the same), and ‘gzip’ to keep the size down.

    Next, the name the archive is going to get. backup.tgz in our example.

    Next comes the root of the directory we want to backup. Since we want to backup everything; /

    Now come the directories we want to exclude. We don’t want to backup everything since some dirs aren’t very useful to include. Also make sure you don’t include the file itself, or else you’ll get weird results.
    You might also not want to include the /mnt folder if you have other partitions mounted there or you’ll end up backing those up too. Also make sure you don’t have anything mounted in /media (i.e. don’t have any cd’s or removable media mounted). Either that or exclude /media.

    EDIT : kvidell suggests below we also exclude the /dev directory. I have other evidence that says it is very unwise to do so though.

    Well, if the command agrees with you, hit enter (or return, whatever) and sit back&relax. This might take a while.

    Afterwards you’ll have a file called backup.tgz in the root of your filessytem, which is probably pretty large. Now you can burn it to DVD or move it to another machine, whatever you like!

    EDIT2:
    At the end of the process you might get a message along the lines of ‘tar: Error exit delayed from previous errors’ or something, but in most cases you can just ignore that.

    Alternatively, you can use Bzip2 to compress your backup. This means higher compression but lower speed. If compression is important to you, just substitute
    the ‘z’ in the command with ‘j’, and give the backup the right extension.
    That would make the command look like this:

    Code:

    tar cvpjf backup.tar.bz2 –exclude=/proc –exclude=/lost+found –exclude=/backup.tar.bz2 –exclude=/mnt –exclude=/sys /

    2: Restoring

    Warning: Please, for goodness sake, be careful here. If you don’t understand what you are doing here you might end up overwriting stuff that is important to you, so please take care!

    Well, we’ll just continue with our example from the previous chapter; the file backup.tgz in the root of the partition.

    Once again, make sure you are root and that you and the backup file are in the root of the filesystem.

    One of the beautiful things of Linux is that This’ll work even on a running system; no need to screw around with boot-cd’s or anything. Of course, if you’ve rendered your system unbootable you might have no choice but to use a live-cd, but the results are the same. You can even remove every single file of a Linux system while it is running with one command. I’m not giving you that command though!

    Well, back on-topic.
    This is the command that I would use:

    Code:

    tar xvpfz backup.tgz -C /

    Or if you used bz2;

    Code:

    tar xvpfj backup.tar.bz2 -C /

    WARNING: this will overwrite every single file on your partition with the one in the archive!

    Just hit enter/return/your brother/whatever and watch the fireworks. Again, this might take a while. When it is done, you have a fully restored Ubuntu system! Just make sure that, before you do anything else, you re-create the directories you excluded:
    Code:

    mkdir proc
    mkdir lost+found
    mkdir mnt
    mkdir sys
    etc…

    And when you reboot, everything should be the way it was when you made the backup!

    2.1: GRUB restore
    Now, if you want to move your system to a new harddisk or if you did something nasty to your GRUB (like, say, install Windows), You’ll also need to reinstall GRUB.
    There are several very good howto’s on how to do that here on this forum, so i’m not going to reinvent the wheel. Instead, take a look here:

    http://www.ubuntuforums.org/showthre…t=grub+restore

    There are a couple of methods proposed. I personally recommend the second one, posted by remmelt, since that has always worked for me.

    Well that’s it! I hope it was helpful!
    As always, any feedback is appreciated!
    __________________
    “Windows is something to overcome”

    Howto’s by me:
    Tweak firefox! (URL now works..)
    Backup/Restore your system!
    Avoid having to reboot

    Compentux.org , the Linux Tip & Howto gathering initiative!
    Last edited by aysiu; November 29th, 2006 at 12:15 AM.. Reason: Moved slash to end of command by popular vote
    source: http://ubuntuforums.org/showthread.php?t=35087

    Linux
    « Previous Page
    Next Page »
    • Login
    • Mother of all Portals
    • .Handy .Handig
    • Links – wikis – wikies

    Archives

    • June 2022
    • October 2021
    • June 2021
    • September 2016
    • April 2016
    • March 2016
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • April 2014
    • March 2014
    • November 2013
    • October 2013
    • August 2013
    • July 2013
    • June 2013
    • May 2013
    • April 2013
    • February 2013
    • December 2012
    • September 2012
    • August 2012
    • July 2012
    • June 2012
    • May 2012
    • April 2012
    • March 2012
    • January 2012
    • December 2011
    • November 2011
    • October 2011
    • September 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • April 2011
    • February 2011
    • January 2011
    • December 2010
    • November 2010
    • October 2010
    • September 2010
    • August 2010
    • July 2010
    • June 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
    CyberChimps ©2025