Monday, 9 June 2014
App Store - no Credit Card (how to hack around it)
Thursday, 29 May 2014
Wednesday, 28 May 2014
Setup appleID without credit card
Jul 28, 2012 1:18 PM (in response to Bia Carvalheira)
Ok everyone i have found the solution and i tried myself cause i faced the same problem,
1)go to i cloud account press on ur apple id
2)then tab payment information
3)then make credit card none and compelte ur information every single one u have to compelte it
4)finaly tab on done u will get an email on ur account which is associated with ur apple id tells you that
there are changes
5)enjoy ur itunes stores
Tuesday, 13 May 2014
Fwd: Symantec "Server Paused"
It should be listed as paused now.
Right click on it again, and uncheck paused.
try to run a job.
Tuesday, 29 April 2014
Windows 2008 time issue
- Log in to your PDC Server and open the command prompt.
- Stop the W32Time service: C:\>net stop w32time
- Configure the external time sources, type: C:\> w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org"
- Make your PDC a reliable time source for the clients. Type: C:\>w32tm /config /reliable:yes
- Start the w32time service: C:\>net start w32time
- The windows time service should begin synchronizing the time. You can check the external NTP servers in the time configuration by typing: C:\>w32tm /query /configuration
- Check the Event Viewer for any errors.
The Windows Time service (W32Time) provides network clock synchronization for computers without the need for extensive configuration.
The Windows Time service is essential to the successful operation of Kerberos version 5 authentication and, therefore, to AD DS-based authentication. Any Kerberos-aware application, including most security services, relies on time synchronization between the computers that are participating in the authentication request. AD DS domain controllers must also have synchronized clocks to help to ensure accurate data replication.
The Windows Time service is implemented in a dynamic link library called W32Time.dll. W32Time.dll is installed by default in the %Systemroot%\System32 folder during operating system setup and installation.
SET time from workstation
net time /domain:DOMAINNAME /set
Thursday, 17 April 2014
CloneZilla error
2nd Oct 2013, 18:38 | #2 |
Associate Joined: Aug 2011 Posts: 25 | Problem solved If anyone is interested, using the command line mode in Clonezilla, I removed the GPT components using gdisk: # sudo gdisk /dev/sda GPT fdisk (gdisk) version 0.7.2 Partition table scan: MBR: MBR only BSD: not present APM: not present GPT: present Found valid MBR and GPT. Which do you want to use? 1 - MBR 2 - GPT 3 - Create blank GPT Your answer: 1 Command (? for help): x Expert command (? for help): z About to wipe out GPT on /dev/sda. Proceed? (Y/N): y GPT data structures destroyed! You may now partition the disk using fdisk or other utilities. Blank out MBR? (Y/N): n <--- do NOT choose Y! MBR is unchanged. You may need to delete an EFI GPT (0xEE) partition with fdisk or another tool. All working now and Clonezilla runs without errors. |
Friday, 11 April 2014
Dell 3020 - UEFI bios option
Windows 8 machines with UEFI bios will ONLY Boot Windows 8 64 bit OR Ubuntu.
Unless secure boot can be turned off and Legacy CSM GPT boot turned on it will not.
1. Boot Dos
2. Boot earlier versions of windows including 7 or Vista or XP.
3. Boot any OS that has not paid the Fee to Microsoft for a Certificate. Canonical Paid for the windows 8 Certificate to be in Ubuntu 12.04.3 and later versions.
When a UEFI Secure Boot system boots up Ubuntu, it will first boot a loader image. Canonical will be relying on a Microsoft key for booting this loader image from its CDs and will be signing the loader only with that key due to UEFI restrictions.
Other linux installs that rely on GPLv3 GRUB 2 boot loader will not load nor will MSDOS, IBM DOS, FREEDOS, WIN9X ETC.
This booting lockout also includes floppy disks and Usb flash drives.
http://ozlabs.org/docs/uefi-secure-boot-impact-on-linux.pdf
Secure boot technology is now part of the new UEFI firmware specification. It is a given that Microsoft®’s Windows 8 and beyond will require secure boot to be enabled by default. UEFI secure boot is a technology integrated into the latest version (v2.3.1) of the UEFI specification. When UEFI Bios is at the 3.0 level computers will ONLY be able to boot secure boot and Windows only or Ubuntu since they paid for a Microsoft Windows 8 bootloader. CSM Legacy booting will be Gone at that time.
Tuesday, 1 April 2014
Fwd: Webdav & Samba
Webdav & Samba
Sunday, 23 March 2014
Blu3yy is still waiting for you to join Twitter...
|
Wednesday, 19 March 2014
Blu3yy sent you an invitation
|
Monday, 10 March 2014
Re: Investigating time sync errors (Win2008 R2, Windows 7)
TIME - error on Windows 2008 R2The time service has not synchronized the system time for 86400 seconds because none of the time service providers provided a usable time stamp. The time service will not update the local system time until it is able to synchronize with a time source. If the local system is configured to act as a time server for clients, it will stop advertising as a time source to clients. The time service will continue to retry and sync time with its time sources. Check system event log for other W32time events for more details. Run 'w32tm /resync' to force an instant time synchronization.
Time - ErrorTime Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the AD PDC emulator for the domain at the root of the forest, so there is no machine above it in the domain hierarchy to use as a time source. It is recommended that you either configure a reliable time service in the root domain, or manually configure the AD PDC to synchronize with an external time source. Otherwise, this machine will function as the authoritative time source in the domain hierarchy. If an external time source is not configured or used for this computer, you may choose to disable the NtpClient.
Manually configuring NTPClient to sync with external source:w32tm /config /manualpeerlist:"time.windows.com,0x1" /syncfromflags:manual /reliable:yes /update
Access is denied (0x80070005)STEPS1. Stop windows time service2. unregister tm service (w32tm /unregister)3. register tm service (w32tm /register)4. run w32tm /config /manualpeerlist:"time.windows.com,0x1" /syncfromflags:manual /reliable:yes /update5. Monitor