You can add missing resolutions to Ubuntu 12.04 using xrandr.
First, use cvt to create a new resolution mode.
sudocvt 1920 1080 60
Part of the output should be similar to this: "Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync" (w/o the quotes).
Mine was named "Virtual1" (running a virtual machine). Once you know the name of your device, you can, finally, add your new resolution mode to the device/system.
Here’s a pretty easy guide to move your Outlook 2003/2007 email to Windows live mail (found in windows 7). As a background, I found plenty of guides for Outlook Express (which is actually easier) but very little for Outlook.
Why did I want to do this? A friend bought a new laptop which had a trial version of Outlook 2007 – Once the trial had run out, they had to move to something else, and WLM is only found on Windows 7. Outlook Express is no more.
Let’s start …..
Note: I did all of the below on my friend’s PC while Outlook was still installed. Once I had imported all my email into WLM, I then uninstalled Outlook.
* Download a program called Mailstore from here. This free program (for home use) is for archiving of mail, but also is perfect for achieving what we want to do.
* Run Mailstore. The first thing you need to run the archive process. Follow your nose and (obviously) select Outlook as your email program. Here is a screenshot of the archive window:
* You will now need to export your email into a format that WLM will recognise:
With the options for Export, select “file system” and the message format will be “EML”:
Browse to any folder on your hard drive or thumb drive and kick off the process.
* OK, Now you are ready to import into WLM. From the File menu, select import>messages and then select the ‘Windows mail’ format. Browse to your folder where you exported all the mail and start importing.
Once finished you should be ready to go!
When I did the above on an another PC, I got a message to say that there was no files in the folder or another program has locked the folders. When i worked out which ones had not been imported, I just click and dragged them over to my WLM inbox from Window Explorer. End result still the same.
Incoming search terms:
pst to windows live mail converter
outlook 2007 to windows live mail
convert pst to windows live mail
outlook to windows live mail
outlook 2010 to windows live mail
export outlook 2007 to windows live mail
windows live mail import pst
export outlook 2010 to windows live mail
outlook to live mail
convert pst to wlm
outlook to windows live mail converter
pst to windows live mail
pst to windows mail
import pst into windows live mail
import outlook to windows live mail 2011
import csv from windows live mail to outlook 2007 -hotmail
microsoft live mail outlook 2007
migrate from outlook to windows live mail
import pst to windows live mail
windows live mail to outlook 2010
windows live using Outlook 2007 account
outlook 2007 to windows live mail 2011
outlook 2007 windows live mail
export pst to windows live mail
outlook to windows live mail 2011
outlook 2007 to live mail
import pst to live mail 2011
convert outlook pst to windows live mail
microsoft outlook to live mail
microsoft outlook to windows live mail
outlook pst do live mail
import mails from outlook 2007 to windows live mail
migrar de outlook 2007 a windows live mail
convert pst to live mail
export messages from outlook 2007 to windows live mail
how to convert pst to windows live mail
importer pst dans windows live mail
office outlook 2007 export eml
windows live contacts convert to outlook 2007
use mailstore to export contacts
mailstore to export outlook to windows live mail
migrate from outlook 2007 to windows live mail
z outlook 2010 do windows mail
live mail import pst
mailstore export windows live mail to outlook
mailstore home convert pst to eml
mailstore ile pst to windows live mail
mailstore mail live 2011 outlook
mailstore outlook to windows live mail
mailstore outlook windows live mail
migrar de office outlook 2007 a windows live mail
mailstore pst live mail
importowanie pst do windows live
upgrading outlook 2007 to windows live mail 2011
migrate mail account from windows live mail to outlook 2010
migrate outlook 2003 to live mail
outlook 2010 a windows mail youtube
Screenshot of the archive
outlook convert to windows live mail
outlook mail move to windows 7
outlook naar windows live mail
outlook pst to windows mail
pst 라이브메일
pst windows live mail
poczta windows live import pst
outlook2007 export to live mail
transfer email from outlook to windows live mail
outlook 2007 vers windows live mail
move inbox ms outlook 2007 to windows live mail
pst zu windows live mail converter
outlook 2007 berichten naar windows live mail
outlook 2007 export to windows live
outlook 2007 export to windows live mail
outlook 2007 exporteren naar windows live mail
outlook 2007 guide for live mail
outlook 2007 to livemail
transfer outlook to live mail using mailstore
transfer outlook 2007 mail to windows live mail
outlookin postit live mailiin
como exportar e-mail do outlook 2007 para windows live mail
export mails outlook 2007 to windows live mail
export messages from outlook 2010 to windows live mail
export outlook 2007 agenda naar windows live mail
export outlook 2007 into windows live mail
export outlook 2007 mail windows live mail
export outlook 2007 to live mail
export outlook 2007 to windows mail
export outlook 2010 to windows mail
export outlook mail to windows live mail
can you convert the pst to hotmail
exportar desde outlook 2007 a windows live mail
exportar outlook 2007 a windows live mail
exporting messages from microsoft office outlook 2003 to windows live mail
export mail microsoft outlook 2007 to windows live mail
export emails from outlook to live mail
export emails from outlook 2007 to windows live mail
Bash 쉘은 대표적인 unix 쉘이다. 거의 기본 쉘로 제공이 된다. 보통 표시되는 텍스트나 배경 색상은 단색이다. 너무 믿믿하고 요즘 colorfull한 세상에는 어딘가 어색하다. 그럼 이를 수정해볼까?
일단 Bash쉘에 대해 어느정도 알고 있다는 가정하에서 시작하겠다. 모르면, 직접 찾아보기를... 밑에 참조도 참고하세요.
간단한 예제
Bash 쉘의 색을 입히기 전에 Bash 쉘의 색 표현 방법을 잠시 알아보자. 이에 대한 재미난 예제가 있다. 쉘 프롬프트 가지고 장난 친건데, 아래 예제를 간단히 살펴보겠다.[1]
export에 의해서 PS1 환경변수에 값을 설정한 것이다.
예제를 보아서는 잘 모를 것이다. 이 예제는 단순히 PS1의 프롬프트에 현재 위치를 표시하고 마지막에 ">"를 추가한 것 뿐이다.
여기서는 앞에 이상한 기호 ("\e[32; 40m")이 붙었다. 이 값이 뒤에 오는 문자(열)의 색을 지정하는 이스케이프 값이다. 기본 형은
\e[값
여기서 "값"이 설정되는 값을 의미한다. 여기서 색상을 표시하는데, 아래 같은 의미를 가진다.
\e[색상1;색상2m
색상1과 색상2은 10진수 값이 들어간다. 간단한 색 테이블은 다음과 같다.[1] 그럼 위의 예제에서 가로 32와 세로 40를 찾으면 현재 설정될 값을 알 수 있다. 간단히 바꿔서 테스트해보면 쉽게 알 수 있다.
찾기 쉽게 색상1은 글자색 기준으로 색상2는 배경색 기준으로 정리해서 배열하였다.
\e[32;40m
즉 32;40이면 글자는 녹색, 배경은 검은색이다.
\e[40;32;1m
32와 40 순서를 변경할 수 있고, 1값은 bold 표시한다는 의미이다. 이렇게 여러 속성 값을 뒤에 추가로 지정할 수 있다.(* 1값은 bold의 의미이나 실제 적용시 밝은 색상으로 적용되는 경우도 있다.)
Bash color table(ref: http://www.funtoo.org/en/articles/linux/tips/prompt/)[1]
그럼 기본 색상을 사용하려면 어떻게 해야되나? 터미널 기본 색상을 사용하려면,
\e[0m
을 사용하면 된다. 그럼 간단한 예를 보면,
다음은 다른 예제들 이다.
다양한 색상 표시 방법은 이것의 확장일 뿐이다.
ls 에도 적용하기
실제 ls 명령에서 디렉토리나 파일의 색상을 표시하려면 명시적으로 사용해야하는 옵션이 있다. 바로 "--color"이다. 이는
".bashrc"환경 파일 등에 ls에 alias해주면 간단히 해결 할 수 있다. 추가로 "-F" 옵션을 주면 디렉토리 명 뒤에
백슬러쉬("\")도 표시되게 하여 디렉토리를 따로 구분해서 표시할 수 있다.
alias ls='ls --color -F'
이때 표시되는 기본 색상도 좋으나, 새로 추가되는 파일 타입이나, 익숙한 색상으로 변경하려면 추가 작업이 필요하게 된다.
ls coloring 고전적인 방식
Bash 쉘에서 ls의 색상에 영향을 미치는 환경변수는 LS_COLORS이다. 이는 Linux 기준이며, 플랫폼 별로 약간식
차이가 있을 수 있기에 해당 플랫폼의 ls명령어를 확인해 보는 것이 중요하다. 간혹 LSCOLORS인 곳도 있다.
사용법은 LS_COLORS 환경변수에 특정한 형식에 맞게 값을 넣어주면 된다. 예를 들어;[3]
이번은 조금 다른 방법을 사용하겠다. 앞에 방법은 지정되는 색상이 다양하면 LS_COLORS에 넣는 값이 길이가 커지고 전체적인
스크립 파일도 지저분해지고, 설정되 값이 무엇인지 해갈리는 경우도 많다. 이를 도와 줄 수 있는게 dircolors 명령어이다.
플랫폼별로 이 명령어가 없을 수 있다. 없으면 설치해주면 된다.
알아서 대충 찾아서 설치하길 바란다. 잘 안된다면 이번 내용은 건너뛰면 된다. ㅡ.ㅡ;
(내가 봐도 정말 성의 없군....)
여하튼 계속 해서...
dircolors는 자신만의 파일 안에 필요한 색을 설정하고 설정된 색을 해당 쉘에 맞게 변경해서 적용해준다. 단순한
wrapper 명령어 수준이다. 그러나 깔끔하게 색상을 목록 형태로 보여주고, 다양한 쉘에 맞게 변경해주무로 때에 따라
bash사용하다가 csh로 변경해도, 같은 색상표를 적용할 수 있는 장점이 있다.
사용법은 다음과 같다. 원하는 색상을 지정한 색 목록을 특정 파일로 저장한다. 보통 자신의 홈디렉토리에 ".dircolors"라고
지정해도 된다. 아니면 터미널이나 특정 조건에 따라 변경하고 싶다면, 다른 이름 등으로 변경해도 상관없다.
그리고 .bashrc의 적당한 위치에 아래와 같은 명령어를 넣어주면 된다.[4]
eval `dircolors -b ~/.dircolors`
위의 eval는 `` 안에 있는 명령어를 실행한 결과를 실행하는 명령어이다. "dircolors -b" 에 의해
.dircolors에 있는 내용을 bash 쉘에 맞게 변경해서 결과를 표시해주는 역활을 한다. 단순히 값을 변환 해주는 것뿐
적용되는 것이 아니기에 이를 적용하기 위해서 eval를 적용해줘야 한다.
여기서는 .dircolors로 기본으로 했지만 이를 변경하면 위의 eval에 .dircolors 파일명과 실제 저장되는 위치를 정확히 일치시켜줘야한다.
아래는 간단한 .dircolors 파일 예이다.
더보기
이를 실행하면 "dircolors -b ~/.dircolors"만 실행하면 다음과 같다.
결론
Coloring은 작업에 도움을 주는 것일 뿐 실제 실행 결과에 있어서 아무런 영향이 없습니다. 오히려 너무 난잡하게 만들수 있겠죠. 즉, 그냥 보이기에 이쁘게 할 뿐이죠. 그래도 색이 들어가니 보이기에 좋네요.
보통 파일색을 지정할때 기본적인 색 외에 큰 범주에서 색을 지정하죠. 즉, 이미지, 동영상과 오디오, 문서파일 등등.
그리고, 특정 파일은 눈에 뛰게 강조하고 싶다면, 그런 파일은 따로 특이한 색상을 지정하면 되겠죠. 가급적 삼가는게 좋을 듯 싶네요.
현재 서술한 환경은 cygwin에서 테스트 한 것이므로 각자 환경에 맞지 않을 수도 있습니다. 그러나 대략적인 틀인 이 범주 안에서 적용될 거라 생각합니다.
간혹 아무리 ls에 "--color"를 넣어도 색상이 안보이는 경우도 있는데, 이는 환경 설정 문제보다는 자신의 터미널 설정에 문제가 많이 생기므로 기본 환경에서 터미널 설정을 살펴보세요.
이글이 도움이 되었으면 하는 바램이며, 도움이 되었다면, 댓글 정도 남겨주는 센스~~
끝.
덧글
시간이 된다면 지금 윈도우에서 사용하는 totalcommand의 색을 적용하려 합니다. LCD를 사용하고 있기에 배경을 흰색으로 설정해서 사용하는데... 쉘에서 흰색을 사용하면 뽀대가 안나는데.. ㅡ.ㅡ;
40 = 검정 배경--- 41 = 빨강 배경 42 = 초록 배경--- 43 = 오렌지 배경 44 = 파랑 배경--- 45 = 자주 배경 46 = 청록 배경--- 47 = 회색 배경 100 = 진회색 배경--- 101 = 연한 빨강 배경 102 = 연두 배경--- 103 = 노랑 배경 104 = 연한 파랑 배경--- 105 = 연한 자주 배경 106 = 하늘색 배경
이제 LS_COLORS 환경변수를 직접 수정해보도록 하겠습니다. 우선 기본적인 LS_COLORS 환경변수를 ~/.bashrc에 기록합니다.
$ dircolors >> ~/.bashrc
이제 vi나 gedit로 ~/.bashrc 파일을 엽니다. .bashrc 파일의 마지막 부분을 보면 다음 부분이 추가되어 나타납니다.
The Visual C++ 2008 Feature Pack extends the VC++ Libraries shipped with Visual Studio 2008 and is fully covered under Microsoft's standard support policies.
The VC++ 2008 MFC libraries have been extended to support creation of applications that have:
Office Ribbon style interface
Office 2007, Office 2003 and Office XP look and feel
Modern Visual Studio-style docking toolbars and panes
Fully customizable toolbars and menus
A rich set of advanced GUI controls
Advanced MDI tabs and groups
And much more!
This feature pack also includes an implementation of TR1. Portions of TR1 are scheduled for adoption in the upcoming C++0x standard as the first major addition to the ISO 2003 standard C++ library. Our implementation includes a number of important features such as:
Smart pointers
Regular expression parsing
New containers (tuple, array, unordered set, etc)
Sophisticated random number generators
Polymorphic function wrappers
Type traits
And more!
Note: This feature pack does not include C99 compatibility or support for special math functions.
Supported Operating Systems: Windows Server 2003; Windows Vista; Windows XP
Visual Studio: This Feature Pack is only supported on systems which have the English language (ENU) version of Visual Studio 2008 Standard Edition or above installed.
Support for systems with non-English versions of Visual Studio 2008 installed will be available in Visual Studio 2008 Service Pack 1.
Microsoft Windows SDK: If you install the Visual C++ 2008 Feature Pack and then install the Windows SDK for Windows Server 2008 and .NET Framework 3.5, some of the files in the Feature Pack are overwritten and lose the additions made by the Feature Pack.
Resolution:
Please install the Windows SDK for Windows Server 2008 and .NET Framework 3.5 first and then the Feature Pack.
If you have already installed the Feature Pack first and then Windows SDK, repairing your VS 2008 installation should solve the problem.
This is a supplemental library and requires Visual Studio 2008 Standard Edition or above be installed on your system. Installation on systems with Visual Studio 2008 Service Pack 1 (BETA) is not supported.
Click the Download button on this page to start the download.
MSDN online Libraries
The MSDN online libraries have been updated with new documentation and walkthroughs that support the new MFC and TR1 features included in this release. The documentation provides some great content to get you up and running quickly with the new components. The documentation can be found at:
The MFC C++ library source code for the Microsoft Office Fluent User Interface (the Fluent UI) is provided only as referential material to supplement the Microsoft Foundation Classes Reference and related electronic documentation provided with the MFC C++ library software. License terms to copy, use or distribute the Fluent UI are available separately. To learn more about our Fluent UI licensing program, visit http://msdn.microsoft.com/officeui.
The Ribbon functionality and MS Office 2007 Visual Styles included in this Feature Pack are subject to the license.
If you installed the original version of the Feature Pack (binary version = 9.0.30304.0), we strongly recommend you uninstall that version and install this new update.
To uninstall the previous version:
Vista and Windows Server 2008:Control Panel -> Programs and Features, click on "View Installed Updates" in the "Tasks" panel at left.
Windows XP: Control Panel -> Add or Remove Programs, check the “Show Updates” checkbox at the top of the page.
Expand the group for your Microsoft Visual Studio 2008 installation to show all updates.
Uninstall the design time components
Uninstall Update Roll Up for Microsoft Visual Studio 2008–ENU(KB945273) and Update Roll Up for Microsoft Visual Studio 2008–ENU(KB947886).
Note: You may have only one update (KB945273) to uninstall if you do not have 64-bit VC components installed on your computer.
Uninstall the runtime components
Under the group “Visual C++ 9.0” (expand group if needed), uninstall “Visual C++ 2008 Feature Pack - x86 - v9.0.30304.00” and “Visual C++ 2008 Feature Pack - x64 - v9.0.30304.00”.
Note: You may have only the x86 runtime to uninstall if you do not have 64-bit VC components installed on your computer.
Setup Issues:
Installation fails on German OS or English OS with German locale. This issue has been fixed in this update.
Installation will fail if there is a pending system “Restart” request.
For example, if your computer has some Windows updates, but you choose “Restart Later” option and start to install the Feature Pack before rebooting, the installation will fail without giving you an exact message.
The MFC wizards in the English version of Visual Studio are functional when the resource language is set to non-ENU but portions of the generated code will have non-localized comments. Additionally, MFCLOC redist satellites may be partially underlocalized.
MFC Known Issues:
There is a known problem with applications created using the MFC Project Wizard with the following combination of settings:
On User Interface Features page, Command Bars = Use a ribbon (selected by default when you choose any of the Office visual style/colors options)
On Advanced Features page, Printing and print preview = unchecked (unchecked by default when you choose Windows Explorer application type)
On Application Type page, Use of MFC = Use MFC in a static library
Applications generated with these settings may generate Debug Assertion failures when executed. The issue is that because print preview capabilities are added to the ribbon, the print resources are needed. This can be fixed by including afxprint.rc from the project RC file.
TR1 Known Issues:
TR1 consists of new headers (e.g. regex) and additions to existing headers (e.g. memory). The latter should not negatively affect existing projects in any way, except that it may slightly increase compilation times, and it can cause precompiled headers to require more space (through the /Zm option). If necessary, the TR1 additions to existing headers can be disabled by defining _HAS_TR1 to 0 throughout a project.
The following are known issues that are planned to be fixed in a future release:
regex performance is suboptimal.
regex::optimize has no effect. While this is permitted by the TR1 specification, regex::optimize is a suggestion to spend more time during construction in order to accelerate matching.
unordered_set, unordered_multiset, unordered_map, and unordered_multimap performance is suboptimal. Note that their performance is equivalent to that of stdext::hash_set (etc.), as they share the same implementation.
Complicated uses of bind() may fail to compile. For example, simple nested bind() expressions will compile, but complex ones will not.
VC Redist Package
The VCRedist_x86.exe package has been updated with this refresh to resolve previous installation and deployment blocking issues.