https://www.maketecheasier.com/ssh-pipes-linux/ http://linux.icydog.net/ssh/piping.php
Continue ReadingHome » Archive by categoryComputerScience (Page %s 4)
https://www.maketecheasier.com/ssh-pipes-linux/ http://linux.icydog.net/ssh/piping.php
Continue ReadingYou’re going to need to get a few libraries here: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html. RHEL 7 oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm oracle-instantclient12.2-basiclite-12.2.0.1.0-1.x86_64.rpm oracle-instantclient12.2-jdbc-12.2.0.1.0-1.x86_64.rpm oracle-instantclient12.2-sqlplus-12.2.0.1.0-1.x86_64.rpm oracle-instantclient12.2-odbc-12.2.0.1.0-1.x86_64.rpm RHEL 6 oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-basiclite-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-jdbc-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-sqlplus-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-odbc-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-tools-11.2.0.4.0-1.x86_64.rpm Now you’ll need to add cx_Oracle: https://oracle.github.io/python-cx_Oracle/ if you are having issues with pip, you can try this link : https://pypi.python.org/pypi/cx_Oracle/5.3 Now you can start coding Python to […]
Continue ReadingJoyent, a cloud provider outlines what caused a major outage: https://www.joyent.com/blog/postmortem-for-outage-of-us-east-1-may-27-2014 I’m a huge fan of automation. I started about 20 years ago scripting common tasks that I performed as part of my day to day job. It made my life easier. For instance, at one job, instead of going through the 15 steps of […]
Continue ReadingGoogle gets Grumpy to transpile and run Python on Go http://flip.it/Gm4ypo
Continue ReadingSandra Henry-Stocker is one of my favorite UNIX/Linux authors. Her articles are both well written and technical with lots of examples Here’s her latest about finding processes with PGREP: http://www.computerworld.com/article/3174284/linux/sniffing-out-processes-using-pgrep.html
Continue ReadingLearning Ansible So I’ve gotten through the installation, and now I’m starting to use the modules and write my own playbooks. Ansible is a game changer for me. It’s simple, and it’s actual development work for systems administrators. I’ve always been good at automating my job, it’s one of the things I love best about […]
Continue ReadingI’ve been learning Ansible for a new roll I’ll be starting next month. Over the last few years I’ve looked at a number of Configuration Management tools (I’m talking about you Puppet and Blade Logic). I didn’t love Puppet, and Blade Logic was OK. I’m really starting to appreciate how simple Ansible is. Kick off […]
Continue ReadingA packet sniffer is either a hardware appliance or software that enables someone to view packets that are “heard” by a network interface. Wireshark is a particularly full featured packet sniffing software package that runs on Mac, Windows and UNIX/Linux. I’ve used the basic features of the software, but the lab gives a fairly good […]
Continue ReadingPowered by WordPress | Compass by InkThemes.