Latest Threads

Forum Statistics
  • Forum posts:1 171
  • Forum threads:183
  • Members:1 472
  • Latest member:bellaallen9090


Posted by: Ashus
9.7.2010 01:21
Forum: Guides / Návody
- No Replies

Jak nastavit v HW AP Airlive 5460 vysílací výkon až na 21 dB bez zásahů do firmwaru (EU)?
Celkem složitě, ale jde to. Přihlásíme se přes webové rozhraní k AP, otevřeme stránku Wireless Advanced Settings a po nastavení všech ostatních položek jak potřebujeme, provedeme následující:
v Opeře nebo jiném schopném prohlížeči otevřeme vývojářské nástroje, konkrétně DOM a najdeme element SELECT vedle TX power level, rozklikneme a prvnímu OPTIONu nastavíme value na 41. Pak už stačí ve formuláři vybrat Level 1 a po uložení a rebootu můžeme změnu zkontrolovat zobrazením zdrojového kódu stejné stránky a nalezením řádku txp= někde v javascriptu. Pokud tam bude stále 41, úprava se povedla.

Varování!
Tento hack určitě nepoužívejte se silnou anténou, jistě nechcete porušit státem určené normy.

Print this item


Posted by: oko
7.7.2010 08:49
Forum: Česky
- Replies (12)

Místo:Lovecká chata, Sedlnice Novojičínsko
Foto chaty na Web :http://chat.ashus.net/
Gps :Loc: 49°39'45.105"N, 18°5'24.645"E
Datum, 11.9.2010 Otevřeno od -9.00

Co si vzít sebou?
komp nebo noťas (tak ať se nikdo nevymlouvá na ping ani fps)
myš, sluchátka, volitelně klavesnicu a monitor
UTP kabel (to je to do síťovky rofl)
prodlužku s rozdvojkou (ať to má každý jak živit)
jídlo, pití, sklínku, hrnek na kafe podle potřeby
V prostoru kde se bude konat lan párty je wc,,kuchyn.
Parkoviště zajištěno pro 15 aut
Pozor !!Cena:800 až1000 kč na 24hod cena se rozdělí mezi hrače

Co se bude hrát:Hlavní program patří hře Call of Duty 2 Verze: 1.3

Každý si donese:
Call of Duty 2 Verze: 1.3
Call of Duty 4
Call of Duty - World at War
Call of Duty: Modern Warfare 2
Flatout 2
UT 2004
F.E.A.R. 2

Pak plichta (lidi se domluví, každý co ho baví):
Need for Speed ProStreet
Left 4 Dead
Battlefield 2
Counter-Strike 1.6



Seznam účastníků: 100% učast 10/20
Oko* - pořadatel
Ashus - programer + Switche
Sukoi + Doda?
xmrkvax + 2hrači ?
Reef
Slivovica
Dave
Smile
Horus
pepik ?
Arsen
lowrider ?
marinak ?
jahodnicek ?
xjohny ?

Print this item


Posted by: Ashus
10.5.2010 06:25
Forum: Guides / Návody
- Replies (1)

V nabídce nástroje - nastavení - pokročilé volby - lišty a menu - dole v nabídce menu klikněte na duplikovat a v adresáři profilu Opery se objeví menu\standard_menu (1).ini. Upravte v UTF-8 a do sekce [Document Popup Menu] na vámi zvolené místo přijdete tento řádek:

Code:
Item, "Přeložit Googlem", = Go to page, "javascript: location.href='http://translate.google.com/translate?hl=cs&sl=auto&tl=cs&u='+encodeURIComponent('%u');" ,,, 0

Pak v Opeře znovu vyberte vaši upravenou verzi menu. Na stránkách pak v kontextové nabídce uvidíte novou položku Přeložit Googlem.

Print this item


Posted by: Ashus
2.5.2010 04:28
Forum: Guides / Návody
- No Replies

HW AP AirCA8


Webové rozhraní hardwarového AP AirCA8 je v pohodě, ale chybí v něm síla signálu.
Tu zjistíme následovně:
  • připojíme se telnetem (výchozí port), přihlásíme se heslem
  • v seznamu příkazů mačkáme šipku dolů, až se objeví z_shell; potvrdíme
  • vložíme následující skript do příkazové řádky:
