linuxwave
Linux is for everybody. Lets enjoy it.
Showing posts with label
command
.
Show all posts
Showing posts with label
command
.
Show all posts
Tuesday, August 9, 2022
Run A Mysql Query From Command Line
›
To run a mysql query directly from command line, without entering the interactive mode, use -e flag, like below $ mysql -u user -p -e 's...
Sunday, May 16, 2021
Downloading torrent using command line
›
To download torrents using a command line, the easiest tool to use is transmission-cli. This tool is available in debian based distro and re...
Sunday, November 8, 2020
Checking your public IP from terminal
›
Sometimes, when you are setting up a linux machine, there is a need to know what IP our machine is being connected to the public internet. T...
Friday, May 25, 2018
Creating image from a running instance
›
Sometimes we want to spawn off a few new instances, with the same spec and operating systems, but we do not want to go through the hassle of...
Creating a new instance on openstack
›
In order to create new instance (it is called server in openstack command), you need to know beforehand a few information to feed to the cre...
Tuesday, May 13, 2014
The definition of ls column headers in long listing mode
›
Thanks to http://www.unix.com/unix-dummies-questions-answers/41832-ls-l-column-headings.html , I have managed to find out what is the meani...
Thursday, April 25, 2013
Using curl to check on site availability
›
The easy way to check if a site is available, is by using curl. For example, if you want to check whether www.google.com is available or not...
Tuesday, June 12, 2012
sudo: unable to execute /bin/rm: Success
›
I found a weird error message when I tried to delete some files in my linux box today. The command I used was sudo rm -rf *.js to delete s...
1 comment:
›
Home
View web version