I am trying to create my own SSL hierarchy like:
MyRootCA
--MyIntermediateCA
----MyCert
I have installed MyRootCA and MyIntermediateCA, but windows points out that MyIntermediateCA doesn't have the right to issue certs. Therefore it invalidates MyCert.
i.stack.imgur.com/XDtXp.png
i.stack.imgur.com/rZNQZ.png
I am using sign.sh from mod_ssl package, which utilizes openssl ca command.
I wonder if there is any parameter/option that grants MyIntermediateCA the right to issue sublevel certs?
I've been told by my ISP I'm using too much bandwidth so after using Activity Monitor to see that I'm using ~2GB a day I've used the nettop command line utility to work out where. Turns out it's iTunes.
I don't use it for downloading/streaming music (other than podcasts of which I definitely don't have 2GB of new ones a day) or movies. What is iTunes doing?
This is on a late 2009 MacBook running Lion 10.7.5 with iTunes version 10.7
I want to close an open port which is in listening mode between my client and server application.
Is there any manual command line option in Linux to close a port ??
NOTE: I came to know that "only the application which owns the connected socket should close it, which will happen when the application terminates."
I dont understand why it is only possible by the application which opens it ... But still eager to know if there is any another way to do it ??
When opening a new window in finder, the new window will go below the screen. This is not a big deal, but when using macvim or terminal it can be annoying since your command prompt is now hidden. Firefox seems to be smarter, it never overlaps below the screen.
Same deal for the right hand side of the screen, windows often open with their right edge cut off. Is there any way to prevent this?
I have to run this command to initialize gitosis:
sudo -H -u git gitosis-init < /home/ec2-user/id_rsa.pub
But that asks me for a password for ec2-user:
$ sudo -H -u git gitosis-init < id_rsa.pub
[sudo] password for ec2-user:
I do not have a password as i use the default .pem key file to login.
I know i can probably login as the git user and do this, but is there any other way?
Update:
Using Linux AMI 12.09 (micro-instance), in region us-east-1 (N. Virginia)
I have many large Word 2007 documents containing a few dozen equations each. Is there a way to locate the equations using Word's Find command, or do I have to hunt for them old-school?
I tried searching for a graphic (^g) and and field (^d), but that didn't do the trick. Am I missing something obvious? Might there be a way to do this using VB or some other trick?
The tmux attach command acts more like a combination of screen -r and screen -x -- first it trys to attach to the most recently detached session, and then if none is available it will attach to a currently attached session. I want to emulate the behavior of screen -R: first try to attach to a detached session, then start a new session if there were no detached sessions. What is the best way to achieve this in tmux?
I have setup Varnish to run on port 80 which seems to work fine.
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
varnishd 8005 nobody 7u IPv4 14055 0t0 TCP *:http (LISTEN)
varnishd 8005 nobody 8u IPv6 14056 0t0 TCP *:http (LISTEN)
Under available sites in /etc/nginx I have the file default with:
server {
listen 8080;
....
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Why is it still looking for port 80?
I was given access to a Windows Server 2008 box and I need to check what all permissions I have on that box (if possible in the entire domain). I don't have access to domain controller and I don't want to write LDAP queries but just some GUI option or some command line stuff. Is there anyway?
PS: I am not in to network administration, I am a BI developer. Pardon me if asked a stupid question.
I'm using the following command on Linux to change the default library path temporarily for the program being run:
/lib64/ld-linux-x86-64.so.2 --library-path /home/me/libs./myProgram
This runs myProgram and makes it check /home/me/libs first for its dynamically linked libraries.
So I want to do this on Mac too.. is there an equivalent? I'd like to avoid setting environment variables if possible.
I'm running a debian system from the command line, how can I get the filenames of all the files in a directory (and sub directories) that have been modified recently, say, in the past five days or so?
Hi, in VIM sometimes when saving, I accidentally hit capital W instead of its lowercase brother. I am prompted for my system password, so I assume it is running a sudo command of some sort, but do you know what?
Thank you!
I have done some changes to /private/etc/hosts on my mac and need to flush the DNS cache.
Previously been using lookupd -flushcache on Mac OS X 10.4 to do this successfully. However something seems to have changed in Mac OS X 10.5, cause the lookupd command doesn't seem to exist? How do you flush the DNS cache in Mac OS X 10.5?
welcome,
I have problem with .bat script on windows.
I use wget to download html stats page, now i have to find (in html source) url like this
http://www.example.com/stats/367895.jpeg
The 367895 is a random generated number.
and download chart jpeg.
I think i can't do this in .bat, Do You know any external command line application what i could trigger from .bat and show in output finded url ?
Regards
I have a questions regarding how to see all NICS in the solaris 8/9 SPARC boxes.
Even if they are active/inactive.
dladm show-link command does not work.
cat /etc/path_to_inst could but it's hard to make out the NICS.
Also when a cable is disconnected from the NIC ifconfig -a still shows the NIC as "UP/RUNNING"
without looking at the system message, is there a way to know that the NIC is unplugged?
Thank you!
I'm trying to add a user (as root) on CentOS 5.5 and I've got this message :
useradd: unable to lock password file
After reading some post linked to this issue I've deleted two files in /etc :
.pwd.lock
passwd-
However it still doesn't work. Finally, I read a thread where the guy said that using the passwd command to update the passwd file and normally fix this issue. I've tried with the root user But I've got this issue :
passwd: Authentication token manipulation error
Any idea to add my user ?
I have this topology:
[internet]
^
L-------[wlan0]-[host]-[wlan1]-----[client-1]
I tried to bridge wlan0 wlan1 but it wont work with brctl; but magically when I issue this command
#iw set dev wlan0 4addr on
it adds wlan0 to the bridge BUT I lost all internet connection and I was unable to hook it to the internet router.
can somebody please explain why did that happen and is there a way to get this done ?
Somehow my PYTHONPATH environment variable got emptied, and now I can't import some downloaded modules.
I've tried running the following command to reinstall all Python packages, but it didn't set the variable back to its original value:
dpkg-query -W -f '${package}\n' | grep python | xargs -I % sudo apt-get install % --reinstall
How do I reinstall the packages so that this gets sorted out?
The (Vagrant) box is running Ubuntu 12.04.
I'm trying to mount an USB flash drive formatted as w95 fat32 LBA (as reported by dmesg) under Centos. I can easily mount it using the mount command:
mount /dev/sdx1 /media/mydrive -t vfat
But it seems that the system (Centos 6.3) cannot mount it automatically. It mounts all the other filesystem types automatically. I also installed fuse-ntfs and it correctly mounts NTFS drives.
How can I enable automount for vfat partiotions too?
Thanks
My Windows Vista Desktop icon are all gone and I cant set them again! Is there any registry key to show them back? I used regsvr32 /u shell32.dll command but still nothing shows? what should I do?
I'm on vacation and need to run a GUI program on my Mac at home. I can get to a console through SSH, but otherwise the machine is behind a firewall. How can I...
Enable VNC from the command line
Tunnel that through SSH to my MacBook
Thanks!
I have a pretty busy GNU/Linux server that I think needs more RAM. I know that the free command doesn't show the amount of RAM that is used.
So I was stumbling upon Commited_As in /proc/meminfo. It currently shows 57972 kB which isn't much. Is this the amount of RAM that the processes use "right now" or is this an estimate of how many additional RAM it would take to never run out of memory with this load?
Hi, I am running Windows Server 2008 R2 and I am looking for a free tool.
I start a number of batch jobs running inside command prompt. I want to shrink them significantly, so that I can see the Window titles only. I usually shrink them by hand and move them to another monitor.
I am looking for a tool that can do that work for me as soon as certain apps start up.
Thanks!
Hey guys,
I have a .bat file, which contains the following contents
...
jar cfm myjar.jar manifest.txt *.class
...
Which executes well under windows command prompt, but when executed under cygwin, I get the following
C:\cygwin\home\user\path\to\folderjar cfm myjar.jar manifest.txt *.class
Access is denied.
I tried starting cygwin as administrator, but it does not help
Would appreciate any suggestions
Thanks