Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Category: UNIX Shell Scripts

Connect to SSH from Terminal

Posted on October 28, 2015 By David Kittell

When on a UNIX based computer you can connect to another terminal via SSH using this command The -p defines the port, while 22 is the default port for SSH some servers change their port to ward off potential hackers. Make sure you know what the port number is before…

Read more

OpenSSL Generate Salt, Key and IV

Posted on October 21, 2015October 26, 2015 By David Kittell

The above code will generate this result (Make sure you set your MySuperSecretPassPhrase to something unique)

Read more

Unix Shell – Set/Change IP

Posted on October 19, 2015October 19, 2015 By David Kittell

By default UNIX computers/servers are setup with a DHCP/Dynamic IP address, below is how to change the IP to static Before you do either process understand what these settings should be: Network Interace you plan to modify (eth0, eth1, etc.) IP Address (address) Subnet Mask (netmask) Default Gateway (gateway) Whether…

Read more

Remotely Find Raspberry Pi IP

Posted on October 13, 2015October 13, 2015 By David Kittell

First install nmap Then run IP addr show and look for something like ‘inet 10.1.1.68/24 brd 10.1.1.255’ Now based on the inet IP CIDR type You should see something like this Nmap scan report for 10.1.1.54 Host is up (0.00088s latency). MAC Address: B8:27:EB:18:E0:B3 (Raspberry Pi Foundation) Referenced from: http://trevorappleton.blogspot.com/2013/03/remotely-find-raspberry-pi-ip-address.html

Read more

Raspbery Pi Setup Proxy Server

Posted on October 11, 2015November 20, 2015 By David Kittell

Following the steps on Penguin Tutor I added a bit of the terminal commands to make some tasks quicker. Using these instructions will help add more to the OpenDNS Family Shield post. If you haven’t setup your regional settings yet follow these steps Make sure this is in the .xsessionrc…

Read more
Code

Ubuntu – WordPress Install

Posted on September 2, 2015May 31, 2017 By David Kittell

These steps are based on Ubuntu 14.10 Server 64-bit but can be applied to virtually any Debian based UNIX distribution.

Read more

Useful CSVKit Commands

Posted on May 14, 2015 By David Kittell

References: https://csvkit.readthedocs.org http://www.anthonydebarros.com/2011/09/11/csvkit-data-files/ https://jonlabelle.com/snippets/view/shell/csvkit-commands http://jeroenjanssens.com/2013/09/19/seven-command-line-tools-for-data-science.html http://csvkit.readthedocs.org/en/latest/tutorial/3_power_tools.html https://csvkit.readthedocs.org/en/0.9.1/scripts/csvclean.html

Read more

Install CSVKit

Posted on May 14, 2015October 26, 2015 By David Kittell

I personally use Ubuntu, if you don’t the commands may be slightly different. To install:

Read more

Ubuntu Web Development Server

Posted on May 13, 2015October 26, 2015 By David Kittell

This is a project I’ve been meaning to rewrite, as I get it going I’ll add screen shots and examples but for now I’ll work on the shell scripts After installing base Ubuntu, set the root/sudo password so you can do installs cleaner. After the below you will asked for…

Read more

Android ADB List/Uninstall Apps

Posted on September 29, 2014October 26, 2015 By David Kittell
Read more
  • Previous
  • 1
  • …
  • 14
  • 15
  • 16
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes