Posts

Showing posts from January, 2019

Windows 10 : Manual Format while installing Windows 10

Windows 10 How to enter the cmd during Windows installation, so that you can format hard-drives manually. Alt + 61 -> = sequence of steps : shift + F10 diskpart listdisk select disk 0 clean create partition primary size = 200000 This would create 200 Gb partition list partition select partition 1 active format fs=ntfs quick exit
Image
Installing Wacom tablet drivers on Ubuntu 18.04 Stackoverflow question that solved my problem Summery : First install the following pre-requisites: sudo apt-get install linux-headers-$(uname -r) build-essential  sudo apt-get install autoconf     Download and untar input-wacom from hehttps://github.com/linuxwacom/input-wacom/releasesre Move into the directory where your downloaded driver resides and enter the following in the terminal: if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"     To get the verion of the kernel module, enter the following into a terminal: modinfo wacom | grep version       Finally update the kernel driver with the following: sudo -s apt-get update  sudo apt-get install xserver-xorg-input-wacom'                backup link to drivers file   ...
Image
Let the journey begin Don`t allow past defines your future. Let`s Watch just one inspirational video from YouTube.  So i started, writing a blog. What i will write,many about many versatile things that may come along, I will start learning two things, Deep Learning and Web Technology, i know some things and many many i don`t I will post things that i learn or have learned in past in blog posts. This that will be learner on the way Math in general in small steps -> Linear Algebra, Calculus, .... Deep learning -> Needed theory Django, Python Any many others things that will come alone.  Feel free to write me some comments or send me messages,   I will follow, learning by doing, learning by teaching others, expressing yourself, don`t worry about perfection you will never achieve it. I am kinda still confused if i should write here, or if i should move to some other, blogging platform.  Some thoughts about blogging -it is like a ...