blog.kmassada.com
[Programming] Scheme and it's virtues – kmassada tech blog
http://blog.kmassada.com/coding/programming-scheme-and-its-virtues
Programming] Scheme and it's virtues. I took this class, that was a survey of different programming languages. PHP, Ruby, Perl, Python, Scheme, and Java (Android Development). It was fast and fun, at the end of every week, depending on concept you either knew the languge enough to write symple code about it, or were taught a programming concept from it. After the class I continued trying to solve different mathematical problems with scheme using extremely large inputs. Scheme is a Functional. This also t...
blog.kmassada.com
[Linux Tip] Force install another version of an existing package RHEL6 – kmassada tech blog
http://blog.kmassada.com/linux%20tip/linux-tip-fore-install-another-version-of-an-existing-package-rhel6
Linux Tip] Force install another version of an existing package RHEL6. Originally recieved this error error while loading shared libraries: libxml2.so.2: cannot open shared object file:. I have a missing library, so I decide to install it. Yum install libxml2.so.2. Setting up Install Process. Package libxml2.i686 0:2.7.6-14.el6 will be installed. Error: Protected multilib versions: libxml2-2.7.6-14.el6.i686! Libxml2-2.7.6-14.el6.x86 64. You could try using - skip-broken to work around the problem.
blog.kmassada.com
Access All your Home Network Everywhere – kmassada tech blog
http://blog.kmassada.com/android/network/staff%20picks/access-all-your-home-network-everywhere
Access All your Home Network Everywhere. There are a million solutions for accessing files from home Dropbox for files to sync in the cloud, Google Play Music for your music, TeamViewer for viewing your computer, and Chrome syncs all your bookmarks on the go. All started when I thought, I wanted to be able to access everything, just the way they are at home? When you are beginning these are things people wonder, but never ask. Its all about concepts here, you need realize that you get a DHCP. Now your ro...
blog.kmassada.com
Ubuntu: TOR (Proxy Servers) – kmassada tech blog
http://blog.kmassada.com/proxy/tools%20and%20utilities/ubuntu-tor-proxy-servers
Ubuntu: TOR (Proxy Servers). Oki this came to my attention, when I started following the crisis in Iran and was wondering how they did to bypass their government firewalls to keep the story alive in the states. This is also a quick tutorial on how to use Proxy. 1 Run the command: sudo apt-get install tor privoxy. 2 Run the command: sudo gedit /etc/privoxy/config. 3 Add the line (including the period at the end): forward-socks4a / localhost:9050 . 4 Comment out the line: logfile logfile. 5 Surf the web.
blog.kmassada.com
[Linux Tip] downgrade or undo yum/package install in RHEL 6 – kmassada tech blog
http://blog.kmassada.com/linux%20tip/linux-tip-downgrade-or-undo-yumpackage-install-in-rhel-6
Linux Tip] downgrade or undo yum/package install in RHEL 6. Downgrade or undo yum/package install in RHEL 6 is fairly straight forward. ID Login user Date and time Action(s) Altered. 1 root 2014-04-07 21:21 Downgrade 3. Now if you do. Yum -y history undo 1. It reverts your changes made in 1. sommetime, you have to run it with - skip-broken if it cannot resolve a dependency and run it couple of times to make sure the packages requested get removed. You might also enjoy ( View all posts.
blog.kmassada.com
Productivity Tip: The Black Desktop. – kmassada tech blog
http://blog.kmassada.com/productivity/staff%20picks/productivity-tip-the-black-desktop
Productivity Tip: The Black Desktop. Could be in my mind, but I used to have very steep headaches after using computer for an entire day straight, don't know if this is scientifically proven or not but since i've started using dark themes, my eyes are less tired and strained. PPA's available at end of post. Here are the top 3 black themes that I liked. Well since we talking about themes, why not icons. On top of that, I also discovered 2 chrome extensions that make text dark inside the browser.
blog.kmassada.com
OpenVPN Server on ubuntu 12.10 with Nexus7 as a client – kmassada tech blog
http://blog.kmassada.com/android/network/staff%20picks/openvpn-server-on-ubuntu-12-10-with-nexus7-as-a-client
OpenVPN Server on ubuntu 12.10 with Nexus7 as a client. I'll leave the job of explaining vpn to someone else. And read this prelude. To get familiar with how this can be of help. /p. OpenVPN is an open standard, companies use it in production, of course with a lot more security, but its in a lot of people's interest for this to be the most secure as possible, so it can be trusted, to some extent. The platform is ubuntu 12.10, and here's how:. Sudo apt-get install openvpn. Public Key Infrastructure Setup.
blog.kmassada.com
Raspberry Pi2 – kmassada tech blog
http://blog.kmassada.com/raspberrypi2/new-raspberry-pi
Raspberry pi needs no introduction, regardless of what side of the house you are on. If you need a reason to buy one, just look at the specs, The new Raspberry pi 2 comes with the following specs:. A 900MHz quad-core ARM Cortex-A7 CPU. Combined 3.5mm audio jack and composite video. Micro SD card slot. VideoCore IV 3D graphics core. Just to fire-up the raspberry pi, here’s what you will need to get started:. Micro SD card, preferably class 10 and above. The raspberry pi comes with an HDMI port. Ubuntu ann...
blog.kmassada.com
Filtering Traffic: The OpenDNS way – kmassada tech blog
http://blog.kmassada.com/home/filtering-traffic-the-opendns-way
Filtering Traffic: The OpenDNS way. The classic problem, someone connects to your wi-fi, and tries to download a movie, then you get a nasty email from your ISP making you look like an organized crime ring lord. What you looking for is a traffic filtering solution. I used to have a complicated routing table blocking every known p2p site, known to man. Then I switched to creating my own DansGuardian. Implementation. After moving, I lost all the configs, and had to settle for OpenDNS. The setup is easy.
blog.kmassada.com
Steve Jobs – kmassada tech blog
http://blog.kmassada.com/off%20topic/steve-jobs
You might also enjoy ( View all posts. Docker Lessons Learned: 3 months in. Docker Lessons Learned: Hour 12.