Showing posts with label virtual. Show all posts
Showing posts with label virtual. Show all posts

Thursday, 20 July 2017

creating Virtual users on linux server using Proftpd

creating Virtual users on linux server using Proftpd


  ##################################################################
 proftpd FTP server user account creation using commands    ##################################################################

note:- If you have already configured proftpd server and just want to add new user , skip to step 3 direct

////////////////
//  step 1. 
////////////////

install proftpd on system if it is not installed using apt
command is 
apt-get install  proftpd-basic


/////////////////
//  Step 2
/////////////////

enter into directory /etc/proftpd
open file proftpd.conf
uncoment line number 34 (containg text DefaultRoot ~ )
and add this line just below it

AuthUserFile    /etc/proftpd/ftpd.passwd




//////////////
// Step 3
//////////////

now add virtual user to ftp server using command 
ftpasswd --uid <uid> --gid <gid> --name <username> --shell /bin/false --home <path> --passwd

here 

uid is the user id (assign 33 and user will behave like www-data user)
gid is group id (assign 33 to work as www-data)
name is the username which you want to add to ftp server
shell is the name of shell terminal have it /bin/false
home is the directory where user will be directed after successful login
passwd is for password and need not to supply password with command 

for example i want to create a user having name indishell and want to assign /ftp directory to him if user autheticate successfully
uid and gid is 33 
command will be 

ftpasswd --uid 33 --gid 33 --name indishell --shell /bin/false --home /ftp --passwd


press enter and supply new password for the user account


//////////////
// Step 4
////////////// 
now need to chmod and chown the /etc/proftpd/ftpd.passwd and /etc/proftpd/ftpd.group
these files contains FTP server usernames/groups and its password 

chmod 400 /etc/proftpd/ftpd.passwd /etc/proftpd/ftpd.group
chown proftpd.nogroup /etc/proftpd/ftpd.passwd /etc/proftpd/ftpd.group

and now are done :)
you can login to your ftp account using command
ftp  server_IP



Note:- if you are on ubuntu server, then value of uid and gid should be 33(web server id) else you may face issue in writing files ;)

enjoy >:D<
Thank you


-==[[Love to]]==--
zero Cool ,code breaker ica, root_devil, google_warrior,INX_r0ot,Darkwolf indishell,Baba ,Silent poison India,Magnum sniper,Atul  Dwivedi,ethicalnoob Indishell,Local root indishell,Irfninja indishell,Reborn India,L0rd Crus4d3r,AR AR,Mannu, ViKi, Hardeep singh Bhuppi,Mohit, Ffe, Anju, RR Mam, Acchi bacchi(Jagriti) and DON

{ Read More }


Tuesday, 11 July 2017

Creating virtual disk

Creating virtual disk



How do I create a virtual disk in Ubuntu?

Open a terminal (Applications -> Accessories -> Teminal), and enter these commands (this will create a 10 GB extra.virtual.disk, adjust line 2 to change these):
cd /host/ubuntu/disks
dd if=/dev/zero of=extra.disk bs=1MB count=10000 seek=1
mkfs.ext3 -F extra.disk

How do I create a virtual disk in Windows?

You can use qemu-img for that. Another dirty (but working) trick is to copy any other file of the desired size to C:wubidisks and rename it "root.disk", "home.disk", "swap.disk" or "extra.disk". Thats the Wubi equivalent of buying (and installing) a new hard disk.
If you are running Windows XP (may work in Windows 2000 and Vista as well) you can create a file by using the fsutil that is included with Windows. The command format is fsutil file createnew filename filesize where filename is the file you wish to create and filesize is the size of the file to be created in bytes.
{ Read More }


Creating Virtual Block Devices

Creating Virtual Block Devices


When playing with filesystems or setting up virtual machines, you may want to create virtual block devices (files that act similar to hard drives). Here I will explain the two ways to create such devices and the pros/cons of each

Normal Way

This is the normal way to create a block device and will create an 8 GiB pre-allocated device:
dd if=/dev/zero of=/path/to/dir/filename.img bs=1M count=8192
You may want to change the block size (bs), and change the count in order to change the capacity of the device.
The count x bs = capacity, so reducing the block size would reduce your capacity if you did not adjust the count accordingly.

Advantages

  • Better performance than with the "sparse" method
  • Cant run out of space before the underlying device is full (dedicated).

Disadvantages

  • This eats up your disk capacity very quickly. E.g. your disk is "full" after creating lots of these empty devices, and the majority of them may never reach half capacity.
  • Slow to create (has to write the capacitys worth in 0s to the physical drive)

Sparse Image

