Biboroku

Tagged: Linux

Creating a Debian Boot Partition on a USB Flash Drive

Written by Taro Sato, on . Tagged: linux

Having a boot partition on a USB flash drive provides two major benefits. One is to have the USB flash drive work as a “security key” without which the computer cannot boot into an OS; effectively, the boot USB flash drive becomes a house key. ... Continue reading.

Installing Debian/Jessie on ThinkPad T460s

Written by Taro Sato, on . Tagged: linux sysadmin

This is a Debian/Jessie installation instruction on ThinkPad T460s (product ID: 20F9CTO1WW). First, update BIOS on Windows if necessary, since that kind of task is unfortunately typically much easier on it. Also make sure to create a recovery media for Windows 10. ... Continue reading.

Creating a Debian Bootable USB Stick with Non-Free Firmware

Written by Taro Sato, on . Tagged: sysadmin Linux

Debian installation on new hardware can be a hassle when it depends on non-free firmware support. A typical workaround is to use a Debian install image that includes non-free drivers, which is available here: Unofficial non-free images including firmware packages. Choose the right image for the kind of USB media you wish to create. ... Continue reading.

Install Google Chrome on Debian Jessie

Written by Taro Sato, on . Tagged: linux sysadmin

Download a DEB file for the version of Chrome you want from here. Then sudoaptitudeinstallgconfservicelibgconf24libnspr4libnss3libpango1.00libappindicator1libcurl3 sudo dpkg -i google-chrome-stable_current_amd64.deb

Installing Adobe Reader on Debian/Jessie

Written by Taro Sato, on . Tagged: linux sysadmin

Once in a while you need to deal with fancier PDF files which may allow you to type in using forms, but Linux applications like Okular might not be fully capable of handling Adobe’s proprietary features. In such an unfortunate event, you might need to use Adobe Reader. ... Continue reading.

Creating Debian Wheezy Installation USB Stick

Written by Taro Sato, on . Tagged: linux sysadmin

The simplest way to create a bootable USB stick for Debian installation is to use command dd to copy an ISO image to an empty USB stick. First, connect an empty USB stick to a working Linux box, and see which device represents the stick: ... Continue reading.

Customizing & Installing Linux Kernel on Debian Wheezy

Written by Taro Sato, on . Tagged: linux sysadmin

Here is a quickie for customizing and install Linux kernel 3.5.x on Wheezy. Add yourself (with account username) to sudoer group: # adduser username sudo You need to logout and login for this change to take effect. You also need to be able to use sudo or su to install the new kernel in the end. ... Continue reading.

Power Management on Lenovo T430s with Debian Wheezy

Written by Taro Sato, on . Tagged: linux sysadmin thinkpad

Since tp_smapi does not work properly on T430s, I am using TLP this time. I still want some traditional tools sudoaptitudeinstallpowertopbutnotothers: sudo aptitude remove --purge laptop-mode-tools To install, follow the instruction. In short, first update the APT source list by adding the following line to /etc/apt/sources. ... Continue reading.

Installing Firefox on Debian Wheezy

Written by Taro Sato, on . Tagged: linux sysadmin

I don’t like to get stuck with a very old version of browser, so I install a Firefox binary provided by Mozilla, not the one by Debian. Make sure to download a 64-bit version (as I use amd64) from here. The tarball expands to a directory named firefox. ... Continue reading.

Using Japanese on Debian Wheezy

Written by Taro Sato, on . Tagged: linux sysadmin

The goal is to make the system capable for Japanese input, while letting the base system remain English. For the Japanese input method, I had been using Anthy, but I will be using mozc, which is now better supported and presumably much better (it is). ... Continue reading.