Syl21
(6 reviews, 23 articles)
This user has not shared the information in his profile
Home: http://www.syl21.org/
Articles by Syl21
Linux Virtual Disk
0Hello,
Today to prepare for a future article on LVM (Logical Volume Manager) a very powerful disk manager.
I will teach you how to mount a file and show you how create a virtual block device.
for more information on the commands that I run do not hesitate to "man command" and that "q" to exit the Doc
Example 1 - create an empty file, format it and then mount it:
dd if = / dev / zero of = 1G bs = Disque_Virtuel.dd count = 1 mkfs.ext4-F Disque_Virtuel.dd sudo mkdir / media / Disque_Virtuel sudo mount-o loop Disque_Virtuel.dd / media / Disque_Virtuel / ls / media / Disque_Virtuel / df-h
As you can see the file is mounted and viewed as a hard disk.
Without realizing it, just using the '-o loop "mount you have created a virtual device.
Cleaning Example 1 - dismantling, removal of the mount point and then delete the file:
sudo umount / media / Disque_Virtuel / sudo rmdir / media / Disque_Virtuel / rm Disque_Virtuel.dd
I will now More>
FreeBox v6 Revolution SeedBox
0Good evening everyone,
Here is a script to use the SeedBox FreeBox not connect ...
I call this script FreeSeedBox
Features: Allows downloads of all three types, namely: 1 - Download the Torrent URL 2 - Download the Web URL (. Zip. Rar. Avi and other ...) 3 - Download from local files Torrent User interface with the application URL if it is not an argument, and provides assistance in resolving an incident with clear messages.
Output states: 0 - Operation performed 1 - 2 Curl not found - Error connecting to the FreeBox 3 - Can not add the download
Installation: Copy the following code to install and boot Ubuntu FreeSeedBox:
sudo apt-get install curl sudo wget-O http://www.syl21.org/wp-content/uploads/2011/06/freeseedbox / usr / bin / freeseedbox sudo chmod 755 / usr / bin / freeseedbox freeseedbox
Use:
There are two solutions: either run the script directly and meet the More>
Chroot SSH script for Debian and its derivatives
AHello,
Recently, I wanted to do a chroot to secure new connections to come on my server.
After reading some tutorial, it seemed very complicated ...
So me when it's complicated, I script
The result, a small script that you created everything!
The only information to know is that the tree before the chroot file must be owned by root ...
Here's how to install and use:
As a first step to root
sudo-i Now install the application and once more become user
http://www.syl21.org/wp-content/uploads/2011/05/mkchroot_ssh wget-O / usr / sbin / mkchroot_ssh chmod + x / usr / sbin / mkchroot_ssh exit
It is now to use the script it'll just be
sudo mkchroot_ssh Let us guide you is that of happiness ...
Good day
Migration of a physical machine to a Windows 7 virtual machine VirtualBox (P2V)
4Hello,
Today a small article on the migration of a Windows 7 to a Virtual Machine VirtualBox.
So I'll start with the two most common problems and finally end the process of data migration.
Problem 1:
To speed up the loading time, the installation of M $ Windows modifies the registry to not start the hardware drivers are not present. The problem is that here we will change the material and if the driver disk controller does not start, Windows will not find a boot disk! The solution: change the Windows registry before migration. I propose to do is use this file for editing the registry: Add_VBox_Hardware
Problem 2:
Windows has three different layers of abstraction equipment, managed by three different libraries: "Hal.dll (PC standard)" / "Halacpi.dll (for PC with ACPI)" / "Halaacpi.dll (for PC with ACPI and IO APIC) " More>
Broning v1
0Hello,
After a long period without new, here's a version of Broning
It provides:
- Complete integration of naviseccli
- Ultra simplified installation
- Passage of a PERL PERL executable, much less of prerequisite
- All user input is verified
I look forward to this release, please give me your opinion and report bugs ...
Thank you in advance and good day, ~) Syl21















































