Category Archives: Linux

Linux create ssh keys

These instructions are for a Linux system, but if you install Git for Windows ( msysgit.github.com), you will receive a shell and terminal capability. Usual ssh-keygen will write to ~/.ssh/id_rsa (creates 2 files). In Linux, ~ means $HOME, usually something … Continue reading

Posted in Linux | Comments Off on Linux create ssh keys

RedHat Security Tightening; Tale of One System

The default RedHat install is possibly more secure than some Linux distributions, but it is also not as tight as we might need. On one KU RedHat system that I did not fine tune–so the default setup was in place–we … Continue reading

Posted in Linux | Comments Off on RedHat Security Tightening; Tale of One System

Debian multiarch: Unexpected complication when building amd64 packages: Can’t install!

This is a multiarch issue I had not considered before. Have you seen it? I never wanted to be a “cross compiler”, I really only want to build amd64. But I have some i386 libraries for a particular program (acroread). … Continue reading

Posted in Linux | Tagged , , | Comments Off on Debian multiarch: Unexpected complication when building amd64 packages: Can’t install!

Linux: Hiding the “desktop panel” when you want more screen real estate

It wasn’t always the case that the panels and other such devices on the edges of the screen were “always on top” when visible. I hate the current trend of making them “un-cover-upable”. It is very inconvenient to the way … Continue reading

Posted in Linux | Tagged , , | Comments Off on Linux: Hiding the “desktop panel” when you want more screen real estate

Debian Wheezy multilib transition: caution

Here’s a cautionary heads up on the transition from ordinary to multilib Debian. I run Debian Wheezy amd64. Some 32 bit applications are installed, and somehow I came to a point where ia32libs wanted to update and transition me to … Continue reading

Posted in Linux | Tagged | Comments Off on Debian Wheezy multilib transition: caution

Centos 6.3 64 bit

I just noticed my external disk for Centos was in 32 bit, and maybe we are safe to use 64. Installed a fresh Centos 6.3 and then tried to make a journal to summarize the updates/hassles. IN the process, I … Continue reading

Posted in Linux | Comments Off on Centos 6.3 64 bit

Cisco AnyConnect VPN on RedHat/Centos Enterprise Linux

I’ve just wasted several hours on configuring VPN for my university’s system. The University adopted Cisco AnyConnect, which is provided in a shell script “vpnsetup.sh”. There are several flaws in the script, however, which make this a relatively tough, confusing … Continue reading

Posted in Linux | Tagged | Comments Off on Cisco AnyConnect VPN on RedHat/Centos Enterprise Linux

New Linux System Setup: Don’t forget

For all users, put in place some protections and conveniences. In /etc/bash.bashrc or /etc/profile.d/safe.sh, add these alias lines: alias rm=’rm -i’ alias cp=’cp -i’ alias mv=’mv -i’ After that, the removal or destructive file copies will ask the user for … Continue reading

Posted in Linux | Tagged , | Comments Off on New Linux System Setup: Don’t forget

OpenBUGS 3.3.2 Linux Packages

Greetings, Linux users of OpenBUGS I’ve been contributing Linux packages for OpenBUGS over the last couple of years. Its something I do for fun, not “my job”. As usual, if these don’t work, email me with details, I’ll try to … Continue reading

Posted in Linux | Tagged , , | Comments Off on OpenBUGS 3.3.2 Linux Packages

Stable Debian, new R

To get the new R with the Debian stable, here’s what you do. http://rweb.quant.ku.edu/cran/bin/linux/debian/ In your system’s directory for addon repositories, /etc/apt/sources.list.d, you create a file with a name “R.list” (must be “list” on the end” and in there you … Continue reading

Posted in Linux | Comments Off on Stable Debian, new R