Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[TUTORIALS] Ubuntu (a Debian/GNU Linux Distribution)

Re: Tutorials: Ubuntu (a Debian/GNU Linux Distribution)

i need your help so bad ☹���� ininstall ko po ang ubuntu sa lappy ko.. nag ooverheat po siya.. tapos yun mamamatay.. naisip kong ibalik yung windows ko... edi na boot ko na.. nung hahanapin ko na yung partition nawala yung NFTS partition ko! paano ko po maibabalik sa windows ang pc ko... maraming salamat po sa makakatulong ������������������������
 
Re: Tutorials: Ubuntu (a Debian/GNU Linux Distribution)

salamat ts
 
Re: Tutorials: Ubuntu (a Debian/GNU Linux Distribution)

i need your help so bad ☹���� ininstall ko po ang ubuntu sa lappy ko.. nag ooverheat po siya.. tapos yun mamamatay.. naisip kong ibalik yung windows ko... edi na boot ko na.. nung hahanapin ko na yung partition nawala yung NFTS partition ko! paano ko po maibabalik sa windows ang pc ko... maraming salamat po sa makakatulong ������������������������

Hi Friend,

Go to Page 1 (First Post) ng thread na ito. Under "Boot up and Installation", #08 na topic. Try those steps.
 
Guys, ba't ganito ang sa OpenVPN sa ubuntu? :(

View attachment 972677

try mo if possible makakuha ng config na para sa android punkz... wenzvpn din kasi ang gamit ko sa LXLE ko at ok naman.. usually mga ganyang errors ay dahil sa config...

good luck punkz.. :salute:

additional note:
mas madali nilagay mo sa isang folder ang config lang at ang account.txt... yan kasi ang ginawa ko eh.. ang folder name ko ay WenzVPN lang.. at much better kung walang spacing ang filename at folders mo... :D
 
Guys, ba't ganito ang sa OpenVPN sa ubuntu? :(

View attachment 972677

When you see parameter missing, it means that option or argument is not supported in OpenVPN.
Where did you get that config? If you got it from the jeckvpn thread, some of the arguments or options in the jeckvpn config is not supported in OpenVPN.

Can you post the exact config here? So we can see which options you should edit and change.

If not, you can download wendell's new config for his free servers which supports OpenVPN. Just check his thread http://www.symbianize.com/showthread.php?t=815365

I noticed that every time you run OpenVPN you have a very long command line which includes the path and complete file name. So might I make a suggestion?

You don't have to do this and it's up to you if you are up to the challenge. But with this method, you only need to enter a command name (3-4 letters long) to run and connect OpenVPN.

For example, you can simply type wenz in the terminal and press Enter to run and connect openvpn.

Code:
$ wenz

Here are the steps:
1. Create a folder in your home directory and name it vpn (or any name you like).
2. Put the config files and pass file e.g. free.ovpn and pass.txt in that folder.
3. Create a script (short program), to do that follow these steps:

a. Open gedit or anyt text editor and type the code below
Code:
#!/bin/bash
cd ~/vpn
sudo openvpn free.ovpn
Notes:
Edit the lines using your folder and config names.
For example if you named your folder jeck and your config file is freetcp.ovpn then the script will be like this:
Code:
#!/bin/bash
cd ~/jeck
sudo openvpn freetcp.ovpn

b. Save the file as jkv (short for jeckvpn or to any name you want).
Tip: It is recommended to use short and descriptive names for scripts, such as ls for list, cp for copy, etc.

c. Create another directory inside your home directory and name it bin.

d. Move the script to the bin directory.

e. In the terminal run the following command line to make the script executable:
Code:
chmod u+x bin/jkv
Note: jkv is the name of your script, if you used another name, then edit the command.
f. Still in the terminal, run the name of the script to run and connect openvpn:
Code:
sudo jkv
Note:
The script will now be executed and openvpn will run.
If you encounter errors, please post it here.
 

Attachments

  • Untitled.png
    Untitled.png
    39.8 KB · Views: 7
