Passa ai contenuti principali

Finalmente Lion OS

A tutti coloro che hanno problemi nell'installazione di Lion OS: il problema principale risiede nel fatto che si fa l'upgrade da Snow Leopard a Lion. Facendo l'upgrade, infatti, ho notato che molte funzionalità di Lion non funzionano. Ad esempio Lion fornisce la Shell a tutto schermo, ma facendo l'upgrade da Snow Leopard non funziona. Inoltre il wireless da problemi di connettività e ogni tanto il mac si blocca.
La soluzione al problema consiste nel formattare il pc e installare Lion da zero.
Su questo sito si trova una splendida guida che permette di fare ciò.

Buon divertimento con il nuovo Lion OS, che è molto più avanti rispetto a Snow Leopard!

Post popolari in questo blog

Excel 2007: Histograms with different textures

Select the series in the histogram Open Visual Basic terminal by typing ALT + F11 Open the Visual Basic editor by typing CTRL + G In the Immediate Window, type the following and press enter: selection.fill.patterned (4) I would like to thank Diego M. Oppenheimer who wrote this wonderful guide .

How to embed fonts into a pdf file

IEEE requires that your PDF files embed all fonts. Earlier, I told you how to get pdflatex LaTeX to embed all its fonts, but what if you are including figures that have hanging fonts and you are getting desperate? Luke Fletcher gives us the solution. 1. convert to ps: pdftops ICRA05.pdf 2. convert back to pdf using prepress settings: ps2pdf14 -dPDFSETTINGS=/prepress ICRA05.ps 3. check new ICRA05.pdf for horrendous formatting errors due to double conversion. source from http://www.daniel-lemire.com/blog/archives/2006/08/18/embedding-fonts-for-ieee/