jahredbruno.com
jahred's notes: Project: Note4Later
http://www.jahredbruno.com/2015/05/project-note4later.html
Sunday, May 31, 2015. While reading news from Google I/O this week I decided to get my feet wet in the world of mobile development. After installing Android studio and hooking my phone up for debugging, I found Google's own documentation to be incredibly detailed and easy to understand as I followed along with a couple tutorials. The Android API is very accessible and I didn't have any trouble writing my first app, Note4Later. Set an alarm and write a notification for your future self. Unpacking and Inst...
jahredbruno.com
jahred's notes: July 2015
http://www.jahredbruno.com/2015_07_01_archive.html
Friday, July 31, 2015. I was used to using Cisco's AnyConnect VPN client on Windows, but needed an alternative on linux for various reasons. 1) installed the openconnect plugin for ubuntu's network manager on my laptop running lubuntu:. Sudo apt-get install network-manager-openconnect. 3) installed Remmina, a client for RDP. Worked like a charm. Sudo apt-get install remmina. Subscribe to: Posts (Atom). View my complete profile. What I do with my spare time. Wiki This - Chrome Extension. When I first trie...
jahredbruno.com
jahred's notes: June 2015
http://www.jahredbruno.com/2015_06_01_archive.html
Wednesday, June 24, 2015. How to kill processes from the terminal. While learning how to use Google's Golang aka Go to make an web service for my latest project, I ran into the issue of processes running and listening on ports I needed to use. Here is a quick way to kill an unwanted process:. First find the process by pipelining the results from "ps -v" like this:. Ps -v grep "go". OR you can use netstat and look for the corresponding port being occupied like this:. Sudo netstat -p grep 8000. Subscribe t...
jahredbruno.com
jahred's notes: Getting Started with Linux - A List of Helpful Links
http://www.jahredbruno.com/2014/07/getting-started-with-linux-list-of.html
Wednesday, July 9, 2014. Getting Started with Linux - A List of Helpful Links. Compiled for those who don't know where to begin. A few things you should know about Linux. What's a distro and how are they different? Finding the perfect distro for you. Flowchart to find a distro that suits your needs. Installing Software on Linux. Easy to understand video about how the file system is structured. Video about navigating the file system. The Definition of Root. Understanding linux file permissions. Installing...
jahredbruno.com
jahred's notes: Installing Linux on an Acer C720 Chromebook
http://www.jahredbruno.com/2014/07/installing-linux-on-acer-c720-chromebook.html
Tuesday, July 1, 2014. Installing Linux on an Acer C720 Chromebook. UPDATE: Changed the Lubuntu ISO link. To one that is patched with a trackpad fix. Recently I purchased an Acer C720 to play around with, mainly with the intent of experimenting with ChromeOS and the end goal of using it as a fast, portable Linux machine. Initially I was very impressed with ChromeOS and how easily accessible it is. I ended up settling on Lubuntu due to lxde ( The Lightweight X11 Desktop Environment). I also strongly recom...
jahredbruno.com
jahred's notes: Windows 10 - Upgrading from Windows 7 or 8 Tips
http://www.jahredbruno.com/2015/08/windows-10-upgrading-from-windows-7-or.html
Sunday, August 9, 2015. Windows 10 - Upgrading from Windows 7 or 8 Tips. Check out the FAQ for Windows 10 here: Link to FAQ. Upgrading from Windows 7/8/8.1. You don't have to wait for the update windows icon. Just download the standalone installer here. If you have already upgraded once, you do not need a key for the clean install. Link to list of common errors. If you are experiencing display or sound related issues, this is the first thing you should try. Subscribe to: Post Comments (Atom). System Star...
jahredbruno.com
jahred's notes: Mounting Devices and File Systems in Linux - Basics
http://www.jahredbruno.com/2014/07/mounting-devices-and-file-systems-in.html
Monday, July 14, 2014. Mounting Devices and File Systems in Linux - Basics. When I first tried to mount a usb drive, it took me about an hour to figure out how to do it properly. I’ve documented what I learned through the process and included a few helpful resources for future reference. How Linux Views Files. I’ve got a usb drive that I want to mount. It is formatted as a FAT system and contains a few text files I need to copy over to my home directory. Mount -t vfat /dev/sda1 /mnt/usb. Mount If you get...
jahredbruno.com
jahred's notes: Turning a Pencil Box into a Case for Raspberry Pi + External Hard Drive
http://www.jahredbruno.com/2014/07/turning-pencil-box-into-case-for.html
Tuesday, July 29, 2014. Turning a Pencil Box into a Case for Raspberry Pi External Hard Drive. 11x6 inch pencil box. Found an old pencil box that wasn't too flimsy. I first tried using a smaller box at first, but the hard drive on top of the Pi became too hot. I recommend using a sharpie to outline where you'd like the holes to be and marking where the velcro will secure your components. Pictures (click to enlarge). Subscribe to: Post Comments (Atom). View my complete profile. What I do with my spare time.
jahredbruno.com
jahred's notes: How to kill processes from the terminal
http://www.jahredbruno.com/2015/06/how-to-kill-processes-from-terminal.html
Wednesday, June 24, 2015. How to kill processes from the terminal. While learning how to use Google's Golang aka Go to make an web service for my latest project, I ran into the issue of processes running and listening on ports I needed to use. Here is a quick way to kill an unwanted process:. First find the process by pipelining the results from "ps -v" like this:. Ps -v grep "go". OR you can use netstat and look for the corresponding port being occupied like this:. Sudo netstat -p grep 8000. UPDATE: Cha...
jahredbruno.com
jahred's notes: No Cisco AnyConnect? No problem
http://www.jahredbruno.com/2015/07/no-cisco-anyconnect-no-problem.html
Friday, July 31, 2015. I was used to using Cisco's AnyConnect VPN client on Windows, but needed an alternative on linux for various reasons. 1) installed the openconnect plugin for ubuntu's network manager on my laptop running lubuntu:. Sudo apt-get install network-manager-openconnect. 3) installed Remmina, a client for RDP. Worked like a charm. Sudo apt-get install remmina. Subscribe to: Post Comments (Atom). View my complete profile. What I do with my spare time. Wiki This - Chrome Extension. When I fi...
SOCIAL ENGAGEMENT