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
/ip dns static | |
add regexp=".*.windowsupdate.microsoft.com" address=10.0.0.2 | |
add regexp=".*.update.microsoft.com" address=10.0.0.2 | |
add regexp=".*.windowsupdate.com" address=10.0.0.2 | |
add regexp=".*.download.windowsupdate.com" address=10.0.0.2 | |
add regexp=".*.a.vimeocdn.com" address=10.0.0.2 | |
add regexp=".*.b.vimeocdn.com" address=10.0.0.2 | |
add regexp=".*.pdl.vimeocdn.com" address=10.0.0.2 | |
add regexp=".*.player.vimeo.com" address=10.0.0.2 | |
add regexp=".*.youtube.com" address=10.0.0.2 |
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
/ip dns static | |
add name=lb.usemaxserver.de address=10.0.0.2 | |
add name=tracking.klickthru.com address=10.0.0.2 | |
add name=gsmtop.net address=10.0.0.2 | |
add name=click.buzzcity.net address=10.0.0.2 | |
add name=ads.admoda.com address=10.0.0.2 | |
add name=stats.pflexads.com address=10.0.0.2 | |
add name=a.glcdn.co address=10.0.0.2 | |
add name=wwww.adleads.com address=10.0.0.2 | |
add name=ad.madvertise.de address=10.0.0.2 |
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
opkg install kmod-usb-storage ip odhcpd vnstat zram-swap openvpn-polarssl kmod-usb-ohci usbutils screen block-mount kmod-usb2 fstools kmod-fs-ext4 kmod-sit e2fsprogs ip6table fdisk kmod-scsi-generic kmod-usb-uhci kmod-usb-storage-extras kmod-scsi-core | |
##CHROOTED: echo nameserver 8.8.8.8> /etc/resolv.conf ; mkdir -p /var/lock;opkg update |
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
## MAIN PROBLEM : WEAVE(FFSYNC) syncs no more than 2 montths or 5000 items of history, hardcoded (b*llsh*t) | |
## ALSO NO MORE THAN 5000 BOOKMARKS ARE SYNCED | |
##SOLUTION : use FEBE (https://addons.mozilla.org/en-US/firefox/addon/febe/contribute/roadblock/) , | |
## export all history ( and bookmarks if more than 5000 ) to json , merge them , reimport | |
## ->note FEBE history*.json is not indexed, so we have to look for duplicates on our own | |
## NOTE:MOBILE-Firefox doesnt do FEBE (trid hard..) but the way is to install firefox40 with custom fxa addon, | |
#####then use custom sync server, and after that upgrade to a recent verssion | |
####### | |
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
http://www.jobware.de/Job/Engineer-Presales-Security-und-IT-Grundschutz-m-w.69963535.html?jw_search_id=25289782633177197&jw_search_index=39 | |
http://www.jobware.de/Job/IT-Fachbearbeiter-m-w-Schwerpunkt-Linux-Administration.69218245.html?jw_chl_seg=CRITEO | |
http://www.jobware.de/Job/Systemberater-in-Linux-Administration.69703615.html | |
http://www.jobware.de/Job/Systemadministrator-m-w-Linux-UNIX.69991525.html | |
http://www.jobware.de/Job/Linux-Admin-m-w.69346245.html | |
https://myracloud.com/de/karriere-job-und-praktikum/junior-linux-admin-in-berlin/ | |
http://www.pro-linux.de/news/1/21898/nachwuchs-hacker-gesucht-cyber-security-challenge-in-berlin.html | |
https://www.monster.de/jobs/q-it-system-engineer-__2d-linux-server__2fhpc-__28m__2fw__29-__2d-217__2d05__2f2-jobs-l-berlin.aspx |
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
deb-src http://de.archive.ubuntu.com/ubuntu/ precise main restricted | |
deb http://de.archive.ubuntu.com/ubuntu/ precise-updates main restricted | |
deb-src http://de.archive.ubuntu.com/ubuntu/ precise-updates main restricted | |
deb http://de.archive.ubuntu.com/ubuntu/ precise universe | |
deb-src http://de.archive.ubuntu.com/ubuntu/ precise universe | |
deb http://de.archive.ubuntu.com/ubuntu/ precise-updates universe | |
deb-src http://de.archive.ubuntu.com/ubuntu/ precise-updates universe | |
deb http://de.archive.ubuntu.com/ubuntu/ precise multiverse | |
deb-src http://de.archive.ubuntu.com/ubuntu/ precise multiverse | |
deb http://de.archive.ubuntu.com/ubuntu/ precise-updates multiverse |
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
##GOTO http://forum.odroid.com/viewtopic.php?f=79&t=12604 | |
##LOAD https://mega.co.nz/#F!tpYmibgK!McPkWcmZ0nhz3KHVlAgl1Q | |
#H->#unxz odroid-u3-debian-jessie.img.xz | |
#H->#pv odroid-u3-debian-jessie.img | sudo tee /dev/mmcblk0 >/dev/null;time sync | |
##he forgot ssh keys in image | |
rm /etc/ssh/ssh*.pub /etc/ssh/*key | |
##get missing firmware | |
mkdir -p /lib/firmware/s5p-mfc/; | |
for file in s5p-mfc-v6.fw s5p-mfc.fw ;do curl -k "https://raw.githubusercontent.com/cernekee/linux-firmware/master/s5p-mfc/$fil""$file" > /lib/firmware/s5p-mfc/$file;done | |
apt-get update && apt-get upgrade |
NewerOlder