Quickly set or change DNS via a bat-script

When running Windows and you want a quick way to change DNS server, you can use a simple script in a *.bat file. I have several DNS settings that I might want to use, depending if I the situation. Where the “Ethernet” is the name of my network card name, change this if necessary. When you want …

Continue reading ‘Quickly set or change DNS via a bat-script’ »

Teamspeak and Logitech G-keys

Links: Teamspeak3 Teamspeak G-key addon Logitech Gaming Software Install teamspeak3 Install Logitech Gaming Software. Intstall G-key plugin til teamspeak Add this script to general profile function OnEvent(event, arg) –OutputLogMessage(“event = %s, arg = %s\n”, event, arg); end function OnEvent(event, gkey, family) if gkey == 6 then if event == “MOUSE_BUTTON_PRESSED” then OutputDebugMessage(“TS3_PTT_ACTIVATE”) end if event …

Continue reading ‘Teamspeak and Logitech G-keys’ »

Java & the Ask Toolbar from hell!

This us how you prevent the Ask toolbar when installing Java. If you download the Java Offline utility, then you will not get the bundled crapware. You can usually download from the official Java download page: Java or from the direct link:http://javadl.sun.com/webapps/download/AutoDL?BundleId=83383 Another option is to install Java through: Ninite Preventing ask.com domain through Hostfile: Open start …

Continue reading ‘Java & the Ask Toolbar from hell!’ »

Ninite.com – Installing basic Windows tools made easy!

This awesome website is your best buddy when reinstalling Windows. From this page you can select the programs you want to download and install. When you press the green button: “Get Installer” – You will get a small file which you can run. Ninte will then download and install the selected programs, all addfree and …

Continue reading ‘Ninite.com – Installing basic Windows tools made easy!’ »

Synergy KVM Software

Synergy KVM software (Keyboard, mouse, Screen) Har du flere computere stående ved siden af hinanden, benytter du dem samtidigt og har du tastatur/mus kaos. Det kan nemt fixes, installerer Synergy. Brug Ét tastatur og en mus til alle dine computere på samme tid. Multiplatform, Windows/Mac/Linux og med grafisk opsætningsmenu, så bliver det ikke nemmere. Husk …

Continue reading ‘Synergy KVM Software’ »

Ubuntu Task Select

Med “Tasksel – Task Selecter” kan du vælge hvilke services din Ubuntu server skal udfører installere. Nem måde at installere fx, LAMP, ssh server, grafisk server og desktop. Dette værktøj startes under installationen af Ubuntu Server, men er ikke som standart installeret. Du kan nemt installere dette program ved hjælp a kommandoen: sudo apt-get install …

Continue reading ‘Ubuntu Task Select’ »