タグ

linuxに関するsyqueのブックマーク (53)

  • OSCP合格までの道のりとそこから学んだこと


    OSCP OSCPTips ()OSCPOSCP  Offens
    OSCP合格までの道のりとそこから学んだこと
  • GNU Parallelがすごすぎて生きるのがつらい

    皆さん今日もたくさんのサーバを相手にされていることかと思いますが、いくつかのサーバにアクセスして 1 秒間の統計情報(例えばvmstat 1 2)を集めてパッと表示したい時ってどうやってますかね?shell script を学びはじめたばっかりの僕はこんな感じで書いてました。 $ for i in host1 host2 host3; do ssh $i "vmstat 1 2 | tail -1"; done 0 0 0 329004 210836 14275360 0 0 0 2424 1410 1828 0 0 100 0 0 0 0 0 3716112 587704 25921684 0 0 0 488 1643 2026 0 0 100 0 0 1 0 0 555440 265560 14015548 0 0 0 4204 1534 2392 1 0 99 0 0 vmstatと

    GNU Parallelがすごすぎて生きるのがつらい
  • Vagrant - naoyaのはてなダイアリー


     Vagrant 便 Vagrant  VirtualBox ruby vagrant 使VM % gem install vagrant % vagrant box add centos http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.3-x86_64-v20130101.box % vagrant init centos % vagrant up CentOS  Linux box *1 *2  % vagra
    Vagrant - naoyaのはてなダイアリー
    syque
    syque 2013/10/29
      VirtualBox   

    2013-10

    vagrant

    development

    virtualbox

    linux

    tool

    environment
     
  • FileZilla プロジェクト日本語トップページ - OSDN


    FileZillaFileZilla使FTPFTPSSFTP(FileZilla Client)WindowsFTP(FileZilla Server) FileZillaWiki  FileZillaSoSourceForgePWindows.zip.exe2.exe ...  使 FileZilla
    FileZilla プロジェクト日本語トップページ - OSDN
  • How do you set the title of the active gnome-terminal from the command line?

    Stack Exchange Network Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange

    How do you set the title of the active gnome-terminal from the command line?
    syque
    syque 2013/04/18
    The following will set the terminal's title to "New terminal title": echo -en "\033]0;New terminal title\a" You will probably also have to change the environment variable PS1, though, otherwise your changes won't show up because it will reset the title after each command. The default .bashrc that sh
  • Zshをかわいくする.zshrcの設定 - Qiita


      Zsh  zsh -    IRCunazu_kunbot 使 eval使 3 .zshrc 
    Zshをかわいくする.zshrcの設定 - Qiita
    syque
    syque 2013/01/13
      IRCunazu_kunbot Zsh  

    2013-01-13

    zsh

    linux

    tips

    advent_calendar

    shell
     
  • ログアウトしてもバックグラウンド ジョブを継続する方法

    はじめに SSH 接続で時間の掛かるシェルスクリプトをバックグラウンドで走らせて帰りたいのに、SSH 接続を切るとジョブが死んでしまいます。SSH 接続に限らず目の前の OS からログアウトしたりターミナル エミュレータを終了しても同じ現象が起こります。 この症状は正常です。なぜなら、バックグラウンド ジョブを起動したプロセス(ログイン シェル)が子プロセスである該当のバックグラウンドジョブをハングアップ シグナル( HUP )によって終了させるからです。 シェルスクリプトを起動した親プロセスは子プロセスの終了状態を監視しています。ですからログアウトして親プロセスであるシェルが終了すると子プロセスはゾンビ プロセスとなってしまうので親プロセスとなるシェル(ログインシェル)は子プロセスであるバックグラウンド ジョブを kill ( kill -HUP ) するのです。 nohup コマンド

    ログアウトしてもバックグラウンド ジョブを継続する方法
    syque
    syque 2013/01/13
    ログアウトしてもバックグラウンド ジョブを継続する方法 はじめに SSH 接続で時間の掛かるシェルスクリプトをバックグラウンドで走らせて帰りたいのに、SSH 接続を切るとジョブが死んでしまいます。SSH 接続に限らず目の
  • DropboxをLinuxで利用する方法 - maruko2 Note.

    DropboxをLinuxで利用する方法 提供:maruko2 Note. 移動: 案内, 検索 動作環境 glibc 2.4 以上 Python 2.5 以上(3.0 は未サポート)[1] 目次 1 インストール&初期セットアップ 1.1 official Dropbox CLI を使って簡単インストール 2 Dropbox CLI の使い方[2] 3 起動スクリプト 3.1 RHEL の場合 4 脚注 5 参考ページ インストール&初期セットアップ Dropbox の新規登録を http://db.tt/GZubdim から行うと +500MB もらえます。 official Dropbox CLI を使って簡単インストール root 権限の無い一般ユーザーでも、Dropbox を簡単に利用する方法。 official Dropbox CLI をインストール [shell]$ mkdi

  • CUI環境のLinuxでDropboxを動作させる方法

    的にGUI環境で使用するオンラインストレージ「Dropbox」ですが、UbuntuやFedora、CentOSなどサーバとして利用しているCUI環境のLinuxで思ったよりも簡単に導入出来ることに加え、使用してみてとても便利だったので紹介します。インストールから自動起動設定までだいたい10分程度で出来てしまいます。 前提条件 まずは前提条件はこんな感じです。それなりに最近のLinuxディストリビューションであれば、基的には問題ないと思います。gccのインストールは忘れないでください。 ・At least version 2.4 of the C library ・wget ・Python 2.5 ・a web browser 1.linuxサーバにログインし、ホームディレクトリに移動します ユーザ毎に動作させる設定のため必ずホームディレクトリに移動してください。 $ cd 全ユーザで

    CUI環境のLinuxでDropboxを動作させる方法
  • MuninでLinuxサーバの性能監視:基礎編 - shibainu55日記


    MySQL Cluster使(orz)Munin Munin muninCPURPMForgeyum
    MuninでLinuxサーバの性能監視:基礎編 - shibainu55日記
  • PukiWiki 【FrontPage】

    なんだかやけに長い説明ばかり検索に引っかかったので書きました。 Linuxのローカル環境でDockerコンテナ内のXアプリ(GUIアプリ)を利用するには $ xhost localhost + を実行した後に $ docker run --rm --net host -e "DISPLAY" container_image_name x_app_binary_path とすれば良いです。 もっと読む SSHなどよく知られたサービスポートで何も対策せずにいると数えきらないくらいの攻撃リクエストが来ます。不必要なログを増やしてリソースを無駄にし、もし不用意なユーザーやシステムがあると攻撃に成功する場合もあります。 SshguardはC作られており、flex/bisonのパーサールールを足せば拡張できますがカスタム版をメンテナンスするのも面倒です。必要なルールを足してプルリクエストを送ってもマー

    PukiWiki 【FrontPage】
  • DD-WRT

    About DD-WRT is a Linux based alternative OpenSource firmware suitable for a great variety of WLAN routers and embedded systems. The main emphasis lies on providing the easiest possible handling while at the same time supporting a great number of functionalities within the framework of the respective hardware platform used.

  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知


    2020131()  2019 -   : 2020131() :2020131() 稿 稿 -   2020-06-25  2020228
    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
  • FFmpeg

    Converting video and audio has never been so easy. $ ffmpeg -i input.mp4 output.avi News January 3rd, 2024, native VVC decoder The libavcodec library now contains a native VVC (Versatile Video Coding) decoder, supporting a large subset of the codec's features. Further optimizations and support for more features are coming soon. The code was written by Nuo Mi, Xu Mu, Frank Plowman, Shaun Loo, and W

  • GIMP - The GNU Image Manipulation Program

    The Free & Open Source Image Editor This is the official website of the GNU Image Manipulation Program (GIMP). GIMP is a cross-platform image editor available for GNU/Linux, macOS, Windows and more operating systems. It is free software, you can change its source code and distribute your changes. Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with so

    GIMP - The GNU Image Manipulation Program
  • ~師範、サウンドまわりがよく分かりません!~ (1/5)


    S   hitoFlash S   S  Shito使  LinuxWindows
    ~師範、サウンドまわりがよく分かりません!~ (1/5)
  • GitHub - capistrano/capistrano: A deployment automation tool built on Ruby, Rake, and SSH.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - capistrano/capistrano: A deployment automation tool built on Ruby, Rake, and SSH.
    syque
    syque 2011/08/14
    Capistrano Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH. It uses a simple DSL (borrowed in part from Rake) that allows you to define tasks, which may be applied to machines in certain roles. It also supports tunneling connections via s
  • ardour | the new digital audio workstation

    syque
    syque 2011/08/01
    * Unlimited audio tracks and buses * Non-destructive, non-linear editing with unlimited undo * Anything-to-anywhere signal routing * Unlimited pre- and post-fader plugins * 32 bit floating point audio path * Automatic track delay compensation * Sample accurate automation * Standard file formats (BWF
  • libvpx 0.9.1 and FFmpeg 0.6 | Breaking Eggs And Making Omelettes

    syque
    syque 2011/07/30
    Great news: Hot on the heels of FFmpeg’s 0.6 release, the WebM project released version 0.9.1 of their libvpx. I can finally obsolete my last set of instructions on getting FFmpeg-svn working with libvpx 0.9. * Building libvpx 0.9.1 Do this to build libvpx 0.9.1 on Unix-like systems: * Download li
  • LinuxでRubyな環境でExcelを作る方法 - (゚∀゚)o彡 sasata299's blog


    2009121023:34 Linux Ruby LinuxRubyExcel  spreadsheet 使(=ω)  Linux  Excel Windows  win32ole 使spreadsheet 使 sudogem install spreadsheet 使 # excel_base.rb module ExcelBase require 'rubygems' require 'spreadsheet' Spreadsheet.clien
    syque
    syque 2011/07/08
    それ spreadsheet ライブラリを使えば出来るよ!!(=゚ω゚)ノ