- Messaggi
- 8,125
- Reazioni
- 3,723
- Punteggio
- 198
RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2008 [Falcon] (rev 03)
Segui il video qui sotto per vedere come installare il nostro sito come web app sulla tua schermata principale.
Nota: Questa funzionalità potrebbe non essere disponibile in alcuni browser.
Pubblicità
quanto costa?RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2008 [Falcon] (rev 03)
(scherzo)come se la è sempre cavata : male .@centoventicinque come se la cava il tuo phenom al giorno d'oggi?
il controller? preso usato e pagato poco per fortuna.
la fibra 33 € al mese :)
come se la è sempre cavata : male .
http://www.vodafone.it/portal/Privati/Tariffe-e-Prodotti/IperFibra--ADSL-e-Telefono/fibrasei il solito fortunato :P
come fai a pagare così poco?! :cry:
:asd: :lol:
nota la velocità XD
ecco non pensavo potessi usare sed grep su un comando! dovrei studiarmeli hai una guida abbastanza dettagliata? dopo cena semplifico lo script.Codice:xrandr | sed -n '2p'| awk '{print $5}'
nota la velocità XD
#!/bin/bash
case $(xrandr | sed -n '2p'| awk '{print $5}') in
left)
xrandr -o normal && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" 0 0 0 0 0 0 0 0 0
notify-send --icon computer 'Rotazione schermo' "Orientamento = NORMALE" ;;
right)
xrandr -o inverted && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" -1 0 1 0 -1 1 0 0 1
notify-send --icon computer 'Rotazione schermo' "Orientamento = INVERTITO" ;;
inverted)
xrandr -o left && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" 0 -1 1 1 0 0 0 0 1
notify-send --icon computer 'Rotazione schermo' "Orientamento = SINISTRO" ;;
*)
xrandr -o right && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1
notify-send --icon computer 'Rotazione schermo' "Orientamento = DESTRO" ;;
esac
oki :Pscript per ruotare lo schermo di 90° ogni volta che viene eseguito (solo in sessione xorg):
Codice:#!/bin/bash case $(xrandr | sed -n '2p'| awk '{print $5}') in left) xrandr -o normal && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" 0 0 0 0 0 0 0 0 0 notify-send --icon computer 'Rotazione schermo' "Orientamento = NORMALE" ;; right) xrandr -o inverted && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" -1 0 1 0 -1 1 0 0 1 notify-send --icon computer 'Rotazione schermo' "Orientamento = INVERTITO" ;; inverted) xrandr -o left && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" 0 -1 1 1 0 0 0 0 1 notify-send --icon computer 'Rotazione schermo' "Orientamento = SINISTRO" ;; *) xrandr -o right && xinput set-prop "SYNA2B23:00 06CB:2714" --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1 notify-send --icon computer 'Rotazione schermo' "Orientamento = DESTRO" ;; esac
non mi dire così, ieri ho fatto il contratto per il passaggio a vodafone da telecom..fin all'anno scorso sapevo che sul torrente non limitavano.Quindi vodafone ha smesso di fare traffic shaping selvaggio??