Bash script to test ipv4 subnets for blacklists
Hello, i have created it a while ago simple and small bash script: https://github.com/bacarrdy/blacklist_checker So if you need any update for it just ask and ill add it
View Article[Tutorial] Install CentOS 7 remotely through VNC
This tuts inspired by the WSI $10 box with free extra 250GB HDD. Some of you perhaps want to setup soft RAID 1 on CentOS 7 and here are the step to achieve that by installing it via VNC. Boot options...
View ArticleSetup your own DNS and HAProxy based Netflix/Hulu Tunnel
In this tutorial i will be explaining how to setup your own DNS and HAProxy based Netflix and Hulu Tunnel. You no longer need a VPN or Proxy configured at your device anymore to watch USA based Netflix...
View ArticleVFS Mount on Hubic/PCS
Octave has recently announced on Twitter (https://twitter.com/olesovhcom/status/708241818694115328) the possibility to mount your storage as an additional partition on your Linux machine. They...
View Article[Script] Serverreview Bash Script v2
It's an upgrade of Serverreview Bash Script. As for server information it will now show you server hostname, IP, free swap and used storage. More important information will be added later. And it's now...
View ArticleProxmox NAT port forward for kvm
https://forum.proxmox.com/threads/port-forward-with-built-in-nat-and-pve-firewall.21194/ It's actually qm set -args "--redir tcp:5555::22" You can see/delete the entry in /etc/pve/qemu-server/.conf...
View ArticleHow to run cron job one time and immediately through cPanel
Sometime i want to download a file to my cPanel account (shared hosting server), or run mysqldump or mysql import. However i don't have a SSH access and i don't want to disturb the support department....
View Article[TUTORIAL] How To Setup VNC Server Linux For Remote Desktop ur Machine
This Tutorial Worked Fine For Centos Any Version 1 Installation From the root ssh we gonna install VNC-server. first install desktop package yum groupinstall Desktop Further install yum install...
View Article[TUTORIAL]How To Speed Up Apache With Mod Pagespeed And Memcache
this tutorial tested on debian 8 and working as well **1 Requirements ** Debian 8 with Apache web server installed. Root access to the server 2 Installing mod_pagespeed Debian 64 bit cd /tmp wget...
View Article[Web-App] Setting your security headers...
So a commonly missed security practice is setting response headers within a webserver to instruct a web-browser about how to handle script includes, framing and other things. I'm sure we've all heard...
View ArticleBasic setup of a VPS with Debian 8 Jessie
Hi guys, I bring you a small tutorial so you can perform a setup on your vps with OS Debian 8 Jessie. **Step 1 ** Uninstall Apache2 `service apache2 stop dpkg -l | grep apache2 apt-get purge apache2...
View Article[Tutorial] Install CentOS 7 remotely through VNC
This tuts inspired by the WSI $10 box with free extra 250GB HDD. Some of you perhaps want to setup soft RAID 1 on CentOS 7 and here are the step to achieve that by installing it via VNC. Boot options...
View ArticleSetup your own DNS and HAProxy based Netflix/Hulu Tunnel
In this tutorial i will be explaining how to setup your own DNS and HAProxy based Netflix and Hulu Tunnel. You no longer need a VPN or Proxy configured at your device anymore to watch USA based Netflix...
View ArticleVFS Mount on Hubic/PCS
Octave has recently announced on Twitter (https://twitter.com/olesovhcom/status/708241818694115328) the possibility to mount your storage as an additional partition on your Linux machine. They...
View Article[Script] Serverreview Bash Script v2
It's an upgrade of Serverreview Bash Script. As for server information it will now show you server hostname, IP, free swap and used storage. More important information will be added later. And it's now...
View ArticleProxmox NAT port forward for kvm
https://forum.proxmox.com/threads/port-forward-with-built-in-nat-and-pve-firewall.21194/ It's actually qm set -args "--redir tcp:5555::22" You can see/delete the entry in /etc/pve/qemu-server/.conf...
View ArticleHow to run cron job one time and immediately through cPanel
Sometime i want to download a file to my cPanel account (shared hosting server), or run mysqldump or mysql import. However i don't have a SSH access and i don't want to disturb the support department....
View Article[TUTORIAL] How To Setup VNC Server Linux For Remote Desktop ur Machine
This Tutorial Worked Fine For Centos Any Version 1 Installation From the root ssh we gonna install VNC-server. first install desktop package yum groupinstall Desktop Further install yum install...
View Article[TUTORIAL]How To Speed Up Apache With Mod Pagespeed And Memcache
this tutorial tested on debian 8 and working as well **1 Requirements ** Debian 8 with Apache web server installed. Root access to the server 2 Installing mod_pagespeed Debian 64 bit cd /tmp wget...
View Article[Web-App] Setting your security headers...
So a commonly missed security practice is setting response headers within a webserver to instruct a web-browser about how to handle script includes, framing and other things. I'm sure we've all heard...
View Article