Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #1K
~13.4K People Reached
About Me

I'm from Slovakia - Bratislava. I work in a Company with security system, access systems, video systems and lot more...

Interests
c++, science
PC Specs
work: P4, winXp
Favorite Tags

62 Posted Topics

Member Avatar for slacke

Hello! I am planning our backup strategy in a mixed enviroment (Windows File Server, Linux Samba Server, MS desktops). The target is to use such backup which for dektops uses shared folders as mapped drives on windows server. On windows server there are several data partitions which should be backup-ed …

Member Avatar for Reverend Jim
0
387
Member Avatar for coding101

This should do the task: > iptables -P INPUT DROP iptables -A INPUT -s 192.168.1.0/24 -j ACCEPT As a matter a fact this does first allow all the connections in the iptables rules and what is not allowed in the list is dropped. > What Im not looking for is …

Member Avatar for slacke
0
163
Member Avatar for slacke

Hello everybody, I have some issue which I cannot even guess where to begin with solution. In one personal computer I have an application from which I donĀ“t have the installation media. The previous owner lost it. My motherboard (LGA775 sock) failed and I had to replace the motherboard and …

Member Avatar for slacke
0
88
Member Avatar for utkarshsahu

Maybe you can try to use encrypted connection to the proxy. If the application is watching your HTTP traffic and use this data to decide wheter to alow or not the traffic this can bypass it. (Its just an idea)

Member Avatar for utkarshsahu
0
508
Member Avatar for slacke

Does anybody experience problems with this motherboard: ASUS p8h67-m pro 1xHDD 320G 1xHDD 1000G Both are connected to the SATA6G ports and the disks supports 6G/sec speed. I install win7 on it. The problem is the next: No matter what I do the MS win7 always recognise the 1000G HDD …

Member Avatar for zxor 2
0
311
Member Avatar for valipour

I think the BIG question is: - How much time do you want to spend with this job? I agree with scaiferw - windows vs linux. The main job is to configure the systems properly. I personally prefer linux but just because I love to work with it. If you …

Member Avatar for manojsamtani
0
226
Member Avatar for slacke

Hello everybody. How do you do? I have a really odd problem. I am using an application which is running on MS OS-es. (MS Windows XP SP3, MS Server 2003) This application connects to a remote SQL server (MS Server 2003). The version of MS SQL was 2000 (previous free …

Member Avatar for lolafuertes
0
2K
Member Avatar for altic

Slackware. When you get used to it, its really simple ;) (But I recommend rather 32-bit cause I had troubles with 64)

Member Avatar for slacke
0
237
Member Avatar for slacke

Hi I am developing an application in Windows environment. I was used to program under linux with Kdevelop and I do miss a feature in the Dev-c++ now. In Kdevelop I can collapse all the functions in my code even the loops and if statements. So when I collapsed all …

Member Avatar for jonsca
0
393
Member Avatar for asadriz

I would like to add to iptables, that it can be managed very nicely with webmin. All you need is to set up some preffered linux distribution (with IPTABLES in it) and set up webmin package. After this you can manage your firewall from your web browser.

Member Avatar for hyerutko
0
218
Member Avatar for rahul8590

I vote for slackware. I really dream about the same thing as you ... I hope one day I will find that "big bag" full of free time and do: 1. Read and understand the complete code of linux kernel. (of course the parts needed by my main hardware components) …

Member Avatar for kad1r
0
184
Member Avatar for Vasudev1

Hi Vasudev1. I know this feeling of yours :) ! I had the same feeling several years ago. To tell the truth this was the reason that I finaly used linux (slackware). When I started I found this link very interesting: [url]http://www.uow.edu.au/~nabg/ABC/ABC.html[/url] - especially the Part 1. Introduction to Computers. …

Member Avatar for Ying_Yang
0
152
Member Avatar for danigula

What does it mean windows explorer don't start? You open My Computer and it does not open it? Or you are trying to open local disks? I have bad experience the last months with the anti-viruses which I was used before. AVG, ESET nod, Kaspersky ... The latest one which …

Member Avatar for danigula
0
201
Member Avatar for cwarn23

SFTP is a ssh based ftplike protocol. It communicates completely through ssh port. You can start it from linuxshell by [B]sftp <serverIP>[/B]. WinSCP is an sftp client for Windows. [url]http://winscp.net/eng/index.php[/url]

Member Avatar for cwarn23
0
141
Member Avatar for slacke

I have lots of Drytek > Vigor 2700,2800 routers on the public net. I manage this networks and since this type of routers has Log support I write an application on my linux box to collect those logs. The routers are sending UDP datagrams to a configurable address and port. …

Member Avatar for slacke
0
211
Member Avatar for slacke

I need to enable ftp access on some web directories in apache. What is the best way to do this? My apache server is running on linux. It runs as user wwwrun and group www. What should be the permissions and who should be the owner of the web directories …

