Skip to main content

Tirupati to Tirumala - Complete Ride in the Hills

Comments

Popular posts from this blog

Installing TexLive in Ubuntu OS

Installation of TexLive 2019 in Linux (Ubuntu 18.04 LTS) TeX (Tech) This post shows you the installation of TexLive in Ubuntu Operating System. Installation of TexLive 2019 Please watch the video for full installation I used .iso file to download, the Total size is 3.3GB for Linux, and i used the torrent file to download, it took me just 20 min to download the entire .iso file Extract the .iso file to a folder and open a terminal $] sudo ./install-tl (it goes into a terminal mode, which is faster compared to the GUI Mode) $] sudo ./install-tl -gui after the installation, set the PATH, MANPATH and INFOPATH as suggested by LATEX export PATH=$PATH:/usr/local/texlive/2019/bin/x86_64-linux export MANPATH=/usr/local/texlive/2019/texmf-dist/doc/man export INFOPATH=/usr/local/texlive/2019/texmf-dist/doc/info put these lines in to the /home/pradeepkumar/.bashrc $] gedit /home/pradeepkumar/.bashrc We have installed TexLive 2019 and texstudio. To install texstudio $] sudo apt install texstudio Th

Dual Boot Kali Linux with Windows 10

This post shows how to dual boot Kali linux along with Windows 10 Operating system. Installation of Kali Linux Kali Linux along with Windows 10 OS Used: Kali Linux 2019. For Detailed Instructions: Please follow the Video Link Step 1: Have a pen drive or USB Drive of minimum 8GB (16GB Pendrive) Format it to FAT32 Partition. Step 2: Check your Disk Drive Properties. MBR or GPT Master Boot Record, GPT- GUID Partition Table. See the following image, It shows the partition style as "Master Boot Record" Master Boot Record Step 3: Download bootable Software (RUFUS). Its a powerful USB bootloader creator software. rufus works only with windows. See the following image for rufus window. Use of DD Mode is preferred instead of ISO Model for Kali Linux (Else you might get an error like CD ROM Detection during installation...). Use dd MODE as given in the following figure Rufus Selection of DD or ISO Method. Step 4: Reboot the system and bring the bootloader. Rebooting now... St