This file contains hidden or 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
sudo ifconfig -a ✔ 2700 09:57:28 | |
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 | |
inet 127.0.0.1 netmask 255.0.0.0 | |
loop txqueuelen 1000 (Local Loopback) | |
RX packets 5041 bytes 344833 (336.7 KiB) | |
RX errors 0 dropped 0 overruns 0 frame 0 | |
TX packets 5041 bytes 344833 (336.7 KiB) | |
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 | |
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 |
This file contains hidden or 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
~$ dig debug.opendns.com txt | |
; <<>> DiG 9.10.3-P4-Debian <<>> debug.opendns.com txt | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34737 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1 | |
;; OPT PSEUDOSECTION: | |
; EDNS: version: 0, flags:; udp: 4096 |
This file contains hidden or 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
/* | |
* To change this license header, choose License Headers in Project Properties. | |
* To change this template file, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package id.ardev.resto.view; | |
import id.ardev.resto.controller.CategoryController; | |
import id.ardev.resto.controller.ProductController; | |
import id.ardev.resto.database.DatabaseMySQL; |
NewerOlder