Search
-
Recent Posts
- Installing Numpy on Windows 7 / 8 with Python 2.7 (Unable to find vcvarsall.bat)
- MongoDB – PyMongo error while connecting to a remote server: [Errno 111] Connection refused
- How to back up indexed data or change default database location in Splunk
- How to set your VM to auto start at system startup in VirtualBox 4.2 on Ubuntu 12.04
- Shrink/reduce size of WinSxS folder on Windows 7 and gain gigabytes of free space
Tag Cloud
acl acls attack bulut bilişim bulut bilişim risk analizi cloud computing cloud computing risks console copy error file file permissions file server firewalking freeze freeze vmware windows 2008 r2 icmp icmp keşif saldırıları icmp reconnaissance attacks icmp saldırıları import inverse mapping keşif move os fingerprinting port protokol Python recon reconnaissance risk riskler risks robocopy saldırı security information stall tanıma traceroute vmware vmware console vsphere 4 vsphere client windows 7 windows 2008 r2Calendar
May 2022 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Meta
Category Archives: Linux
MongoDB – PyMongo error while connecting to a remote server: [Errno 111] Connection refused
If you are trying to connect a remote server (e.g. Linux Ubuntu) via PyMongo, it is probable that you get an error as below: pymongo.errors.ConnectionFailure: [Errno 111] Connection refused In order to resolve this issue, you need to enable external … Continue reading
How to set your VM to auto start at system startup in VirtualBox 4.2 on Ubuntu 12.04
There is a handy feature in VirtualBox 4.2 that lets you configure your VM to be automatically started every time system starts up. Below you can find the steps needed to configure your VirtualBox installation to achieve that on Ubuntu … Continue reading
Posted in Linux, Virtualization
Tagged set VM to startup automatically, Ubuntu 12.04, virtualbox 4.2, virtualbox autostart
10 Comments
Installing VirtualBox (4.2) and phpVirtualBox (4.2.4) on headless Ubuntu Server (12.04 LTS)
Ubuntu 12.04 LTS Server is a headless server and does not have X-Window, therefore phpVirtualBox is needed to manage VirtualBox. There are two steps covered here in this post; one for instaling Virtualbox 4.2.4 and the other one for installing … Continue reading
Virtualbox – VBoxManage: error: Adding machine ‘Ubuntu-VM’ to the autostart database failed with VERR_ACCESS_DENIED
In Ubuntu 12.04 LTS, I tried to configure Virtualbox 4.2 to start my VM automatically when the system starts up. However, I got an error message as below after following the instructions in chapter 9.24.1 in Virtualbox User Manual: VBoxManage: … Continue reading
Installing Python Pefile and UPX on Amazon Linux AMI (Especially for SET)
If your application (e.g. SET) requires python pefile or UPX, you can not install them easily using Yum package manager on Amazon Linux AMI because Amazon’s default repositories do not contain these packages. However, you can install them as described … Continue reading