TOP

Google Tag Manager

ラベル CentOs の投稿を表示しています。 すべての投稿を表示
ラベル CentOs の投稿を表示しています。 すべての投稿を表示

2016年1月24日日曜日

2015年12月11日金曜日

✠CentOS@クリップボード履歴|管理|ツール彡☆彡Packeage通称パケ.exe,rpm,rar,zip,7zipソナタ諸々✡

ClipIt

shantzu/ClipIt · GitHub

https://github.com/shantzu/ClipIt

http://pkgs.org/centos-6/epel-i386/clipit-1.4.2-6.el6.i686.rpm/download/


Install Howto
Download the latest epel-release rpm from
http://dl.fedoraproject.org/pub/epel/6/i386/

# Install epel-release rpm:

http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

# rpm -Uvh epel-release*rpm

Install clipit rpm package:

# yum install clipit


See Also




http://pkgs.org/centos-6/epel-i386/clipit-1.4.2-6.el6.i686.rpm.html

http://pkgs.org/centos-6/epel-i386/clipit-1.4.2-6.el6.i686.rpm/download/

http://dl.fedoraproject.org/pub/epel/6/i386/clipit-1.4.2-6.el6.i686.rpm
ClipIt - Lightweight GTK+ Clipboard Manager
-------------------------------------------------------------------------------

Copyright (C) 2010-2012 by Cristian Henzel <oss@rspwn.com>
Copyright (C) 2011 by Eugene Nikolsky <pluton.od@gmail.com>

forked from parcellite, which is
Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>



Introduction
-------------------------------------------------------------------------------

ClipIt is a lightweight GTK+ clipboard manager.

Project website: https://github.com/shantzu/ClipIt



How to compile and install clipit
-------------------------------------------------------------------------------

Requirements:
 * gtk+ >= 2.10.0
 * xdotool - for automatic paste functionality

Download the clipit source code, then:
 $ tar zxvf clipit-x.y.z.tar.gz
 $ cd clipit-x.y.z
 $ ./autogen.sh
 $ ./configure
 $ make
 $ sudo make install

2015年12月3日木曜日

Google chromeをCentOS6/7にインストール

ちゃろめをCentOSにもインスコしましょう


How to install Google Chrome 28+ on RHEL/CentOS 6 or 7
http://chrome.richardlloyd.org.uk/


The download

It's recommended that you "yum update" (and reboot if this installs a new kernel) before you download and run the script below. This will often fix previously known issues when running Google Chrome.

install_chrome.sh 7.21 (23rd July 2015 - updated 64-bit CentOS libstdc++ downloadable library courtesy of gcc 5.2.0)

It's a bash shell script, so you download and run it as root as follows:

chmod u+x install_chrome.sh
./install_chrome.sh

The script has optional command line arguments - here's the output of "./install_chrome.sh -h":


Syntax: ./install_chrome.sh [-b] [-d] [-f [-f [-f]]] [-h] [-n] [-q] [-s]
        [-t tmpdir] [-u] [-U]

-b (or --beta) will switch to beta versions (google-chrome-beta).
-d (or --delete) will delete the temporary directory used for downloads
   if an installation was successful.
-f (or --force) forces an automatic "y" for any interactive prompting
   except for OS mismatch/OS upgrade/reboot prompts. Specify -f twice to force
   it for OS mismatches or OS upgrades as well and three times for reboots
   on top of that.
-h (or -? or --help) will display this syntax message.
-n (or --dryrun) will show what actions the script will take,
   but it won't actually perform those actions.
-q (or --quiet) will switch to "quiet mode" where minimal info is displayed.
   Specify -q twice to go completely silent except for errors.
-s (or --stable) will switch to stable versions (google-chrome-stable),
   which is the default if -b or -U haven't previously been specified.
-t tmpdir (or --tmpdir tmpdir) will use tmpdir as the temporary directory
   parent tree rather than $TMPDIR (if set) or /tmp.
-u performs an uninstallation of Google Chrome and chrome-deps rather the
   default action of an installation.
-U (or --unstable) will switch to unstable versions (google-chrome-unstable).


