Author Archives: Zeljko Lav Pispek (lpispek)

Modify the Default SMTP Banner

The SMTP banner is the SMTP connection response that a remote SMTP messaging server receives after it connects to a Receive connector configured on a computer running Microsoft Exchange Server 2010 that has the Hub Transport server role or the Edge Transport server role installed. You may want to modify the default SMTP banner for Internet-facing […]

Installing and configuring Debian Linux on Hyper-V

Today we will be installing and configuring Debian 6 under Hyper-V. All that I will write below can be applied not only to Debian 6 but also in Debian 5 and to the rest of the other distributions based on Debian, such as Ubuntu, Kubuntu, Xubuntu, Ebuntu. Debian is not included in the list of […]

iptables port forwarding

Dakle ako zelite napraviti port forwarding s iptablesima, evo kako se to radi.. ppp0 – je WAN strana 192.168.1.54 je odredisno racunalo TCP 51010 je port dakle kada netko dolazi na WAN stranu (vanjski IP), na port TCP 51010, onda ce se ti paketi forwardati na lokalno racunalo 192.168.1.54. evo sto je potrebno napisati u […]

Exporting and Importing Mailboxes with Exchange Server 2010

Introduction This article will describe how to export and import mailboxes with Exchange 2010; based on the Exchange 2010 Release Candidate. Although RC should be finally completed, this may be subject to change in the final release of Exchange 2010. In the near future, we will take a deep dive into what you will need […]

Olivetti Tablet Olipad 110 (OP110) or Medion Lifetab P9514 FGx driver for adb (Android Debug Bridge) tool on Microsoft Windows 7

Download Google USB Driver, run a text editor (like Notepad) “as Administrator” then open ‘android_winusb.inf’ file inside the USB driver folder. (The Google USB Driver is located in <android-sdk>extras\google\usb_driver\.) Just add these new lines under [Google.NTx86] or [Google.NTamd64] (depending on whether you are using 32 bit or 64 bit Windows) and save it. ;Olipad 110 or Lifetab P9514 […]

Promjena DNS servera

Na Ubuntu/Debian, standardno se DNS postavke nalaze u resolv.conf datoteci.. evo primjer: /etc/resolv.conf Sadrzaj: search example.com nameserver 208.67.222.222 nameserver 208.67.220.220 Example.com je defaultna domena u slucaju da se ne napise puno ime (FQDN)…, Dakle ako zelite pingati vas lokalni switch1 (oznaka sw1) napisete: ping sw1 on ce automatski pitati za dns, koji je IP od […]

Izlist otvorenih priključnih točaka (Portova)

naredba: lsof -i -r Ova naredba će izlistati sve otvorene mrežne priključne točke uz ponavljanje (-r). Predefinirano vrijeme ponavljanja je 15 sekundi. Dodavanje parametra, primjerice lsof -i tcp:80 -r omogućuje filtriranje izlista po protokolu i portu. Uz korištenje opcije r naredba se izvršava do prekida (CTRL-c).

nslookup Default Server: UnKnown Windows 2008 R2

The problem looks like this: This was really annoying one. I checked my DNS settings maybe 1000 times and everything looked ok. Then I realised that mysterious ::1 is local host address in IPv6. Now the fix was easy. Just clear the IPv6 DNS settings in the adapter settings and set to automatic. OK that’s […]

Importing Data From a PST File to an Online Archive Mailbox

With Exchange 2010 RTM one of the disappointments for organizations that decided to move away from PST files and instead enable the native online archive mailbox for users within the organization, was the fact that they couldn’t import PST files directly to the online archive mailbox. Instead, they first had to import it to the […]

Advanced Import Mailbox Request Commands

If the basic commands we just went through are not sufficient when it comes to what data you want to import from the PST file, you can use the “-IncludeFolders” parameter to specify which folder or folders from the PST files should be imported. For instance, if I only want to import the data in […]