How to Create a Sudo User on Ubuntu and other Debian-based Linux distributions

The sudo command is intended to permit users to run programs with the security privileges of another user, by default the root user.
Razet
How to Create a Sudo User on Ubuntu  and other Debian-based Linux distributions
0
0
3398

Create Git aliases, And Git Commands You May Not Know

One of my favorite feature in Git is aliases. Git supports aliases, which implies you can provide your commands any name you need. I like to set aliases for long commands to avoid (...)
Harish Kumar
Create Git aliases, And Git Commands You May Not Know
0
0
2030

30+ Github Repos for JavaScript Developers

As the biggest stage for open source collaboration, Github is the ideal place for developers to work on resources related to JavaScript. A speedy hunt will yield JavaScript cheatsheets, (...)
Razet
30+ Github Repos for JavaScript Developers
0
0
4426

Why Composition API in Vue 3, and Options API vs. Composition API?

Perhaps the greatest feature in Vue 3's release is Vue's new Composition API. As developers start creating more large-scale projects with Vue, the difficulties of code organization, (...)
Harish Kumar
Why Composition API in Vue 3, and Options API vs. Composition API?
0
0
4402

20+ cool CSS Animated Buttons

1.Creative Button Animation Effects | Only Using HTML & CSS
Razet
20+ cool CSS Animated Buttons
0
0
7104

How to connect a PostgreSQL database server using PHP PDO?

Before connecting with the PostgreSQL database using PHP PDO, make sure PHP PDO PostgreSQL driver enabled.
Razet
0
0
7290

How to create PHP Pagination using PDO with example?

In this example, I am going to show you how to create pagination in PHP using PDO.First, create a DatabaseConnection.php to create a database connection.
Razet
0
0
8853

PHP PDO tutorial with CRUD operation example

One of the most significant PHP extension is called PHP Data Objects or PDO, which was available since PHP 5.0. PDO gives an interface to working with different RDBMS, including (...)
Razet
PHP PDO tutorial with CRUD operation example
0
0
2940

How to Write/Append Multiple Lines to a File from terminal?

Sometimes you might be needed to write or append some text to a file from the terminal. You can use different strategies to write multiple lines to a record file through the command (...)
Harish Kumar
0
0
5293

How to Run Command Using SSH On Remote Machine?

There are different ways to run multiple commands on a remote Unix server using SSH. This article shows the most straightforward and easy approach to SSH and runs multiple commands (...)
Harish Kumar
0
0
4076