<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alessandro.delgallo.net//index.php?action=history&amp;feed=atom&amp;title=Procedimenti</id>
	<title>Procedimenti - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alessandro.delgallo.net//index.php?action=history&amp;feed=atom&amp;title=Procedimenti"/>
	<link rel="alternate" type="text/html" href="https://wiki.alessandro.delgallo.net//index.php?title=Procedimenti&amp;action=history"/>
	<updated>2026-09-15T07:56:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.alessandro.delgallo.net//index.php?title=Procedimenti&amp;diff=3814&amp;oldid=prev</id>
		<title>Xunil: Reverted edits by Ypebezimyx (Talk) to last version by 195.169.98.130</title>
		<link rel="alternate" type="text/html" href="https://wiki.alessandro.delgallo.net//index.php?title=Procedimenti&amp;diff=3814&amp;oldid=prev"/>
		<updated>2010-11-18T14:54:24Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/index.php/Special:Contributions/Ypebezimyx&quot; title=&quot;Special:Contributions/Ypebezimyx&quot;&gt;Ypebezimyx&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:Ypebezimyx&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:Ypebezimyx (page does not exist)&quot;&gt;Talk&lt;/a&gt;) to last version by &lt;a href=&quot;/index.php?title=User:195.169.98.130&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:195.169.98.130 (page does not exist)&quot;&gt;195.169.98.130&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Skype su Scientific Linux 5 ==&lt;br /&gt;
 /usr/share/applications/skype.desktop&lt;br /&gt;
&lt;br /&gt;
=== 32bit ===&lt;br /&gt;
&lt;br /&gt;
=== 64bit ===&lt;br /&gt;
 /usr/lib/libsigc-2.0.so.0&lt;br /&gt;
 scp services01:/var/www/html/mirror/F8/i386/Packages/libsigc++20-2.0.18-1.i386.rpm .&lt;br /&gt;
 rpm -Uvh libsigc++20-2.0.18-1.i386.rpm&lt;br /&gt;
&lt;br /&gt;
== File di testo Windows&amp;lt;-&amp;gt;Linux ==&lt;br /&gt;
&lt;br /&gt;
fonte: http://linuxreviews.org/quicktips/txt_doc2unix/&lt;br /&gt;
&lt;br /&gt;
Convert a text file from Windows/dos to unix:&lt;br /&gt;
  tr -d '\015' &amp;lt; win-format.txt &amp;gt; unix-format.txt&lt;br /&gt;
Convert a text file from unix to Windows/dos:&lt;br /&gt;
  sed -e 's/$/\r/' unix-format.txt &amp;gt; win-format.txt&lt;br /&gt;
&lt;br /&gt;
== RPM in Scientific Linux ==&lt;br /&gt;
&lt;br /&gt;
=== Kaffeine ===&lt;br /&gt;
 yum install kaffeine --enablerepo atrpms&lt;br /&gt;
 Error: Missing Dependency: libdirectfb-0.9.so.25 is needed by package xine-lib&lt;br /&gt;
 Error: Missing Dependency: libfusion-0.9.so.25 is needed by package xine-lib&lt;br /&gt;
 Error: Missing Dependency: libdirect-0.9.so.25 is needed by package xine-lib&lt;br /&gt;
&lt;br /&gt;
 yum remove directfb&lt;br /&gt;
 Removed: directfb.i386 0:1.0.1-15.el5&lt;br /&gt;
&lt;br /&gt;
== Firewire ieee1394 in Scientific Linux 5 ==&lt;br /&gt;
&lt;br /&gt;
=== Download e Setup ===&lt;br /&gt;
* Links:&lt;br /&gt;
 http://atrpms.net/dist/el5/ieee1394/&lt;br /&gt;
 http://www.mail-archive.com/rhelv5-list@redhat.com/msg00192.html&lt;br /&gt;
&lt;br /&gt;
Installare repo atrpms (e settarlo dormiente, per usarlo solo quando si vuole e non ad ogni yum update)&lt;br /&gt;
 rpm --import http://atrpms.net/RPM-GPG-KEY.atrpms&lt;br /&gt;
Creare&lt;br /&gt;
 /etc/yum.repos.d/atrpms.repo&lt;br /&gt;
e incollarci questo&lt;br /&gt;
 [atrpms]&lt;br /&gt;
 name=Fedora Core $releasever - $basearch - ATrpms&lt;br /&gt;
 baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable&lt;br /&gt;
 gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms&lt;br /&gt;
 gpgcheck=1&lt;br /&gt;
 enabled=0&lt;br /&gt;
