You are viewing all docs.

Filter by: AttachmentsSearchTag

  • No tags to show.
 Has attachment Title Author Created Last Edited Group Tags
Velgen

https://auto.bandenleader.nl/banden-pakket/27446/ https://www.onderdelenlijn.nl/auto-onderdelen-voorraad/magazijn/merk/mercedes/model/c-klasse/onderdeel/reservewiel/ https://www.steekmaat.nl/index.html

dero 02/24/2020 02/24/2020
NMEA HDT & HDG ETC

HDT HDG

dero 11/16/2019 11/16/2019
WCFM

WCFM

dero 11/03/2019 11/03/2019
Fix Windows and Repair

Fix windows

panter 10/17/2019 10/17/2019
Dell Windows 7

https://www.microsoft.com/en-us/software-download/windows7 Download Dell Window 7  

ilin 10/05/2019 10/05/2019
Epson xp-322

https://www.epson.eu/support/?productID=13671&language=nl#product_search Epson XP-322

dero 09/23/2019 09/23/2019
Scooter Aprilla SR 50

https://www.anwb.nl/wegenwacht/bromfiets/scooter-of-brommer-start-niet https://www.scooterdiscounter.nl/electra/ontsteking-binnenrotor/bobines https://www.scooteronderdelenshop.com/blog/scooter-cilinder-zuiger-vervangen http://www.scooter-freaks.nl/forum/techniek/tech-centrum/-2-takt/opvoeren-tuning/391920-how-to-cilinder-vervangen https://scooter-info.nl/informatie/luchtgekoeld-vloeistofgekoeld/ https://www.youtube.com/watch?v=Y_UNRJanAG8 https://www.bikeselectdelft.nl/produkt.asp?Id=11341&A=Cilinder_kit_Minarelli_Horz._scooter_AC_49cc._als_origineel%2C_gietijzer_met_hardstalen_cilinderwand.%23show https://scooterafstellen.nl/howto-filmpjes/cilinder-en-zuiger-demonteren/ https://www.fastfuriousscooters.nl/scooter-onderhoud-reparatie https://www.vandervalkscooters.nl/scooter-onderhoud-en-reparatie/ https://scoot-support.nl/reparaties-onderhoud/prijslijst/ https://www.google.com/search?q=naaldlager+scooter&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjwoaa3nrXjAhUC6qQKHR1iDvEQ_AUIESgC&biw=1920&bih=930#imgrc=Z_yGbR1B7toTCM: https://www.google.com/search?q=naaldlager+scooter&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjwoaa3nrXjAhUC6qQKHR1iDvEQ_AUIESgC&biw=1920&bih=930#imgrc=Z_yGbR1B7toTCM: https://www.scooteronderdelenshop.com/motordelen/carburateurs-delen/membraan-delen/ https://scooterforum.net/threads/kosten-cilinder-vervangen.151646/

Atjeh 07/14/2019 07/14/2019
Issues with php7

Test info.php <?php phpinfo(); ?> When u want Run your Website with PHP 7.0 then maybe is this your Solution: 1. Go to your Domain-Directory cd /home/yourdomain.tld/fcgi-bin 2. Then remove a Bit: chattr -i php7.0.fcgi and Edit the fcgi-File with nano or vi nano php7.0.fcgi 3. Edit the follow line: exec /usr/bin/php7.0 to the follow: exec /usr/bin/php-cgi7.0 4. Write and […]

salin 06/10/2019 06/10/2019
How do I remove PHP 7 Completely?

systemctl restart apache2.service systemctl status apache2.service To remove php7.0 use sudo apt-get purge php7.0-common This will remove all php7 version, be it php 7.0 or php 7.1 etc.. sudo apt-get purge php7.* apt-get autoremove php7.0 sudo apt-get purge `dpkg -l | grep php7.2| awk ‘{print $2}’ |tr “\n” ” “` sudo apt-get purge php7.* to remove all versions of php7, you […]

Ulala 06/10/2019 06/10/2019
How to install php7.3 on debian/ubuntu

