Please, recommend network bandwidth limiter for windows which can be controlled from commandline. No need for fancy options, only limiting of up and down traffic on a host required.
simple issue.. I'm a noob
I am running a cisco 5500 ASA which is used to manage a VPN, I need the command used to check the current user list.
I think it might be an 'access-list', if so I have no idea what the name of the access list is, is there a way to show the access lists?
thanks.
In Ubuntu, when we right-click a icon and use "open with", there is an option to remember that application for that file's type.
For some reason, my system is no more memorizing the application (I think it was aftare some update).
And, even when I have already used the "open with" command, the application is not showing in the "open with" list, so I have, everytime, to go to "open with"-"Other Application".
Any hint to solve this?
I am writing a batch file to compress a folder using various archiving applications.
Currently I also use Winrar (X64) but manually set up the parameters
I would like to add rar to my batch
The folder concerned has many sub folders and I need to take this into account
What is the commandline for the following keeping folder structure?:
Solid Archive,
Archive Format=RAR5,
Compression Method=Best,
Dictionary Size=1024MB
Many thanks
I'm a newbie to Xen, and I've recently installed Xen 4.2 by sources on my system.
I've found a strange thing I've a VM when I start it via the command "xm create machine.cfg" all work fine, but if I use "xl create machine.cfg" it gives me the following error
xc: error: panic: xc_dom_core.c:442: xc_dom_alloc_segment: segment ramdisk too large (0x4ba 0x2000 - 0x1bd9 pages): Out of memory
libxl: error: libxl_dom.c:208:libxl__build_pv xc_dom_build_image failed: Invalid argument
cannot (re-)build domain: -3
xenconsole: Could not read tty from store: No such file or directory
What could be the problem? Any idea?
Is there a CLI command or program that will list available wireless access points? I'm running Ubuntu 9.04 on a laptop and sometimes I boot straight into the CLI instead of a GUI. I know iwconfig can configure a connection but will not list available AP's.
I'm in the process of deploying a bunch of Win2K8R2 VMs via vSphere's deployment template stuff, and in the deploy specification it allows you to punch a list of commands to run. Aside from activating Windows (which it doesn't do), it works pretty well.
Does anyone know the command-line equivalent of going into a network adapter's properties and unchecking the IPv6 box? If I had that I could put that in the spec and not have to manually uncheck the IPv6 box.
Is there a way to get DVD region code from commandline (linux/ubuntu 9.10)?
I want to script this action and store the region code (and other data about DVD) in a log.
I get different output of file command on same file(checked inode) from different machines.
One of the machines is with suse10 sp3 and the another - rhel4.
machine1>file x.tcl
x.tcl: ASCII English text
machin2>file x.tcl
x.tcl: data
Even in vi editor same file look different from different machine. Any clue?
One more thing - there's third machine suse10 sp3 works fine. Is this machine issue?
I'm using evrouter to simulate keypresses from my mouses extra buttons. It works great but I need to run the command with sudo to make it work so I can't just use my DE to handle autostart.
I considered init.d but from what I've heard this only works for different stages of boot, and I need this to run as root after login.
$ cat .evrouterrc
"Logitech G500" "/dev/input/event4" any key/277 "XKey/0"
"Logitech G500" "/dev/input/event4" any key/280 "XKey/9"
"Logitech G500" "/dev/input/event4" any key/281 "XKey/8"
$ sudo evrouter /dev/input/event4
Once upon a time when I started sqlite from the commandline I could using the tabbing autocomplete to enter the database name. This has not worked for a while now.
Any suggestions on how to do this? (Possibly specifically for files with a .db suffix.)
How would one modify the following line in iptables file (debian)?
ACCEPT all -- XXX.XXX.XX.X anywhere PHYSDEV match --physdev-in vif3.1
TO
ACCEPT all -- YYY.YYY.YY.Y anywhere PHYSDEV match --physdev-in vif3.1
I looked up the https://wiki.debian.org/iptables
and I'm having hard time figuring out how to exactly do this modification.
Can it be done using one command, or there is a way to temporally "extract" the iptables file and modify it using nano or vi, and put it back in place?
I am writing a batch file to compress a folder using various archiving applications.
Currently I also use 7-Zip but manually set up the parameters
I would like to add 7-zip to my batch
The folder concerned has many sub folders and I need to take this into account
What is the commandline for the following keeping folder structure?:
Archive Format=7z
Compression Level=Ultra
Compression Method=LZMA
Dictionary Size=512MB
Word Size=273
Solid Archive
Many thanks
Please, recommend network bandwidth limiter for windows which can be controlled from commandline. No need for fancy options, only limiting of overall up and down traffic of a host required.
hi folks,
is there a way to just execute a command (or script) on a user (ssh) login and then exit?
some kind of replacing the default shell with a custom script.
i want a user only be able to restart a service, but not to have regular shell-access
thanks
We changed the port number on the server to use something other than 22 and I'm unable to login using the command...
ssh 11.111.11.11:port
I've also tried using variations of
ssh 11.111.11.11 -p 1111
I am running Apache 2.4.6 on my CentOS 6.4 server.
Having some trouble with rewrite...so was trying to check loaded modules
apache2ctl -M
But that returns
apache2ctl command not found
So I tried
which apache2ctl
and I get
no apache2ctl in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
I am sure apache is installed and running.
How do I find apache2ctl/ check loaded modules now?
Possible Duplicate:
My server’s been hacked EMERGENCY
lately website on my server has been infected with nasty javascript like this:
http://pastebin.com/7XCidF6C
i wonder is there any where to search and remove the entire script block?
i only know how to search which files:
find /home/loudcom/public_html/tv -iname '.' | xargs grep --color
'f1930e\|fff309'
how do i apply sed or any other command to replace the entire block of nasty code to empty?
im using Centos 6.
When I'm using the iwconfig command on my current wifi interface , wlan0 , the first line I get as output is wlan0 IEEE 802.11bgn.
When I try to do this when I am connected to other WiFi's, I sometimes get other versions, like IEEE 802.11bg or IEEE 802.11abgn. I want to ask, what's the meaning of this output? if the output is IEEE 802.11bgn then it means that this WiFi supports both the b , g and n standards or it means something else?
Thnaks :)
I just recently started learning different Linux commands but I still don't understand how to use the 'make' command. Please is there anyone that understands how to use 'make'?