Oss Blog intervisterà il project leader di Debian: fai la tua domanda: “
K4505
Ubuntu 10.04 e vodafone key K4505
Per chi volesse acquistare la nuova internet key K4505 (la famosa 28.8) segnalo che Ubuntu 10.04 la vede in modo nativo.
NetworkManager per mette di configurare una connessione 3G in maniera semplice ed intuitiva.
Basta inserire la chiavetta e aspettare di veder comparire l’icona con il disco relativo al software presente all’interno della penna.
A questo punto cliccare con il tasto destro sull’icona del disco apparsa sul desktop e fare Estrai in Sicurezza, ma lasciando la penna inserita.
A questo punto dopo un attimo la penna verrà rivista non come disco ma come modem e sarà quindi possibile fare la configurazione con Network Manager.
bash
Linux Shell Scripting Tutorial (LSST)
Linux Shell Scripting Tutorial (LSST) v2.0
Una interessante guida per apprendere al meglio il bash scripting è possibile trovarla anche nel sito della nixcraft (registrandosi gratuitamente potete staricare anche la versione PDF ).
Il sommario è questo.
Chapter 1: Quick Introduction to Linux
- What Is Linux?
- Who created Linux?
- Where can I download Linux?
- How do I Install Linux?
- Linux usage in everyday life
- What is Linux Kernel?
- What is Linux Shell?
- Unix philosophy
- But how do you use the shell?
- What is a Shell Script or shell scripting?
- Why shell scripting?
- Chapter 1 Challenges
Chapter 2: Getting Started With Shell Programming
- The bash shell
- Shell commands
- The role of shells in the Linux environment
- Other standard shells
- Write a simple shell script – “Hello World!”
- Chapter 2 Challenges
Chapter 3:The Shell Variables and Environment
- Variables in shell
- Perform arithmetic operations
- Bash variable existence check
- Customize the bash shell environments
- Chapter 3 Challenges
Chapter 4: Conditionals Execution (Decision Making)
- Bash structured language constructs
- Test command
- if structures to execute code based on a condition
- If..else..fi
- Nested ifs
- Multilevel if-then-else
- The exit status of a command
- Conditional execution
- Logical AND &&
- Logical OR ||
- Logical Not !
- Conditional expression using [ (portable version)
- Conditional expression using [[
- Numeric comparison
- String comparison
- File attributes comparisons
- Shell command line parameters
- The case statement
- Chapter 4 Challenges
Chapter 5: Bash Loops
- The for loop statement
- Nested for loop statement
- The while loop statement
- The until loop statement
- The select loop statement
- Using the break statement
- Using the continue statement
- Command substitution
- Chapter 5 Challenges
Chapter 6: Shell Redirection
- Input and Output
- Standard input
- Standard output
- Standard error
- Empty file creation
- /dev/null discards unwanted output
- here documents
- here strings
- Redirection of standard error
- Redirection of standard output
- Appending redirected output
- Redirection of both standard error and output
- Writing output to files
- Assigns the file descriptor (fd) to file for output
- Assigns the file descriptor (fd) to file for input
- Closes the file descriptor (fd)
- Opening the file descriptors for reading and writing
- Reads from the file descriptor (fd)
- Executes commands and send output to the file descriptor (fd)
- Chapter 6 Challenges
Chapter 7: Pipes and Filters
Chapter 8: Traps
- Signals
- The trap statement
- How to clear trap
- Include trap statements in a script
- Use the trap statement to catch signals and handle errors
- What is a Subshell?
- Chapter 8 Challenges
Chapter 9: Functions
- Writing your first shell function
- Defining functions
- Writing functions
- Calling functions
- Pass arguments into a function
- Returning from a function
- Shell functions library
- Recursive function
- Putting functions in background
- Chapter 9 Challenges
Chapter 10: Interactive Scripts
Easter Egg
Forse non tutti sanno che in Openoffice …..
Dentro ad openoffice ci sono dei piccoli programmi curiosi che in inglese si chiamano Easter Eggs (letteralmente uova di Pasqua).
Non tutte le versioni di openoffice hanno tutte le “uova” che sono nascoste e per scoprirle occorre sapere trovarle. Sono sia giochi che curiosità come foto degli sviluppatori.
Per esempio la 3.0 di Ubuntu 9.04 ha il gioco Space Invaders , scrivendo in un foglio di calcolo =GAME(“StarWars”) .
Un elenco completo lo si ha andando su :
http://wiki.services.openoffice.org/wiki/Easter_Eggs
e se volete qualche screenshots.
http://www.junauza.com/2010/03/cool-openofficeorg-easter-eggs.html
microsoft
Ci mancava il mouse a V
La Microsoft si è inventata anche un mouse nuovo, concept e speriamo che rimanga tale, con una strana forma a V che dovrebbe servire anche da pennino.
Ci mancava…..
http://www.yankodesign.com/2010/02/10/mouse-pen/
HTML5
HTML 5 : il futuro è tra noi
Il futuro del web potrebbe non passare da linguaggi come flash che hanno invaso la rete e talvolta complicato la navigazione. il nuovo standard HTML 5 del W3C permette di fare cose impensate senza fare uso di linguaggi come flash e java.
Esempi di applicazioni :
http://www.bestnotizie.com/55771/sublimevideo-e-sketchpad-primi-esempi-di-applicazioni-web-costruite-in-html5/
Se il buongiorno si vede dal mattino….siamo a posto.
Android
Emulatore Android su Ubuntu
Per chi volesse installare android su ubuntu è disponibile una ottima guida a questo link:
http://www.oneopensource.it/22/09/2009/howto-installare-android-16-sdk-su-ubuntu-904/
Games
Office 2007, giochi e molto altro su Ubuntu
Se proprio non ne potete fare a meno o proprio vi piace alla follia potete installare il vostro amato MS Office, anche 2007, sotto linux con PlayOnLinux.
Blender
Blender 2.49a su ubuntu 9.04 Jaunty
Se avete ubuntu 9.04 Jaunty e volete installare la versione 2.49a potete aggiungere il repository di Launchpad dev-games nel file /etc/apt/sources.list o in Sistema->Amministrazione->Sorgenti Software.
audio
Ubuntu su HP Pavillion DV6-1323EL
Oltre al post http://stblack.blogspot.com/2009/12/easybcd-e-ubuntu-su-hp-pavillion-dv6.html dove ho spiedago cosa ho fatto per fare partire Ubuntu sul notebook in oggetto, ho trovato utile questi due link per configurare Audio e Video.
Io ho scaricato Alsa aggiornato (è possibile usare anche lo script nel link per il DV6-1270el) e compilato il tutto.
Poi si tratta di aggiungere le seguenti righe in fondo al file “/etc/modprobe.d/alsa-base.conf“
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=hp-dv5
Per selezionare il device controllato dal volume in ubuntu:
System > Preferences > Sound
Scegli “Default System Tracks” = “HDA Intel (Alsa Mixer)”
e poi sotto “Master”
Lasciando Identificazione automatica nelle prime tre scelte.
Spero possa servire anche a Voi.