叮宕

一分钟聊聊Linux命令行

不定期更新的日常……

Author

叮宕

Category

Technology

Podcast website

www.ximalaya.com

Latest episode

Dec 11, 2023

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android almost 10M downloads · 4.8 rating iOS soon

Episodes

mkdir 使用-p命令 一下完成子目录的创建 15.07.2017
聊聊重定向 22.06.2017

cat  >test 《end hi cat this is delimiter end cat test hi cat this is delimiter 注意,分割符前面的是两个小于号,但是喜马拉雅输入两个小于号就显示出错,用书名号代替! ls test 12315 >/dev/null 2>&1 输出为空,即标准输出与标准错误输出都不输出 ls test 12315 2>&1 >/dev/null ls: 无法访问'12315': 没有那个文件或目录 标准输出为空,输出了标准错误输出

录屏,录音,推流直播,只用ffmpeg全部搞定 11.06.2017

录制桌面 ffmpeg -f x11grab -s 1920 x1080 -i : 0.0 -vcodec libx264 -f mp4 zhuomian . mp4 录音 ffmpeg -f alsa -ac 2 -i hw: 0 , 0 -acodec libmp3lame -f mp3 luyin. mp3 录制桌面与声音推给斗鱼之类的直播 ffmpeg -f x11grab -video_size 1920x1080 -framerate 30 -i :0.0 -f alsa -ac 2 -i hw:0,0 -vcodec libx264 -maxrate 2000k -bufsize 2000k -acodec libmp3lame -ar 44100 -b:a 128k -f flv "rtmp://推流地址"

打开网站卡,可以用mtr看看是哪一跳出了问题 06.06.2017
head 与 tail 17.05.2017
聊聊打印 07.05.2017

这期说的有点混乱,见谅…… CUPS(Common UNIX Printing System,通用Unix打印系统)是Fedora Core3中支持的打印系统,它主要是使用IPP(Internet Printing Protocol)来管理打印工作及队列,但同时也支持"LPD"(Line Printer Daemon)和"SMB"(Server Message Block)以及AppSocket等通信协议。 lp命令用于打印文件,或者修改排队的打印任务。

使用curl 进行模拟登录 02.05.2017
zip 忘记了密码?不求人用shell写爆破zip的工具 14.04.2017

注意:脚本是随手写的,急了点,第一个zipcrack的break完全没有必要。你一定自己亲自编写试试。 可以直接使用的代码在: https://github.com/WeihuaGu/crack/tree/master/zipcrack zipcrack #第一个脚本用于很小字典的zip破 解 zippo #第二个脚本使用伪线程(关键在于&,与wait),通过split把较大的字典分成多个,再利用第一个脚本进行破解

意外得到了电视节目的源?用#,%,ping 过滤掉过期的源 03.04.2017

cat 节目源.txt | while read line ; do tmp=${line#*://}; host=${tmp%%/*}; hostnoport=${host%:*}; ping -c 1 $hostnoport; if [ 0 -eq $? ]; then echo $line >>tvpinged.txt;fi;  done

被XXX系医院坑了,用curl 命令外加for 循环X 回去 31.03.2017
切换根目录后不能挂载?set uid 权限 19.03.2017
开机启动 11.03.2017
装ubuntu server 后找不到无线网卡的接口了 04.03.2017
电脑启动慢,分析下开机启动(systemd-analyze) 21.02.2017
为cat 命令正名,它是拼接的意思 16.02.2017
聊聊窗口管理器推荐尝试下dwm i3 14.02.2017
作为拥有超级管理权限的你也会遇到几次文件删不掉的情况(最后说的是shred) 12.02.2017

shred [ʃred] 又发错了音,我羸弱的英语啊!!!

用df -h 查看磁盘文件时 可以顺道用-i 看看inode 11.02.2017

Listen to the 一分钟聊聊Linux命令行 podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.