All public logs

Jump to navigation Jump to search

Combined display of all available logs of Frotmail Projects. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 06:13, 19 September 2023 Eric talk contribs created page Co2 Laser (Created page with "=Intro= De lasersnijder is een kwetsbaar apparaat waarmee je gemakkelijk fouten kan maken die gevaarlijk of duur uit kunnen pakken. Daarom hier een pagina hoe deze werkt en tevens een naslag welke instellingen passen bij welke materialen. =De onderdelen= =Materialen= {| class="wikitable" style="margin:auto" |+ Materialen |- ! Soort !! Dikte !! Details !! Graveren !! Snijden |- | Hout || ~3mm || Hard triplex - Hornbach || 300mm/sec @ 20% || 20mm/sec @ 60% |- | Hout ||...")
  • 18:32, 21 September 2022 Eric talk contribs created page User:Eric (Created page with "Persoonlijke links =Media= * [http://10.4.10.16:8096/web/index.html#!/home.html JellyFin] * [http://10.4.10.16:2283/ Immich] * [http://10.4.10.16:9091/ Transmission] * [http://10.4.10.2:8902/ IPCams] =Netwerk= * [http://10.4.10.16:8082/admin/ Pihole uitwijk] * [http://10.4.10.46:8082/admin/ Pihole primair] =Domotica= * [http://10.4.10.16:8123/ HomeAssistant]")
  • 09:48, 5 April 2022 Eric talk contribs created page Zabbix Log monitoring (Created page with "=Inleiding= Naast het verzamelen van SNMP counters is Zabbix ook in staat om logfiles in de gaten te houden. [https://www.zabbix.com/documentation/2.4/manual/config/items/itemtypes/log_items 1] Voor mij was de documentatie niet voldoende om duidelijk in te zien hoe ik logmonitoring kon toepassen met een wat uitgebreidere regex. Vandaar deze pagina ter naslag. =log item= Allereerst heb je een host nodig met de zabbix_agent, deze agent zal de logfile in de gaten gaan hou...")
  • 09:47, 5 April 2022 Eric talk contribs created page ZFS (Created page with " 1315 add-apt-repository ppa:zfs-native/stable 1320 apt-get install ubuntu-zfs 1321 zfs 1336 zfs create tank/zip 1337 zfs set compression=gzip tank/zip 1347 zfs 1348 zfs list 1349 zfs list help 1350 zfs list zip 1351 zfs list tank 1352 zfs list tank/zip 1353 zfs list --help 1354 zfs 1355 zfs get tank 1356 zfs get tank/zip 1365 zfs get compressratio 1373 zfs create nonzip 1374 zfs create tank/nonzip 1416 zfs create -o encryption=on ta...")
  • 09:47, 5 April 2022 Eric talk contribs created page Wireshark (Created page with "=Hoe herken je waar een capture is gemaakt= ==Lokaal of via een span poort?== Of een sessie lokaal is vastgelegd of via een spanpoort binnen is gekomen kan relevant zijn bij het interpreteren van een dump file. Checksum errors (wegens offloading) bijvoorbeeld zijn heel normaal bij een lokale dump maar niet te verwachten uit een spanpoort. Kleinste ethernet pakket = 64 bytes Als het pakket kleiner is wordt dit door de NIC aangevult (padding) FSC wordt door wireshark...")
  • 09:46, 5 April 2022 Eric talk contribs created page Wifi PEAP (Created page with " * [http://darelltan.multiply.com/journal/item/188 1] Note: Bij het maken/bevestigen van het server certificaat dienen de xpserver_ext extenties te worden toegevoegd. Anders zal XP het certificaat niet als geldig zien en zonder foutmelding weigeren. openssl ca -config /etc/ssl/openssl.cnf -policy policy_anything -out server_cert.pem -extensions xpserver_ext -extfile /etc/ssl/xpextentions -infiles newreq.pem root@LH-1083:/home/eric# cat /etc/ssl/xpextentions [ xpcli...")
  • 09:46, 5 April 2022 Eric talk contribs created page Wifi (Created page with "dBm to mW 10 ^ (dBm / 10) Fresnel zone diameter in meter = 17.32 * SQRT ( dist / 4 freq ) dist = KM freq = GHz Lengte frequentie 1 hz = 299792458 m 1000 hz = 299792.458 m 1000000 hz = 299.792458 m lengte in m = snelheid vh licht / hz")
  • 09:45, 5 April 2022 Eric talk contribs created page Two-factor Apache2 (Created page with "reverse proxy config: <VirtualHost *:443> ServerAlias test.frotmail.nl ServerAdmin webmaster@frotmail.nl ProxyRequests off ProxyPass /test/ http://1.2.3.4:8080/test/ ProxyPassReverse /test/ http://1.2.3.4:8080/test/ ServerName test.frotmail.nl SSLEngine on SSLCertificateFile /etc/apache2/ssl/server.pem SSLCertificateKeyFile /etc/apache2/ssl/server.key AddRadiusAuth 1.2.3.4:1812 sharedsecre...")
  • 09:45, 5 April 2022 Eric talk contribs created page Transparante Proxy (Created page with "=Situatie= We willen het uitgaande verkeer door een Squid proxy trekken om zo onze gebruikte brandbreedte te optimaliseren. =Probleem= Om het verkeer door Squid te laten afhandelen zonder alle clients hiervoor in te moeten stellen dienen we met IPTables te stoeien. Deze dient het HTTP verkeer te onderscheppen en om te leiden via Squid. =Oplossing= Er zijn 3 bekende methoden om HTTP verkeer om te leiden, hier volgt een voorbeeld van alle 3 ==Methode 1== Deze methode is al...")
  • 09:44, 5 April 2022 Eric talk contribs created page TrafficManagement (Created page with "Handleiding thumb =Installatie & Configuratie= ==Opzetten database== In de map staat een bestand 'db.sql'. Maak in MySQL een nieuwe database en importeer de gegevens uit db.sql. ==Config.inc.php== Vervolgens moeten we enkele instellingen maken in deze file, voorbeeld: <?php $dbhost = 'localhost'; $dbuser = 'trafficuser'; $dbpass = 'trafficpass'; $dbname = 'traffic'; //connectie maken $db = mysql_connect($dbhost, $dbuser...")
  • 09:44, 5 April 2022 Eric talk contribs created page TP2010 (Created page with "=Info= * Proxy: Squid ** Let op FD's (file descriptors) ** WCCP *** Squid in transparent mode, iptables redirect poort * Shaping op cisco ** Netflow: [http://forums.cacti.net/about12393.html] ** Shaping basics [http://slaptijack.com/networking/easy-traffic-shaping-in-cisco-ios/] ** [http://wiki.nil.com/Traffic_shaping_in_Cisco_IOS] ** [http://www.cisco.com/en/US/docs/ios/12_1t/12_1t2/feature/guide/clsbsshp.html#wp1025965 uitleg] Eerst definities: class-map match-all...")
  • 09:43, 5 April 2022 Eric talk contribs created page TCP Flags (Created page with "[http://www.symantec.com/connect/articles/abnormal-ip-packets] At least one of these six flags must be set in each TCP packet; each flag corresponds to a particular bit in the TCP header. The six flags are: * SYN (Synchronization) - Initiate a TCP connection. * ACK (Acknowledgment) - Indicates that the value in the acknowledgment number field is valid. * FIN (Finish) - Gracefully end a TCP connection. * RST (Reset) - Immediately end a TCP connection. * PSH (Push) - Tel...")
  • 09:43, 5 April 2022 Eric talk contribs created page Squid (Created page with "=Compilen= ==DNS== Bij het compilen hebben we --disable-internal-dns meegegeven omdat de interne DNS client niet geweldig presteerd bij veel clients. Nu zal squid een dnsserver compilen/installeren welke door squid gestart kan worden, zie bij config het kopje DNS Server ./configure --disable-internal-dns ==SNMP== Om de performance van de proxy te monitoren kunnen we snmp aanzetten in squid ./configure --enable-snmp =Config= ==Blacklist== acl blacklist dstdomain "/...")
  • 09:41, 5 April 2022 Eric talk contribs created page SFP Programming (Created page with "Bron: [http://ak47.mine.nu/sfpfixhp.txt] Making SFP Mini-GBIC's HP ProCurve compatible using a HP ProCurve switch - Some quick notes Successful was: * Altering the EEPROM from a 1000BASE-LX and 1000BASE-SX SFP from a HP ProCurve 2824 so it works in HP switches * Flashing old HP ProCurve SFP's (J4858A, J4859A, J4860A) so they work in new HP switches Knowning issues: * When the SFP enforces 'write protection' you cannot flash it from the switch. See: http://www.schelto...")
  • 09:41, 5 April 2022 Eric talk contribs created page Raspberry Fleet (Created page with "{| border="0" | Type || Inzet || Overig |- | Raspberry 1b || Werkloos || Werkloos |- | Raspberry 1b || Werkloos || Werkloos |- | Raspberry 1b || Werkloos || Werkloos |- | Raspberry 2b || Octoprint || 192.168.38.51 bij 3D Printer |- | Raspberry 2b || CNCjs || Schuur |- | Raspberry 2b || Werkloos || Werkloos |- | Raspberry 2b || Werkloos || Werkloos |- | Raspberry 3b || LaserCutter || 192.168.38.72 in lasercutter |- | Raspberry 3b+ || KodiMark || Studeer...")
  • 09:38, 5 April 2022 Eric talk contribs created page PowerDNS Stats (Created page with "Waneer je PowerDNS draait kan het intressant zijn om statistieken bij te houden. In PowerDNS zit de mogelijkheid om een interne webserver te draaien, welke zeer uitgebreide statistieken kan weergeven. Echter bij een restart van de service is deze informatie verloren. Om een aantal performance counters in Cacti weer te geven kunnen de onderstaande tools worden gebruikt. =PowerDNS= Via het pdns_control commando kan men verschillende counters uitlezen: root@vps:/home/er...")
  • 09:38, 5 April 2022 Eric talk contribs created page Postfix Backup MX (Created page with "Dit is een alternatieve manier om een Backup MX te draaien op een lichtgewicht machine. Een van de bronnen waar ik dit vandaan heb is [http://www.cyberciti.biz/faq/postfix-backup-mx-server-anti-spam/ Hier] =Functie= De functie van een backup MX server, is om mail aan te nemen wanneer de primaire server onbereikbaar is. Omdat spammers steeds vaker de backup-mx gebruiken om hun mail op te dumpen (daar draait vaak een lichtere vorm van filtering) is het belangrijk dat...")
  • 09:37, 5 April 2022 Eric talk contribs created page Pointers (Created page with "Stel: we hebben een PC met 10.000 bytes werkgeheugen. Dit betekend dat we 10.000 “hokjes” kunnen vullen met een getal tussen de 0 en 255. Als we in hokje 5 het getal 128 zetten willen we dit natuurlijk ook ooit terug kunnen lezen? Int i=128 Met deze regel slaan we bijvoorbeeld 128 op in het werkgeheugen...De computer bepaald waar dit getal wordt opgeslagen en onthoud vervolgens in welk vakje de waarde van “i” wordt bewaard. Stel de waarde van i (128) wordt in...")
  • 09:36, 5 April 2022 Eric talk contribs created page OpenSSL PKI (Created page with "rootca.conf [ default ] ca = Frotmail.nl-ClientSSL # CA name dir = . # Top dir base_url = http://ssl.frotmail.nl # CA base URL aia_url = $base_url/$ca.cer # CA certificate URL crl_url = $base_url/$ca.crl # CRL distribution point name_opt = multiline,-esc_msb,utf8 # Display UTF-8 characters # CA certificate request [ req ] defaul...")
  • 09:36, 5 April 2022 Eric talk contribs created page Network Analysis (Created page with "=Netwerk analyse= ==tcpdump== Met TCPdump maken we een dump van het verkeer naar disk: tcpdump -w filename.pcap ==tcpdstat== http://frotmail.nl/tools/tcpdstat-uw.tar.gz mirror http://staff.washington.edu/dittrich/talks/core02/tools/tools.html Original site Deze tool stelt ons in staat om statistieken van de pcap file uit te lezen: root@testd00s:/home/eric# tcpdstat test.pcap DumpFile: test.pcap FileSize: 441.91MB pcap_dispatch:truncated dump file; tried...")
  • 09:35, 5 April 2022 Eric talk contribs created page Netflow on Linux (Created page with "=Inleiding= Soms is het handig om Netflow informatie te kunnen uitlezen van verbindingen waarbij de apparatuur dit niet ondersteund. Een voorbeeld hiervan is een lijn van een derde partij welke in een Cisco 3750 is geprikt. De Cisco 3750 ondersteund geen netflow maar toch willen we weten wat de grootverbruiker is van deze verbinding. =Promiscuous Mode traffic ACCountant= Onder Ubuntu kan je deze eenvoudig installeren met apt-get install pmacct Vervolgens rest je all...")
  • 09:35, 5 April 2022 Eric talk contribs created page Net-SNMP (Created page with "=Pollen of Traps?= Ik heb in het verleden SNMP eigenlijk alleen gebruikt om met behulp van polling eenvoudig statistieken te verzamelen van verschillende hosts. Cacti ging dan iedere 5 minuten alle hosts af om informatie te verzamelen en dit komt dan in een leuk grafiekje. Het begrip SNMP TRAP had ik al verschillende malen voorbij zien komen maar het zei me niets. Ik had het niet nodig om Cacti werkend te krijgen dus wat maakt het uit??? Nu hadden we een paar weken gel...")
  • 09:34, 5 April 2022 Eric talk contribs created page MySQL Replicatie (Created page with "=Setup Master Server= You'll need this in your my.cnf on your server: log-bin server-id = 1 log bin turns on logging and server-id (which must be unique on your network) is requried for replication to work. I made the master in this case #1. Then, setup the replication user (assumes you're running mysql 4. mysql> GRANT REPLICATION SLAVE ON *.* TO repl@"%" IDENTIFIED '<password>'; restart your mysql server, if necessary do a: Get a snapshot of current data fo...")
  • 09:33, 5 April 2022 Eric talk contribs created page Mikrotik Power Consumption (Created page with "{| border="1" | | '''Model''' || '''Power Consumption (W) @ 12v''' || '''# Ports Online''' || '''Misc''' |- | RB951G-2HnD || 2.7 - 3 || 2 || WiFi on |- | RBwAP2nD || 1 || 1 || WiFi on |- | CRS305-1G-4S+IN || 4.3 || 1 || No SFP modules |- | CRS305-1G-4S+IN || 6.15 || 3 || 2x GLC-T |- | CRS305-1G-4S+IN || 5.36 || 3 || 2x SFP-10G-SR |- | CRS305-1G-4S+IN || 5.72 || 3 || 2x SFP-10G-LR |}")
  • 09:33, 5 April 2022 Eric talk contribs created page Lab (Created page with "= Hardware = == Wireless == * 1x AIR-CAP3502I-E-K9 * 2x AIR-CAP2602E-E-K9 * 3x AIR-CAP2602I-E-K9 * 5x AIR-LAP1142N-E-K9 * 3x AIR-AP1131AG-E-K9 == Routers == * 3x c1803 * 5x c1841 == Switches == * 2x ws-c3750e-24td-e * 2x ws-c3750g-24td-e = PDU = DIY PDU (10.4.101.100) 1 c2960g-24t 2 ASA 5505 3 Serial Console Server 4 c800-uplink 5 c2960g-8 6 NC 7 DELL r210 II 8 APC 7921 PDU APC PDU (192.168.38.250) 1 3750g-24t 2 3750g-24t 3 1800 4 1800 5 1800 6 1800...")
  • 09:32, 5 April 2022 Eric talk contribs created page Kibana (Created page with "=Docker= ==Apt-get== apt-get install docker-compose docker adjust sudo joe /etc/sysctl.conf vm.max_map_count=262144 apt-get remove apparmor ==Docker-compose== version: '2' services: kibana: image: kibana:6.7.0 container_name: kibana links: - 'elastic:elasticsearch' ports: - '5601:5601' logstash: image: logstash:6.7.0 container_name: logstash volumes: - /root/docker/logstash/config/:/usr/share/lo...")
  • 09:32, 5 April 2022 Eric talk contribs created page Docker Swarm (Created page with "= GlusterFS = Install sudo apt install glusterfs-server sudo systemctl start glusterd.service Add peer sudo gluster peer probe docker-pi-b Create Volume gluster volume create gv0 replica 2 docker-pi-a:/opt/brick docker-pi-b:/opt/brick gluster volume create gv0 replica 2 docker-pi-a:/opt/brick docker-pi-b:/opt/brick force gluster volume start gv0 Mount volume mount -t glusterfs docker-pi-a:/gv0 /mnt/gv0/ = VRRP = Install keepalived sudo apt install keepalived...")
  • 09:30, 5 April 2022 Eric talk contribs created page Client-SSL (Created page with " <VirtualHost *:443> ServerAdmin webmaster@localhost ServerAlias ssl.frotmail.nl ServerName ssl.frotmail.nl DocumentRoot /srv/www/ssl <Directory /> Options FollowSymLinks AllowOverride None </Directory> ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/ssl_access.log combined SSLEngine on SSLCertificateFile /etc/ssl/wildcard.frotmail.pem SS...")
  • 09:29, 5 April 2022 Eric talk contribs created page Certificate Templates (Created page with "Bijzonderheden met betrekking tot Microsoft Certificate Services Wanneer, bij een aanvraag, de juiste certificaat templates niet zichtbaar zijn kunnen er verschillende zaken spelen: =Template niet ingeschakeld= Door te kijken welke certificaat templates zijn ingeschakeld kan het probleem mogelijk al gevonden zijn: C:\Users\Administrator>certutil -catemplates RASAndIASServer: RAS and IAS Server -- Auto-Enroll: Access is denied. DirectoryEmailReplication: Directory Ema...")
  • 09:29, 5 April 2022 Eric talk contribs created page CNC (Created page with "=Apparaat= De CNC machine is van het type 3018 wat zoveel betekend als: * X As is 30cm lang * Y As is 18cm lang De hoogte is ook beperkt, om over het object heen te kunnen mag het niet hoger zijn dan ~30-35mm =Inschakelen= Aan de CNC machine zitten 2 stekkers: * De 12v/24v adapter van de machine zelf * De USB voeding voor de Raspberry PI Steek eerst de voeding van de Raspberry PI in het stopcontact gevolgd door de voeding van de CNC machine zelf. Wanneer de Raspberr...")
  • 09:28, 5 April 2022 Eric talk contribs created page Avocent CPS1610 Serial Console Server (Created page with "=Toegang= Poort 30xx waarbij xx het poortnummer is, is de telnet ingang van iedere poort, SSH zit op 31xx =Bekabeling= De volgende kabel kan gebruikt worden om Cisco apparatuur op de console aan te sluiten. Let op: De kabel is niet symetrisch dus kan maar op 1 manier worden gebruikt. Cisco HP 1 2 DTR -> DSR 2 3 TxD -> RxD 4 4 5 GND -> GND 6 6 RxD -> TxD 5 7 DSR -> DTR 7 8 =Configuratie= Een Cisco device geeft standa...")
  • 09:27, 5 April 2022 Eric talk contribs created page 802.1x (Created page with "=Cisco CAT Switches= When configured as a fallback mechanisms, MAB is deployed after IEEE 802.1X times out. If the endpoint's Pre-eXecution Environment (PXE) process times out, or if Dynamic Host Configuration Protocol (DHCP) gets deep into the exponential backoff process before the timeout occurs, the endpoint may not be able to communicate even though the port has been opened. To the end user, it will appear as if network access has been denied. There are three potent...")
  • 09:27, 5 April 2022 Eric talk contribs created page 3D Printer (Created page with "=Keuzes= ==Model== Voorlopig is gekozen voor de [http://reprap.org/wiki/Prusa_i3 Prusa i3] gezien deze redelijke resultaten weet te behalen met relatief lage kosten. =Onderdelen= ==Electronica== '''Optie 1''' {| | '''Onderdeel''' || '''Product''' || '''Prijs''' || '''Bijzonderheden''' |- | Motoren || [http://reprapworld.com/?products_details&products_id=95&cPath=1614 NEMA17] || 57.50 || 1x X 1x Y 2x Z 1x Extruder |- | Controller || [http://reprapworld.com/?products...")
  • 09:26, 5 April 2022 Eric talk contribs created page MySQL Backup (Created page with " #!/bin/bash USERNAME="root" PW="pass" BACKUPDIR=/crew/data/backup DBDIR=/crew/data/backup/DB MYSQLDIR=/var/lib/mysql rm $DBDIR/*.sql `mv $BACKUPDIR/sql.tar.gz $BACKUPDIR/sql.tar.gz.1` `mv $BACKUPDIR/sql.md5 $BACKUPDIR/sql.md5.1` for DB in $MYSQLDIR/*; do DB=`basename $DB` mysqldump -c -e -a -B $DB -u $USERNAME -p$PW > $DBDIR/$DB.sql echo "$DB is dumped..." done tar -zvcf $BACKUPDIR/sql.tar.gz $DBDIR 1> /dev/null rm $DBDIR/*.sql `/usr/bin/md5sum $BACKUPDI...")
  • 09:26, 5 April 2022 Eric talk contribs created page Reboot na kernel panic (Created page with "Het is een kleine moeite om in te stellen maar kan soms uren downtime voorkomen. Om de pc in kwestie automatisch te laten rebooten na een kernel panic moet je deze waarde instellen in /proc/sys/kernel/panic. Om de huidige waarde te bekijken typ je: cat /proc/sys/kernel/panic (0 betekend niet rebooten) Om deze waarde te veranderen typ je: echo 10 > /proc/sys/kernel/panic waar 10 het aantal seconden is dat de machine wacht voor hij gaat rebooten Omdat je dit commando na...")
  • 09:26, 5 April 2022 Eric talk contribs created page Putty (Created page with "=Putty: inloggen= Nodig: - puttygen - pageant - putty In dit artikel gaan we proberen met putty op een veilige manier in te loggen op een linux machine, zonder gebruik te maken van een wachtwoord bij het inloggen op de SSH server. Dit inloggen zal plaatsvinden met behulp van public en private keys. Het idee achter deze login methode is dat de server een public key heeft en u zelf de bijbehorende private key. Op deze manier controleerd de server of hij u kan herken...")
  • 09:25, 5 April 2022 Eric talk contribs created page VPN over SSH (Created page with "=Software nodig= - pppd, gebruikt in deze opstelling was ppp-2.4.4b1-i486-1 - OpenSSH - pty-redir (http://www.study-area.org/linux/src/pty-redir-0.1.tgz) =Netwerk info= == Subnet A == IP Range: 192.168.1.0/24 Router IP: 192.168.1.1 == Subnet B == IP Range: 192.168.3.0/24 Router IP: 192.168.3.1 == VPN Link == IP Range: 192.168.2.0/24 Side A: 192.168.2.1 Side B: 192.168.2.2 de pppd link heb ik voor het gemak even in een andere range gezet om verwarri...")
  • 09:25, 5 April 2022 Eric talk contribs created page SSH Tunnels (Created page with "=HOWTO: Sending Email from a Laptop= I own two laptops and one desktop computer, all of which run Linux. Most modern Linux distributions come with postfix and/or sendmail that allows them to send email. Unfortunately, in an attempt to reduce spam, many sysadmins have configured their mail servers not to accept email sent this way. On a desktop machine you can simply configure your mail client software to use your institute's or your Internet service provider's mail rel...")
  • 09:25, 5 April 2022 Eric talk contribs created page SSH (Created page with "- SSH Tunnels - VPN over SSH - Bruteforce SSH - Putty {{:Category:SSH}}")
  • 09:25, 5 April 2022 Eric talk contribs created page Mail Related (Created page with "- Backup MX - Courier SSL certificaten - Cyrus SASL - Installatie Maildrop Category:Mail Related")
  • 09:24, 5 April 2022 Eric talk contribs created page Linux firewall voor IIS2k3 Passive FTP achter nat (Created page with "Wanneer je IIS achter een firewall zet gooit hij misleidende berichten naar buiten. Zo wordt altijd het interne IP weergegeven PORT 192.168.0.8,23,443 Dit is op te lossen met 2 modules: modprobe ip_conntrack_ftp ports=21,5500,5700 modprobe ip_nat_ftp ports=21,5500,5700 5500-5700 is in dit voorbeeld de passive port range")
  • 09:24, 5 April 2022 Eric talk contribs deleted page Headless BT
  • 09:23, 5 April 2022 Eric talk contribs created page RPI: Headless BT (Created page with "Prepare bluetooth service sudo joe /lib/systemd/system/bluetooth.service ExecStart=/usr/lib/bluetooth/bluetoothd -C ExecStartPost=/usr/bin/sdptool add SP ExecStartPost=/bin/hciconfig hci0 piscan Reboot PI Prepare new rfcomm service sudo joe /etc/systemd/system/rfcomm.service [Unit] Description=RFCOMM service After=bluetooth.service Requires=bluetooth.service [Service] ExecStart=/usr/bin/rfcomm watch hci0 1 getty rfcomm0 115200 vt100 -a pi [Instal...")
  • 09:23, 5 April 2022 Eric talk contribs created page RPI: Headless USB (Created page with "Only works on Raspberry Pi Zero, Zero W and 4b!!! Edit /boot/config.txt in [all] section: dtoverlay=dwc2 cmdline.txt, after rootwait (take care the line does not break up!!) modules-load=dwc2,g_ether g_ether.host_addr=dc:a6:32:xx:xx:xx g_ether.dev_addr=dc:a6:32:xx:xx:yy g_ether.dev_addr is the Pi Zero interface. g_ether.host_addr is the host PC interface. Reboot! Category:RaspberryPiCategory:Linux")
  • 09:22, 5 April 2022 Eric talk contribs created page Category:RaspberryPi (Created page with "Projects on my rpi's: * Raspberry Pi Zero W * Raspberry Pi 1B+ * Raspberry Pi 3B+ * Raspberry Pi 4B")
  • 09:22, 5 April 2022 Eric talk contribs created page Headless BT (Created page with "Prepare bluetooth service sudo joe /lib/systemd/system/bluetooth.service ExecStart=/usr/lib/bluetooth/bluetoothd -C ExecStartPost=/usr/bin/sdptool add SP ExecStartPost=/bin/hciconfig hci0 piscan Reboot PI Prepare new rfcomm service sudo joe /etc/systemd/system/rfcomm.service [Unit] Description=RFCOMM service After=bluetooth.service Requires=bluetooth.service [Service] ExecStart=/usr/bin/rfcomm watch hci0 1 getty rfcomm0 115200 vt100 -a pi [Instal...")
  • 09:22, 5 April 2022 Eric talk contribs created page OpenVPN (Created page with "=Installatie in Ubuntu= Bron: [https://help.ubuntu.com/community/OpenVPN] De installatie van OpenVPN kan eenvoudig via de apt-get repository apt-get install openvpn =Opbouwen CA= OpenVPN is gebaseerd op een CA systeem. Dit kan je handmatig opbouwen maar hier gebruiken we een set scripts welke bij OpenVPN worden geleverd: mkdir /etc/openvpn/easy-rsa/ cp -R /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/ In de vars file kan je de informatie ove...")
  • 09:21, 5 April 2022 Eric talk contribs created page Linux Tips and Tricks (Created page with "Repeat last command: !! Sudo last command: sudo !! Correct previous statement (in editor) fc Prevent cmd from entering in history: [space]cmd Category:Linux")
  • 09:20, 5 April 2022 Eric talk contribs created page Installatie SABnzbd (Created page with "Gelieve deze howto niet over te nemen op andere sites zonder toestemming =Installatie SABnzbd= Deze howto beschrijft de installatie van SABnzbd vanaf source. In deze howto worden alle benodigde programma's vanaf source gecompiled en geinstalleerd in /usr/local/sabnzbd. ==Installatie Python== Download Python vanaf http://www.python.org/download/ wget http://www.python.org/ftp/python/2.4.2/Python-2.4.2.tgz Pak Python uit tar -xzvf Python-2.4.2.tgz cd Python-2.4.2 Confi...")
  • 09:20, 5 April 2022 Eric talk contribs created page Installatie Postfix SASL (Created page with "= SASL = Download sasl van ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ uitpakken: tar -zvxf cyrus-sasl-2.1.21.tar.gz cd cyrus-sasl-2.1.21 Compilen: ./configure make make install Intressant leesvoer: CYRUS SASL Before installing CYRUS, you should know that mysql libraries are assumed to be stored in /usr/local/mysql/lib/mysql and header files are in /usr/local/mysql/include/mysql directories. If you are using Redhat, your mileage may differ a little bit. You...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)