Code:
while [ 1 ] ; do cat /proc/net/ieee80211/wlan0/sta/* |grep last_rssi ; sleep 1 ; done

Každou vteřinu nám pak systém vypíše sílu signálu protější sítě:
Code:
last_rssi=26
last_rssi=27
last_rssi=25
last_rssi=26
...

HW AP Airlive WLA-5000 / Airlive AirMax 5

  • postup je skoro stejný jako u AirCA8, pouze do příkazové řádky zapíšeme:
Code:
while [ 1 ] ; do cat /proc/net/wireless ; sleep 1 ; done
a třetí sloupec zleva je link quality


Server - iwconfig v linuxu


Zjištění síly signálu na wifi kartě v linuxu se provádí pomocí iwconfig:
Code:
while [ 1 ] ; do iwconfig ath0 |grep "Link Quality" ; sleep 1 ; done
  • kde ath0 je název interfacu, který sledujeme (wlan0)


Vhodné pro štelování antén - na noťasu si pak pusťte lupu.

Print this item


Posted by: Ashus
19.3.2010 06:07
Forum: PHP scripts
- Replies (13)

This is a tool to create and keep your own ESET mirror update server up to date. You can use a valid purchased key and password or use a function to retrieve credentials automatically. This is an original work completely written by me.

Requirements:
PHP 5.4+/7, mod_curl, php_rar v2+ or unrar-free.

Installation:

  • Download and install php pecl module rar v2 or higher -or- linux executable unrar-free (Debian package name is unrar-free; it should be compatible with other distributions as well though).
  • Download the source, adjust the config, use chmod +x esetupdate.php getFreshCredentials.php and test the script.
  • Configure the webserver to access the mirror update directory at certain path, .htpasswd can be set up to protect the mirror.
  • Add the script execution hourly to crontab (ex. 15 * * * * root /root/scripts/esetupdate.php >> /var/log/esetupdate.log &).
  • Configure ESET update server on client computers to use local mirror.

Features include:
  • downloading update mirrors for ESET versions 3/4/5 or 9
  • cleaning old and unreferenced update files
  • extra function to retrieve fresh update credentials if you do not set your own or current don't work anymore
  • extensive info in logfile, counting download sizes
  • better security while using mod_rar and having exec function blocked
  • improved detection of incompletely downloaded files
  • forcing full check on next run if some files look suspicious (ensures quality, updating from server works fine on unstable connections)
  • automatic selecting of eset servers, 3 tries further harden stability
  • can be set up on Linux or even Windows (with some effort)


Current version is ready for download from here: https://github.com/Ashus/eset-mirror-update

Bash version is also available (but contains less features and isn't kept up to date).

Print this item


Posted by: Ashus
3.1.2010 05:35
Forum: Delphi programs
- No Replies

This utility shuts down, reboots, logs off, suspends or hibernates the PC at desired time. Can be executed via CLI with many parameters. Useful for shutting down after a slow operation.
Compatible with Win XP/Vista/7.

Print this item


Posted by: Ashus
24.12.2009 02:46
Forum: Delphi programs
- No Replies

This is a notepad with encrypting capabilities. It encrypts text with 3DES algorhitm under specified password. It can be used as an e-wallet with credit card numbers or passwords.

A new timed lock feature has been added. After a certain idle time, the document could be locked automatically.

Print this item


Posted by: Ashus
11.12.2009 11:20
Forum: Guides / Návody
- Replies (1)

Pro rozlišení, které hra AvP2 nedovolí nastavit ručně spusťte loader hry, v Options zadejte následující:

Code:
+SCREENWIDTH 1920 +GameScreenWidth 1920 +SCREENHEIGHT 1200 +GameScreenHeight 1200 +BITDEPTH 32 +GameBitDepth 32
a zaškrtněte Always.
Pokud byste náhodou vlezli do nabídky Graphics, rozlišení se přepne do 640x480(x16). Pak stačí hru jednoduše restartovat.

Print this item


Posted by: Ashus
10.12.2009 04:15
Forum: Other
- Replies (4)

The driver for Intel WiFi Link 5100 13.0.0.107 for Windows 7 x64 lacked the option to set Network address (MAC address) in adapter properties. So I modified it a bit and put the editbox there. Drivers are no longer digitally signed of course.

But beware, this little devil protects itself from MAC spoofing, you need to set MAC address starting with 22: rather than 00:, otherwise the adapter hardwired default will be used.
Use ipconfig /all or getmac to show the list of MAC addresses used on your computer.

Print this item


Posted by: Ashus
7.12.2009 01:38
Forum: Other
- Replies (3)

This little batch file finds out, what network interface is enabled, and offers you a quick way to switch it.

Purpose:
Windows 7 has a problem with two interfaces sharing the same MAC address. Sure, they must not be connected in the same network, but it comes handy when you use LAN cable and WiFi on the same network - you don't have to enable two mac addresses. The problem comes once you switch those connections. NLA or other system service prevents it from working right away, so one interface must be disabled before enabling the other.

Installation:
This tool requires grep utility (included) - extract it to a system directory or next to the .bat script. Edit the .bat script, enter the names of your interfaces (in my case LAN and WiFi - case insensitive). Then you have to make a regexp according to the guide and examples directly there - or you can use English or Czech variable right away. This is needed for correct determining, which interface is currently enabled.

Using:
Run the tool when you decide to switch the connection and hit Enter. For manual switching from other states, hit 1 for LAN or 2 for WiFi first. The other interface gets disabled and the new one enabled.

Use OneMac for automatic switching.

Print this item