CentOSにmozc(Google日本語入力)をインストール

google/mozc · GitHub
https://github.com/google/mozc
Travis CI - Test and Deploy Your Code with Confidence
https://travis-ci.org/google/mozc/
Mozc - ArchWiki
https://wiki.archlinuxjp.org/index.php/Mozc

CentOSには対応してないとのこと。リポジトリの関係で。
方法はいくつかあるみたいですよん。
ソースコードは上記GitHubにあるので時間ある人イカしたMozcよろしくですわ。

非公式ユーザーリポジトリを使う
Mozc の非公式ユーザーリポジトリが用意されています。これを使用する場合は以下を /etc/pacman.conf に追加します

[pnsft-pur]
SigLevel = Optional TrustAll
Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/$arch


現時点で一番手軽なのがVineのものを流用する方法らしいわ。
自分の環境にあったものを選んでインスコしてくださいまし。

http://ftp5.gwdg.de/pub/opensuse/repositories/home:/sawaa/CentOS_CentOS-6/i686/mozc-1.5.1090.102-1.el6.1.i686.rpm

http://rpm.pbone.net/index.php3/stat/4/idpl/23698610/dir/centos_6/com/mozc-1.5.1090.102-1.el6.1.i686.rpm.html

Vine6.0バージョン


ダウソコマンド

インスココマンド
yum -y install protobuf-2.3.0-3vl6.i686.rpm zinnia-0.06-3vl6.i686.rpm tegaki-zinnia-japanese-0.3-1vl6.noarch.rpm mozc-server-1.1.717.102-2vl6.i686.rpm mozc-utils-gui-1.1.717.102-2vl6.i686.rpm ibus-mozc-1.1.717.102-2vl6.i686.rpm mozc-1.1.717.102-2vl6.i686.rpm

インスコ完了後、ibusを再起動。
GUIからでも、以下のコマンドでもどちらでも可能。

インスコ終了後コマンド
sudo ibus-daemon -drx

参照元サイト様
Ystream: CentOSにmozcを最短インストール!!
CentOS6 にMozcを入れたい!迷子になったリポジトリ対策
http://beautifulajax.dip.jp/?p=186
CentOSでMozcを使う - ふなWiki
http://blue-red.ddo.jp/~ao/wiki/wiki.cgi?page=CentOS%A4%C7Mozc%A4%F2%BB%C8%A4%A6
Smiling Life : Linux日本語入力環境 Mozc
http://blog.livedoor.jp/rootan2007/archives/51730263.html
Mozc+dict: 辞書を強化した(変態化した?)Mozcを作ってみた - 憩いの場【Linux】
http://linux.ikoinoba.net/index.php?UID=1279543844
Mozc - ArchWiki
https://wiki.archlinuxjp.org/index.php/Mozc
SIOS "OSSよろず" ブログ出張所 
http://sios-oss.blogspot.jp/search/label/Mozc

Vine6.3バージョン 試してないので堪忍してちょ☆ミ


ダウソコマンド
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/i386/Vine/RPMS.main-dvd/protobuf-2.3.0-3vl6.i686.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/i386/Vine/RPMS.main-dvd/zinnia-0.06-3vl6.i686.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/i386/Vine/RPMS.main-dvd/tegaki-zinnia-japanese-0.3-1vl6.noarch.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/i386/Vine/RPMS.main-dvd/ibus-mozc-1.5.1090.102-1vl6.i686.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/i386/Vine/RPMS.main-dvd/mozc-1.5.1090.102-1vl6.i686.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/i386/Vine/RPMS.main-dvd/mozc-server-1.5.1090.102-1vl6.i686.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/i386/Vine/RPMS.main-dvd/mozc-utils-gui-1.5.1090.102-1vl6.i686.rpm



インスココマンド
yum -y install protobuf-2.3.0-3vl6.x86_64.rpm zinnia-0.06-3vl6.x86_64.rpm tegaki-zinnia-japanese-0.3-1vl6.noarch.rpm ibus-mozc-1.5.1090.102-1vl6.x86_64.rpm mozc-1.5.1090.102-1vl6.x86_64.rpm mozc-server-1.5.1090.102-1vl6.x86_64.rpm mozc-utils-gui-1.5.1090.102-1vl6.x86_64.rpm


