#linuxcommand

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2025-03-27
halil denizhalildeniz
2024-10-24

Hello everyone.
In today's article, we are learning how to write Linux commands and bash scripts from scratch to advanced level.

denizhalil.com/2024/10/24/mast

2024-10-09

How to Use Envsubst to Replace Environment Variables in Linux
#Linux #SysAdmin #RHCSA #FOSS #LinuxCommand
linuxtldr.com/envsubst-command

Albert S.ssanf01
2024-09-20

@xroijals

Apuntem per fer-li una ullada.
Gràcies per compartir.

2024-02-21
TREND OCEANStrendoceans
2022-01-26

We can use multiple tools to monitor system statistics, but if you are looking for virtual memory, use vmstat.

trendoceans.com/learn-about-vi

TREND OCEANStrendoceans
2022-01-25
TREND OCEANStrendoceans
2022-01-10

At first, the date command may seem like a simple utility to you, but once you try to execute the date command with different utilities, you will realize the real power.

trendoceans.com/date-command-u

2021-04-13

#mistake #linuxcommand #ls
zenn.dev/mattn/articles/15f8ef

alias ls="ls -l"

というのが設定されている可能性もある、と

それはそうだな

2021-01-27
2020-11-13
2020-03-27

#AWS #ssh #linuxcommand
ssh -i

explainshell.com/explain?cmd=s

identity file
.pemを指定してAWS接続

2020-03-20

bash > 可変列の3ファイルを合成して、各行に3項目ずつ出力する実装 > 遅い実装と速い実装 > pasteでのワンライナーを教えていただきました
qiita.com/7of9/items/c96c6c573

pasteコマンド
普段使わないので忘れる

#bash #linuxcommand

2020-03-09

#linuxcommand #trap #ls

2009/03/05

ファイルが7000程度になると、lsコマンドが使えなくなる
そのため、

for dd in `ls ../DIR-SHP/TMT*`;do

for dd in `ls ../DIR-SHP/TMT[012345]*` `ls ../DIR-SHP/TMT[6789]*`;do

以下に分割した
とのメモは見つかった

2020-03-09

#linuxCommand #trap

rmやcatはファイルパス数が多すぎると失敗する
そのため、一度で実施しないということを過去にしたことはあります

2019-12-01

#linuxcommand
#screen

printk()の文字化け
baud rateがおかしくなっていた

下記で治った

$sudo screen /dev/ttyACM0 115200

2019-11-08

#linuxcommand
#fileio
#procedure

とあるディレクトリがどのシンボリックリンクか知る方法

1. cd でそのディレクトリで移動
2. pwd -P

explainshell.com/explain?cmd=p

lsで補完して見るより早い

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst