Posts

Hadoop installation Debian

https://www.rosehosting.com/blog/how-to-install-hadoop-on-debian-11/ Authorization management https:…

Install MySQL Debain 12

https://docs.vultr.com/how-to-install-mysql-on-debian-12 https://stackoverflow.com/questions/2122122…

Enable root access for SSH

Enable root login over SSH: You can now connect to the conversion server as root over SSH.

Debian Setup Ethernet

Install Debian Server from scratch

Install SSH https://phoenixnap.com/kb/how-to-enable-ssh-on-debian Install Pip Create Virtual Environ…

GRUB Boot Loader

You would have come across GRUB bootloader in case if your are working on Linux systems. I first cam…

How to access Jupyter notebook from apache server using Subdomain V2

7. Restart apache server : sudo service apache2 restart 8. Start jupyter notebook : jupyter notebook…

How to access Jupyter notebook from apache server using Subdomain

12. Make sure to run the following command for proxy_http to work References and Error Messages

Debian Cronjob management

Edit Cron Job crontab -e Edit Cron Job of other users sudo crontab -u username -e List al Cron Jobs …

Apache Spark Frequently Used Command

Action Syntax show Dataframe df.show() Stop Spark Session spark.stop() Count entries in dataframe df…