Create a "sparse" image with the following example command which creates a 100GB device
dd if=/dev/zero of=/path/to/dir/filename.img bs=1k count=1 seek=100M
The 100M is NOT meant to be 100GB
Running an ls -alh will clearly show the file as being 100G in size, but running a df -h on / shows that it is not used.

Advantages

  • Almost instantaneous creation
  • Only data written to the image actually takes up space on your physical drive. Thus, you can oversell your physical drive.

Disadvantages

  • Poorer performance when writing to.
  • May not be able to write to the device before its capacity is reached because the underlying device has been filled.
{ Read More }


Friday, 9 June 2017

Creates A Virtual Encrypted Disk with Password Protect in your USB flash Drive or Hard drive

Creates A Virtual Encrypted Disk with Password Protect in your USB flash Drive or Hard drive



Creates A Virtual Encrypted Disk with Password Protect in your USB flash Drive or Local Hard drive using TrueCrypt Free Software. First download And Install TrueCrypt in your System Computer. For more updates you can visit the main source here .

Step-by-Step Instructions on How to Create,
Mount, and Use a TrueCrypt Volume Encryption.


The main TrueCrypt window should appear. .

Step 1:


Click Create Volume (marked with a red rectangle for clarity).

Step 2:


Choose Creates an Encrypted File Container and Click Next.

Step 3:


Choose Standard TrueCrypt Volume, Select this option if you want to create a normal TrueCrypt volume

Step 4:



Select A File, or Create a file then Save and Click Next

Step 5:


Click Next

Step 6:



Choose Default Encryption Option Click Next.

Step 7:


Select Your Volume Size, TrueCrypt Will Detect All Free Space available in your local Drive. Click Next.

Step 8:


Insert Password for your TrueCrypt, TrueCrypt Recommend choosing a password more than 20 character (the longer, ther better). click Next

Step 9:


If password below 20 character TrueCrypt alert you, You can choose yes if you dont want longer password.

Step 10:


Select Yes if you want TrueCrypt Store more Than 4GB in your Drive. Click Next.

Step 11:


Click Format, Wait until TrueCrypt Finish Formating Your Encrypted Drive


To Mount Created Volume

Step 1:


Step 2:


Step 3:


Step 4:







Watch Live Video Tutorial: Here


More Tags: Angry Bird, Blogger, Fate , Plants Vs Zombie, Special Force, Point Blank, Ai Maps, Deep Freeze UnFreezer, Ninja Saga, Deep Freeze, Samsung SGH, Guitar Pro, USB XP Install, Yahoo 443 Problem, Turtle Odyssey, GTA San-Andreas, PlayStation, Tips Tweaks Tricks, HTML, Facebook, Animated JPG, Counter-Strike, USB Windows Format, Screensaver, USB Security.
{ Read More }


Tuesday, 6 June 2017

Create a virtual shop on Facebook with QStoms

Create a virtual shop on Facebook with QStoms


Dead Space 3 � PC


Dead Space 3 - PC


Dead Space 3 brings Isaac Clarke and merciless soldier John Carver on a journey across space to discover the source of the Necromorph outbreak. Crash-landed on the frozen planet of Tau Volantis, Isaac must comb the harsh environment for raw materials and scavenged parts. He will then put his engineering skills to the ultimate test to create and customise weapons and survival tools. The ice planet holds the key to ending the Necromorph plague forever, but first Isaac must overcome avalanches, treacherous ice-climbs, and the violent wilderness. Facing deadlier evolved enemies and the brutal elements, Isaac can choose to team up, not only for his own survival, but for that of mankind�s. Play together with a friend or go it alone as Isaac Clarke using the seamless new drop in, drop out co-op functionality. Each mode offers unique story elements and gameplay.

 
Download .torrent

You need uTorrent for downloading .torrent files.

{ Read More }


Sunday, 30 April 2017

Create Virtual Drive Anywhere Use Virtual Drive Creator v2 2 Full

Create Virtual Drive Anywhere Use Virtual Drive Creator v2 2 Full


Create Virtual Drive Anywhere


Configure Your Hard Disk Storage Using Virtual Drive


What is Virtual Drive
Wiki explain that Virtual drives are typically read-only, being used to mount existing disk images which are not modifiable by the drive. However some software provides virtual CD/DVD drives which can produce new disk images; this type of virtual drive goes by a variety of names, including "virtual burner".

A Virtual Drive in computing is a device that to the operating system appears to be an ordinary physical disk drive, with disc images substituted for disc reading hardware through the use of software called a disk emulator. It may also be termed an electronic disk, RAM disk, emulated disk, e-disk, pseudo-drive, super drive, hyperdrive or memory disk.

