Skip to content

envio land

#rewrite
  • Home
  • About
Moodle 3.8 Quiz Excel Result Error on Centos 8
May 27, 2020

Moodle 3.8 Quiz Result Excel Error on Centos 8

apachephpenvio0

Our moodle server recently upgraded to Centos 8 , now the Apache use PHP FPM as default ( Centos 7 use Mod PHP by default ). There are no error with the moodle until today when we use the quiz. After quiz finished , we usually download the quiz result in excel ( xlsx ) format. Excel download function was not working it’s produce error : This site can’t be reached We did’t update moodle, it’s version 3.8 . On Centos 7 , excel download function working fine. Since we […]

Speed Up Onelap Mach Update Process
April 19, 2020

Speed Up Onelap Mach Update Process

cyclinglifeenvio0

It’s kind annoying when onelap ( http://www.onelap.cn/ ) doing update on your phone. Today it take version 1.6.0 to my phone when I want to use it. The big problem was update process was very very slow even I got great internet connection. I try update my windows version the update process really fast compared on phone. I don’t know the problem , may the download speed has limited in my country.

Noimg
April 15, 2020

update to cacti 1.2.11 failed login

Uncategorizedenvio0

recently I update my very old cacti ( may be 0.8 ) to newest one. I just download the tar.gz file , unpack it and did as said on upgrade procedure. I fulfil alll requirement of new cacti version and the next step is upgrade process. I didn’t change the setting just choose default value when update. The update process seem hangup , the progress bar stop at 42% for a long time. I did reload the page and now the cacti show new version. I try login to cacti […]

Noimg
September 10, 2019

Add Custom Font on Moodle

fun stuffenvio0

Here how to add custom font on your moodle ( mine version 3.5 and using theme called “clean” ) Create a folder called “fonts” on your theme directory  , example theme/clean/fonts Upload your font there , for example I just user one TTF file of “lato” font , example : theme/clean/fonts/Lato-Regular.ttf Open the theme custom.css file on your theme directory ( not custom CSS from Moodle web admin menu  ) , for example theme/clean/style/custom.css Add css below on your custom.css @font-face { font-family: ‘lato’; src: url([[font:theme|Lato-Regular.ttf]]) format(‘truetype’); font-weight: normal; font-style: […]

Noimg
February 9, 2017

Git hooks post-receive failed / not working

apachelifelinuxenvio0

Today I try Gitlab CE version 7.10.4 on CentOS 7 , the installation quite simple not like I did before on FreeBSD. I test it all function work normal git push and pull work great. On git server I need extract file from git to my live my server and I placed “post-receive” on “custom_hooks” directory on server. The post-receive did extract file from repo and rsync it to my web server. My web server not in same location with my gitlab. I create post-receive script and test it using […]

Noimg
December 15, 2016

Clear CLeditor content

fun stuffweb developmentenvio0

Working this this WYSIWYG on jEasyQuery , this how to clear content after we add data to some modal : $(‘#input’).val(”).blur(); I assume, textarea with id #input

Noimg
September 1, 2016

EFI Linux boot startup.nsh

lifelinuxenvio0

I just finished install Centos Linux western digital nx4000 NAS , this machine came with windows server 2013 , just don’t like it and change it with linux :p , after finish the installation , the linux won’t auto boot , it stuck on startup.nsh. (on EFI) shell. To make this thing works we need create startup.nsh , here the steps , on EFI shells Shell> fs0: ( I user fs0 because I install linux on USB Drive ) fs0: \> cd EFI\Boot\ fs0: \>edit startup.nsh On editor just add […]

Noimg
July 20, 2016

Moodle Ads Hacked

phpsecurityenvio0

It’s long time I am didn’t not upgrade my moodle , right now I use 1.9 , looked the web for a while there nothing change. I login using admin user and browse some admin menu. Something weird happen , when I click a menu , it’s redirected to facebook, before redirected it show address ps4ux.com. I google it and found it’s adware site. I guess my google chrome infected with some adware, I did clean the browser , reset the setting. scan with malwarebyte & adwcleaner nothing suspicious found.I […]

Noimg
June 3, 2016

SATA Native and Compatible Linux Harddisk Speed

linuxenvio0

Recently I change my BIOS SATA mode on IBM server for a reason, usually I use native and now I change it to compatible. The server running dual operating system, Windows 7 and Linux. On Windows 7 , I am not found any performance change , the server serve well. When I try using Linux (CentOS) the performance change happen. I feel the web server is very slow even only accessed by few client. Actually , I didn’t feel any performance change after I use the server for testing. I […]

Noimg
May 25, 2016

Net-SNMP on OpenBSD 5.7

openbsdenvio0

Installed Net-SNMP from OpenBSD binary repository  on my virtual server (VMware) with no problem , I run with SNMP version 1 , test it with snmptrap with no problem , everything is okay. I did setup device on cacti, the snmp data query well. Bad think happen few minute latter , net-snmp always crash after some periodic time ( trapped by cacti cron ). I did compile from ports with no succcess, the error messege generated from ports is too painfull to debug :/ Recently I try use snmpd came with […]

Posts navigation

1 2 … 13 Next




Archives

  • May 2020
  • April 2020
  • September 2019
  • February 2017
  • December 2016
  • September 2016
  • July 2016
  • June 2016
  • May 2016
  • November 2015
  • September 2015
  • February 2015
  • October 2014
  • September 2014
  • August 2014
  • June 2014
  • January 2014
  • October 2013
  • June 2013
  • May 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • October 2012
  • July 2012
  • June 2012
  • May 2012
  • March 2012
  • February 2012
  • December 2011
  • November 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • January 2011
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • May 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
Copyright © 2021 envio land All Rights Reserved.
Powered by WordPress. Designed by Yossy's web service.