Revision history for RessourcesIT


Revision [845]

Last edited on 2017-02-10 20:56:28 by WojciechLisiewicz

Deletions:
== commands ==
- DB Dump:
##mysqldump -u NUTZERNAME -p DATENBANKNAME > filename.sql
> Nach Aufforderung das Nutzerpasswort eingeben##
=== WEB Development ===
- good tooltip solution: http://www.nickstakenburg.com/projects/prototip2/
- introduction in ajax: http://www.drweb.de/magazin/xajax-ajax-einfach-mit-php/



Deletions:
== other ==
- moje zasoby techniczne (notatki o konfigurowaniu software-u, w szczególności open source, oraz hardware-u): [[http://80.237.160.189/wikka/wikka.php?wakka=RessourcesWojtek wiki]]


Additions:
PackagesDebian

Deletions:
=== apache ===
== configuring webDAV server ==
- [[ConfigureWebDAV see here]]
=== backup ===
//czyli tworzenie kopii zapasowych, a w szczególności automatyzacja procesów//
=== complete LAMPP ===
== ssh ==
- [[http://www.su4me.de/lin_ssh.html#ssh-cert stosowanie certyfikatów do logowania się przez ssh]]
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/
- show all installed packages: ## dpkg -l | less ##
- show installed packages with "part string" in the name: ##dpkg -l | less | grep part-string##
- **list with all packages for my standard system under debian**: PackagesDebian
- installing packages from special repositories: ##aptitude -t lenny-backports install debian-backports-keyring##
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox
== rsync ==
Używanie programu do synchronizacji plików //RSYNC// - program ten jest o tyle rewelacyjny, że może używać różnych protokołów, może pracować w 100% automatycznie i jest inteligentny, ponieważ przesuwa (np. po sieciach) wyłącznie te __części__ plików, które są inne - nie musi nawet przerzucać plików zmienionych - przynajmniej nie w całości!
- jak robić snapshot-backups: http://linuxwiki.de/rsync/SnapshotBackups
- jak umożliwić RSYNC bez konieczności podawania hasła w ssh: http://troy.jdmz.net/rsync/index.html
- krótki [[MyRsyncManual manual do rsync]]



No Differences


Deletions:
ConfigUbuntuServer - general config informations for Ubuntu Server LTS 14.04.


Additions:
see now: http://wdb.fh-sm.de/ITWissen
Archive:

Deletions:
=== newest server ===
ConfigStratoServer - on //strato//



Deletions:
== URL rewrite ==
- http://webdesignblog.de/webdesign/webdesign-guide-modrewrite-und-htaccess/
- http://www.selfphp.de/forum/showthread.php?t=19798
- see the apache docs too: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html


Additions:
##mysqldump -u NUTZERNAME -p DATENBANKNAME > filename.sql

Deletions:
##mysqldump -u NUTZERNAME -p DATENBANKNAME > filename.sql


Additions:
== mysql server ==
== on mac ==
- here: [[MysqlOnMac on Snow Leopard]]
== commands ==
- DB Dump:
##mysqldump -u NUTZERNAME -p DATENBANKNAME > filename.sql
> Nach Aufforderung das Nutzerpasswort eingeben##

Deletions:
== mysql server on mac ==
- here: [[MysqlOnMac on Snow Leopard]]



Deletions:
== usprawnianie WIKI ==
- http://wikkawiki.org/FilesManagementSolution
- http://wikkawiki.org/WikkaMenulets
- WikkaLinksToNorms


Additions:
- WikkaLinksToNorms


Additions:
=== newest server ===
ConfigStratoServer - on //strato//
ConfigUbuntuServer - general config informations for Ubuntu Server LTS 14.04.

Deletions:
=== new server on //strato// ===
ConfigStratoServer


Additions:
== new project - Linux Mint Debian based ==
- [[ConfiguringMintBetsy see here]]


Additions:
== activate ROOT on a mac ==
1) Go into /System/Library/CoreServices/Applications and open Directory Utility (DE: Verzeichnisdienste)
1) Click the lock in the bottom left of the screen and enter your password.
1) In the Edit menu, select Enable Root User and enter a password.
After this root ist activated. Now U can correct problems with permissions in the file system

E.g.:
- take terminal (local or remote with ssh IP.IP.IP.IP -l root)
- chmod g+x /
Go back to the Directory Utility again. In the Edit menu, select Disable Root User. Close the program, and you're done.


Additions:
=== new server on //strato// ===
ConfigStratoServer

Deletions:
== LAMPP under debian ==
- http://www.calebscreek.com/2008/09/build-a-debian-etch-lamp-server-in-30-minutes/


Additions:
== configuring webDAV server ==
- [[ConfigureWebDAV see here]]


Additions:
- [[ApacheOnMavericks configure built in apache on Mavericks]]
- [[ApacheOnMavericks configure built in apache on Mavericks]]


Additions:
== mysql server on mac ==
- here: [[MysqlOnMac on Snow Leopard]]


Additions:
- installing [[PrepaireForKnowledgeTree KnowledgeTree]]


Additions:
=== complete LAMPP ===
== LAMPP under debian ==
- http://www.calebscreek.com/2008/09/build-a-debian-etch-lamp-server-in-30-minutes/


Additions:
== mac as server ==
- [[http://www.macnews.de/software/mac-os-x-lion-profi-lowe-2-server-161962 server settings in Lion]]


Additions:
- [[http://www.macmark.de/osx_launchd.php services, deamons, launching applications]]


Additions:
== [[iPhone]] ==


Additions:
- [[http://www.macuser.de/forum/f113/festplatte-klonen-kopieren-340378/ copy entire system to a new HDD]]


Additions:
- installing packages from special repositories: ##aptitude -t lenny-backports install debian-backports-keyring##
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox


Additions:
- **list with all packages for my standard system under debian**: PackagesDebian


Additions:
- [[http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man8/newfs_udf.8.html UDF-Format on DVD-RAM]]


Additions:
== little tricks ==
- http://www.designpicks.de/mac-os-x-versteckte-funktionen-freischalten/
- http://www.fladi.de/2008/05/23/was-dein-mac-alles-kann-ein-paar-tips/


Additions:
- introduction in ajax: http://www.drweb.de/magazin/xajax-ajax-einfach-mit-php/


Additions:
=== WEB Development ===
- good tooltip solution: http://www.nickstakenburg.com/projects/prototip2/


Additions:
=== Virtual Machines ===
vmware
virtual box
- USB on Virtualbox: http://forums.virtualbox.org/viewtopic.php?p=58077&sid=525c1689276c386c754382d33a18c8d4

Deletions:
== vmware ==


Additions:
- better fonts on the desktop (Cleartype / subpixel hinting etc.): BetterFreetype


Additions:
=== IT-Service, Shops etc. ===
- [[http://www.sanux.de/ services about Linux and OSS in Sangerausen]]


Additions:
- more Information about NFS on mac: http://www.behanna.org/osx/nfs/howto1.html


Additions:
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/


Additions:
== nokia phones ==
- [[http://www.nokia.pl/pomoc/produkty-pomoc/nokia-6220-classic/specyfikacja specs for nokia 6220 classic]]


Additions:
== USB umts modems ==
- [[http://www.retro-coding.de/2009/10/01/huawei-e160-snow-leopard/ Huawei E160 with Snow Leopard]]


Additions:
== support for digital cameras ==
- RAW-mode: http://support.apple.com/kb/HT3825

Deletions:
== support fpr digital cameras ==
- http://support.apple.com/kb/HT3825


Additions:
== support fpr digital cameras ==
- http://support.apple.com/kb/HT3825


Additions:
=== hardware ===
== thinkpads batteries ==
- http://www.thinkpad-4-you.de/start.php?q=details&id=22&id2=&oid=18&ebene=2
- http://www.thinkpad-forum.de/thinkpad-hardware/x-serie-inkl-tablet/25516-keine-original-ibm-akkus-f%C3%BCr-x31-mehr-sind-nachbauten-zu-empfehlen/index2.html
- http://www.tomtech.de/default.asp?WMFN=ECPItemDescription&WMFT=D&WTID=175&WREC=3866072&WKEY=65534=3866072


Additions:
- see the apache docs too: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html


Additions:
=== apache ===
== URL rewrite ==
- http://webdesignblog.de/webdesign/webdesign-guide-modrewrite-und-htaccess/
- http://www.selfphp.de/forum/showthread.php?t=19798


Additions:
== package management - DEBIAN ==
- show all installed packages: ## dpkg -l | less ##
- show installed packages with "part string" in the name: ##dpkg -l | less | grep part-string##


Additions:
== energy, sleep, suspend etc. ==
- [[http://blog.directorgate.com/index.php/2008/macbook-pro-fast-sleepmodus-safe-sleep/ different modes for getting machine to sleep]] - suspend to RAM, to Disk ...


Additions:
== using flash memory - SD-card etc. ==

Deletions:
== using flash memory - SD-card etc.


Additions:
== using flash memory - SD-card etc.
- http://www.diekadens.de/2009/07/15/garmin-os-3-0-und-mac-os-x-probleme-vorprogrammiert/ = similar problem on the Navi,


Additions:
- najlepsze ustawienia do czytania CD-Audio przy pomocy EAC (Exact AUdio Copy - niestety tylko pod Windows): http://www.audiohq.de/index.php?showtopic=47

Deletions:
-


Additions:
//w szczególności informacje o archiwizacji muzyki / kopiowaniu CD-Audi itp.//
- operowanie "CUE-Sheetes": http://www.audiohq.de/index.php?showtopic=2695&st=0
-


Additions:
- krótki [[MyRsyncManual manual do rsync]]


Additions:
== keynote - presentations with apple software ==
- http://apfelwahn.de/joern/blog/2007/08/test-iwork-08-keynote/
- http://www.apfelwiki.de/Main/Keynote


Additions:
- http://www.taniwha.org.uk/ - and here informations about configuring connection under Snow Leopard: MobileInternetAccessMac

Deletions:
- http://www.taniwha.org.uk/


Additions:
**best solution with scripts for umts/hsdpa/edge:**
- http://www.taniwha.org.uk/


Additions:
== mobile phone for internet access ==
- http://bensite.net/2009/06/nokia-s60-handy-als-modem-unter-mac-os-x-leopard/
- http://www.fscklog.com/2007/05/pan_simpel_per_.html
- http://umtslink.de/3g-forum/showthread.php?t=23193
- http://www.versiontracker.com/dyn/moreinfo/macosx/15342
- http://asimag.wordpress.com/2008/10/07/using-nokia-phone-as-a-modem-to-browser-internet-with-mac-os-x-leopard-tethering/
- http://www.apfelwiki.de/Main/MobilFunk


Additions:
== maintaining mac os X / utilities ==
- good documentation for some issues: http://www.thexlab.com/index.html


Additions:
=== system independent ===

== usprawnianie WIKI ==
- http://wikkawiki.org/FilesManagementSolution
- http://wikkawiki.org/WikkaMenulets


Additions:
== hardware ==
- [[http://www.lcs-chemie.de/linuxhardware.htm konfiguracje PC-tów pod linux-a]]
== other ==
- moje zasoby techniczne (notatki o konfigurowaniu software-u, w szczególności open source, oraz hardware-u): [[http://80.237.160.189/wikka/wikka.php?wakka=RessourcesWojtek wiki]]
- przydatne w administracji serwerów internetowych: http://mon.itor.us


Additions:
== reklama w internecie - reguły ==
- http://www.ittechnology.us/mariusz-gasiewski/


Additions:
== search engines optimization ==
- http://www.pro-linux.de/work/joomla-suchmaschinen-optimierung/joomla-suchmaschinen-optimierung1.html
- http://www.probloggerworld.de/guter-content-seo/97/


Additions:
- [[http://www.macosxhints.com/article.php?story=2009012605560521 enabling Remote Disc on every Mac]]; see [[http://jasonevangelho.com/2008/11/02/how-to-really-enable-remote-disc-dvd-drive-sharing-non-air-macbook/ THIS too]]

Deletions:
- [[http://www.macosxhints.com/article.php?story=2009012605560521 enabling Remote Disc on every Mac]]


Additions:
== CD-Drives etc. ==
- [[http://www.macosxhints.com/article.php?story=2009012605560521 enabling Remote Disc on every Mac]]


Additions:
=== multimedia ===

Deletions:
=== multimedia ====


Additions:
=== multimedia ====
//czyli audio, video i inne media//
- ustawienia w KAudioCreator pod KDE przy encodowaniu MP3:
##lame -h --cbr -b 192 --tt %{title} --ta %{artist} --tl %{albumtitle} --ty %{year} --tn %{number} --tg %{genre} %f %o##


Additions:
- [[http://bensite.net/2009/02/nokia-6220-classic-isync-mac/ synchronizacja z Nokia 6220 classic przy pomocy iSync]]


Additions:
- sharing via nfs as server on mac: http://www.macuser.de/forum/f113/10-5-1-a-327813/


Additions:
- international mac: http://homepage.mac.com/thgewecke/mlingos9.html


Additions:
- mounting **[[http://www.lilalinux.net/e-trolley/page_8703/ NFS-shares from linux-machines on mac]]** (w skrócie: sudo mount -o -P xxx.xxx.xxx.xxx:/dir /mnt/dir)

Deletions:
- mounting **[[http://www.lilalinux.net/e-trolley/page_8703/ NFS-shares from linux-machines on mac]]**


Additions:
- mounting HFS+ shares on Linux - the problem with read only mounting is [[MountHFSPlusOnLinux simple to solve with this informations]]


Additions:
- mounting **[[http://www.lilalinux.net/e-trolley/page_8703/ NFS-shares from linux-machines on mac]]**

Deletions:
- [[http://www.lilalinux.net/e-trolley/page_8703/ mounting **NFS-shares** from linux-machines on mac]]


Additions:
== linux programs and functions on mac ==
- [[http://www.lilalinux.net/e-trolley/page_8703/ mounting **NFS-shares** from linux-machines on mac]]

Deletions:
== linux programs on mac ==


Additions:
== WEB development on mac ==
- XAMPP - wskazowki na stronie [[http://www.apachefriends.org/de/xampp-macosx.html apachefriends.org]]


Additions:
- kontext menu for documents - see ##~/config/KDE_kontext_menu## and http://techknack.net/add-entries-to-konquerors-create-new-menu/

Deletions:
- kontext menu for documents - see ##~/config/KDE_kontext_menu##


Additions:
== KDE ==
- kontext menu for documents - see ##~/config/KDE_kontext_menu##


Additions:
Używanie programu do synchronizacji plików //RSYNC// - program ten jest o tyle rewelacyjny, że może używać różnych protokołów, może pracować w 100% automatycznie i jest inteligentny, ponieważ przesuwa (np. po sieciach) wyłącznie te __części__ plików, które są inne - nie musi nawet przerzucać plików zmienionych - przynajmniej nie w całości!

Deletions:
**Używanie programu do synchronizacji plików //RSYNC//**
Program ten jest o tyle rewelacyjny, że może używać różnych protokołów, może pracować w 100% automatycznie i jest inteligentny, ponieważ przesuwa (np. po sieciach) wyłącznie te __części__ plików, które są inne - nie musi nawet przerzucać plików zmienionych - przynajmniej nie w całości!


Additions:
== rsync ==
**Używanie programu do synchronizacji plików //RSYNC//**
Program ten jest o tyle rewelacyjny, że może używać różnych protokołów, może pracować w 100% automatycznie i jest inteligentny, ponieważ przesuwa (np. po sieciach) wyłącznie te __części__ plików, które są inne - nie musi nawet przerzucać plików zmienionych - przynajmniej nie w całości!
- jak robić snapshot-backups: http://linuxwiki.de/rsync/SnapshotBackups
- jak umożliwić RSYNC bez konieczności podawania hasła w ssh: http://troy.jdmz.net/rsync/index.html


Additions:
----
----
----


Additions:
== syncing with mobile phones ==
- [[http://europe.nokia.com/get-support-and-software/product-support/isync/compatibility-and-download synchronizacja Nokia i Mac]]
== keyboard on mac ==
- [[http://wordherd.com/keyboards/ maszyna do generowania keayboard layouts]] w Mac-u
- [[http://developer.apple.com/technotes/tn2002/tn2056.html oficjalnie o wsparciu klawiatur]] w mac os X
== linux programs on mac ==
- [[http://forums.macosxhints.com/showthread.php?t=57468 start KDE]] - wykluczenie błędów


Additions:
== vmware ==
- MySolutions4VMWare
- [[http://communities.vmware.com/message/68950#68950 solve problems with parport]]


Additions:
=== backup ===
//czyli tworzenie kopii zapasowych, a w szczególności automatyzacja procesów//
- [[http://www.macuser.de/forum/f27/automatische-backups-syncs-210626/ manuelle "Time Machine" von macuser forum]]
=== mac ===
== backup ==
- [[http://www.macuser.de/forum/f27/automatische-backups-syncs-210626/ manuelle "Time Machine" von macuser forum]]


Revision [520]

The oldest known version of this page was created on 2009-07-03 11:58:51 by WojciechLisiewicz
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki