Main public logs

Jump to navigation Jump to search

Combined display of all available logs of WikiAP. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:34, 6 June 2025 SinggihAP talk contribs created page MediaWiki:Mainpage (Mengubah halaman utama menjadi Beranda)
  • 08:50, 6 June 2025 SinggihAP talk contribs created page User:SinggihAP (Created page with "= How To Use Conda (Miniconda3)= === here are some basic commands: === Create a new environment: <code>conda create --name myenv</code> === Replace myenv with the name you want for your environment. === === Activate an environment: === <code>conda activate myenv</code> <code>source activate myenv</code> === Deactivate the current environment: === <code>conda deactivate</code> === Install a package: === <code>conda install package_name</code> Replace package_name wi...")