Skip to content

Ramblings and Thoughts

  • About

Ramblings and Thoughts

Networking, Computers, Life

Fixing iOS 9 inability to Backup to iCloud

December 27, 2015 by chrisbog

If you have upgraded to iOS 9 and iCloud stops backing up, here is the fix: Restore from iTunes Backup using the steps below. Back up the device to iTunes. Perform a recovery mode restore (https://support.apple.com/kb/HT201263). During the setup assistant, choose to restore from the iTunes backup. After the restore has completed, go to Settings …

Getting into Service Mode on a Samsung LN-T4061F TV

December 26, 2015 by chrisbog

If you ever update your firmware on the Samsung TV and it is screwed up, you may want to try the following sittings.   In addition, it will allow you to set into the “Service Mode” In the below settings, you’ll want to press buttons slowly. The TV lags between when you press a button and …

Continue Reading

How to Install GNOME Desktop Under Ubuntu

January 27, 2019 by chrisbog

To install the GNMOE Desktop under ubuntu, do the following: sudo apt-get install gnome-shell sudo apt-get install ubuntu-gnome-desktop

How to add the DNS Servers to Ubuntu

November 14, 2015 by chrisbog

You need to configure the /etc/network/interfaces file if you want to change your DNS server via the command line. If you have more than one DNS server, just add a space between each: dns-nameservers X.X.X.X Y.Y.Y.Y Z.Z.Z.Z Just replace the X’es with your own IPs and the DNS server of choise, and when this is …

Configuring SSH on Ubuntu

January 27, 2019 by chrisbog

Once you have installed an OpenSSH server, sudo apt-get install openssh-server you will need to configure it by editing the sshd_config file in the /etc/ssh directory. sshd_config is the configuration file for the OpenSSH server. ssh_config is the configuration file for the OpenSSH client. Make sure not to get them mixed up. First, make a …

Continue Reading

How to Configure UBUNTU with a static IP Address

November 4, 2015 by chrisbog

Static IP Address Assignment To configure your system to use a static IP address assignment, add the static method to the inet address family statement for the appropriate interface in the file /etc/network/interfaces. The example below assumes you are configuring your first Ethernet interface identified as eth0. Change the address, netmask, and gateway values to …

Continue Reading

Options to work with Cisco Switches and the NXAPI

October 29, 2015 by chrisbog

Since the NXAPI came out for the Nexus product line, there has been a wealth of programming opportunities for customers.   Since Python, is the obvious choice, one interesting library that I came across is: https://github.com/jedelman8/pycsco This allows you to easily parse thru the output of Cisco JSON output.

Carbon Copy Cloner not backing up to a Drobo 5N

October 28, 2015 by chrisbog

Sometimes, it seems that OSX migrated to SMB for connection to drobo’s. Unfortunately, this won’t work since a Sparse Bundle is not support over a SMB Connection. Use, this process to solve the issue: Sparsebundle disk images are not supported on some filesystems CCC will refuse to save or mount a sparse bundle disk image …

Continue Reading

El Capitan – iMessages not showing contacts from Exchange

October 27, 2015 by chrisbog

I have both iCloud and Exchange syncing on my computer.   iCloud is used for personal contacts and Exchange is used for my work and business emails and contacts.    Normally this setting works great and when I use the iMessage platform, anytime a text comes in, it will display the right name. However, after upgrading to …

Changing Default Settings on Omnifocus

October 27, 2015 by chrisbog

I determined that Omnifocus is taking up alot of diskspace for backups.   It turns out that when Omnifocus is open, it will back up every two hours.   In addition, it will automatically save 100 backups. To change these defaults, you can do the following: It is indeed possible to lower the limit for the number …

Continue Reading

Posts navigation

  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Tags

Apache Carbon Copy Cloner Chrome Cisco Crashplan HTML iOS iClou Linux MySQL Nexus NXAPI Omnifocus OSX Outlook PyCharm Pytest Python Quicken Samsung TV Ubuntu VMWare Wordpress Youtube
© 2025 Ramblings and Thoughts | WordPress Theme by Superbthemes
Welcome to my site!