Author Archives: Nick

Project Fi Dialer Codes
avatar

Project Fi has some great features making it a good choice for use as you cellular provider. The only downside I have run into is sometimes the carrier switching doesn’t go as smoothly as you would like. That is where … Continue reading

Posted in News | Leave a comment

Using iptables to route OpenVPN traffic
avatar

To have your vpn traffic be able to reach the internet you just need to add the following iptable rules: iptables -A FORWARD -i tun0 -j ACCEPT iptables -A FORWARD -i tun0 -o eth0 -m state –state RELATED,ESTABLISHED -j ACCEPT iptables -A FORWARD … Continue reading

Posted in Arch, CentOS, Fedora, Guides, Linux, Networking | Tagged , | Leave a comment

How To Create Undeletable Folder In Windows
avatar

You can make your friends fool in this trick, creating a foler that cannot be deleted untill and unless you command that folder using command Prompt. Source: How To Create Undeletable Folder In Windows

Posted in News | Leave a comment

How To Hide Your Secret Files Inside An Image
avatar

Today we are going to share some of the amazing trick with you which is related to your Windows computer, the trick is really amazing and a bit Source: How To Hide Your Secret Files Inside An Image

Posted in News | Leave a comment

NTFS permissions for Redirected Folders (or Home Directories) | Off Campus
avatar

Source: NTFS permissions for Redirected Folders (or Home Directories) | Off Campus

Posted in Guides | Leave a comment