http://www.linux-tips-and-tricks.de

Networking
Wie webdav in den Totalcommander einbinden/How to use webdav with Totalcommander PDF Print E-mail
Montag, 17 Oktober 2011
Normalerweise benutze ich meinen t-com webdav Medienspeicher von Linux aus. Allerdings möchte ich auch von Windows mit meinen gewohnten DateimanegerTool darauf zugreifen. Mein Dateimanager ist der TotalCommander . Zu diesem gibt es in der Pluginsammlung auch ein Plugin welches schnell installiert ist. Die Beschreibung der Bedienung und Konfiguration ist etwas unklar. Es gibt aber hier eine gute Beschreibung was zu tun ist. Beim Einrichten muss dass t-online ausgewählt werden und sofort steht der webdav Speicher zur Verfügung.
 
===> English <===
 
I usually use my webdav space from my Linux systems. But I also want to use this webdav spave from my Windows box with the filemanager TotalCommander. There exists a Plugin in the Plugincollection which is installed very quickly. The documentation how to configure and how to use the plugin is somehow not very detailed. I found here a good  description how to use webdav with TotalCommander.
 
Last Updated ( Freitag, 30 Dezember 2011 )
 
Wie kann man den t-com Medienspeicher per webdav unter Linux einbinden/How to use webdav on Linux PDF Print E-mail
Montag, 03 Oktober 2011
Seit ein paar Tagen besitze ich 25GB Speicherplatz von der t-com. Diese bietet es in ihrem Mediacenter kostenlos für t-com bzw telekom Kunden an. Da ich als Linuxer gewohnt bin meinen Speicherplatz zu mounten und nicht per WebFrontend zu administrieren habe ich mich mal umgesehen wie ich das unter OpenSuSE 11.4 sowie Mint hinbekomme. Unter einer anderen Distribution funktioniert es sicherlich auch. Die Konfiguration wird ausser der Art, wie das Paket installiert wird, identisch sein.
 
Es gibt verschiedene Arten dern webdav Space einzubinden.
 
1)  wdfs - Sehr einfach zu benutzen. Nur ein Befehlszeilenaufruf notwendig und man kann per Konsole oder Dateimanager auf den Space zugreifen.
2) davfs - Ist erst einmal zu konfigurieren. Danach funktioniert es genauso wie wdfs. Bindet den Space genauso wie alle anderen Laufwerke (Platten, nfs, smbfs) in Linux als Filesystem ein und ist der Standard Linux Weg Space für Linux verfügbar zu machen.Meine Empfehlung.
3) cadaver - Funktioniert ähnlich wie ein ftp oder smb client aus der Befehlszeile
 
Verschiedene Filemanager wie Dolphin oder krusader bieten auch die Möglichkeit per dav auf Plattenspace zuzugreifen. Wer wdfs oder davfs benutzt kann mit diesen Filemanagern auch transparent auf die Daten über den Mountpoint zugreifen und mit ihnen arbeiten.
 
Ich persönlich benutze davfs weil es das webdav Laufwerk genauso einbindet wie es für alle  anderen Laufwerke in Linux gemacht wird und man dann sowohl per Befehlszeile als auch mit einem Dateimanager wie dolphin oder krusader  drauf zugreifen kann.
 
In einem weiteren Artikeln habe ich beschrieben was man machen muss um webdav in den totalcommander einzubinden .
 
===> English <===
 
If you want to use webdav space with Linux there exist various ways to connect this space to a Linux system. I got 25 GB webdav space for free from a German provider and found out how to connect this space to my OpenSuSE 11.4 and Mint systems. It will definitely work also also on other distributions. The way to install the package will be different.
 
There exist various ways to use webdav space on LInux:
 
1)  wdfs - Very easy to use. It's a simple command line and then you can access the webdav space from a console or any filemanager.
2) davfs - You have to configure this first. Then you can use it the same way as wdfs. The way it's used by Linux is identical to the other spaces like disks, nfs, smbfs which are used as filesystems in Linux. davfs is my suggested way to use webdav in Linux.
3) cadaver - Works similar like a ftp or smb client on the command line
 
There exist variouse filemanagers like dolphin and krusader which offer their own way to connect to a webdav space. If you use wdfs or davfs you can easily use these filemanagers to work with webdav space transparently by a mount point.
 
I personaly use davfs because the webdav space is used the same way in Linux like all other space is managed. I can use my dolphin or krusader easily to access the webdav space.
 
There is another article which describes how to use webdav with the totalcommander.
 
 
Last Updated ( Donnerstag, 02 Februar 2012 )
 
How to disable ipv6 on Linux mint PDF Print E-mail
Dienstag, 01 März 2011
In meinem lokalen Netz hatte ich schlechte NetzwerkPerformance. Nachdem ich einfach folgenden Zeilen in /etc/sysctl.conf eingefügt habe war ipv6 deaktiviert und alles war wieder ok:
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
 
===> English <===
 
I had bad network performance in my local network. I added following lines to /etc/sysctl.conf and disabled ipv6 and now everything works fine again:
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
Last Updated ( Dienstag, 01 März 2011 )
 
IPV6 Howtos PDF Print E-mail
Freitag, 25 Februar 2011
Da mittlerweile die IPV4 Adressen so langsam ausgehen wird es nicht mehr lange dauern, bis auch ein jeder Heimanwender IPV6 benutzen wird und muss.
 
Folgende Seiten sind sehr hilfreich um sich in die Materie einzulesen.
 
 
===> English <===
 
There are not much free IPV4 addresses available any more and it will not take very long until a home user also has to use IPV6 addresses.
 
I found following pages helpful to get familiar with IPV6.
 
Last Updated ( Dienstag, 15 März 2011 )
 
Wie den besten DNS Server finden/How to find the best DNS server PDF Print E-mail
Samstag, 08 Januar 2011
Mit dem Tool mit dem Namen namebench kann man sehr gut die Performance von DNS Nameserver messen lassen und herausfinden, welchen DNS Nameserver man bei sich konfigurieren sollte. Der Test dauert zwar eine gewisse Zeit - aber dieErgebnisse sind sehr aussagekräftig.
 
===> English <===
 
namebench is a tool, which allows to measure the performance of DNS nameservers. That way you can find out which DNS nameserver you should configure on your system in order to get optimal nameserver performance.The test needs some time - but the results are very helpful.
Last Updated ( Samstag, 08 Januar 2011 )
 
<< Start < Prev 1 2 Next > End >>

Results 1 - 9 of 15