Stargate Logo  Secured by phpPhobos

secured site

Smurphtools   
  Login  - No Account ?  Create One   
Search
Wed, 19 Nov 2008 23:52:59 
  Home 
  Authentication 
 Documentation 
    Site Documentation 
    About me 
 Applications 
    Downloads 
    Web Links 
  Legal Notice 
 Registered Bloggers 
  Joerg's Blog 
 FAQ Topic [ Topics  ]
 CV860A / Lex Light 
 Epia M10000 / Hush 
 Epia SP8000E / Travl... 
 Common Linux problem... 
 Apple Mac-mini 
 Routerboard RB153 
 PHP Phobos 
 Stargate's Backup sc... 
 Linux Distribution S... 
 System Stats [ Index ]
 Router
  > Gateway 
 Server
  > Stargate 

Welcome to Stargate !!!

You accessed a private site - and all data found on it is not to be used for any purpose - except if explicitly stated (Software packages under GPL). Spammers and Similar - please "GO AWAY" and leave us alone and do not dare using any information found on these pages for your unethical actions !
This site looks strange using Internet Explorer ? Check this.

Should you have issue with the Browser Certificate not beeing valid - install the following Certificate in your Browser. Usually - it es enough to click on it for the Browser installation routine to activate it. Note also - that this webserver requires an encryption level higher/equal 128Bit and dedicated cyphers ! Many windows IE versions do not like cyphers >= 128Bit encryption. So take another browser if you want to log into a secured area on Stargate !

DISCLAIMER: The owner of this site takes no responsibility for the content of external site links presented on these pages
->  Web-Harvesters trap active ! 
New redirect function active  
Posted by smurphy on Thursday, 13 November 2008 @ 00:16:44  
spacer line
PHP development

 A new redirect function has been activated on Stargate.
To prevent 404 error messages to users having found links about my old site, I decided to implement a redirection function which notifies the user-browser with a little 301 messages. A 301 Moved Permanently message will be returned to the browser including the new URL on where the original data was, and if the browser is handling this correctly, will automatically redirect the request to the local resource.
The 301 message is...  

 Read more...   |  View Details | Print View 
spacer line
Timesheet Module released  
Posted by smurphy on Thursday, 30 October 2008 @ 21:54:44  
spacer line
PHP development

 the timesheet module for phobos has been released. Even though it's in early stage development, most features are already available. It actually is the attempt to port the PAZE for OpenOffice from Uwe Schoeler to a Web-Based interface, by adding some lacking features due to the nature of Spreadsheets, like multi-entries per day, translations and replicate existing functionality like statistics and analysis views, dedicate pront view...  

 Read more...   |  View Details | Print View 
spacer line
New router in place  
Posted by smurphy on Monday, 27 October 2008 @ 09:00:33  
spacer line
Linux Hardware

 After some time of tweaking, I came to the conclusion to get a new router for my home-network.
Wanting to keep the old infrastructure and compatibility to my scripts etc. - I decided to go to use the RB493AH router from routerboard. It's similar to the old RB153 - however has 9 Ethernet ports (10/100), and a way faster CPU (can be configured to run at up to 800MHz, 640MHz default). It actually took me around 15Minutes this week-end to adapt the configuration (Ethernet interfaces and firew...  

 Read more...   |  View Details | Print View 
spacer line
Spam level decreased drastically  
Posted by smurphy on Friday, 05 September 2008 @ 11:02:50  
spacer line
Stargate Icon

 after having initiated several actions to decrease spam-level, the results have been very positive.
Despit the increased number of Bot-drones on the Internet, the spam level has decreased considerable (more than 25%). The actions taken were notably:

  • Instore Greylisting
  • Configure Postfix to be very restrictive in SMTP-Header and enforce Communication protocol
  • make the solsys.org domain a secret-registered domain - this to prevent everyone to see my details on r...  

 Read more...   |  View Details | Print View 
spacer line
SSH access to systems disabled ...  
Posted by smurphy on Friday, 04 July 2008 @ 14:30:38  
spacer line
Secure Logo

 SSH Access to stargate systems has been disabled. There are still methods to access the servers behind the firewall, but these will only be communicated to the granted persons.

