cyrillic converter word 2010 – transliteration for word 2010 Posted on April 21, 2011August 28, 2016 by dpejic Convert Cyrillic text to Latin with the help of “yu converter“, or the word translit 2010.(Ćirilicu u latinicu)Yu converter can be installed on any version of Word and even into 2010, just open word file YuCirLat08.doc and press gump you see.For translit, follow the installation instructions contained in the zip. If you are satisfied with…
configure PDC for external ntp sync Posted on April 20, 2011June 29, 2017 by dpejic w32tm /config /manualpeerlist:time.windows.com /syncfromflags:manual /reliable:yes /update Notes: You can find the closest time server near you by browsing the following page and clicking on the nearest zone: http://www.pool.ntp.org/zone/@ Execute the following command to actually perform a time synchronization with the external source w32tm.exe /config /update Execute the following command for the changes to take effect…
How to set time in linux Posted on April 19, 2011 by dpejic While logged in as root do the following: Type "date". You should see some variation of" "Wed Nov 24, 9:29:17 EST 1999" To change the time type(as an example): date -s 10:10 The system response will be: "Wed Nov 24, 10:10:02 EST 1999" Then if you want to set the hardware(BIOS) clock so the system…
Search And Replace Text in VI editor Posted on April 13, 2011 by dpejic ok, on the example text file above, lets say i want to change all the 'wallpaper' to 'screensaver' well this is how you would do it.. lets assume that wallpaperama.txt is located on my home directory at: /home/me/wallpaperama.txt step 1. open the file with the vi editor: vi /home/me/wallpaperama.txt step 2. Enter – SHIFT +…
Create shortcut on workstation using group policy Posted on April 11, 2011 by dpejic In my case, I had a shared folder on the server and I wanted to create a shortcut to a client machine that will point to shared folder on the server. I have done the following: I created a shortcut in shared folder that we will serve as a distribution point for client In shortcut…