又は


yum -y install protobuf-2.3.0-3vl6.i686.rpm zinnia-0.06-3vl6.i686.rpm tegaki-zinnia-japanese-0.3-1vl6.noarch.rpm ibus-mozc-1.5.1090.102-1vl6.i686.rpm mozc-1.5.1090.102-1vl6.i686.rpm mozc-server-1.5.1090.102-1vl6.i686.rpm mozc-utils-gui-1.5.1090.102-1vl6.i686.rpm


インスコ完了後、ibusを再起動。
GUIからでも、以下のコマンドでもどちらでも可能。

インスコ終了後コマンド
sudo ibus-daemon -drx


他にもインスコ方法があったので紹介しておきますね☆ミ
ダウソ元が違うだけでモノは一緒だと思います♪


ダウソコマンド
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/x86_64/Vine/RPMS.main-dvd/protobuf-2.3.0-3vl6.x86_64.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/x86_64/Vine/RPMS.main-dvd/ibus-mozc-1.5.1090.102-1vl6.x86_64.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/x86_64/Vine/RPMS.main-dvd/mozc-1.5.1090.102-1vl6.x86_64.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/x86_64/Vine/RPMS.main-dvd/mozc-server-1.5.1090.102-1vl6.x86_64.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/x86_64/Vine/RPMS.main-dvd/mozc-utils-gui-1.5.1090.102-1vl6.x86_64.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/x86_64/Vine/RPMS.main-dvd/tegaki-zinnia-japanese-0.3-1vl6.noarch.rpm
wget http://ftp.kddilabs.jp/pub/Linux/packages/Vine/Vine-6.3/x86_64/Vine/RPMS.main-dvd/zinnia-0.06-3vl6.x86_64.rpm


protobuf-2.3.0-3vl6.x86_64.rpm
ibus-mozc-1.5.1090.102-1vl6.x86_64.rpm
mozc-server-1.5.1090.102-1vl6.x86_64.rpm
mozc-1.5.1090.102-1vl6.x86_64.rpm
mozc-utils-gui-1.5.1090.102-1vl6.x86_64.rpm
tegaki-zinnia-japanese-0.3-1vl6.noarch.rpm
zinnia-0.06-3vl6.x86_64.rpm


インスココマンド各種(ファイル名に合わせてコマンドは変えてね)


以下、インスココマンド抜粋

rpm -ivh protobuf-2.3.0-7.el6.x86_64.rpm
rpm -ivh zinnia-0.06-3vl6.x86_64.rpm
rpm -ivh tegaki-zinnia-japanese-0.3-1vl6.noarch.rpm
rpm -ivh mozc-server-1.1.717.102-2vl6.x86_64.rpm
rpm -ivh mozc-utils-gui-1.1.717.102-2vl6.x86_64.rpm
rpm -ivh ibus-mozc-1.1.717.102-2vl6.x86_64.rpm
rpm -ivh mozc-1.1.717.102-2vl6.x86_64.rpm


sudo rpm -ivh ibus-mozc-1.1.717.102-2vl6.x86_64.rpm
sudo rpm -ivh mozc-1.1.717.102-2vl6.x86_64.rpm
sudo rpm -ivh mozc-server-1.1.717.102-2vl6.x86_64.rpm
sudo rpm -ivh mozc-utils-gui-1.1.717.102-2vl6.x86_64.rpm


Other
protobuf-2.3.0-7.el6.x86_64.rpm
http://dl.marmotte.net/rpms/redhat/el6/x86_64/protobuf-2.3.0-7.el6/protobuf-2.3.0-7.el6.x86_64.rpm


その他リンク
http://ftp.jaist.ac.jp/pub/Linux/Vine/

http://ftp.kddilabs.jp/pub/Linux/packages/Vine/

Index of /
http://dl.marmotte.net/

Linux Packages Search - pkgs.org