forked from andreagrandi/andreagrandi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex35.html
More file actions
245 lines (229 loc) · 16.2 KB
/
index35.html
File metadata and controls
245 lines (229 loc) · 16.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Andrea Grandi</title>
<link rel="stylesheet" href="https://www.andreagrandi.it/theme/css/main.css" />
<link rel="stylesheet" href="https://www.andreagrandi.it/theme/tipuesearch/css/tipuesearch.css">
<link href="https://www.andreagrandi.it/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Andrea Grandi RSS Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://www.andreagrandi.it/">Andrea Grandi </a></h1>
<nav><ul>
<li><a href="https://www.andreagrandi.it/about/">About</a></li>
<li><a href="https://www.andreagrandi.it/curriculum/">Curriculum</a></li>
<li><a href="https://www.andreagrandi.it/pgp-key/">PGP Key</a></li>
</ul>
<form id="search" action="https://www.andreagrandi.it/search.html" onsubmit="return validateForm(this.elements['q'].value);">
<input type="text" class="search-query" placeholder="" name="q" id="tipue_search_input">
</form>
</nav>
</header><!-- /#banner -->
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="3">
<li><article class="hentry">
<header>
<h1><a href="https://www.andreagrandi.it/2008/10/01/controleee-control-panel-for-eeepc/" rel="bookmark"
title="Permalink to ControlEee - Control panel for EeePC">ControlEee - Control panel for EeePC</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Wed 01 October 2008</span>
<span>| in <a href="https://www.andreagrandi.it/category/eeepc-linux-python-qt.html">EeePC, Linux, Python, Qt</a></span>
<span>| tags: <a href="https://www.andreagrandi.it/tag/asus.html">asus</a><a href="https://www.andreagrandi.it/tag/eeepc.html">EeePC</a><a href="https://www.andreagrandi.it/tag/energetico.html">energetico</a><a href="https://www.andreagrandi.it/tag/risparmio.html">risparmio</a></span>
</footer><!-- /.post-info --> <p><img alt="" src="http://www.andreagrandi.it/wp-content/uploads/2008/10/controleee.jpg" title="controleee">{.alignright
.size-full .wp-image-123 width="337" height="170"}<strong>ControlEee</strong> è una
piccola applicazione che ho scritto utilizzando <strong>Python/Qt4</strong> e che
permette di <strong>abilitare/disabilitare</strong> i dispositivi del <strong>bluetooth</strong>,
della <strong>webcam</strong> e della <strong>wlan</strong> su un <strong>Asus EeePC</strong>.</p>
<p>Installando una versione personalizzata di Linux sugli EeePC (come ad
esempio la Ubuntu-eee), non si ha la possibilità di attivare/disattivare
questi dispositivi in maniera semplice (è possibile farlo solo da riga
di comando) e di conseguenza si rischia di tenere attivate queste
periferiche anche se non le utilizziamo, con lo svantaggio di
<strong>consumare inutilmente piu' batteria</strong> di quella di cui abbiamo
bisogno.</p>
<p>Non trovando niente di semplice di già pronto in giro, mi sono deciso a
scrivere questa utility. Al momento è in hosting presso <strong>Google Code</strong>
e la potete trovare a questo indirizzo:
<a href="http://code.google.com/p/controleee/">http://code.google.com/p/controleee/</a></p>
<p>Al momento l'applicazione è stata testata soltanto su un <strong>Asus EeePC
901</strong> con la distribuzione <strong>Ubuntu-eee 8.04.1</strong>, non è quindi garantito
il funzionamento anche sugli altri modelli e/o utilizzando altre
distribuzioni.</p>
<a class="readmore" href="https://www.andreagrandi.it/2008/10/01/controleee-control-panel-for-eeepc/">read more</a>
<p><a href="https://www.andreagrandi.it/2008/10/01/controleee-control-panel-for-eeepc/#disqus_thread">comments</a></p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://www.andreagrandi.it/2008/09/25/ubuntu-804-in-raid1-non-puo-fare-il-boot-con-un-solo-disco/" rel="bookmark"
title="Permalink to Ubuntu 8.04 in RAID1 non può fare il boot con un solo disco">Ubuntu 8.04 in RAID1 non può fare il boot con un solo disco</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Thu 25 September 2008</span>
<span>| in <a href="https://www.andreagrandi.it/category/linux-sicurezza-ubuntu-it.html">Linux, Sicurezza, Ubuntu (IT)</a></span>
<span>| tags: <a href="https://www.andreagrandi.it/tag/boot.html">boot</a><a href="https://www.andreagrandi.it/tag/mirror.html">mirror</a><a href="https://www.andreagrandi.it/tag/raid1.html">RAID1</a></span>
</footer><!-- /.post-info --> <p><img alt="" src="http://www.andreagrandi.it/wp-content/uploads/2008/09/raid1.jpg" title="raid1">{.alignright
.size-full .wp-image-122 width="157" height="179"}La modalità <strong>RAID1</strong>
(detta anche modalità <strong>mirror</strong>) è una particolare configurazione nella
quale vengono utilizzati due hard disk al posto di uno, per
leggere/scrivere gli stessi dati. Questo permette di avere <strong>un'esatta
copia degli stessi dati su due dischi diversi</strong>, facendo in modo che se
uno si dovesse rompere, l'altro conterrebbe una copia esatta dei dati,
permettendoci quindi di sostituire il disco rotto senza alcuna perdita.</p>
<p>Quello che <strong>ci si aspetta</strong> quando uno dei due dischi si rompe è <strong>che
il sistema continui a funzionare normalmente</strong>, magari avvisandoci della
rottura di uno dei due dischi.</p>
<p>Il comportamento di <strong>Ubuntu 8.04</strong> purtroppo <strong>non segue questa
procedura</strong>. Gli script di avvio sono infatti configurati in modo che
venga impedito il boot di sistema se il RAID risulta degradato. Questo
comportamento è stato inizialmente <a href="https://bugs.launchpad.net/initramfs-tools/+bug/120375">segnalato come
bug</a> su
<strong>launchpad.net</strong> e successivamente confermato e marcato come "risolto"
per la prossima release di Ubuntu, la <strong>8.10</strong> che dovrebbe uscire alla
fine di ottobre.</p>
<p>Lo sviluppatore che si è occupato di risolvere il problema, <a href="https://launchpad.net/~kirkland"><strong>Dustin
Kirkland</strong></a>, ha anche creato
un'apposita <a href="https://wiki.ubuntu.com/BootDegradedRaid">pagina sul wiki</a>
di Ubuntu dove spiega uno scenario reale e come il problema è stato
risolto.</p>
<p>Ci saremmo aspettati di veder incluso questo fix anche nell'attuale
Ubuntu 8.04, visto che si tratta di una <strong>LTS</strong> (non tutti vorranno
abbandonare una versione la cui stabilità e gli aggiornamenti sono
mantenuti per almeno 3 anni) solo per risolvere un problema col RAID1,
ma per adesso non sembra rientrare nei piani degli sviluppatori.</p>
<a class="readmore" href="https://www.andreagrandi.it/2008/09/25/ubuntu-804-in-raid1-non-puo-fare-il-boot-con-un-solo-disco/">read more</a>
<p><a href="https://www.andreagrandi.it/2008/09/25/ubuntu-804-in-raid1-non-puo-fare-il-boot-con-un-solo-disco/#disqus_thread">comments</a></p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://www.andreagrandi.it/2008/09/24/un-bug-del-kernel-linux-2627-potrebbe-danneggiare-le-schede-ethernet-con-driver-e1000e/" rel="bookmark"
title="Permalink to Un bug del Kernel Linux 2.6.27 potrebbe danneggiare le schede ethernet con driver e1000e">Un bug del Kernel Linux 2.6.27 potrebbe danneggiare le schede ethernet con driver e1000e</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Wed 24 September 2008</span>
<span>| in <a href="https://www.andreagrandi.it/category/linux-sicurezza.html">Linux, Sicurezza</a></span>
<span>| tags: <a href="https://www.andreagrandi.it/tag/bug.html">bug</a><a href="https://www.andreagrandi.it/tag/e1000e.html">e1000e</a><a href="https://www.andreagrandi.it/tag/kernel.html">kernel</a></span>
</footer><!-- /.post-info --> <p><a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-September/000488.html"><img alt="" src="http://www.andreagrandi.it/wp-content/uploads/2008/09/ethernet.jpg" title="ethernet">{.alignright
.size-full .wp-image-119 width="130"
height="130"}</a>Secondo
quanto <a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-September/000488.html">riportato sulla mailing
list</a>
di sviluppo di Ubuntu, un <strong>bug</strong> presente nella versione <strong>2.6.27</strong> del
<strong>kernel Linux</strong> potrebbe <strong>danneggiare irreparabilmente</strong> le schede
ethernet dotate di chipset <strong>Intel GigE</strong> che utilizzano il driver
<strong>e1000e</strong>.</p>
<p>Secondo le prime analisi, il bug andrebbe a sovrascrivere la eprom di
queste schede di rete, rendendole inutilizzabili.</p>
<p>L'attuale alpha 6 di Ubuntu contiene questo bug, si consiglia quindi di
non utilizzarla se si possiede tale scheda, ma di attendere almeno la
prossima release (la beta dovrebbe uscire il 2 ottobre), dove il bug è
già stato corretto.</p>
<a class="readmore" href="https://www.andreagrandi.it/2008/09/24/un-bug-del-kernel-linux-2627-potrebbe-danneggiare-le-schede-ethernet-con-driver-e1000e/">read more</a>
<p><a href="https://www.andreagrandi.it/2008/09/24/un-bug-del-kernel-linux-2627-potrebbe-danneggiare-le-schede-ethernet-con-driver-e1000e/#disqus_thread">comments</a></p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="https://www.andreagrandi.it/2008/09/24/apple-vieta-agli-sviluppatori-di-lamentarsi-pubblicamente-per-app-store/" rel="bookmark"
title="Permalink to Apple vieta agli sviluppatori di lamentarsi pubblicamente per App Store">Apple vieta agli sviluppatori di lamentarsi pubblicamente per App Store</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Wed 24 September 2008</span>
<span>| in <a href="https://www.andreagrandi.it/category/censura-programmazione.html">Censura, Programmazione</a></span>
<span>| tags: <a href="https://www.andreagrandi.it/tag/app-store.html">app store</a><a href="https://www.andreagrandi.it/tag/apple.html">apple</a><a href="https://www.andreagrandi.it/tag/iphone.html">iphone</a><a href="https://www.andreagrandi.it/tag/nda.html">nda</a></span>
</footer><!-- /.post-info --> <p><img alt="" src="http://www.andreagrandi.it/wp-content/uploads/2008/09/iphoneappstore.jpg" title="iphoneappstore">{.alignright
.size-full .wp-image-117 width="140" height="141"}Siete <strong>sviluppatori</strong>
di applicazioni per iPhone e la Apple ha appena rifiutato di includere
la vostra applicazione all'interno del proprio <strong>App Store</strong>? Da oggi
<strong>non potete piu' lamentarvi pubblicamente</strong>, un <strong>NDA</strong> lo vieta
esplicitamente.</p>
<p>Nei giorni precedenti, almeno un paio di sviluppatori <strong>si erano visti
rifiutare</strong> da parte di Apple, l'inclusione della propria applicazione
all'interno dello store e si erano pubblicamente lamentati perchè
ritenevano si trattasse di un'ingiustizia, visto che non avevano violato
in alcun modo il regolamento che riguarda le applicazioni che si possono
scrivere.</p>
<p>Nel primo caso era stata creata un'<a href="http://almerica.blogspot.com/2008/09/podcaster-rejeceted-because-it.html">applicazione per scaricare i
podcast</a>
direttamente sull'iPhone invece di ascoltarli in streaming come permette
iTunes. Secondo Apple questa applicazione duplica le funzionalità che
sono già incluse in iTunes e pertanto non puo' essere accettata.</p>
<p>Nel secondo caso era stata invece creata un'<a href="http://angelo.dinardi.name/2008/09/20/mailwrangler-and-the-apple-app-store/">applicazione che permetteva
di controllare la
posta</a>
su piu' account Gmail senza dover fare logout e login da ogni account
per passare da un account all'altro. Anche in questo caso
<strong>l'applicazione è stata rifiutata</strong> da Apple.</p>
<p>Entrambi gli autori, come potete leggere dai loro blog, si sono
pubblicamente lamentati di questo rifiuto, e dopo qualche giorno la
Apple ha aggiornato il messaggio che viene mandato agli sviluppatori ai
quali viene rifiutata l'inclusione di un'applicazione nell'App Store,
aggiungendo questo NDA: "<strong>THE INFORMATION CONTAINED IN THIS MESSAGE IS
UNDER NON-DISCLOSURE</strong>".</p>
<p>Apple quindi impedisce di fatto di rivelare (legalmente) che una propria
applicazione sia stata rifiutata dall'App Store.</p>
<p>Personalmente trovo sempre piu' <strong>ridicola</strong> questa <strong>politica
protezionista</strong> intrapresa da Apple, che non sta facendo altro che
attirare critiche su di se e tener lontani ottimi sviluppatori che
altrimenti sarebbero ben felici di scrivere applicazioni per l'iPhone.
Staremo a vedere in che modo si comporterà Google con il proprio
repository online di applicazioni.</p>
<a class="readmore" href="https://www.andreagrandi.it/2008/09/24/apple-vieta-agli-sviluppatori-di-lamentarsi-pubblicamente-per-app-store/">read more</a>
<p><a href="https://www.andreagrandi.it/2008/09/24/apple-vieta-agli-sviluppatori-di-lamentarsi-pubblicamente-per-app-store/#disqus_thread">comments</a></p> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
<p class="paginator">
<a href="https://www.andreagrandi.it/index34.html">«</a>
Page 35 / 50
<a href="https://www.andreagrandi.it/index36.html">»</a>
</p>
</section><!-- /#content -->
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://www.andreagrandi.it/feeds/all.rss.xml" type="application/rss+xml" rel="alternate">rss feed</a></li>
<li><a href="https://twitter.com/andreagrandi">twitter</a></li>
<li><a href="https://github.com/andreagrandi">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>
Powered by <a href="http://getpelican.com/">Pelican</a> and Python -
Source code available on <a href="https://github.com/andreagrandi/andreagrandi.it">GitHub</a>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" />
</a>
</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2140684-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var disqus_shortname = 'andrea-grandi-it';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>