Today we’ll be installing and testing out Solus on the desktop, specifically the ‘Budgie’ flavor of Solus. There are also options to download Solus GNOME or Solus MATE as well. [ … ]
Ubuntu exim4 vulnerability released
Ubuntu has released a security notice for exim4 today. That affects these versions: Ubuntu 17.04 Ubuntu 16.10 Ubuntu 16.04 LTS Ubuntu 14.04 LTS This vulnerability is for an issue in [ … ]
Clear out modsec hits list in WHM
WHM doesn’t currently have a way to clear out the modsec hit lists under ModSecurity Tools, but it is possible to clear that out by moving the existing database out [ … ]
Encode user and password into base64 using perl
perl -MMIME::Base64 -e ‘print encode_base64(“user”);’ perl -MMIME::Base64 -e ‘print encode_base64(“password”);’
Disable iptables on RedHat
To disable iptables on a Red Hat server, you can use this command to save the current rules first: [email protected] [/]# /etc/init.d/iptables save iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK [ … ]
2wire WPA Security Vulnerability
Do you use a 2wire modm/router?: Your network could be at risk. The unfortunate matter is that 2wire modems by default use only numbers in it’s generated Password. Due to [ … ]
Android – Limbo Virtual Machine
In this article we will go over configuring Limbo x86 Virtual Machine Emulator for the first time. All of the settings for the Virtual Machine that we will be adding [ … ]
Howto Create a Bootable Ubuntu USB Drive
In this article I explain how to create a bootable Ubuntu usb drive. Things you will need, a usb key with at least 2 gb of storage, an bootable Ubuntu [ … ]
Python For Andriod (QPython)
Ever want to try your hand at developing applications for Android but don’t want or like java, don’t want to have to deal with the hassle of getting a c [ … ]
Install Linux On Android (Deploy Linux)
In this article I outline how to instlall Linux to your Android device using a chroot environment to mount a disk image. Installing Linux will not overwrite your existing android [ … ]