This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start Bad Bot Prevention | |
<IfModule mod_setenvif.c> | |
# SetEnvIfNoCase User-Agent ^$ bad_bot | |
SetEnvIfNoCase User-Agent "^12soso.*" bad_bot | |
SetEnvIfNoCase User-Agent "^192.comAgent.*" bad_bot | |
SetEnvIfNoCase User-Agent "^1Noonbot.*" bad_bot | |
SetEnvIfNoCase User-Agent "^1on1searchBot.*" bad_bot | |
SetEnvIfNoCase User-Agent "^3D_SEARCH.*" bad_bot | |
SetEnvIfNoCase User-Agent "^3DE_SEARCH2.*" bad_bot | |
SetEnvIfNoCase User-Agent "^3GSE.*" bad_bot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HELP : https://discuss.atom.io/t/whenever-i-start-atom-it-opens-a-file-weird-file/75721/8 | |
First Create a Backup | |
sudo cp /var/lib/snapd/desktop/applications/atom_atom.desktop /var/lib/snapd/desktop/applications/atom_atom.desktop.bak | |
To fix it you just need to run this command: | |
sudo sed -i 's/Exec=env BAMF_DESKTOP_FILE_HINT=\/var\/lib\/snapd\/desktop\/applications\/atom_atom.desktop \/snap\/bin\/atom ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false \/usr\/bin\/atom %F/Exec=env BAMF_DESKTOP_FILE_HINT=\/var\/lib\/snapd\/desktop\/applications\/atom_atom.desktop ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false \/snap\/bin\/atom %F/' /var/lib/snapd/desktop/applications/atom_atom.desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class curl_get_image{ | |
private $image_name = ""; | |
private $data = ""; | |
private $dir = ""; | |
private $details = array(); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd Downloads | |
$ tar xvf file.tar | |
OR | |
$ tar xvfz file.tar.gz | |
$ ./configure | |
$ make | |
$ make install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open up cmd from the start menu | |
2. Type compmgmt.msc to open your computer management tool and locate the disk (Number) [ From Storage > Disk Managemnt ] | |
3. Once you have the disk number, remember it, then pull command prompt back up and type in: diskpart | |
4. Type: list disk | |
5. Then type: select disk 2 (if Number is 2 .. From step 2 ) | |
6. Then type: clean | |
7. Then Type: create partition primary | |
8. Then type: active | |
9. Finally type: format fs= fat32 (OR NTFS) | |
[ Note it will take little time , Dont remove USB till formatting finished , you can check details in Step 2 Window ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Terminal - Ctrl+Alt+T | |
Enter below command - | |
gsettings set com.canonical.Unity.Launcher launcher-position Bottom | |
if you want to move back to left use command below - | |
gsettings set com.canonical.Unity.Launcher launcher-position Left |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Terminal Press - Ctrl+Alt+T | |
Enter | |
wget -O brave.deb https://laptop-updates.brave.com/latest/dev/ubuntu64 | |
Once finished Enter | |
sudo dpkg -i brave.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open your applications menu, search for “Disks”, and launch the Disks application. | |
Seelct the drive containing the Windows system partition, and then select the Windows system partition on that drive. It’ll be an NTFS partition. | |
Click the gear icon below the partition and select “Edit Mount Options”. | |
Disable the “Automatic Mount Options” setting at the top of the window. | |
In the mount options box, copy-paste or type the following text .. | |
,remove_hiberfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Terminal using .. | |
Ctrl+Alt+T | |
Assume you downloaded ISO file in " Downloads/ISO files " Directory | |
Use " cd " command to enter the folders .. Example : | |
$ cd Downloads/ISO\ files/ & Press Enter ( If your folder names are with space use back slash , space to enter the directory ) |
NewerOlder