Installare i moduli del kernel:&lt;br /&gt;
 yum --enablerepo atrpms install ieee1394-kmdl-`uname -r`.`uname -m`&lt;br /&gt;
'' se dovessero fallire le dipendenze con il kernel,&lt;br /&gt;
cercare un kernel con versione adatta (identica) alla versione del modulo di atrpms''&lt;br /&gt;
&lt;br /&gt;
Ora, Controlliamo se si sono installati i moduli per il kernel attivo:&lt;br /&gt;
 rpm -q ieee1394-kmdl|grep &amp;quot;`uname -r`&amp;quot;&lt;br /&gt;
Se il comando da risultati in output, saltare il punto successivo.&lt;br /&gt;
&lt;br /&gt;
=== Controlli Installazione ===&lt;br /&gt;
'''Kernel attivo'''&lt;br /&gt;
 uname -r&lt;br /&gt;
'''Archittettura'''&lt;br /&gt;
 uname -m&lt;br /&gt;
'''moduli ieee1394 installati'''&lt;br /&gt;
 find /lib/modules/ -iname *1394*&lt;br /&gt;
'''kernel disponibili (da GRUB)'''&lt;br /&gt;
 grep kernel /boot/grub/grub.conf |grep -v ^#&lt;br /&gt;
&lt;br /&gt;
* Controllare quale kernel si avvia default&lt;br /&gt;
 grep default /boot/grub/grub.conf &lt;br /&gt;
Primo della lista&lt;br /&gt;
 default=0&lt;br /&gt;
&lt;br /&gt;
=== Avvio ===&lt;br /&gt;
* Se abbiamo verificato che i moduli installati hanno un kernel con versione IDENTICA (es. 2.6.18-8.1.14)&lt;br /&gt;
* Se abbiamo verificato che i moduli installati hanno un kernel con architettura IDENTICA (es. i686)&lt;br /&gt;
* Se abbiamo verificato che questo kernel con versione e architettura IDENTICA si avvia di default&lt;br /&gt;
Si può proseguire&lt;br /&gt;
&lt;br /&gt;
==== A Caldo ====&lt;br /&gt;
Caricare i moduli direttamente, senza riavviare.&lt;br /&gt;
 modprobe ieee1394&lt;br /&gt;
 modprobe raw1394&lt;br /&gt;
 modprobe ohci1394&lt;br /&gt;
 modprobe dv1394&lt;br /&gt;
 modprobe video1394&lt;br /&gt;
&lt;br /&gt;
==== A Freddo ====&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
=== Controlli Firewire ===&lt;br /&gt;
Controlliamo la partenza e poi i messaggi del kernel:&lt;br /&gt;
 dmesg|grep -i 1394&lt;br /&gt;
Dovrebbe esservi almeno una riga così:&lt;br /&gt;
 ieee1394: raw1394: /dev/raw1394 device initialized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Download e Setup ===&lt;br /&gt;
 Caratteri ISO-8859-1 per firefox, da mettere nei profili kickstart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tasti di scelta RAPIDA ==&lt;br /&gt;
 Ctrl + A 	Go to the beginning of the line you are currently typing on&lt;br /&gt;
 Ctrl + E 	Go to the end of the line you are currently typing on&lt;br /&gt;
 Ctrl + L               	Clears the Screen, similar to the clear command&lt;br /&gt;
 Ctrl + U 	Clears the line before the cursor position. If you are at the end of the line, clears the entire line.&lt;br /&gt;
 Ctrl + H 	Same as backspace&lt;br /&gt;
 Ctrl + R 	Let's you search through previously used commands&lt;br /&gt;
 Ctrl + C 	Kill whatever you are running&lt;br /&gt;
 Ctrl + D 	Exit the current shell&lt;br /&gt;
 Ctrl + Z 	Puts whatever you are running into a suspended background process. fg restores it.&lt;br /&gt;
 Ctrl + W 	Delete the word before the cursor&lt;br /&gt;
 Ctrl + K 	Clear the line after the cursor&lt;br /&gt;
 Ctrl + T 	Swap the last two characters before the cursor&lt;br /&gt;
 Esc + T 	Swap the last two words before the cursor&lt;br /&gt;
 Alt + F 	Move cursor forward one word on the current line&lt;br /&gt;
 Alt + B 	Move cursor backward one word on the current line&lt;br /&gt;
 Tab 	Auto-complete files and folder names&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Action&lt;br /&gt;
