Dell Equilogic iSCSI with XenServer 6.2
I using an Dell Equilogic PSM4110 Storage (Bladesystem) that only expose a single iSCSI target and one IQN, through one IP address. With default configurations of XenServer, it is not…
I using an Dell Equilogic PSM4110 Storage (Bladesystem) that only expose a single iSCSI target and one IQN, through one IP address. With default configurations of XenServer, it is not…
Test and fix SSLv3 on Debian. Test for SSLv3 First test if your SSL will allow SSLv3. openssl s_client -connect YOUR_URL_OR_IP:443 -ssl3 if the answer is something like: routines:SSL3_READ_BYTES:sslv3 alert…
The setting was removed from controll panel. But you can change your bluetooth device name with: sudo hciconfig hci0 name 'newName'
Racktables Cable ID Plugin Shows cable ids of an rack and highlight dublicate cable ids. Download: Just copy the file into the plugin directory of racktables.
Happy Sysadmin Day to all System Administrators out there !
Install Otter Browser ( Beta 1 ) on Ubuntu 14.04. Otter Browser, project aiming to recreate classic Opera (12.x) UI using Qt5. Now the first Beta is available. There are…
I used the following setup: Controller Server: Ubuntu 14.04 Host Server: Debian 7 Wheezy Setup the controller Note: You need a ssh key for your user. If you don't have…
I have some recorded GPX Tracks from my Garmin Oregon GPS device. To display and modify this files on my Ubuntu Laptop i found Viking. Installation Very easy just type:…
Go to Epson Download Page (http://download.ebz.epson.net/dsc/search/01/search/searchModule) and download this files (just search for "V33"):Zuerst von der Epson Download Seite (http://download.ebz.epson.net/dsc/search/01/search/searchModule) folgende Dateien herrunterladen (einfach nach "V33" suchen): iscan-data_1.28.0-2_all.deb iscan_2.29.3-1~usb0.1.ltdl7_amd64.deb esci-interpreter-perfection-v330_0.2.0-1_amd64.deb…
First install pdftk sudo aptitude install pdftk Now combine the files with: pdftk file_1.pdf file_2.pdf file_3.pdf cat output combined.pdf