sudo apt update sudo apt upgrade -y sudo apt -y install lsb-release apt-transport-https ca-certificates sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo “deb https://packages.sury.org/php/ $(lsb_release -sc) main” | sudo tee /etc/apt/sources.list.d/php7.3.list sudo apt update sudo apt -y install php7.3 Check Version installed $ php -v See example below which install standard PHP extensions. sudo apt install php7.3-cli php7.3-fpm php7.3-json php7.3-pdo php7.3-mysql php7.3-zip […]

tora 06/09/2019 06/09/2019
Linux Network

https://www.cyberciti.biz/faq/howto-configuring-network-interface-cards-on-debian/

ilin 06/03/2019 06/03/2019
Install mhddfs package on a Debian/Ubuntu/Mint Linux

apt-get install mhddfs  (debian-ubuntu) yum install mhddfs (suse) dnf install mhddfs (fedora) Configuration First, create a new mount point directory called /virtual.data # mkdir /virtual.data To join all three drives : # mhddfs /disk1,/disk2,/disk3 /virtual.data -o allow_other # df or df -h # ls -l /virtual.data/

ilin 05/06/2019 05/06/2019
LINUX COMMAND-NAS

sudo apt-get remove kde-plasma-desktop sudo apt-get remove –auto-remove kde-plasma-desktop sudo apt-get purge kde-plasma-desktop sudo apt-get purge –auto-remove kde-plasma-desktop Shell-Script for Openmediavault echo “deb http://packages.openmediavault.org/public erasmus main” > /etc/apt/sources.list.d/openmediavault.list apt–get update apt–get install openmediavault–keyring postfix apt–get update apt–get install openmediavault omv–initsystem

dero 05/05/2019 05/05/2019
BNWAS
dero 05/04/2019 05/04/2019
LINUX Check# CHKROOTKIT BINDSHELL – netstat -antup

http://www.webhostingtalk.com/showthread.php?t=276596 run # fuser -vn tcp 465 run # chkrootkit run # netstat -antup run # netstat -an|grep 4369 run #  lsof -i :4369 run # lsof -P -n -i | grep 465

dero 01/19/2019 01/20/2019
How to install Openmediavault

https://forum.openmediavault.org/index.php/Thread/14777-Guide-to-install-on-Deb-8-x-Jessie/ https://www.deviousweb.com/2017/03/07/raspberry-pi-nas/

amel 01/13/2019 01/13/2019
NMEA SIMULATOR and NMEA FILE URL’s

https://www.nmea.org/ http://www.visualgps.net/ https://nmeagen.org/ http://www.navmonpc.com/downloads.html http://4river.a.la9.jp/gps/

ilin 01/12/2019 01/12/2019
Best Free Video Editor Software

Best Free Video Editor Software https://learn.g2crowd.com/11-best-free-video-editor-tools-beginners/

dero 01/02/2019 01/02/2019
Linux File Manager

https://launchpad.net/~marlin-devs/+archive/ubuntu/marlin-daily

dero 12/29/2018 12/29/2018
LINUX-UBUNTU How do I fix my locale issue?

I am getting this message every time I do something like starting or stopping a service. https://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue

dero 12/29/2018 12/29/2018
how to repair boot from grub ubuntu and boot with windows 7 or others

https://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows https://askubuntu.com/questions/88384/how-can-i-repair-grub-how-to-get-ubuntu-back-after-installing-windows https://www.itsupportguides.com/knowledge-base/ubuntu/set-windows-10-default-ubuntu-grub-boot-loader/

dero 12/28/2018 12/28/2018
How to Clear Windows Update History in Windows 10/7

https://www.isumsoft.com/computer/2-ways-to-clear-windows-update-history.html

ilin 12/26/2018 12/26/2018
Read Linux Files from Windows

https://www.howtoforge.com/access-linux-partitions-from-windows

ilin 12/25/2018 12/25/2018
Mount mhddfs – mergerfs

https://romanrm.net/mhddfs http://corywestropp.com/develop/articles/setting-up-mergerfs/  

ilin 10/07/2018 10/14/2018
JSON

https://docs.jasonette.com/document/#bodyheader https://github.com/Jasonette/Jasonette-Web

ilin 10/05/2018 10/05/2018

There are no docs for this view.

Viewing 26-50 of 92 docs

©2025  gTokTok.COM

CONTACT US

We're not around right now. But you can send us an email and we'll get back to you, asap.

Sending
0

Log in with your credentials

or    

Forgot your details?

Create Account