Catatan

Menunjukkan catatan yang berlabel Server

DOCKER command

Imej
  show list of docker image service > docker ps > docker ps -a run container image > docker run hello-world > docker run nginx // run nginx in detach mode > docker run -d nginx > docker run php:8.1-alpine start/stop a container > docker start acdb > docker stop acdb remove docker >docker rm <imageid> image apa yg kita ada > docker image ls > docker images -a check network > docker network > docker network ls run nginx untuk specific container > docker exec -it nginx_app_1 nginx -t > docker exec -it nginx_app_1 nginx -s reload > docker run -d --name nginx-app -p 80:80 nginx cleanup docker env > docker system prune -a untuk run compose, multiple image in one command only > docker compose check logs > docker logs 1ddd run mysql > docker run -d -e MYSQL_ROOT_PASSWORD=123456 mysql docker tagging - alpine 9linuxOS0 - forker access docker container using command > docker exec -it eaduan2-server-1 sh

How to Handle Automatic Updates in Ubuntu

How to Handle Automatic Updates in Ubuntu Google Chrome update itself (without permission) on Ubuntu 12.04

Windows Server : Install PHP and mysql

Rujukan :  A Complete Guide to Installing MySQL and PHP with IIS How to Host PHP on Windows With IIS

Apa itu VPS (Virtual Private Server) ?

Imej
 Apa itu VPS ?  Apa itu VPS ?  Apa itu VPS ? Sumber rujukan :  Prinsip dan Cara Kerja VPS yang Perlu kamu Ketahui Sebelum jadi Anak IT -  https://www.jagoanhosting.com/blog/prinsip-dan-cara-kerja-vps/   Apa Itu VPS? Definisi dan Cara Kerja Virtual Private Server -  https://www.jagoanhosting.com/blog/apa-itu-vps/

Run my personal server

Imej
  Rujukan How to convert your laptop/desktop into a server and host internet accessible website on it: Part 1 https://afteracademy.com/blog/how-to-convert-your-laptop-desktop-into-a-server-and-host-internet-accessible-website-on-it-part-1-545940164ab9 How to convert your laptop/desktop into a server and host internet accessible website on it: Part 2 https://afteracademy.com/blog/how-to-convert-your-laptop-desktop-into-a-server-and-host-internet-accessible-website-on-it-part-2-cdb4b3633fa9

Cara install MySQL 8 di Centos 7

Imej
Assalamualaikum korang. Hi gais. Untuk post kali ini… Lee nak kongsikan cara install MySQL di Centos 7. Sebelum tu Lee nak bagitahu yang versi MySQL 7 dan 8 agak berbeza. Cara install sama cuma part waktu nak connect tu nanti kena ubah setting sikit dekat MySQL. Ok jom kita start. 1. Mula – mula, kita kena pergi ke link https://dev.mysql.com/downloads/repo/yum/ Kita akan refer repo yang disenaraikan kat situ. Untuk reference gambar ni Lee download masa 23 March 2020. So kalau dah update ke apa ke korang boleh ikut yang macam dekat website tu. 2. Download repo guna command wget. Boleh refer kat gambar bawah ni. 3. Selesai download, perlu verify md5sum . Command rujuk rajah di bawah; Kita perlu rujuk sama ada md5 tu sama tak dengan yang di paparkan pada web. 4. Lepas kita verify, kita akan start install mysql-server. Pada directory yang ada software mysql yang kita download tadi. Kita boleh taip command sudo yum install mysql-server . 5. Setelah selesai install dan download de

How to configure remote access and connect to a remote MS SQL

Imej
Hi... How to configure remote access and connect to a remote SQL Server instance with ApexSQL tools Rujukan : https://knowledgebase.apexsql.com/configure-remote-access-connect-remote-sql-server-instance-apexsql-tools/

Cara setup python di apache

Imej
Hi Assalamualaikum semua. Hari ni Lee post tentang cara - cara untuk run code python di server apache. 1. Download python di https://www.python.org/downloads/ 2. This PC -> Right Click ‘Properties’ -> System Properties ‘Advanced’ -> Environment Variables 3. Cari dir python, paste C:\Users\______\AppData\Local\Programs\Python\Python38-32\Scripts di PATH 4. Install pip, secara default python akan install pip untuk pengguna. Install jika pip tiada di PC anda. 5. Install env ‘py -m pip install --user virtualenv’ 6. Create a virtual environment in specific project (jangan lupa untuk masukkan project file di htdocs). 7. Activate env 8. Install python library pymysql pandas datetime math scipy numpy relativedelta requests norm json 9. Di xampp, buka httpd.conf 10. Di file httpd.conf, cari coding dan tambah config seperti di bawah (Rujukan seperti di bawah); Sumber https://www.python.o

LINUX TRICKS

Imej
How to Remove Files and Directories Using Linux Command Line https://linuxize.com/post/how-to-remove-files-and-directories-using-linux-command-line/ CentOS / RHEL 7 : Shutting Down, Suspending, or Rebooting Commands (systemctl) https://www.thegeekdiary.com/centos-rhel-7-shutting-down-suspending-or-rebooting-commands-systemctl/ How do I find Apache http server log files? https://blog.codeasite.com/how-do-i-find-apache-http-server-log-files/ Error  502 Bad Gateway The server returned an invalid or incomplete response.  Resolving a 502 bad gateway error message -  https://www.allconnect.com/blog/502-bad-gateway-error-explained What Is 502 Bad Gateway Error and How to Fix It in WordPress? -  https://www.cloudways.com/blog/wordpress-502-bad-gateway-error/ NGINX 502 Bad Gateway: PHP-FPM -  https://www.datadoghq.com/blog/nginx-502-bad-gateway-errors-php-fpm/ - - *Suggestion  Linux chattr Command Tutorial for Beginners -  https://www.howtoforge.com/linux-chattr-

Deploy CodeIgniter project on Ubuntu

htaccess Ubuntu https://askubuntu.com/a/942755 https://stackoverflow.com/questions/44438644/500-internal-server-error-after-changing-allowoverride-to-all-in-ubuntu https://www.vultr.com/docs/setup-a-codeigniter-application-on-ubuntu-16-04

Purge logbin.000 sqld di server

Imej
Hi guys. Semalam Lee menghadapi masalah di mana file logbin terlalu banyak dan menyebabkan storage 100% used. Dan ini menyebabkan service – service seperti httpd and mysqld tak dapat berfungsi dengan baik. Pada artikel kali ini.. Lee nak kongsikan cara yang betul untuk delete file logbin supaya disk tak penuh. *Ps: File – file logbin ini perlu dibuang dengan cara yang betul supaya mysqld tak error 1. Mula – mula kita perlu login mysql. Taip command seperti di bawah, di bawah ni Lee ada lampirkan paparan command juga. Command ini untuk buang binary log dengan selamat. PURGE BINARY LOGS TO 'mysql-bin.010'; PURGE BINARY LOGS BEFORE '2019-04-02 22:46:26'; 2. Seterusnya, kita perlu set limit supaya kita tak perlu run command tersebut untuk delete binary log. SET GLOBAL expire_logs_days = 10; 3. Selepas itu, buka fail /etc/my.cnf dan masukkan config seperti di bawah; expire_logs_days=10   4. Restart mysqld. Lee guna Centos 7, jadi Lee akan ru

INSTALL APACHE HTTPD DI CENTOS 6 | 7

Imej
Hai semua. Hari ni Lee nak share cara – cara untuk install Apache di Centos 7 menggunakan SSH. 1. Pada command taip sudo yum install httpd 2. Selepas selesai install Apache.. kita perlu open access di firewalld 3. Ok kita dah boleh start Apache. Taip command sudo systemctl start httpd . Untuk Centos 6 perlu guna command sudo services httpd start untuk start service Apache. Sampai sini je perkongsian Lee untuk cara install httpd ni. Cara nak install senang je tapi kadang – kadang tu boleh jadi kita tak boleh nak install httpd. Kalau tak pun apache tu outdated ke apa ke. Mau menyusahkan kita nak deploy. So good luck. Jangan lupa share artikel ni. Semoga bermanfaat.

DISABLED IPV6 DI CENTOS 7

Imej
Hi korang. Untuk kali ni Lee nak share cara disabled ipv6 di server. Buat masa ni Lee tak tahu apa function kita perlu disabled ipv6 ni tapi senior Lee pesan untuk buat benda ni kalau config server baharu. Ok pape nanti Lee update balik post ni. 1. Pada command taip sudo nano /etc/sysctl.conf 2. Tambah line 3. Save fail, Tekan Ctrl + X dan tekan y untuk save fail Ok selesai. Semoga bermanfaat untuk diri saya sendiri dan juga kepada yang tersesat baca post ni. Sekian terima kasih. Jangan lupa share okay.

Cara install Wordpress di server baru [Centos 6]

Imej
Hai pembaca dataloid sekalian. Lee nak kongsikan cara untuk setup wordpress di fresh server. Tapi buat masa ni apa yang Lee dah setup ni kira untuk bagi wordpress boleh run dengan jayanya. Tapi untuk speed dan traffic load masih tak okay lagi. Kalau korang jenis suka install plugin banyak – banyak dan lagi – lagi kalau plugin tu tak stabil. Haa… Lee boleh kata wordpress yang korang install tu tak stabil lah.      Bagi Lee agak susah untuk bagi wordpress stabil lagi – lagi kalau yang suka install plugin dan extension yang banyak. So untuk bagi wordpress up ke server memang perlukan server yang stabil dan spec server yang tinggi.  So untuk post kali ni Lee Cuma kongsikan sikit je. Kalau ada masa Lee akan tambah penerangan. 1. Install Apache Read more ...  https://dataloid.blogspot.com/2020/03/install-apache-httpd-di-centos-6-7.html 2. Install MySQL 3. Install PHP 4. Install PHP Extension Okay part ni penting sebab.. wordpress perlukan extension seperti yang Lee

Centos 6 - Error: Cannot find a valid baseurl for repo: base [solved]

Imej
Assalamualaikum semua. Hi semua… untuk post kali ni Lee nak kongsikan cara untuk fix masalah error seperti di bawah: -bash-4.1# sudo yum install update Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Install Process Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was 12: Timeout on http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock: (28, 'connect() timed out!                                                                                                 ') Error: Cannot find a valid baseurl for repo: base Penyelesaian Ok cara untuk fix masalah ni mudah je. Untuk masalah yang Lee hadap ni penyelesaian seperti di bawah: 1. Pada command, taip sudo nano /etc/resolv.conf 2. Tambah config seperti di bawah: command ini untuk access ke google nameserver 8.8.8.8 nameserver 8.8.4.4 3. Conf