How To Run Python Script .py File In Jupyter Notebook .ipynb File And IPython

In this article, I will tell you how to invoke a python script file (.py) from the Jupyter notebook file (.ipynb) and ipython console. But first, you should create a python virtual environment in Anaconda and start Jupyter notebook server, you can read the article How To Start Jupyter Notebook In Anaconda Python Virtual Environment […]

How To Run Python Script .py File In Jupyter Notebook .ipynb File And IPython Read More »

How To Move Website Content From Old BlueHost VPS Account To New VPS Account

In this article, I will tell you how to create a new Bluehost VPS account, and how to move a WordPress website from the old Bluehost VPS account to the newly created Bluehost VPS account and restore the WordPress website on the new Bluehost VPS account. This happens when I find a new VPS account

How To Move Website Content From Old BlueHost VPS Account To New VPS Account Read More »

How To Fix Error Job For Vncserver@:1.service Failed Because The Control Process Exited With Error Code. See “systemctl Status Vncserver@:1.service” And “journalctl -xe” For Details When Start VNC Server.

After install VNC server on CentOS, when i run command # systemctl start vncserver@:1.service to start it, i meet bellow error message.

How To Fix Error Job For Vncserver@:1.service Failed Because The Control Process Exited With Error Code. See “systemctl Status Vncserver@:1.service” And “journalctl -xe” For Details When Start VNC Server. Read More »

How To Resolve VirtualBox Guest Additions: Kernel Headers Not Found For Target Kernel Error

In this example, I install a CentOS in a VirtualBox virtual machine. Then I click the virtual machine to focus it, and then I click Devices —> Insert Guest Additions CD image… menu item in the virtual machine top menu bar to install additions image like below picture. But during the installation process, I meet

How To Resolve VirtualBox Guest Additions: Kernel Headers Not Found For Target Kernel Error Read More »