06-27-2014
Google search suggest you should install newt and newt-python from your Centos repository.
Regards
Peasant.
10 More Discussions You Might Find Interesting
1. Solaris
Hi all,
I just bought a new system, but am unable to configure network on it..
am using a nge0 ethernet interface to login.
i've tried all i knew but not of the webpages seem to open.
Here is what i've done..
ifconfig nge0 plumb
ifconfig -a
(nge0) was being displayed as up and running.
... (23 Replies)
Discussion started by: wrapster
23 Replies
2. Solaris
Hi Everyone,
I have installed open solaris 10 on one of the x86 machines available but inspite of configuring the IP i am unable to access the machine through the network.
Can anyone please help me wih the settings required to access the machine across the network.Its really Urg..Any help is... (13 Replies)
Discussion started by: sankasu
13 Replies
3. Linux
how i can setup socks 5 in centos? (0 Replies)
Discussion started by: hesamii
0 Replies
4. IP Networking
how i can setup socks 5 in centos? (1 Reply)
Discussion started by: hesamii
1 Replies
5. IP Networking
All,
I have various web applications hosted in a client network. These web apps are accessed through a Apache web server.
We have deployed a new web application server and it is not serviced through the Apache web server. So i am unable to access this applications. But i am able to access... (3 Replies)
Discussion started by: vel4ever
3 Replies
6. Red Hat
I am having a bit of trouble getting my CENTOS 6.5 DNS server to work correctly in our testlab environment. Lab network is 10.8.0.0/24 in which we all access from 10.7.0.0.0/24 && 10.0.0.0/24. Here are my configs:
options {
listen-on port 53 { 127.0.0.1; 10.8.0.19;};
#listen-on-v6 port 53 {... (2 Replies)
Discussion started by: metallica1973
2 Replies
7. Shell Programming and Scripting
I am working on requirement on spreadsheet in python scripting.
I have a spreadsheet containing cell values and with background color.
I am able to read the value value but unable to get the background color of that particular cell.
Actually my requirement is to read the cell value along... (1 Reply)
Discussion started by: giridhar276
1 Replies
8. Red Hat
hi
I installed Openvas we have the following problem
internet Connection is Ok
Even Reinstall the problem is not resolved
Openvas Setup, Version: 0.5
Step 1: Update NVT's and SCAP data
Please note this step could take some time.
Once completed, NVT's and SCAP data will be updated... (12 Replies)
Discussion started by: mnnn
12 Replies
9. UNIX for Advanced & Expert Users
Hello,
We are migrating our gateways from CentOS 6 to CentOS 7 and for setting up a transparent proxy using squid and Firewalld i am using below configuration.
#Firewalld configurations
firewall-cmd --permanent --zone=public --add-forward-port=port=80:proto=tcp:toport=3128:toaddr=LAN_IP... (4 Replies)
Discussion started by: sunnysthakur
4 Replies
10. Linux
Hello,
Did anyone setup a CentOS7 as a gateway (with squid transparent proxy).
I am trying to do so but not able to setup.
I setup squid , iptables (using it instead of firewalld) and all the necessary IPtables rules but nothing work.
It work previously but access.log of squid not getting... (4 Replies)
Discussion started by: sunnysthakur
4 Replies
LEARN ABOUT DEBIAN
shedskin
SHEDSKIN(1) SHEDSKIN(1)
NAME
Shedskin - An experimental (restricted) Python-to-C++ Compiler
SYNOPSIS
shedskin [OPTION]... FILE
DESCRIPTION
Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python (2.4-2.6) programs into optimized
C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs.
Besides the typing restriction, programs cannot freely use the Python standard library (although about 25 common modules, such as random
and re, are currently supported). Also, not all Python features, such as nested functions and variable numbers of arguments, are supported.
OPTIONS
-a --ann Output annotated source code (.ss.py)
-b --nobounds Disable bounds checking
-e --extmod Generate extension module
-f --flags Provide alternate Makefile flags
-l --long Use long long integers
-m --makefile Specify alternate Makefile name
-n --silent Silent mode, only show warnings
-o --noassert Disable assert statements
-r --random Use fast random number generator (rand())
-s --strhash Use fast string hashing algorithm (murmur)
-w --nowrap Disable wrap-around checking
-x --traceback Print traceback for uncaught exceptions
-L --lib Add a library directory
0.9.2 2012-05-05 SHEDSKIN(1)