Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
How do I resolve samba share to IP address or host name
Try
nmblookup <wins-hostname>
.
Tags:
Networking
Samba
Related
Graphics in TTY
Delete range of lines above pattern with sed (or awk)
Unable to delete file, even when running as root
How can I use `find` and sort the results by mtime?
Two prefix commands for tmux?
Is it true that the first version of Linux was based on parts of Unix?
Converting multiple image files from JPEG to PDF format
Shell Script mktemp, what's the best method to create temporary named pipe?
How do I disable the left-(meta|windows) key binding in gnome-shell
.bash_profile not sourced when running su
How can I write to the second line of a file from the command line?
Font size issues with Emacs in linum-mode
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