• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

New Linux Open Source IP Changer

jonattan@Carvalho:~/T/OSIPC/ip-changer$ sudo setcap cap_sys_ptrace=eip
[sudo] password for jonattan:
usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ... (-r|-|<capsN>) <filenameN> ]

Note <filename> must be a regular (non-symlink) file.
jonattan@Carvalho:~/T/OSIPC/ip-changer$ change -ip alero.servegame.com 7171 8.57
IP not changed!
 
jonattan@Carvalho:~/T/OSIPC/ip-changer$ sudo setcap cap_sys_ptrace=eip change
Failed to set capabilities on file `change' (No such file or directory)
usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ... (-r|-|<capsN>) <filenameN> ]

Note <filename> must be a regular (non-symlink) file.
 
jonattan@Carvalho:~$ cd /usr/local/bin
jonattan@Carvalho:/usr/local/bin$ sudo setcap cap_sys_ptrace=eip change
[sudo] password for jonattan:
jonattan@Carvalho:/usr/local/bin$ change -ip alero.servegame.com 7171 8.57
IP not changed!
 
my english is bad, i dont understood this:NOTE: Editing the /etc/sysctl.d/10-ptrace.conf file changes the default value, which is read at startup time. But those files aren't re-read again while Linux is running, so editing that file won't change the ptrace_scope value for your CURRENT login session. To change it for your CURRENT login session, you'll need to run the "echo 0" command above AS WELL. Hope that's clear.

this is important?please, can you explain with another way.if i understood, i need to use the comand "echo 0", but is only this ot i need to put all the comand "echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope" ???

i want to do permanent, but first i will try:echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
 
thanks for your help, but i did it and have the same erro :S
maybe, if i install the gui, i dont instaled gui before, because i dont know how i can get this requirement:wxWidgets GUI library(if you wanna have ip-changer with GUI)
can you help me with this? its the last attempt :S
 
root@Carvalho:/home/jonattan/T/OSIPC/ip-changer# make install
mv change /usr/local/bin
cp -R ./Languages /home/root/.linux-ip-changer
cp: é impossível criar o diretório `/home/root/.linux-ip-changer': Arquivo ou diretório não encontrado
make: ** [install] Erro 1
 
jonattan@Carvalho:~/T/OSIPC/ip-changer$ sudo make install
[sudo] password for jonattan:
mv change /usr/local/bin
cp -R ./Languages /home/jonattan/.linux-ip-changer
jonattan@Carvalho:~/T/OSIPC/ip-changer$ change
mkdir: é impossível criar o diretório `/home/jonattan/.linux-ip-changer': Arquivo existe
touch: não foi possível tocar `/home/jonattan/.linux-ip-changer/history': Permissão negada
touch: não foi possível tocar `/home/jonattan/.linux-ip-changer/config.cfg': Permissão negada
Error opening /home/jonattan/.linux-ip-changer/Languages
Falha de segmentação

what i do?
 
Its portuguese, i am from brasil, sorry, i am later :p, sorry for my bad english, i will try to translate

jonattan@Carvalho:~/T/OSIPC/ip-changer$ sudo make install
[sudo] password for jonattan:
mv change /usr/local/bin
cp -R ./Languages /home/jonattan/.linux-ip-changer
jonattan@Carvalho:~/T/OSIPC/ip-changer$ change
mkdir: it is impossible to create the directory `/home/jonattan/.linux-ip-changer': file exist
touch: could not change `/home/jonattan/.linux-ip-changer/history':permission Denied
touch: could not change `/home/jonattan/.linux-ip-changer/config.cfg':permission Denied
Error opening /home/jonattan/.linux-ip-changer/Languages
segmentation fault
 
Hi, check in your home folder if you have folder `.linux-ip-changer` (is unseen) if it is open him and with the aid of command`ls` show me him content.
 
sudo rm *.lang
touch ~/.linux-ip-changer/history
touch ~/.linux-ip-changer/config.cfg
mkdir ~/.linux-ip-changer/Languages
To ~/.linux-ip-changer/Languages dir copy *.lang files from ~/T/OSIPC/ip-changer/Languages

to config.cfg manually add line:
lang="English"

Run ip-changer if you make all well ip-changer run.
 
jonattan@Carvalho:~$ sudo rm *.lang
rm: não foi possível remover `*.lang': Arquivo ou diretório não encontrado

jonattan@Carvalho:~$ sudo rm *.lang
rm: não foi possível remover `*.lang': Archive or dir not found
 
Back
Top