Member Avatar for slacke
0
182
Member Avatar for slacke

The time is right now - I'm going to move my server from SUSE Enterprise to Slackware. It is not about that I don't like SUSE, I just like Slackware more. The main job will be the mail server - I did use postfix and cyrus imap in SUSE with …

Member Avatar for slacke
0
188
Member Avatar for k2cool_87

I had several times the same problem. When you connect to the network your network connection gets the needed values (IP address, netmask, DNS) from the DHCP. In my case it was the router or Novell servers Proxy. In both cases the DNS was the gateway of the subnet (192.168.1.1). …

Member Avatar for slacke
0
349
Member Avatar for fuzzyrose

For process management you can simply fork() the main process and create child processes. Thats why the linux is multhithreading system. This is simply different in MS. If you want to queue your processes as they arrive you can use the fork() to create threads for each process.

Member Avatar for necrolin
0
121
Member Avatar for slacke

Hello to all. I need some basic security advise. I get new hardware for security application. It sends alarm signals through network connection. The hardware is very new on the market so I decided to check the basic security for networking. 1. First, I checked the data transfer which is …

Member Avatar for sknake
0
120
Member Avatar for ProgrammersTalk

I am from Slovakia, but my Heart from Hungary... what is the same for me.

Member Avatar for Ezzaral
0
600
Member Avatar for slacke

I need to connect several remote LANs with VPN so that the remote LAN machines should be in in the same subnet. For example, LAN1 PC 192.168.0.20, remote LAN2 PC 192.168.0.30. I have an application to which the clients connect by shares (Netbios - network device). I want to use …

Member Avatar for gerryburon
0
244
Member Avatar for camelNotation

I was thinking about this for a long time. But not only for hotmail, for all mail service providers. Just imagine how much information goes through these servers. What can guarantee that they do not abuse this power?? I would also think about what they tells at public (TOS), and …

Member Avatar for obyskool
0
135
Member Avatar for slacke

I have several servers for mail. Some of them on postfix and some on sendmail. Maybe a moth ago I started to have problems with spam. I did not use dnsbl-s before. Now I am trying to use sorbs.net blacklists, but it seems that it cannot cache the most of …

Member Avatar for slacke
0
69
Member Avatar for Darkangelchick

I didn't really try it, but wine can run windows applications. Go to [URL="http://www.winehq.org/"]http://www.winehq.org/[/URL] for more info. It somehow creates environment what is similar to windows. I was trying several times to set it up... But all the time I finished on windows. Now when I want to play games, …

Member Avatar for nerden
0
120
Member Avatar for musemaker

If I telnet to my mail server, and do not issue any command just the QUIT, I get the same logs. (except the NOQUEUE: at the beginning.) The NOQUEUE i get when my server denies the connection. This means that the client application (MUA) which is connecting to the server …

Member Avatar for slacke
0
140
Member Avatar for rajeesh_rsn

What do you want to do with this server, testing your web pages or run it as a bussiness server?

Member Avatar for jbennet
0
70
Member Avatar for RenjithVR
Re: DNS

I have never seen configuration like this. And I am really interested to know more about the network where you do need it? Subnets, gateways, wan access. Hardware: routers, switches.

Member Avatar for wldake
0
165
Member Avatar for shab.s3udi

I have read lots of howtos where was instructions about recompilations to support some kind of 'libraries'. But lot of those instructions was written just for case 'if it is not compiled with it already'. The most of it I already have, all I needed to find out was if …

Member Avatar for slacke
0
147
Member Avatar for k2k

What about log files. I don't exactly know where fedora stores them, but it should be somewhere in /var/log. I have /var/log/httpd and error_log where I see if there is some error in my apache configuration. I have access_logs too, these contains access informations for each VirtualHost on my apache …

Member Avatar for slacke
0
160
Member Avatar for technogeek_42

I don't exactly see what is the point of your question, but I suggest that you have some old hardware with limitations and you want to replace your MS operating system(s) with linux. I assume that you find some old machine and you want to try some linux on it. …

Member Avatar for John A
0
168
Member Avatar for Aubsrie

Maybe it is stupid, but when I was resolving virus problems I created new windows account and try to log into the new one... After this I made all the scans with antivirus and and spayware removal softs. But don't forget backup your files ...

Member Avatar for Aubsrie
0
130
Member Avatar for slacke

I need to set up my new IBM X3200 server for a small server application. This application can run on both windows server and Windows XP. I was searching the specifications and discussions if it is possible to install Windows XP on this hardware but I didn't find anything. Do …

0
84
Member Avatar for slacke

Hello. I am working on a code where I need to simulate a character string on the serial port com1. (/dev/ttyS0). I have a WinCom aplication which helps me to read the output from an Enigma receiver. This receiver sends out signal strings like this: 5012 444418E13001000<DC4> // signal @ …