! [[QWERTY]]&lt;br /&gt;
! [[Dvorak Simplified Keyboard|DVORAK]]&lt;br /&gt;
! [[AZERTY]]&lt;br /&gt;
|-&lt;br /&gt;
| Set the console log level, which controls the types of kernel messages that are output to the console&lt;br /&gt;
| '''0''' through '''9'''&lt;br /&gt;
| '''0''' through '''9'''&lt;br /&gt;
| '''0''' through '''9'''&amp;lt;br /&amp;gt;(''without'' using shift)&lt;br /&gt;
|-&lt;br /&gt;
| Immediately reboot the system, without unmounting partitions or syncing&lt;br /&gt;
| '''b'''&lt;br /&gt;
| '''x'''&lt;br /&gt;
| '''b'''&lt;br /&gt;
|-&lt;br /&gt;
| Reboot [[kexec]] and output a crashdump&lt;br /&gt;
| '''c'''&lt;br /&gt;
| '''j'''&lt;br /&gt;
| '''c'''&lt;br /&gt;
|-&lt;br /&gt;
| Send the [[SIGTERM]] signal to all processes except init ([[PID]] 1)&lt;br /&gt;
| '''e'''&lt;br /&gt;
| '''.'''&lt;br /&gt;
| '''e'''&lt;br /&gt;
|-&lt;br /&gt;
| Call oom_kill, which kills a process to alleviate an [[Out of memory|OOM]] condition&lt;br /&gt;
| '''f'''&lt;br /&gt;
| '''u'''&lt;br /&gt;
| '''f'''&lt;br /&gt;
|-&lt;br /&gt;
| Output a terse help document to the console&amp;lt;br/&amp;gt;Any key which is not bound to a command should also do the trick&lt;br /&gt;
| '''h'''&lt;br /&gt;
| '''d'''&lt;br /&gt;
| '''h'''&lt;br /&gt;
|-&lt;br /&gt;
| Send the [[SIGKILL]] signal to all processes except init&lt;br /&gt;
| '''i'''&lt;br /&gt;
| '''c'''&lt;br /&gt;
| '''i'''&lt;br /&gt;
|-&lt;br /&gt;
| Kill all processes on the current virtual console (Can be used to kill X and svgalib programs, see below)&amp;lt;br /&amp;gt;This was originally designed to imitate a [[Secure Access Key]]&lt;br /&gt;
| '''k'''&lt;br /&gt;
| '''t'''&lt;br /&gt;
| '''k'''&lt;br /&gt;
|- &lt;br /&gt;
| Send the SIGKILL signal to all processes, including init&lt;br /&gt;
| '''l'''&lt;br /&gt;
| '''n'''&lt;br /&gt;
| '''l'''&lt;br /&gt;
|-&lt;br /&gt;
| Output current memory information to the console&lt;br /&gt;
| '''m'''&lt;br /&gt;
| '''m'''&lt;br /&gt;
| ''','''&lt;br /&gt;
|-&lt;br /&gt;
| Shut off the system&lt;br /&gt;
| '''o'''&lt;br /&gt;
| '''r'''&lt;br /&gt;
| '''o'''&lt;br /&gt;
|-&lt;br /&gt;
| Output the current registers and flags to the console&lt;br /&gt;
| '''p'''&lt;br /&gt;
| '''l'''&lt;br /&gt;
| '''p'''&lt;br /&gt;
|-&lt;br /&gt;
| Switch the keyboard from raw mode, the mode used by programs &amp;lt;!-- I'm not sure what to call these - they aren't all programs, due to svgalib.--&amp;gt; such as [[X11]] and [[svgalib]], to [[XLATE]] mode&lt;br /&gt;
| '''r'''&lt;br /&gt;
| '''p'''&lt;br /&gt;
| '''r'''&lt;br /&gt;
|-&lt;br /&gt;
| Sync all mounted filesystems&lt;br /&gt;
| '''s'''&lt;br /&gt;
| '''o'''&lt;br /&gt;
| '''s'''&lt;br /&gt;
|-&lt;br /&gt;
| Output a list of current tasks and their information to the console&lt;br /&gt;
| '''t'''&lt;br /&gt;
| '''y'''&lt;br /&gt;
| '''t'''&lt;br /&gt;
|-&lt;br /&gt;
| Remount all mounted filesystems in [[read-only]] mode&lt;br /&gt;
| '''u'''&lt;br /&gt;
| '''g'''&lt;br /&gt;
| '''u'''&lt;br /&gt;
|-&lt;br /&gt;
| Output Voyager SMP processor information&lt;br /&gt;
| '''v'''&lt;br /&gt;
| '''k'''&lt;br /&gt;
| '''v'''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Xunil</name></author>
	</entry>
</feed>