Node.js is a JavaScript platform for general-purpose programming that allows users to build asynchronous network applications quickly. By leveraging JavaScript on both the front and backend, Node.js can make web appli...
2 months ago • By Brennen Bearnes, Kathleen JuellNode.jsDebianDebian 10
Package management software allows you to easily control the software on your servers. These tools allow you to install, remove, update, and configure thousands of packages through a unified interface. In this guide, ...
2 months ago • By Alex Garnett, Justin EllingwoodSystem ToolsLinux BasicsDebianUbuntu
The Apache web server is the most popular way to serve web content on the internet. The Apache provides a modular and scalable server that can satisfy the needs of large and small sites alike. In this guide, we will g...
2 months ago • By Justin EllingwoodApacheUbuntuDebian
The previous tutorials in this series guided you through installing, configuring, and running Suricata as an Intrusion Detection (IDS) and Intrusion Prevention (IPS) system. You also…
4 months ago • By Jamon CamissoSuricataSecurityNetworkingFirewallDebianDebian 11Elasticsearch
Hello i have error i don’t know how to fix it can u help me? SQL query: -- -------------------------------------------------------- -- -- Table structure for table `tbadmin` -- CREATE TABLE `tbadmin` ( `fld_id` int(10...
1 answer • 4 months ago • By saliebrahim2003MySQLDebian
Hi, I have a numerical application written in C++, the Nonuniform Frequency-Dependent Out-of-Order Fast Fourier Transform. I would like to deploy a driver for it which hits it hard, comparing results with a “direct al...
I’ve had a Debian droplet for years now, running some node / Express apps, so I’m pretty familiar with the usual code-based crashes. However I’ve noticed sometimes there is no error. The CPU usage looks totally normal...
1 answer • 5 months ago • By kerryocoNode.jsDebian
In this tutorial you will learn how to configure Suricata’s built-in Intrusion Prevention System (IPS) mode on Debian 11. By default Suricata is configured to run as an Intrusion Detection System (IDS), which only gen...
5 months ago • By Sammy SharkDebianDebian 11SuricataSecurityFirewallNetworking
Being able to import and export your database is an important skill to have. You can use data dumps for backup and restoration purposes, so you can recover older copies of your database in case of an emergency, or you...
5 months ago • By Mateusz PapiernikMySQLMariaDBDatabasesBackupsCentOSDebianUbuntuOpen Source
I am creating a Reseller service, and I have few things left to finish it, I already have my own metric collector (with python), and now I want to remove the DigitalOcean repositories that are found when I create a dr...
1 answer • 5 months ago • By facufernandez974DigitalOcean DropletsUbuntuFedoraCentOSDebian
I am working on a senior year engineering project which aims to decrease porch theft. The goal is to implement an IoT solution. I am trying to stream a live feed from a Raspberry Pi 3 B+ to a server so that the users ...
1 answer • 6 months ago • By tsdmrBuilding on DigitalOceanDebianDigitalOcean DropletsProgramming Project
Suricata is a Network Security Monitoring (NSM) tool that uses sets of community created and user defined signatures (also referred to as rules) to examine and process network traffic. Suricata can generate log events...
7 months ago • By Jamon CamissoSecurityDebianNetworkingDebian 11Suricata
SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Debian server, chances are you will spend most of your time in a terminal session connected to your s...
7 months ago • By Jamon CamissoLinux BasicsGetting StartedSecuritySystem ToolsDebianDebian 11
When you first create a new Debian 11 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give yo...
7 months ago • By Brian BoucheronDebianGetting StartedInitial Server SetupDebian 11
Hello community, please tell me how to update debian 10 to 11 correctly?The /etc/apt/sources.list file is generated automatically when droplet is initialized, and as I understand it, nothing can be changed directly in...
1 answer • 8 months ago • By maksimermakovDebianDebian 10DigitalOcean Droplets
Thank you for these useful commandsI try to import a large SQL file but I have this error <b>Fatal error</b>: Maximum execution time of 300 seconds exceeded in <b>C:inNMPWW I tried to increase max_execution_time in ph...
Accepted Answer: mysql -u root -p xxxx_db < xxx_db_file.sql
1 answer • 8 months ago • By anas alpureUbuntuMySQLMariaDBDatabasesCentOSDebianBackups
Whenever I give a command to MySQL, such as telling it to “start” or “restart”, I get this error: Failed to start mysql.service: Unit mysql.service not found. At other times (such as when I give the command “mysql”, I...
1 answer • 9 months ago • By IsaiahtheDolphinMySQLDebianUbuntu 20.04