Skip to content

Mooo.com

Mooo.com

  • Tutorial
  • Library
  • Al-Quran
Armbian Linux Tutorial

Uninstall Snap Packages from Ubuntu and Other Linux Distros

Tidak ada komentar

To remove a snap package, use the command in the following fashion: sudo snap remove package_name But what if you don’t like Snap and want to delete not just the…

Armbian Linux Tutorial

Logging out other users from the command line

Tidak ada komentar

who -u that give you the PID Then you can kill the user session. kill "pid"

Armbian Linux Tutorial

How to install rdp in Linux

Tidak ada komentar

To install RDP (Remote Desktop Protocol) on Linux, you’ll typically install xrdp, an open-source implementation of the RDP server, and configure it with a desktop environment. After installation, you’ll need…

Armbian Linux

Export and import mysql using CLI

Tidak ada komentar

Export to export.sql: mysqldump –u NAMAUSER –p DATABASE > export.sql Import from export.sql to NewDATABASE : mysql –u NAMAUSER –p NewDATABASE < export.sql

Armbian Linux

Mount samba share folder

Tidak ada komentar

To mount a Samba share folder using the command line, you’ll need to use the mount command with the cifs filesystem type and specify the server and share paths, along…

Armbian Linux Tutorial Windows

How to correct error message “Message: The each() function is deprecated. This message will be suppressed on further calls”

Tidak ada komentar

Message: The each() function is deprecated. This message will be suppressed on further calls Since php version 7.2 the each() function is deprecated Find all while loop with each() function…

Armbian Linux Windows

How to correct error encrypt in Codeigniter with old PHP version

Tidak ada komentar

copy this encrypt php file in Codeigniter library example : htdocs-Web folder – system-libraries replace the old file. File Encrypt

Armbian Linux Tutorial Windows

How to correct error __autoload () is deprecated use di Codeigniter

Tidak ada komentar

Edit file config.php in Application-Config-config.php, change function __autoload_register** to <?php if ( ! defined(‘BASEPATH’)) exit(‘No direct script access allowed’); // untuk auto load folder library spl_autoload_register(function($classname) { if (strpos($classname, ‘CI_’)…

Armbian Linux Tutorial

Change WordPress URL MySQL

Tidak ada komentar

Change WordPress URL MySQL To change a WordPress URL in a MySQL database using phpMyAdmin, you can use SQL queries to update the relevant fields. The most common approach is…

Armbian Linux Tutorial

How to reset and view phpmyadmin password

Tidak ada komentar

mply change or reset your MySQL root password by doing the following: Stop the MySQL server sudo service mysql stop Start mysqld sudo mysqld --skip-grant-tables & Login to MySQL as…

Paginasi pos

1 2 … 6

Laman Berikutnya »

Pos-pos Terbaru

  • Uninstall Snap Packages from Ubuntu and Other Linux Distros
  • Logging out other users from the command line
  • How to install rdp in Linux
  • Export and import mysql using CLI
  • Mount samba share folder

Komentar Terbaru

Tidak ada komentar untuk ditampilkan.

Arsip

  • Juli 2025
  • Juni 2025
  • Mei 2025
  • April 2025
  • Januari 2025
  • Desember 2024
  • November 2024
  • Oktober 2024
  • September 2024
  • Agustus 2024
  • Juli 2024
  • Mei 2024
  • April 2024
  • Maret 2024
  • Februari 2024
  • Januari 2024

Kategori

  • Armbian
  • Linux
  • Mikrotik
  • Tutorial
  • TV Streaming
  • Windows

You Missed

Armbian Linux Tutorial

Uninstall Snap Packages from Ubuntu and Other Linux Distros

Armbian Linux Tutorial

Logging out other users from the command line

Armbian Linux Tutorial

How to install rdp in Linux

Armbian Linux

Export and import mysql using CLI

Mooo.com

Copyright © All rights reserved | Blogus by Themeansar.