Member Avatar for Nick Evan
0
196
Member Avatar for slacke

I need to write a small program which collects (20-36 string) data from several com (serial ports) and sends them out on one. For example com2,3,4 to com1. It should be on Windows Xp workstation. (It is possible that I will do it later on linux, it seems to me …

Member Avatar for Ancient Dragon
0
356
Member Avatar for Evenbit

Nice. But something is missing here. More, more time. I want to spend with the UNIX like OS's as much time as possible. (Why??) Because I like the way the things are done in it. :) I don't know why, but it makes me feel good (happy).

Member Avatar for slacke
0
161
Member Avatar for orangeBear

If you disabled the DHCP server on your router the windows network connection will show you 'No or limited connection'. This is because your network interface (on the computer ) is set to "obtain the IP address automatically. The DHCP does this automatic IP addressing. I don't know if I …

Member Avatar for aasir_hissam
0
301
Member Avatar for slacke

I need to set up wirelless connection. I have routerBOARD 133 as AP and 133C as the client station. There are 3 ethernet ports on the AccessPoint and one on the Client. It should serve as a simple wireless connection in the same subnet for example 10.1.0.0/24. Where the AP-s …

Member Avatar for slacke
0
338
Member Avatar for scorpionz

I donĀ“t know ajax, but I did the same with any file to upload. I had to upload some things to my server and I want to use the php for this. I made an index.php with form creation and an upload.php what uploads the file. In the web directory …

Member Avatar for fatihpiristine
0
178
Member Avatar for slacke

I have a webmail on my apache server. When some clients are connecting to the login.php source. The apache logs that favicon.ico was not found. I searched what is favicon.ico for. It is a small icon on the address tab. But I could not make to log the server the …

Member Avatar for sDJh
0
80
Member Avatar for slacke

I have php code for simple file uploadings. I have index.php with form [CODE] <form action="upload.php" method="post" ENCTYPE="multipart/from-data"> Choose file <input type="file" name="userfile" size="50"> <input type="submit" value="Upload"> </form> and upload.php <?php $uploaddir = '/var/www/htdocs/upload/data/' $uploadfile = $uploaddir . basename($_FILES['userfile']['name']); * if(is_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { * echo "file uploaded."; } else { …

Member Avatar for slacke
0
106
Member Avatar for slacke

Do anybody know about this mapping in the SDL_MapRGB [CODE]SDL_MapRGB(screen->format, R, G, B)[/CODE] The screen is my SDL_Surface. Does this define only a single color. The RGB are Uint8 type and I set them As I wish from 0-256. [CODE]Uint32 color = SDL_MapRGB(screen->format, R, G, B);[/CODE] i don't understand the …

Member Avatar for slacke
0
178
Member Avatar for rubyn

There are 4 ports which has to be open for Win Xp workgroup networking: udp 137 udp 138 tcp 139 tcp 445 Ckeck your Xp firewall. I think that the XPs firewall opens those ports only for its own subnet. If you can show how are your Local networks configured …

Member Avatar for DimaYasny
0
76
Member Avatar for slacke

Hello to all. I get into troubles. I need to put my "ready to" run server into a private local network in a school, for mail, http... etc. I asked the Internet Service Provider to forward the needed ports: 22,25,53,80,110,143,465,993,995 to this server. The server is on the LAN 10.4.46.x …

Member Avatar for slacke
0
157
Member Avatar for slacke

Does anybody know about some virus or malware which causes the mouse jumping in periodical time (1s). If I restart from safe mode it dose not load this bug. If I restart from normal mode it loads the bug. Or it is just a OS bug??

Member Avatar for jbennet
0
65
Member Avatar for slacke

I was testing with belarc Advisor a Windows XP PC. It shows for 25 updates that it cannot verify the update and needs to bee reinstalled. May it be that those updates are false (not by Microsoft)?

Member Avatar for slacke
0
92
Member Avatar for slacke

I find out that our country (slovakia) has lack of experience in mailing systems. There is no one who to ask and no discussion forums too. I can do it on Forums like daniweb and other foreign sites. The problem is that the network in our country is not the …

Member Avatar for DimaYasny
0
159
Member Avatar for amnajvd

What do you exactly want to do? You probably want to write a program that communicates through some port on your network interface.

Member Avatar for Ancient Dragon
0
326
Member Avatar for slacke

I am searching for a long time in my laptop (WinXp) from where starts the services like mysqld.exe and java.exe. They start at boot time and make 860 MB use of virtual memory. They seems to be connected (mysqld and java) because when I stop the mysqld only, my Virtul …

Member Avatar for slacke
0
81
Member Avatar for slacke

I am working on a code which has several processes forked(). (linux - KDevelop) The processes after they were created runs paralell in the background. I want to read on a command line (like cinn >> kill=1 ) which tells the main process to kill all the childs and the …

Member Avatar for slacke
0
104

The End.