When you see parameter missing, it means that option or argument is not supported in OpenVPN.
Where did you get that config? If you got it from the jeckvpn thread, some of the arguments or options in the jeckvpn config is not supported in OpenVPN.

Can you post the exact config here? So we can see which options you should edit and change.

If not, you can download wendell's new config for his free servers which supports OpenVPN. Just check his thread http://www.symbianize.com/showthread.php?t=815365

I noticed that every time you run OpenVPN you have a very long command line which includes the path and complete file name. So might I make a suggestion?

You don't have to do this and it's up to you if you are up to the challenge. But with this method, you only need to enter a command name (3-4 letters long) to run and connect OpenVPN.

For example, you can simply type wenz in the terminal and press Enter to run and connect openvpn.

Code:
$ wenz

Here are the steps:
1. Create a folder in your home directory and name it vpn (or any name you like).
2. Put the config files and pass file e.g. free.ovpn and pass.txt in that folder.
3. Create a script (short program), to do that follow these steps:

a. Open gedit or anyt text editor and type the code below
Code:
#!/bin/bash
cd ~/vpn
sudo openvpn free.ovpn
Notes:
Edit the lines using your folder and config names.
For example if you named your folder jeck and your config file is freetcp.ovpn then the script will be like this:
Code:
#!/bin/bash
cd ~/jeck
sudo openvpn freetcp.ovpn

b. Save the file as jkv (short for jeckvpn or to any name you want).
Tip: It is recommended to use short and descriptive names for scripts, such as ls for list, cp for copy, etc.

c. Create another directory inside your home directory and name it bin.

d. Move the script to the bin directory.

e. In the terminal run the following command line to make the script executable:
Code:
chmod u+x bin/jkv
Note: jkv is the name of your script, if you used another name, then edit the command.
f. Still in the terminal, run the name of the script to run and connect openvpn:
Code:
sudo jkv
Note:
The script will now be executed and openvpn will run.
If you encounter errors, please post it here.

Okay! Nakuha ko na ma'am! :thumbsup: Thanks a lot po kaso ang error lang sa akin nalang is yung config file ng mga recent OpenVPN Configs such as yung kay Sir Wenz and Sir Blue same as sa screenshot na nakuha ko. :( How to fix it pala?? Here's the config po. :)

client
dev tun
proto tcp
nobind
remote 23.95.108.224 443
keepalive 1 180
resolv-retry infinite
redirect-gateway def1
tun-mtu 1500
tun-mtu-extra 32
comp-lzo
mute 3
mute-replay-warnings
float
ping-timer-rem
mssfix 1450
persist-key
persist-tun
route-method exe
auth-user-pass password.txt
reneg-sec 0
verb 3
script-security 2
route-delay 2
management localhost 7234
dhcp-option DISABLE-NBT
http-proxy 23.95.108.221 8080
http-proxy-retry
http-proxy-timeout 2
http-proxy-option CUSTOM-HEADER Host www1.smart.com.ph/
http-proxy-option CUSTOM-HEADER X-Online-Host www1.smart.com.ph/
<ca>
-----BEGIN CERTIFICATE-----
MIIDxTCCAy6gAwIBAgIJAPlHVKgyP4KdMA0GCSqGSIb3DQEBBQUAMIGeMQswCQYD
VQQGEwJQSDEPMA0GA1UECBMGQ2F2aXRlMQ8wDQYDVQQHEwZCYWNvb3IxEDAOBgNV
BAoTB0JsdWV2cG4xETAPBgNVBAsTCGNoYW5nZW1lMRAwDgYDVQQDEwdCbHVldnBu
MREwDwYDVQQpEwhjaGFuZ2VtZTEjMCEGCSqGSIb3DQEJARYUQnJvXzA5MDU3OUB5
YWhvby5jb20wHhcNMTMxMTA0MDYwMTU5WhcNMjMxMTAyMDYwMTU5WjCBnjELMAkG
A1UEBhMCUEgxDzANBgNVBAgTBkNhdml0ZTEPMA0GA1UEBxMGQmFjb29yMRAwDgYD
VQQKEwdCbHVldnBuMREwDwYDVQQLEwhjaGFuZ2VtZTEQMA4GA1UEAxMHQmx1ZXZw
bjERMA8GA1UEKRMIY2hhbmdlbWUxIzAhBgkqhkiG9w0BCQEWFEJyb18wOTA1NzlA
eWFob28uY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCW3qEIBKDe/Suw
FXlw12VkAfhNkf5ehWSiEp/Vavo0p+pZB0nysCRapcgJT9SDD4nJmJkoOPev+Izq
IatAoAPfIJgIZzslQO26mVk+1ijlr5deCDNcUQUs1WQW14NMRdBvdau8IaSUssNI
ONIK3v6Q5qtalvQg/KoSasSQT4nq2wIDAQABo4IBBzCCAQMwHQYDVR0OBBYEFEL2
Az5dZa4iWdA1KhmCJxRo04zqMIHTBgNVHSMEgcswgciAFEL2Az5dZa4iWdA1KhmC
JxRo04zqoYGkpIGhMIGeMQswCQYDVQQGEwJQSDEPMA0GA1UECBMGQ2F2aXRlMQ8w
DQYDVQQHEwZCYWNvb3IxEDAOBgNVBAoTB0JsdWV2cG4xETAPBgNVBAsTCGNoYW5n
ZW1lMRAwDgYDVQQDEwdCbHVldnBuMREwDwYDVQQpEwhjaGFuZ2VtZTEjMCEGCSqG
SIb3DQEJARYUQnJvXzA5MDU3OUB5YWhvby5jb22CCQD5R1SoMj+CnTAMBgNVHRME
BTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAC/c/nV25JtY0FfW99yHpvmaLE9V8dx5
Akpy5B+4EuLPEFK0uRv0Uooe291/9xQCujre++5Ta7h4vQkKfYtdgCU3s/kW6h32
A++oZvEd6peDPo7Zcw26pgGWdZBlORTgJPUUKHrdS4QGCF9ok78ZWMrcv9PsytDp
K5Kod0rwSm/k
-----END CERTIFICATE-----
</ca>
 
When you see parameter missing, it means that option or argument is not supported in OpenVPN.
Where did you get that config? If you got it from the jeckvpn thread, some of the arguments or options in the jeckvpn config is not supported in OpenVPN.

Can you post the exact config here? So we can see which options you should edit and change.

If not, you can download wendell's new config for his free servers which supports OpenVPN. Just check his thread http://www.symbianize.com/showthread.php?t=815365

I noticed that every time you run OpenVPN you have a very long command line which includes the path and complete file name. So might I make a suggestion?

You don't have to do this and it's up to you if you are up to the challenge. But with this method, you only need to enter a command name (3-4 letters long) to run and connect OpenVPN.

For example, you can simply type wenz in the terminal and press Enter to run and connect openvpn.

Code:
$ wenz

Here are the steps:
1. Create a folder in your home directory and name it vpn (or any name you like).
2. Put the config files and pass file e.g. free.ovpn and pass.txt in that folder.
3. Create a script (short program), to do that follow these steps:

a. Open gedit or anyt text editor and type the code below
Code:
#!/bin/bash
cd ~/vpn
sudo openvpn free.ovpn
Notes:
Edit the lines using your folder and config names.
For example if you named your folder jeck and your config file is freetcp.ovpn then the script will be like this:
Code:
#!/bin/bash
cd ~/jeck
sudo openvpn freetcp.ovpn

b. Save the file as jkv (short for jeckvpn or to any name you want).
Tip: It is recommended to use short and descriptive names for scripts, such as ls for list, cp for copy, etc.

c. Create another directory inside your home directory and name it bin.

d. Move the script to the bin directory.

e. In the terminal run the following command line to make the script executable:
Code:
chmod u+x bin/jkv
Note: jkv is the name of your script, if you used another name, then edit the command.
f. Still in the terminal, run the name of the script to run and connect openvpn:
Code:
sudo jkv
Note:
The script will now be executed and openvpn will run.
If you encounter errors, please post it here.

