
Enable ssh di Linux FreeBSD
Step by step : Edit rc.local # vi /etc/rc.conf Tambahkan command ini di bagian bawah : sshd_enable=”YES” Restart service SSHD...
Read in 1 minutesJadikan Hostnic.id partner teknologi, inovasi, dan bisnis kamu.
Step by step : Edit rc.local # vi /etc/rc.conf Tambahkan command ini di bagian bawah : sshd_enable=”YES” Restart service SSHD...
Read in 1 minutesStep by step : Add PPA repository : $ sudo add-apt-repository ppa:embrosyn/cinnamon Update repository : $ sudo apt-get update Install...
Read in 1 minutesStep by step : Seach menu theme di linux mint Klik add/remove pada panel untuk mencari themes Lalu double klik...
Read in 1 minutesStep by step : Alokasi swap $ sudo fallocate -l 1G /swapfile Set permission chmod 600 untuk swap $ sudo...
Read in 1 minutesStep by step : Contoh file yang akan di sembunyikan filepenting.txt kita check dlu menggunakan $ ls Lalu rename file...
Read in 1 minutesLocate Command Untuk mencari file .bashrc $ locate .bashrc Untuk mencari file dengan extensi $ locate *.md Untuk...
Read in 1 minutesStep by step : Install git $ sudo apt install git Check git version $ git –version Output : git...
Read in 1 minutesCommand : $ ip addr $ ifconfig $hostname -I $ ip a
Read in 1 minutesStep by step : Install node.js di CentOS # curl -sL https://rpm.nodesource.com/setup_12.x | bash – [for Node.js version 12] #...
Read in 1 minutesStep by step : Install apache $sudo apt update $sudo apt install apache2 Check status apache $sudo systemctl status apache2...
Read in 1 minutesStep by step : Open virtualbox GUI Start ubuntu guest Login pada ubuntu guest sebagai sudo users $sudo apt update...
Read in 1 minutesStep by step : Install LAMP # apt-get install apache2 mariadb-server php7.2 libapache2-mod-php7.2 php7.2-common php7.2-mbstring php7.2-xmlrpc php7.2-soap php7.2-gd php7.2-xml php7.2-intl...
Read in 2 minutes