Archive for Uncategorized

Java target definiálása Maven projektben

POM-ba tenni:

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-compiler-plugin</artifactId>
	<configuration>
		<source>1.8</source>
		<target>1.8</target>
		<showDeprecation>true</showDeprecation>
		<showWarnings>true</showWarnings>
		<executable>${env.JAVA_HOME_8}/bin/javac</executable>
		<fork>true</fork>
	</configuration>
</plugin>

FONTOS: JAVA_HOME_8 környezeti változó mutasson a JDK8-ra.

IP címek netmask-kal

/8     /255.0.0.0
/12   /255.240.0.0
/16   /255.255.0.0
/17   /255.255.128.0
/18   /255.255.192.0
/19   /255.255.224.0
/20   /255.255.240.0
/21   /255.255.248.0
/22   /255.255.252.0
/23   /255.255.254.0
/24   /255.255.255.0
/25   /255.255.255.128
/26   /255.255.255.192
/27   /255.255.255.224
/28   /255.255.255.240
/29   /255.255.255.248
/30   /255.255.255.252

OpenVPN windows automatikus indítása Windows-on

regedit

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Majd az alábbi kulcs hozzádása:

openvpn

“C:\Program Files\OpenVPN\bin\openvpn-gui.exe” –connect housemaster.ovpn

Példa:

openvpn_regedit

 

Arduino PRO + FTDI how to

We use the JY-MCU USB Serial Port Adapter from dx.com. These are extremely cheap but unfortunately the documentation is very scarce (as with almost all DX stuff) so connecting it to an Arduino Mini Pro 3.3V Atmega328 can be confusing.

  1. Connect USB 3.3V to Arduino VCC. (red)
  2. Connect USB Ground to Arduino BLK. (black)
  3. Connect USB TXO to Arduino RXI. (yellow)
  4. Connect USB RXD to Arduino TXD. (blue)
  5. Connect USB DTR (Data Terminal Ready, which is basically a RS-232 line) to Arduino GRN. (green)

 

The VBUS on the JY-MCU Serial Adapter is basically just an extra 5.2V line, handy for Rasberry Pi serial communication.
After wiring everything together select the Arduino Mini Pro 3.3V 328 (make sure it’s the correct voltage!) in the dropdown.

mt7601U Wifi dongle telepítése Raspberry Pi2-re

Frissítünk GCC-4.7re:

apt-get install gcc-4.7
rm /usr/bin/gcc
ln -s /usr/bin/gcc-4.7 /usr/bin/gcc

letöltjük a driver forrást (https://github.com/porjo/mt7601):

mt7601-master vagy

git clone https://github.com/porjo/mt7601.git

majd

$ cd mt7601/src
$ make
$ mkdir -p /etc/Wireless/RT2870STA/
$ cp RT2870STA.dat /etc/Wireless/RT2870STA/
$ insmod os/linux/mt7601Usta.ko

majd config:

auto ra0
allow-hotplug ra0
iface ra0 inet dhcp
wpa-ssid "ENTER YOUR NETWORK SSID"
wpa-psk "ENTER YOUR NETWORK PASSWORD"

és próba:

ifup ra0

 

CMUS helper

Mert mindig elfelejtem:

Shortcut-ok:

  • c – Pause/Resume
  • C – Toggle playback after current track. Turning this off will halt playback once the current song is done.
  • r – Toggle “repeat” mode.
  • s – Toggle “shuffle” mode.
  • m – Cycle between playback groups: “All from Library”, “Artist from Library”, “Album from Library”.
  • / – Freeform search (in library view)
  • n – Next search result.
  • y – Add to playlist. (Use in Tree View/Library)
  • e – Add to queue. (Use in Tree View/Library/Playlist)
  • p – Move up in Playlist/Queue
  • P – Move down in Playlist/Queue
  • D – Remove from Playlist/Queue
  • 1 – Switch to Tree View
  • 2 – Library View
  • 3 – Playlist
  • 4 – Queue
  • 5 – Directory Browser
  • 6 – View Filters
  • 7 – View Settings

Illetve ha elindul, de nem reagál semmire (kurzor billentyűk, vagy view választók (1-6):

rm ~/.cmus/cache

 

MySQL upgrade utáni hibakezelés

Kis hasznos parancs:

mysql_upgrade -u root -p

 

Windows boot partition készítése

Windows CMD alatt a particio kezelo:

diskpart

majd

list disk

a valtoztatando lenmez kivalasztasa:

select disk #

particio torlese

clean

boot particio letrehozasa

create primary partition

majd annak a kivalasztasa

select partition 1

formazas

format fs=fat32/ntfs quick

mountolas

assign

vege

exit

VAGY:

miután már mindenfleképpen próbálkoztunk:

IKiválasztjuk az USB sticket

cd /boot

majd kiadjuk a

bootsect.exe /NT60 <flash_drive_letter>

parancsot.

NTLDR missing / hiányzik csodálatos windows hiba

 

Aki a windows boot szekvenciáját kitalálta, kaphatna egy taslát…

Ha a tárgyan szereplő csoda hibát kapjuk, orvosolni így tudjuk (automatik repair-t meg se próbáljuk, úgy se megy :D):

boot DVD-ről, command prompt, majd:

#bootrec /fixmbr

#bootrec /fixboot

#bootrec /rebuildbcd

 

 

Windows DHCP client 1079 ERROR

Ha a windows DHCP kliens szolgáltatás megdöglik és újraindításnál 1079-es hibát dob, a megoldás a következő:

 

run -> services.msc -> DHCP client -> Bejelentkezés tab

Ez a fiók kiválasztása -> Tallóz gomb -> Keresés most gomb -> HELYI SZOLGÁLTATÁS kiválasztása

 

MAJD!!!

A JELSZÓ MEZŐ KI KELL TÖRÖLNI, HOGY ÜRES LEGYEN!!! (grat Microsoft…)

 

És Start a service-nek.