Technical Recommendations and Best Practices for Centron’s Tutorials
Content1 Introduction2 Software Sources and Installation3 Software and System Maintenance4 Service Management5 Bootstrapping systems6 Logging and Troubleshooting7 User and Group Management8 Preferred Tools9 Scripting10 Filesystem Locations11 Web Servers12 Security13 SSH14…
Telnet Command in Linux/Unix
Content1 What is Telnet?2 Disclaimer3 Installing Telnet4 Using telnet to check for open ports5 Summary 17 Jan at 10:05 Telnet Command in Linux/Unix What is Telnet? Telnet is an old…
Template Method Design Pattern in Java
Content1 Template Method Design Pattern2 Template Method Design Pattern in JDK 17 Jan at 9:10 Template Method Design Pattern in Java Template Method is a behavioral design pattern. Template Method…
The dpkg Command in Linux – A Beginners Reference
Content1 What is the dpkg command?2 The Basics of the dpkg Command in Linux3 Using the dpkg command4 Ending Notes 17 Jan at 8:30 The dpkg Command in Linux –…
The exit() function in C++
Content1 Introduction2 Definition of the exit() function in C++3 Syntax for the exit() function in C++4 Working of the exit() function in C++5 Using the exit() function in C++6 Conclusion…
The foreach loop in C++
Content1 Introduction2 Working of the foreach loop in C++3 Examples of foreach loop4 Advantages and Disadvantages of the foreach loop in C++5 Conclusion 15 Jan at 12:56 The foreach loop…
The head() and tail() function in R – Detailed Reference
Content1 Syntax of the head() and tail() functions2 The head() function in R3 The tail() function in R4 Wrapping up 15 Jan at 12:22 The head() and tail() function in…
The paste() function in R – A brief guide
Content1 Let’s start with the syntax2 How to use the paste() function in R?3 How to use paste0() function in R4 How to use paste() function in a data frame…
Trie Data Structure in C/C++
Content1 Implementing a Trie Data Structure in C/C++2 Time Complexity for the above Procedures3 The Complete C/C++ Program for the Trie Data Structure 15 Jan at 9:29 Trie Data Structure…