Aljosa's blog

Illustration of a bird flying.
  • Create bootable linux usb key

    1. Find live linux cd image (Ubuntu, Fedora, Debian,…) and download it to your computer 2. Create bootable usb key with dd; # dd if=/path/to/linux-live.iso of=/dev/sdX X – usb key drive (use root not partition), example: # dd if=/home/username/Downloads/Ubuntu-11.04-amd64.iso of=/dev/sdb   3. Boot from usb-key (while booting your computer press F12 and choose usb key…

    October 19, 2011
  • Windows extend activation period

    Start –> run –> cmd slmgr.vbs -dli

    October 12, 2011
  • Windows 7 – delete user profile

    In some situation where you have problems with user profile its a good decision to delete a user profile and create a new one. First of course backup user data. user – john 1. Backup user profile 2. Delete user profile as local administrator in C:\Users\john 3. Delete registry key related to specific profile; Start…

    October 7, 2011
  • Linux on macbook …

    Problems: 1. Bootup delay (20-30 sec) SOLUTION: Insert OSX disc, boot from it, open terminal and enter following: bless –device /dev/disk0s2 –setBoot –legacy –verbose where /dev/disk0s2 is the partition you installed grub (do ‘diskutil list’ to find out correct partition). Of course, ‘–verbose’ is optional. This makes Macbook EFI firmware boot your Linux installation in…

    September 21, 2011
  • Domain user automatic login

    Login as administrator Backup registry Run regedit a. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon b. add, change or update new String Value (REG_SZ) DefaultUserName — enter username DefaultPassword  — enter password DefaultDomainName  — enter domain name AutoAdminLogon — change from 0 to 1 Exit regedit Restart Windows   Solution found at: http://superuser.com/questions/28647/windows-7-automatic-login-when-on-a-domain  http://www.mydigitallife.info/how-to-enable-auto-logon-to-windows-xp-and-vista-joined-as-domain-member/

    May 6, 2011
  • Upgrade to Zimbra 7.*

    Platform Centos 5.5 32bit Previous version of Zimbra 6.0.12 1. Download zcs 7 with wget; [root@server ~]# wget http://files.zimbra.com/downloads/7.0.1_GA/zcs-7.0.1_GA_3105.RHEL5.20110304210448.tgz 2. Unpack zcs 7 in current directory; [root@server ~]# tar xvzf zcs-7.0.1* 3. Change directory to zsc-7.0.1*; [root@server ~]# cd zcs-7.0.1* 4. Install zcs 7 on Centos 5.5 with –platform-override ; [root@server zcs*]#./install.sh -s –platform-override 5.…

    April 2, 2011
  • MS Office 2010 activation

    Step 1 (produkt key – insert) Start –> run –> cmd (as Admin) do; C:\Program Files\Microsoft Office\Office14\cscript ospp.vbs /inpkey:XXXXX-HHHHH-ZZZZZ-JJJJJ-YYYYY Step 2 (activation) Then after starting MS Office 2010 product ask to activate. Confirm to activate Office over internet.

    February 18, 2011
  • Extract Adobe Reader 9.x msi file and deploy with GPO

    Extract the Adobe Reader 9.x installation files Extract the Adobe Reader 9.x installation files from the compressed executable: 1. Obtain Adobe Reader offline instalation from http://www.softpedia.com 2. Extract it to local computer go to cmd and run: C:\\path\to\adobe-reader-file-nos_ne 3. Deploy msi file to server (copy to windows share) 4. Use GPO to deploy Acrobat Reader…

    February 5, 2011
  • Chrome backup

    In Windows 7, backup directory; C:\Users\usename\AppData\Local\Google\Chrome\User Data\ in users profile and then restore the same directory to new PC.

    January 25, 2011
  • Zimbra – change user COS (Class of Service )

    zimbra@servername:~$zmprov sac name.surname@domain.ltd cosname

    November 17, 2010
←Previous Page
1 2 3 4 5 … 7
Next Page→

Aljosa's blog

Proudly powered by WordPress