Tuesday, May 28, 2019

Dual Booting Windows and Linux can be cool, until it breaks the time clock on your PC/Laptop!

Dual Booting Windows and Linux can be cool because you can have both software worlds and be able to run any program you want based on what you need, but its cool until it breaks the time clock on your PC/Laptop!

have you noticed when you boot into windows its over hours of difference then what it should be?

The reason why this is happening is because Linux is using the Universal Time Clock while Microsoft Windows is using the local time clock.

The best and easy way to fix this would be to set Linux use the Local Time as well instead of the Universal Time Clock.

as long as your Linux is Debian based you should be able to open the terminal and run the following command

timedatectl set-local-rtc 1 --adjust-system-clock

Then to check and see if the the settings have properly been applied then type

timedatectl

Now if you see RTC (Regional Time Clock) in local TZ (Time Zone) and it states YES beside it then your are all set, and when you reboot into windows should you need to change the time again it should be for the last time and not be impacted again! 


Thursday, April 13, 2017

Boot Repair is Critical to have for Emergency

Boot Repair is a critical tool to have for emergency if you cant happen to boot your computer properly!

It is so helpful that even if you don't have Linux but just Windows and it doesn't boot for some reason it could still help you fix your boot problems!

This boot repair tool can be obtained in more ways then one!

The First option is to Download it, Burn it to a Disk and store it in a safe location in case of emergency to troubleshoot your computer!

The second option if you happen to have Linux Installed is to to install this utility to the Linux Operating System using the following commands in the Linux Terminal

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

Tuesday, March 8, 2016

Overclocking the Hard Disk, specifically Windows Partition!

Making Windows run Faster on an Old Fashion Mechanically Spinning Hard DISK(SATA,IDE type) can be accomplished by Overclocking the Hard Disk specifically in Windows Partition only!

Microsoft Windows NT based is normally installed on NTFS partition with a default cluster size of 4K(4096 bytes) the good side of it is that it simply doesn't get too full too fast, but the weaker side of it is that it becomes too slow and fragmented in a very small amount of time!

Too small not just because its running on a small cluster size (4k) partition but because it even compresses files smaller then they are when you don't access them frequently and then when you want to access them for the first time in a long time sometimes they become corrupted, broken, inaccessible, fragmented and unrecoverable!

Overclocking the Hard Disk, Specifically Windows Partition can be very logical and easily applied! As I have shown in One of my YouTube Videos how to install Windows on High Cluster Size Partition even though I have shown how to install it in a 64K cluster size for the sake that its possible, I would Only install it and run it in the range between 8k-16k cluster size partition simply to have less fragmentation on the hard disk and faster processing of files and data and also because many software programs designed for windows wouldn't be compatible on such a high cluster size as 64k!

Of course using higher then default cluster size partition would force the computer to write more data at higher block size at faster rate to the hard disk so I wouldn't install windows in higher then 8K(8192bytes) cluster size, its more then enough to feel performance difference even in the worst browser Internet Explorer!

When you are backing up data to an external hard disk its OK to to use the highest cluster size for a backup partition but when you are trying to run a Windows Operating System it has to consistently deal with Windows C:\ drive while its running so don't push the button if you want to use the hard disk longer (8K cluster size) should be more then enough to experience and feel a tremendous difference!

If you are wild like me and you want to experiment higher then 8193 bytes cluster size C:\ drive partition then your hard disk better be at least 7,200 RPM not 5,600 RPM!

Monday, February 22, 2016

Linux Mint isn't Hacked!

I Still Can't Believe that Linux Mint Website and their Image has been modified online! What disturbs me even more is that its been done Through a Bulgarian Server!

I am not sure if I am supposed to be impressed or disappointed!

I am proud to be Bulgarian from a nation filled with history and human occupation from over 1.4 million years ago. 

I hope all Linux Distros Learn to  have a secure website when they provide Open Source Linux!

As far as I am concerned Linux Mint isn't Hacked because it's simply their website and their software image online so anyone who has downloaded and installed Linux Mint on February 20th, 2016 from their site might have been compromised with bad image!

The Message I am Reading is "If you Can't Hack it, Modify it!" cause Linux is awesome!

Anyone who has downloaded and/or installed Linux Mint prior to that date should be OK! I've installed my Linux Mint over a Year ago and its perfectly fine and fast and yes EVEN SECURE!

Friday, August 28, 2015

Install Tor Browser on Linux!

Tor Browser is assigned to help you browse the INTERNET more anonymously without being traced, target marketed and/or followed based on your hobbies and interests on-line.

There is a lot of controversy whether its right or wrong to use it online because if someone with bad hobbies uses it such as hacking, visiting inappropriate content on line and or etc.. it can be a bad thing for society.

But if you are a general INTERNET user who simply hates websites tracing your hobbies with third party cookies, advertisements, pop ups and etc.. and hate being restricted from websites that are only allowed to be visit within a region or country and want to be able to visit over 99 percent of all websites around the world then you should give the Tor Browser a Try!

It's like a specifically custom designed Firefox browser that connects to dozens of other computers(networks around the world) that would help you connect to sites that you normally wouldn't be able to visit. so when those computers connect to those sites it would display the content on your computer using the tor browser!

think of it as a preconfigured proxy server without any complicated configuration!

Installing it on Windows or the MAC is pretty easy and straight forward that's why I decided to help you install it on Linux (Debian type)

open the terminal and type the following commands



sudo add-apt-repository ppa:webupd8team/tor-browser

sudo apt-get update

sudo apt-get install tor-browser



when you are done installing it you can enjoy the Tor Browser on your Linux OS.

Please comment what you think of it and don't forget to subscribe!