-
HP ProDesk 405 G1 MT
By jansku on May 12, 2014Hinta-laatu suhde kohdallaan oleva koti/työ tietokone. Laitteella hoituu päivittäiset työtehtävät jouheasti. Kotelo: Mikrotorni Suoritin: AMD E1-2500 (1,4 GHz, 2...
0 -
WordPress Nginx permalinks
By jansku on April 29, 2014You need to edit your nginx configuration file to make the permalinks work. We will use the try_files directive...
-
using permalinks in wordpress
By jansku on April 28, 2014Requirements: Apache web server with the mod_rewrite module installed In WordPress’s home directory, The FollowSymLinks option enabled FileInfo directives...
-
Use Netdom.exe to Reset a Machine Account Password
By jansku on April 17, 2014Install the Windows Server 2003 Support Tools on the domain controller whose password you want to reset. These tools...
-
linux porttiohjaus 80-8080
By jansku on April 11, 2014iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to-destination :8080 iptables -t nat -A...
-
Install Oracle Java 8 (JDK8 and JRE8) in Ubuntu
By jansku on April 9, 2014sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer Setting Java environment variables sudo apt-get install oracle-java8-set-default