salamat :thanks: dito punkz prez.. time na rin siguro na mag aral na ako mag scripting sa linux... para mag shortcut.. palagi pa kasi ako nagttype kapag mag run ng wenzvpn eh... :D


flexi - tambay lang dito punkz... :hi: :rock:
 
Last edited:
salamat :thanks: dito punkz prez.. time na rin siguro na mag aral na ako mag scripting sa linux... para mag shortcut.. palagi pa kasi ako nagttype kapag mag run ng wenzvpn eh... :D


flexi - tambay lang dito punkz... :hi: :rock:
Hahaha oo nga sir Jugz... :thumbsup: Mag-explore at try na nating gumawa ng scripting via Linux.. :yipee:
 
@johndave sorry for the late response, CUSTOM-HEADER parameter is not supported in the base OpenVPN, there are patches of openvpn that supports it but I have not seen one yet that works in Ubuntu.

Jug suggested to comment them out but it didn't connect. If you make it work let me know cos I'm also searching for a way to run that config in my Ubuntu.
 
@johndave sorry for the late response, CUSTOM-HEADER parameter is not supported in the base OpenVPN, there are patches of openvpn that supports it but I have not seen one yet that works in Ubuntu.

Jug suggested to comment them out but it didn't connect. If you make it work let me know cos I'm also searching for a way to run that config in my Ubuntu.

