Search Results

Search: Posts Made By: frad
5,101
Posted By frad
It is getting more clear but lets make sure that...
It is getting more clear but lets make sure that we are not getting confused with the nicknames of the ips.

IP1= the result we get from the "whatsmyip" website (the IP assigned to the connection...
5,101
Posted By frad
Could you please guide me how to set up the...
Could you please guide me how to set up the forwarding just to see it working (I see that the ips should updated manually)?

I make a guess, I should use a command like this:

iptables -t nat -A...
5,101
Posted By frad
The result of ifconfig is -I added some stars-: ...
The result of ifconfig is -I added some stars-:



I confirm that
python web_py_test.py IP:8080 allows the framework to be accessed from any computer connected to my modem/router

python...
5,101
Posted By frad
Your questions are helpful. I am only connected...
Your questions are helpful. I am only connected to the modem/router and the ips are dynamic and yes I wish that everyone on the internet would be able to type an ip/port and see the framework.

It...
5,101
Posted By frad
There is no outside network. I just have wifi and...
There is no outside network. I just have wifi and ethernet and the ips are dynamic. I did not configure any NAT. What I want to do is to arrive to the result that everyone (with his own computer,...
5,101
Posted By frad
Making webpy framework accessible from outside the local network
I am using ubuntu 12.04.03. I have some basic experience with webpy and I had it working for my LAN just by following the tutorial. The framework needs to be able to be used from outside the local...
3,789
Posted By frad
I understood what can be protected and what can...
I understood what can be protected and what can not and the intermediate levels. To answer your question, I am writing some scripts which I give to users who will not try to have access to the code...
3,789
Posted By frad
Shc script size limitation and "_SC_ARG_MAX (see sysconf(2))" parameter
I wish to change the parameter (which I do not understand exactly what it is and I wish to) and be able to use shc with very long bash scripts
2,684
Posted By frad
Running a C/C++ program and/or bash script from a server
I wish to be able to give to a client the opportunity to :

0) Turn one of my ubuntu computers into a webserver
1) See a webpage after visiting a url where an external user/client can set a...
1,196
Posted By frad
How major software is protected?
I am a new software developer and I wish to sell my software. I recently realized that from C++ code we can not stop the user seeing parts of the code that are related to scripts or system commands....
Forum: What is on Your Mind? 12-11-2013
1,785
Posted By frad
How safe is Dropbox and Ubuntu one? Would you store critical files or programs there? Any comments o
How safe is Dropbox and Ubuntu one? Would you store critical files or programs there? Any comments on the guarantee that the two companies provide and on the technology used for encryption?
6,100
Posted By frad
I have to use wget, gnuplot etc. If I use c++ and...
I have to use wget, gnuplot etc. If I use c++ and call the external program, can I hide the syntax?

I have experience with the following bash embedding technique:
#define test1 "\
#!/bin/sh...
2,057
Posted By frad
Hide bash code which is inside C plus plus program
I am embedding bash in cpp. Can the bash code be hidden (when we cat the executable to not be able to see the bash code)
The simple code I am using:
#include <iostream>
#include <cstdlib>...
6,100
Posted By frad
How safe is shc? Can redundant code make the...
How safe is shc? Can redundant code make the shc.x safer? ref:http://tipstrickshack.blogspot.ch/2013/08/how-to-get-plain-text-source-from-shc.html
6,100
Posted By frad
yes I know about shc. I hear that rc4 can be...
yes I know about shc. I hear that rc4 can be "broken".
6,100
Posted By frad
Make a password protected bash script resist/refuse “bash -x” when the password is given
I want to give my long scripts to customer. The customer must not be able to read the scripts even if he has the password. The following command locks and unlocks the script but the set +x is simply...
5,812
Posted By frad
The solution with "$" works as a dream. It is not...
The solution with "$" works as a dream. It is not which command is used, just \$ is not accepted
The parenthesis used in a array declaration remain a problem. Should they be quoted, unquoted,...
5,812
Posted By frad
We can embed bash code in C++ with the system...
We can embed bash code in C++ with the system command or the define shellscript approach. When the bash code is a bit more advanced, for examples arrays or evaluation of variables of variables,...
5,812
Posted By frad
BASH arrays and variables of variables in C++
Sometimes it is handy to protect long scripts in C++.

The following syntax works fine for simple commands:

#define SHELLSCRIPT1 "\
#/bin/bash \n\
echo \"hello\" \n\
"
int main ()
{
cout...
Showing results 1 to 19 of 19

 
All times are GMT -4. The time now is 07:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy