Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'remove'

1685822 - Remove custom search from Linux : linux default change search custom mint remove disable
  1. **** Remove the Linux Mint Custom search ****
  2.  
  3. o Edit /usr/lib/firefox-addons/searchplugins/google.xml and replace the contents with the text below.
  4.  
  5. <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
  6.   <ShortName>Google</ShortName>
  7.   <Description>Google Search</Description>
  8.   <InputEncoding>UTF-8</InputEncoding>
  9.  
1419788 - Someone: php permissions remove delete rm rmdir folder
  1. <?php
  2.    function rchmod($parent, $dmod, $fmod) {
  3.          if (is_dir($parent)) {
  4.                  $old = umask(0000);
  5.                  chmod($parent, $dmod);
  6.                  umask($old);
  7.                  if ($handle = opendir($parent)) {
  8.                          while (($file = readdir($handle)) !== false) {
  9.  
worth-right
fantasy-obligation