Posts

Vpn issue on oppo a17 android with fortinet vpn

Recently I bought a new backup phone A17 typical 4gb ram 64gb drive android phone just for work purposes. I installed vpn fortinet as usual from play store but I noticed it disconnects whenever I minimize the vpn app.  I struggled and downloaded the old version of the vpn app but still Im having this weird issue. I tweaked like for a day but no avail. I didnt stop and tried again since It is a very weird issue. Then suddenly it worked while some more configuration. I will write here the config and hope this will help someone out there 1. There is a ram extension with this phone its like using the disk as swap, I disabled it. maybe I will turn it back on if all is ok. 2. I enabled developer options oem unlocking usb debugging verify apps over usb veryfy bytecode of debuggable apps enable absolute voplume status bar location indicator 3 battery power saving off 4 vpn permissions - manage anotification allowed on storage  5. seems also has to do with external storage storage I replaced th
 https://shopee.ph/shop/88060190/ Magic the Gathering cards

Domain Hosting and Control Panel

Image
 

Golang Notes

GO LANG SPEC + OPERATOR INTEGER OPERAND GOLANG PLAYGO+ROUND EFFECTIVE GO https://golang.org/ref/spec go fmt formating package main import (        "fmt" ) func main() {     n, err := fmt.Println("Hello, playground", 42, true)         fmt.Println(n)         fmt.Println(err) } == Output === Hello, playground 42 true 26 <nil> DECLARE AND ASSIGN x :   <--- DECLARE = 42  <--- ASSIGN x := 42 DECLARE AND ASSIGN ############################################## Short declation doesnt work outside curly only function inside body var work outside curly global var z int = integer and value of zero / false / nil ############################################## var y = 42 var z = "any" func main() { fmt.Println(y) fmt.Printf("%T\n",y) fmt.Println(z) fmt.Printf("%T\n",z) = 42 int any string ################################################### fmt with example fmt.Println(y) -> 42 fmt.Printf("%b\n",y)  -> binary and so on check d
GTX1050tI STABILITY ASUS GTX1050TI +100 CORE CLOCK INNO3D GTX1050TI +115 CORE CLOCK (OC TO 85 DUE TO ERRATIC AT 115) ZOTAC 1050TI LOW PROFILE +50

Linux ISP Hosting Server Setup

Installation of Linux Server capable of the following for small to large companies - Mail Server - Web Server - Ftp Server - Raid 1 Configuration - Auto Backup Configuration - Multi Tenant setup - With graphical interface for easy configuration - Accepting Paypal and Xoom - Accepting Remote Installation (provided server has minimal OS installed with public ip address and ssh access) Contact: 09288057356 Email: jmazaredo@gmail.com WWW: http://mazaredo.com

Installing Mod Security on Ubuntu Xenial

In Ubuntu Xenial name changed. /home/jmazaredo# apt-cache search modsecurity libapache2-mod-security2 - Tighten web applications security for Apache libapache2-modsecurity - Dummy transitional package modsecurity-crs - modsecurity's Core Rule Set