Basically, Virtual Drive is not a physical drive present in your system. But it serves just like any other CD/DVD drive. When you take an image of a CD/DVD and save it on your hard disk, you can directly access that CD/DVD content by just mounting it onto virtual drive. One of the famous virtual drive is from PowerISO.

Or Try to Download the File and install VD Setup.. Double Click the Reg key file.. Now Ready to Create your Virtual Drive, Browse To the folder you want to Save All Your Virtual Drive files.. Select Available Drive letter for your Virtual Drive. Click OK and Refresh..



Download Virtual Drive Creator Full

More Tags: Angry Bird, Blogger, Fate , Plants Vs Zombie, Special Force, Point Blank, Ai Maps, Deep Freeze UnFreezer, Ninja Saga, Deep Freeze, Samsung SGH, Guitar Pro, USB XP Install, Yahoo 443 Problem, Turtle Odyssey, GTA San-Andreas, PlayStation, Tips Tweaks Tricks, HTML, Facebook, Animated JPG, Counter-Strike, USB Windows Format, Screensaver, USB Security.
{ Read More }


Tuesday, 18 April 2017

Create multiple virtual desktops on Windows with nSpaces

Create multiple virtual desktops on Windows with nSpaces


Devil May Cry 3: Special Edition Full Version - di karenakan permintaan beberapa penggunjung agar dihadirkannya game Devil May Cry 3. Nah kali ini Devil May Cry 3: Special Edition saya hadirkan untuk teman-teman sekalian mainkan, bagi yang masih penasaran atau mungkin belum memiliki pc game DMC3 Special Edition silahkan untuk mendownloadnya.

   Minimum System Requirements


  • OS: Windows XP/Vista
  • Processor: Pentium 4 @ 3 GHz
  • Memory: 512 MB (1 GB for Vista)
  • Hard Drive: 8 GB Free
  • Video Memory: 256 MB (nVidia GeForce 6600 SM3 Required)
  • Sound Card: DirectX Compatible
  • DirectX: 9.0c
  • Keyboard & Mouse
  • DVD Rom Drive


Recommended System Requirements
  • OS: Windows XP/Vista/Windows 7
  • Processor: Intel Core 2 DUO
  • Memory: 1 GB (2 GB for Vista)
  • Hard Drive: 8 GB Free
  • Video Memory: 512 MB (nVidia GeForce 8600)
  • Sound Card: DirectX Compatible
  • DirectX: 9.0c or 10
  • Keyboard & Mouse
  • DVD Rom Drive
  • Game Pad STRONGLY Recommended
Part 1 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part001
 
Part 2 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part002
 
Part 3 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part003
 
Part 4 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part004
 
Part 5 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part005
 
Part 6 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part006 
 
Part 7 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part007
 
Part 8 - http://www.indowebster.com/download/audio/Devil_May_Cry_3_Special_Edition_PCGames_Part008

Tester : haveljozz
More : haveljozz.blogspot.com
{ Read More }


Create a Startup Disk By Using this Virtual Floppy Disk Drive No Built in Installations Needed

Create a Startup Disk By Using this Virtual Floppy Disk Drive No Built in Installations Needed


Because of fast technology CD�s is much exploit compare to a Floppy Disk And because of a high memory capacity of 700MB it can store any type of file. Like Mp3, Video, your important data files and Bootable Disk Streaming Windows Xp SP2 Professional by using any Burning Software. Best example is (Nero). However, Other Program requires to having built-in Floppy Drive on their PC to open a system files. So I made a Decision and find what Software I will use to make a Virtual floppy Drive. And this is it, VFD Control Panel a small software that can you use to backup your system files and make not only one but twice Virtual Floppy Drive. With A default letter A: for your Floppy Drive. But you can select what Letter you want for your Device A-Z. It safe and no Hustle, no Adds-on and Virus free. Just Install or extract the file on any directory you want. Now you can use Floppy drive without built-in installed�.

Click All the Image for Better Guide:




Download VFDCpanel: Here
Download OEMBoot.IMZ: Here


Note: You can Make a Blank IMZ file by Copying OEMBoot.IMZ file and Rename it into Blank144.IMZ file. Open your Rename file in VFDCPanel. Format then Save Now you Have a Black 3.5" 1.44MB Image Disk. Thanks...



More Tags: Angry Bird, Blogger, Fate , Plants Vs Zombie, Special Force, Point Blank, Ai Maps, Deep Freeze UnFreezer, Ninja Saga, Deep Freeze, Samsung SGH, Guitar Pro, USB XP Install, Yahoo 443 Problem, Turtle Odyssey, GTA San-Andreas, PlayStation, Tips Tweaks Tricks, HTML, Facebook, Animated JPG, Counter-Strike, USB Windows Format, Screensaver, USB Security.
{ Read More }