Difference between revisions of "Ubuntu Howtos"
(One intermediate revision by the same user not shown) | |||
Line 86: | Line 86: | ||
tim@acantha:~$ |
tim@acantha:~$ |
||
</pre> |
</pre> |
||
== truecrypt == |
|||
Paket direkt von http://www.truecrypt.org/downloads.php runterladen und mit "sudo dpkg -i" installieren |
|||
== Ubuntu + Bluetooth + UMTS == |
|||
Einen Ubuntu-PC unter Verwendung von wvdial und rfcomm über Bluetooth an ein Nokia E71 Telefon zu bringen und dieses als UMTS-Modem verwenden. |
|||
=== Benötigte Pakete === |
|||
sudo aptitude install bluez-utils |
|||
=== Config 1 - cat /etc/bluetooth/rfcomm.conf === |
|||
rfcomm0 { |
|||
bind no; |
|||
device 01:02:04:05:05:01; |
|||
channel 4; |
|||
comment "Nokia E71 UMTS"; |
|||
} |
|||
=== Config 2 - cat /etc/wvdial.conf === |
|||
[Dialer Defaults] |
|||
Modem = /dev/rfcomm0 |
|||
Init1 = ATZ |
|||
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 |
|||
Init3 = AT +cgdcont=1,"IP","internet.t-mobile" |
|||
Phone = *99# |
|||
Username = <t-mobile> |
|||
Password = <> |
|||
New PPPD = yes |
|||
BAUD = 460800 |
|||
Stupid Mode = 1 |
|||
=== Connect === |
|||
sudo rfcomm connect 0 & |
|||
wvdial & |
|||
=== Hangup === |
|||
sudo rfcomm release 0 |
|||
=== Doku === |
|||
Einrichten der Kopplung E71 <--> Ubuntu PC |
|||
* https://help.ubuntu.com/community/BluetoothSetup |
|||
* (+++) http://davesource.com/Solutions/20070520.T-Mobile-Nokia-E65-Ubuntu-Linux.html |
|||
* (+++) http://gagravarr.org/series-60/ |
|||
* (+) http://blog.leo34.net/2008/04/nokia-e61i-umts-t-mobile-und-linux-ubuntu/ |
|||
* (++) http://blog.gill0r.de/index.php?/archives/8-Nokia-E51-als-UMTS-Modem-via-Bluetooth-unter-Ubuntu.html |
|||
Hacking |
|||
* http://forums.remote-exploit.org/archive/index.php/t-10103.html |
|||
=== Diverse Debug Kommandos === |
|||
hciconfig -a |
|||
hcitool scan hci0 |
|||
sdptool browse 01:02:04:05:05:01 |
|||
sdptool search --bdaddr 01:02:04:05:05:01 dun |
|||
== Cronjobs troubleshooting == |
== Cronjobs troubleshooting == |
||
Line 150: | Line 93: | ||
* NB: Die Namen der cron-Skripte dürfen keine Punkte enthalten, sonst werden sie nicht ausgeführt. |
* NB: Die Namen der cron-Skripte dürfen keine Punkte enthalten, sonst werden sie nicht ausgeführt. |
||
== [[Ubuntu Touch on Google Nexus 4]] == |
|||
== [[Ubuntu create .deb-Package Howto]] == |
== [[Ubuntu create .deb-Package Howto]] == |
||
Latest revision as of 08:37, 13 October 2016
Ubuntu Systemeinstellungen diverses
Vollen Hauptspeicher (>3GB) bei 32bit OS nutzen
sudo aptitude install linux-generic-pae linux-headers-generic-pae sudo init 6
gpg-Keys unter Ubuntu in apt importieren
Skript anlegen mit folgendem Inhalt:
gpg --keyserver hkp://subkeys.pgp.net --recv-keys $1 gpg --export --armor $1 | sudo apt-key add -
Ubuntu auf ISO lokalisieren
Ubuntu ist ab Version 6.06 völlig auf UTF-8 zugeschnitten und hat die ISO-8859 per default auch nicht mehr installiert. Hier hilft auch kein dpkg-reconfigure locales. Dennoch läßt dich die neue Ubuntu-Version auf de_DE.iso885915@euro lokalisieren (Quelle: http://www.matrica.de/download/menzel.txt):
tim@uxpieks:~$ sudo su - root@uxpieks:~# echo de_DE@euro ISO-8859-15 >> /var/lib/locales/supported.d/de root@uxpieks:~# cat /var/lib/locales/supported.d/de de_DE.UTF-8 UTF-8 de_CH.UTF-8 UTF-8 de_BE.UTF-8 UTF-8 de_LU.UTF-8 UTF-8 de_AT.UTF-8 UTF-8 de_DE@euro ISO-8859-15 root@uxpieks:~# dpkg-reconfigure locales Generating locales... de_CH.UTF-8... done de_DE.ISO-8859-15@euro... done de_DE.ISO-8859-1... up-to-date [snip] Generation complete.
Postgres unter Ubuntu mit korrekter Umlaut-Darstellung
LC_MESSAGES = 'en_US.UTF-8' LC_MONETARY = 'en_US.UTF-8' LC_NUMERIC = 'en_US.UTF-8' LC_TIME = 'en_US.UTF-8'
an postgresql.conf anhängen
Displayauflösung anpassen (Intel chipset 845G/855G/865G/915G/945G)
http://roland-lopez.blogspot.com/2007/03/auto915resolution-ubuntu-resolution-fix.html
Falls unter System -> Einstellungen -> Bildschirmauflösung der gewünschte Modus noch nicht aufgelistet wird, muss er noch in /etc/X11/xorg.conf (Section "Screen" in Zeile Mode) entsprechend nachgetragen werden.
Tastenbelegung (Meta-Key/Super-Key)
Unter Ubuntu Windows-L zum Sperren des Bildschirms verwenden:
Dazu die Alternative (System - Einstellungen - Tastenkombinationen - Bildschirm - Sperren deaktivieren)!
- compconfig installieren:
sudo aptitude install compizconfig-settings-manager
- CompizConfig Einstellungsmanager starten:
tim@acantha:~$ ccsm
- General Options - Commands - Commands
gnome-screensaver-command --lock
- General Options - Commands - Key Bindings
Run Command 1 - <Super>l
- installierte Pakete:
tim@acantha:~$ dpkg -l | grep compiz ii compiz 1:0.7.8-0ubuntu4.1 OpenGL window and compositing manager ii compiz-core 1:0.7.8-0ubuntu4.1 OpenGL window and compositing manager ii compiz-fusion-plugins-extra 0.7.8-0ubuntu2 Collection of extra plugins from OpenComposi ii compiz-fusion-plugins-main 0.7.8-0ubuntu2 Collection of plugins from OpenCompositing f ii compiz-gnome 1:0.7.8-0ubuntu4.1 OpenGL window and compositing manager - GNOM ii compiz-plugins 1:0.7.8-0ubuntu4.1 OpenGL window and compositing manager - plug ii compiz-wrapper 1:0.7.8-0ubuntu4.1 OpenGL window and compositing manager, wrapp ii compizconfig-backend-gconf 0.7.8-0ubuntu1 Settings library for plugins - OpenCompositi ii compizconfig-settings-manager 0.7.8-0ubuntu3 Compiz configuration settings manager ii libcompizconfig0 0.7.8-0ubuntu2 Settings library for plugins - OpenCompositi ii python-compizconfig 0.7.8-0ubuntu1 Compiz configuration system bindings tim@acantha:~$
Cronjobs troubleshooting
- Testen der cron-configuration:
run-parts -v --test /etc/cron.daily/
- NB: Die Namen der cron-Skripte dürfen keine Punkte enthalten, sonst werden sie nicht ausgeführt.
Ubuntu create .deb-Package Howto
Unix/Linux allgemein
- terminal session aufzeichnen mit script:
script -t 2>timing.out -a session.script