Skip to content
Monday, June 30, 2025
     Latest     

nginx error 500 Internal server error ofr BookwormOS on Raspberry-Pi

Neudeep Technology Blog

We Share At Neudeep

  • Home
  • About us
X
You are here
Home > Posts tagged "Linux"

Tag: Linux

How To Setup 2FA On AWS Cloud Server

  • LinuxAdmin
by blog_1buq8n - October 25, 2021October 25, 20210

You are using AWS cloud with all the security modules enabled along with Cloudflare account. This alone does not keep your account safe from prying eyes. So making use of two two-factor authentication (2FA) is best way to secure your cloud account. Also 2FA is an very essential element of cybersecurity. These days with increase in work from home due to ongoing COVID-19 pandemic online security of your account is must. So lets start from basic to advanced on how to setup 2FA on AWS cloud server running Ubuntu system. What is Two Factor Authentication There are different authenticator services such as Authy, Google Authenticator and Microsoft Authenticator. It is difficult to to say which is best 2FA authentication as

Install wxPython With Solved ImportError

  • python
by blog_1buq8n - August 30, 2019August 10, 20200

This post describes how to install wxPython on ubuntu system and helps with solved build errors while installation. This post assumes you have bare Ubuntu 18.04.3 LTS system and it is newly installed. wxPython is a opensource, cross platform, GUI toolkit for the Python programming. This post describes in detail for how to install wxpython ubuntu 18.04 for python2 and python3. wxPython allows Python programmers to create programs highly functional graphical user interface, simply and easily. Being cross platform with little changes it works on Microsoft windows and Linux systems. So if you have GUI application that requires to be executed on both windows and Linux wxPython is right choice for python programmers. 'pip' is required as a prior

How To Install SVN Server On Ubuntu 18.04

  • LinuxAdmin
by blog_1buq8n - February 6, 2019July 26, 20191

In every software project there is need for version control system. Here we will list out steps for install SVN server on Ubuntu machine. Install Apache sudo apt-get update sudo apt-get install apache2 sudo systemctl start apache2 Install Apache Subversion sudo apt-get install subversion libapache2-mod-svn sudo apachectl -M sudo a2enmod dav sudo a2enmod dav_svn sudo a2enmod authz_svnsudo service apache2 restart Create SVN Repository Most common places for Subversion repository are: /srv/svn, /usr/local/svn and /home/svn. Here we will assume /home/svn as repository sudo mkdir /home/svn Create svn repository. Here we create a repository called “IEC1000” sudo svnadmin create /home/svn/IEC1000 change ownership and permissions sudo chown -R www-data:www-data /home/svn/IEC1000/ sudo chmod -R 775 /home/svn/IEC1000 If you are using windows system use "TortoiseSVN" to create repository and add files/folders to SVN. If you are using Linux system use "rabbit SVN"

Recent Posts

  • nginx error 500 Internal server error ofr BookwormOS on Raspberry-Pi
  • Fixing OpenCV DNN CUDA Error: (-215:Assertion failed)
  • Building OpenCV with CUDA Support: A Step-by-Step Guide
  • APScheduler Jobs How-To Guide: Mastering Model Edit, Delete, and Update Events
  • Mastering APScheduler in Django: A Instant Maggi Guide to Background Task Scheduling
For our redmine services and offerings Visit RedmineLab.com
Check out our Engineering services !! NeuDeep.com !!

Archives

  • May 2025 (1)
  • March 2025 (1)
  • February 2025 (1)
  • January 2025 (1)
  • December 2024 (1)
  • October 2024 (1)
  • September 2024 (1)
  • June 2024 (1)
  • November 2023 (1)
  • July 2023 (1)
  • March 2022 (1)
  • January 2022 (1)
  • December 2021 (2)
  • November 2021 (1)
  • October 2021 (1)
  • September 2021 (1)
  • August 2021 (2)
  • July 2021 (3)
  • February 2021 (1)
  • January 2021 (1)
  • August 2020 (1)
  • June 2020 (1)
  • May 2020 (2)
  • November 2019 (2)
  • October 2019 (1)
  • September 2019 (2)
  • August 2019 (2)
  • July 2019 (4)
  • May 2019 (2)
  • April 2019 (8)
  • March 2019 (10)
  • February 2019 (11)

Categories

  • Android (2)
  • BBGW (4)
  • embedded (15)
  • HelloWorld (22)
  • LinuxAdmin (9)
  • python (7)
  • Raspberry (2)
  • Solved (7)
  • Testing (4)
© 2025
Powered by WordPress | Theme: AccessPress Mag
Top