Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
How can I create a direct 8khz audio pipe in Ubuntu?
This worked out fine for me:
./a.out | aplay
Tags:
Audio
Devices
Related
Single dashes `-` for single-character options, but double dashes `--` for words?
How to make tree output only directories?
How to find out total memory resource usage with ps?
What's so special about directories whose names begin with a dot?
What’s the difference between a “raw” and a “cooked” device driver?
Renumbering windows in tmux
Locking the screen via CLI?
How do I highlight a search result in tmux?
How to check password with Linux?
How can I exclude files by default with rsync?
Is there a way to sum up the size of files listed?
How to restrict internet access for a particular user on the lan using iptables in Linux
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python