検索結果

ナビゲーションに移動 検索に移動
  • の通っている場所に以下の cwm-w-mv スクリプトを配置してください: #!/bin/sh # Move a window to the side of a screen. case "$1" in "left") xdotool getactivewindow windowmove 0 y ;; "top") xdotool
    4キロバイト (746 語) - 2019年1月18日 (金) 01:08
  • を使って現在の壁紙を設定します。 ~/.config/sxiv/exec/key-handler #!/bin/sh while read file do case "$1" in "C-d") mv "$file" ~/.trash ;; "C-r") convert -rotate 90 "$file" "$file"
    6キロバイト (848 語) - 2023年11月25日 (土) 04:59
  • existing world (in which case it can also show where players in that world are). The project has been forked in the past, of which the most notable one
    18キロバイト (3,036 語) - 2021年1月22日 (金) 16:17
  • dispatcher スクリプト を作成します: /etc/NetworkManager/dispatcher.d/09-timezone #!/bin/sh case "$2" in up) timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
    24キロバイト (4,737 語) - 2023年5月12日 (金) 10:50
  • /dev/path/to/disk これで、任意のディレクトリで大文字と小文字を区別しない属性を有効にできるようになります: $ chattr +F /mnt/partition/case-insensitive-directory ディレクトリは空である必要があり、他の場所からサブディレクトリを移動させても、その属性は継承されないことに注意してください。
    24キロバイト (4,531 語) - 2024年5月18日 (土) 10:01
  • pl/blog/sublime-text-3-cheatsheet-modules-web-develpment/ # This line is needed in case yakuake does not accept fcitx inputs. /usr/bin/yakuake --im /usr/bin/fcitx
    8キロバイト (1,248 語) - 2023年11月30日 (木) 01:36
  • /etc/xdg/autostart のみを使用するようにします。 get_session(){ local dbus_args=(--sh-syntax) case "$SESSION" in awesome) dbus_args+=(awesome) ;; bspwm) dbus_args+=(bspwm-session)
    10キロバイト (1,645 語) - 2024年1月10日 (水) 18:40
  • ライブラリをロードしようとします。以下のファイルを修正して case `uname` ブロックの 3 を 4 に変えてください: /home/user/programs/microsemi/libero/v12.1/Libero/bin/actel_setup_vars ... case `uname` in SunOS)
    10キロバイト (1,811 語) - 2019年7月5日 (金) 00:56
  • hibernate.conf. First of all, may be that some module is preventing you from accomplishing a proper suspension cycle. In this case, list it in the UnloadModules:
    24キロバイト (4,142 語) - 2017年10月7日 (土) 22:44
  • m-sleep/ups-kill を作成してください: #!/bin/bash case $2 in # In the event the computer is hibernating. hibernate) case $1 in # Going into a hibernate state. pre)
    7キロバイト (1,134 語) - 2017年12月24日 (日) 22:10
  • ンから Notion を起動することができます。以下が .xinitrc ファイルの例になります: DEFAULT_SESSION=notion case $1 in awesome) exec awesome ;; notion) exec notion ;; openbox) exec openbox-session
    2キロバイト (343 語) - 2018年2月6日 (火) 23:10
  • 以下のスクリプトは実行するたびにディスプレイを時計回りに90度回転します。wacom ポインタも回転します。 rotate.sh #!/bin/bash case $(xfconf-query -c pointers -p /Wacom_ISDv4_90_Pen_stylus/Properties/Wacom_Rotation)
    14キロバイト (2,458 語) - 2020年12月31日 (木) 14:49
  • を組み合わせて使用している場合に発生します。 Unity probably did not shutdown properly, in this case you should navigate to your project folder and delete Temp folder. Try this
    10キロバイト (1,614 語) - 2023年8月29日 (火) 20:31
  • frame expected contains 6 bytes of FF followed by 16 repetitions of the target computer's MAC (6 bytes each) for a total of 102 bytes. This can be performed
    16キロバイト (2,951 語) - 2023年4月24日 (月) 11:56
  • One if free to choose the option of using dedicated hosts for all BeeGFS services. BeeGFS allows running any combination of services (including client and
    12キロバイト (1,377 語) - 2023年4月18日 (火) 13:59
  • DEV="$1" MNTPT="$2" OPTIONS="" TCOPTIONS="" shift 3 IFS=',' for arg in $*; do case "$arg" in system) TCOPTIONS=(${TCOPTIONS[*]} --m=system);; fs*) TCOPTIONS=(${TCOPTIONS[*]}
    24キロバイト (4,295 語) - 2018年2月18日 (日) 20:06
  • subkeys.pgp.net --send-keys <userid> デフォルトでは GnuPG は信頼モデルとして Web of Trust を使います。Web of Trust から Trust on First に変更することが可能です。鍵を追加するときに --trust-model=tofu
    62キロバイト (12,452 語) - 2024年5月1日 (水) 21:04
  • One of Prosody's primary design principles is to be simple to use and configure. However, issues can still arise (and likely will as is the case with
    14キロバイト (2,241 語) - 2020年9月23日 (水) 10:03
  • configuration file consists of simple key = value lines, each ter‐ minated with a newline (\n) character. Note that keys and values are both case sensitive, and there
    4キロバイト (588 語) - 2023年12月28日 (木) 01:29
  • [[ ! -r $i ]]; then echo "$0: file is unreadable: \`$i'" >&2 continue fi case $i in *.t@(gz|lz|xz|b@(2|z?(2))|a@(z|r?(.@(Z|bz?(2)|gz|lzma|xz))))) c=(bsdtar
    6キロバイト (964 語) - 2022年12月7日 (水) 12:11

(前の20件 | 次の20件) (20 | 50 | 100 | 250 | 500 件) を表示