It's okay mam... I'm still finding a way to solve this. :( Hoping that askubuntu.com will be the answer to our prayers/problems. :pray:
 
Hahaha oo nga sir Jugz... :thumbsup: Mag-explore at try na nating gumawa ng scripting via Linux.. :yipee:

yup... :D tambay lang tayo dito kasi marami talaga tayo matututunan mula sa mga masters dito... :D

@johndave sorry for the late response, CUSTOM-HEADER parameter is not supported in the base OpenVPN, there are patches of openvpn that supports it but I have not seen one yet that works in Ubuntu.

Jug suggested to comment them out but it didn't connect. If you make it work let me know cos I'm also searching for a way to run that config in my Ubuntu.

yung line ng HTTP-PROXY-OPTION lang kinomment ko... nilagyan ko ng # sa puno ng line.. at so far nakakaconnect naman ako... try lang ulet punkz prez... :D
 
Mga sir, kakainstall ko lang nito kanina. So medyo nangangapa pa ako.

May mga baon akong tanong para sainyo:
1. Bakit po ganun? Kapag po nakawindows ako yung wifi ng kapitbahay nasasagap ko pero kapag dito po hindi.
2. Hindi po ba lahat ng windows app napapagana ng wine?

Salamat po sa sasagot.
 
Mga sir, kakainstall ko lang nito kanina. So medyo nangangapa pa ako.

May mga baon akong tanong para sainyo:
1. Bakit po ganun? Kapag po nakawindows ako yung wifi ng kapitbahay nasasagap ko pero kapag dito po hindi.
2. Hindi po ba lahat ng windows app napapagana ng wine?

Salamat po sa sasagot.

Not all Windows app will run via Wine. You can check from this link its the app database for wine: https://appdb.winehq.org/

As for your first question, I am not sure why but as per experience, my Ubuntu is able to recognize and connect nearby wifi signals/connections.
Maybe you need to change a few network settings? You just wait awhile maybe someone will have a better answer.
 
yup... :D tambay lang tayo dito kasi marami talaga tayo matututunan mula sa mga masters dito... :D

yung line ng HTTP-PROXY-OPTION lang kinomment ko... nilagyan ko ng # sa puno ng line.. at so far nakakaconnect naman ako... try lang ulet punkz prez... :D
Wew! Pa PM sa config mo sir Jugz kung paano mo nagawa... :shock: Nahihirapan kasi ako eh. :(

- - - Updated - - -

Mga sir, kakainstall ko lang nito kanina. So medyo nangangapa pa ako.

May mga baon akong tanong para sainyo:
1. Bakit po ganun? Kapag po nakawindows ako yung wifi ng kapitbahay nasasagap ko pero kapag dito po hindi.
2. Hindi po ba lahat ng windows app napapagana ng wine?

Salamat po sa sasagot.
Sa first question po ninyo ehh may times po na hindi po masasagap ang mga wifi's in a certain location.. You can do it by Connecting to a Hidden Network. See my screenshot if hindi nyo po makukuha. :)

View attachment 190540
 

Attachments

  • Screenshot from 2014-11-07 18:31:09.png
    Screenshot from 2014-11-07 18:31:09.png
    713.7 KB · Views: 8
Wew! Pa PM sa config mo sir Jugz kung paano mo nagawa... :shock: Nahihirapan kasi ako eh. :(
Yung config ni jug, he just commented out the lines that starts with the http-proxy option by preceding it with a # symbol, so it will look like this:
Code:
client
proto tcp
remote free1.wenzvpn.tk 443
nobind
ns-cert-type server
dev tun
persist-key
persist-tun
tun-mtu 1500
tun-mtu-extra 32
verb 3
comp-lzo
keepalive 5 30
auth-user-pass account.txt
script-security 5
mssfix 1450
reneg-sec 0
resolv-retry infinite
route-method exe
route-delay 2
http-proxy x2.wenzvpn.tk 80
#http-proxy-option CUSTOM-HEADER Host smart.com.ph
connect-retry 1

Di ko na sinama yung ca part.
 
Mga sir, kakainstall ko lang nito kanina. So medyo nangangapa pa ako.

May mga baon akong tanong para sainyo:
1. Bakit po ganun? Kapag po nakawindows ako yung wifi ng kapitbahay nasasagap ko pero kapag dito po hindi.
2. Hindi po ba lahat ng windows app napapagana ng wine?

Salamat po sa sasagot.

check mo muna kung may nadedetect na wifi device ang linux mo... dapat meron kang masasagap kahit konti kasi may installed na mga wifi device drivers na ito...
para sa 2nd question, check mo ang sagot ni punkz prez... usually kapag may isang software kang gusto sa linux os.. dalawa lang ang pwede mong gawin kung hindi gumagana sa wine... una, maghanap ka nalang ng software na katulad sa windows software na gusto mo or baka merong linux version nito... 2nd, pwede kang mag virtual machine sa loob ng linux na gagamit ng windows para mapagana mo naman ang software na gusto mo...
good luck... :salute:


Wew! Pa PM sa config mo sir Jugz kung paano mo nagawa... :shock: Nahihirapan kasi ako eh. :(

- - - Updated - - -


Sa first question po ninyo ehh may times po na hindi po masasagap ang mga wifi's in a certain location.. You can do it by Connecting to a Hidden Network. See my screenshot if hindi nyo po makukuha. :)

View attachment 976092

Yung config ni jug, he just commented out the lines that starts with the http-proxy option by preceding it with a # symbol, so it will look like this:
Code:
client
proto tcp
remote free1.wenzvpn.tk 443
nobind
ns-cert-type server
dev tun
persist-key
persist-tun
tun-mtu 1500
tun-mtu-extra 32
verb 3
comp-lzo
keepalive 5 30
auth-user-pass account.txt
script-security 5
mssfix 1450
reneg-sec 0
resolv-retry infinite
route-method exe
route-delay 2
http-proxy x2.wenzvpn.tk 80
#http-proxy-option CUSTOM-HEADER Host smart.com.ph
connect-retry 1

Di ko na sinama yung ca part.

check nyo ang ss ko punkz johndave at punkz prez.. ito connected ako ngayon sa wenzvpn.. pero under sa pldtdsl na connection... yan lang ginawa ko sa config ko... sana makatulong sa inyo... :salute:

LixrbiO.png

 
Salamat sa mga sumagot! Sa ngayon po ay gumagamit ako ng Linux Mint Qiana at nasasagap ko po ang wifi ng kapitbahay.
Next question po is papaano ko po iuuninstall ang mga nainstall kong distros dati? Tatlo na po ata 'to eh. Salamat po :)
 
Back
Top Bottom