There are simply too many ssh-brute force attack attempts going on (Average of 7/day) with peaks of 25. The old defensive techniques (self developed dynamic blacklisting) are still valid, raising the security a little higher. 

 View Details | Print View 
spacer line
Domain registration data moved to secrecy  
Posted by smurphy on Wednesday, 04 June 2008 @ 12:40:00  
spacer line
Secure Logo

 as the rejected spam level has increased heavily in the last months - I started to investigate where my E-Mail address was published. The most common place I actually have no control over - was the Whois Data entry at the Domain registration.
However DynDns has a service called secret registration. After registering to that service - people will have to contact DynDns to actually get my details.

Nice, simple and efficie...  

 Read more...   |  View Details | Print View 
spacer line
Debian ssl blunder - affected or not ?  
Posted by smurphy on Thursday, 22 May 2008 @ 22:15:06  
spacer line
Secure Logo

 well - the SolSys systems where actually not affected. The Ubuntu LTS 6.06.1 running in here are way to old for that bug. However - as every admin should do it - I have checked all keys and not found a single vulnerable key.
So - for all of you wanting to know how I did that - I actually use a smal guideline found on the Heise pages. Sorry - german version only - however any security expert would understand...  

 Read more...   |  View Details | Print View 
spacer line
Some basic functionality enhanced on phpPhobos  
Posted by smurphy on Tuesday, 13 May 2008 @ 23:17:51  
spacer line
PHP development

 some code cleanups have been performed - as some users sent me Mails about the site certificate not being valid etc. So I checked why these requests came in - and noticed that actually some public non critical links on phpPhobos were still using the LOGIN_URL variable which points to an encrypted page.

I was also told that my certificate is not valid - thus my site was not secure. Please consider that a self signed certificate is for me - by far more secure. The reason - I have written...  

 Read more...   |  View Details | Print View 
spacer line
New ADSL2 Connection active  
Posted by smurphy on Monday, 31 March 2008 @ 21:35:21  
spacer line
Stargate Icon

 The line upgrade has worked flawlessly. DNS system has been updated too - as I could not keep my old IP-Address. Seems the Automated systems at Nefkom are not able to perform certain changes by keeping some of the old data.
Anyway - a speed test shows that we have a constant Downstream of 12MBit and 1mBit upstream - which seem to work correctly. So - outside accesses to Stargate should be even faster now. 

 View Details | Print View 
spacer line
New development on phpPhobos  
Posted by smurphy on Saturday, 08 March 2008 @ 19:38:57  
spacer line
PHP development

 Some development happened on phpPhobos. Notably a part of the Systat Module has been ported - and adapted to the new ACL schema as used inside phpPhobos. Some Bugfixes (functional) and fine-tuning was done in some of the Admin modules.  

 View Details | Print View 
spacer line
spacer line
      Total of 34 rows found    
 
 Popular links [ Index ]
  > Mikrotik Forum 
  > FMS Mikrotic Shop / ... 
  > OSS Marketplace 
  > UT3 BigBattleServers... 
  > The Unichrome Projec... 
  > Linux Sysadmin forum 
  > LinITX.org Forum 
  > Gargi's Blog 
  > Alternate 
  > EciAdsl @ Flash Tux 
 Active users on Stargate 
 > Registered: 4
 > Anonymous: 6
 > Site Hits: 581653
 Download [ Index ]
 Admin Tools 
  > Basic scripts  [2]
  > Mac Mini  [1]
  > Security  [2]
 Hardware 
  > VIA EPIA SP8000E  [2]
  > Lex Light Mini-ITX  [5]
  > VIA EPIA M10000  [2]
 Networking Tools 
  > Security  [3]
 Past announcements 
 Monday, January 28 
 Old phpwebsite based site
 decommissioned ! 

 Friday, January 25 
 Stargate Spam-Filter
 system tightened 

 Monday, November 26 
 Who's Online ? 

 Monday, October 29 
 First bots catched ... 

 Thursday, October 25 
 Stargate Gateway down for
 10Minutes ... 

 Sunday, September 30 
 Weblinks module added 

 Friday, September 21 
 Download module finished,
 and more ... 

 Thursday, September 06 
 Download module - first
 draft finished. 

 Tuesday, August 28 
 F.A.Q. Module finished 

 Sunday, August 19 
 FAQ Module - first phase