adminAugust 4, 2024 EducationalCheck and change hostname in Debian No comments3 minute read Introduction The hostname of a Linux system is an important part of the system. You can't just use it for… 0 Shares 0 0 0
adminAugust 4, 2024 EducationalHow to keep your Ubuntu server secure No comments8 minute read Introduction I remember my first servers. I did almost nothing to keep them secure… 0 Shares 0 0 0
adminAugust 1, 2024 EducationalString Object in JavaScript No comments10 minute read Introduction Strings are useful for storing data that can be displayed as text… 0 Shares 0 0 0
adminJuly 29, 2024 EducationalHow to use stored procedures in MySQL No comments15 minute read Introduction Typically, when working with a relational database, Structured Query Language (SQL) queries… 0 Shares 0 0 0
adminJuly 29, 2024 EducationalHow to use primary keys in SQL No comments16 minute read Introduction One of the valuable features of relational databases is the formatting of data in a well-defined structure. This… 0 Shares 0 0 0
adminJuly 27, 2024 EducationalWhat is the Go or Golang programming language? No comments8 minute read Introduction Go, also known as Golang or Go, is an open source programming language… 0 Shares 0 0 0
adminJuly 25, 2024 EducationalHow to work with dates and times in SQL No comments12 minute read Introduction When working with relational databases and Structured Query Language (SQL), you may… 0 Shares 0 0 0
adminJuly 24, 2024 EducationalUsing KVM for VPS No comments3 minute read Introduction The KVM console allows you to use external software such as Terminal without having to use... 0 Shares 0 0 0
adminJuly 24, 2024 EducationalHow to create and use SSH keys No comments10 minute read Introduction Using the SSH protocol provides a secure channel over an insecure network in a client-server architecture. 0 Shares 0 0 0
adminJuly 22, 2024 EducationalHow to use Joins in SQL No comments16 minute read Introduction Many database designs organize information into tables based on relationships between specific data points. 0 Shares 0 0 0