Google
 
Web www.warpedsystems.sk.ca

 Welcome to Warped Systems Tuesday, December 05 2023 @ 11:29 PM CST  
About Us |  Projects |  Services |  Shop | 
Main Menu
Home
Gallery
Submit Article
Calendar
Stats
 RSS Feed
Links
Mail
Search

User Functions
Username:

Password:

Don't have an account yet? Sign up as a New User

Who's Online
Guest Users: 11

Misc
Commonwealth Playlist
A Fan's Guide To Boxing
A Fan's Guide To Boxing - new site

Recommended Sites
Linux Today
Linux Weekly News


pix pix pix
pix
Answering the most asked question on nmap-dev  View Printable Version 
Sunday, December 04 2016 @ 11:08 PM CST
Contributed by: Linegod

HowtoNmap doesn't have the standard 'contributing to nmap' page that most open souce programs have on their websites. I am convinced that is one of the major reasons people keep asking "How to Contribute?" on the mailing list.

Read the full thing at https://gyani.net/blog/getting-started-with-nmap/

read more (13 words) 0 comments
Post a comment  [ Views:: 3,579 ]  
pix
pix pix pix

pix pix pix
pix
A Linux user's guide to Logical Volume Management  View Printable Version 
Sunday, October 02 2016 @ 02:46 PM CST
Contributed by: Linegod

HowtoManaging disk space has always been a significant task for sysadmins. Running out of disk space used to be the start of a long and complex series of tasks to increase the space available to a disk partition. It also required taking the system off-line. This usually involved installing a new hard drive, booting to recovery or single-user mode, creating a partition and a filesystem on the new hard drive, using temporary mount points to move the data from the too-small filesystem to the new, larger one, changing the content of the /etc/fstab file to reflect the correct device name for the new partition, and rebooting to remount the new filesystem on the correct mount point.

Read the full thing at https://opensource.com/business/16/9/linux-users-guide-lvm

read more (8 words) 0 comments
Post a comment  [ Views:: 3,850 ]  
pix
pix pix pix

pix pix pix
pix
Tricks with SSH  View Printable Version 
Thursday, January 07 2016 @ 11:18 PM CST
Contributed by: Linegod

HowtoAlmost all developers have some sort of experience working with Secure Shell or SSH. It allows you to connect to a remote location and communicate securely. In this article, I'll share a couple of tips that will make working with SSH easier.

Read the full thing at http://botleg.com/stories/tricks-with-ssh/

read more (3 words) 0 comments
Post a comment  [ Views:: 5,524 ]  
pix
pix pix pix

pix pix pix
pix
Loading brushes into Krita  View Printable Version 
Friday, July 24 2015 @ 05:59 AM CST
Contributed by: Linegod

HowtoKrita, KDE's answer to Photoshop and GIMP, comes with over 120 brushes.These brushes imitate media ranging from pens and pencils to water colors and acrylics, and textures from bristly to wet. However, if these are not enough, you can find dozens of additional brushes online, including ones designed for GIMP and some basic ones intended for PhotoShop.

Read the full thing at http://www.ocsmag.com/2015/07/23/loading-brushes-into-krita/

read more (8 words) 0 comments
Post a comment  [ Views:: 4,322 ]  
pix
pix pix pix

pix pix pix
pix
Understanding systemd  View Printable Version 
Monday, June 15 2015 @ 03:55 PM CST
Contributed by: Linegod

Howtosystemd is a suite of system management daemons, libraries, and utilities designed as a central management and configuration platform for the Linux computer operating system. Described by its authors as a "basic building block" for an operating system, systemd primarily aims t replace the Linux init system.

Read the full thing at http://n0where.net/understanding-systemd

0 comments
Post a comment  [ Views:: 11,008 ]  
pix
pix pix pix

pix pix pix
pix
How to boost your Vim productivity  View Printable Version 
Tuesday, June 02 2015 @ 06:14 AM CST
Contributed by: Linegod

HowtoLeader is an awesome idea. It allows for executing actions by key sequences instead of key combinations. Because I'm using it, I rarely need to press Ctrl-something combo to make things work

Read the full thing at http://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/

read more (9 words) 0 comments
Post a comment  [ Views:: 4,561 ]  
pix
pix pix pix

pix pix pix
pix
Writing an application that supports DNSSEC in RHEL and Fedora  View Printable Version 
Tuesday, April 14 2015 @ 06:22 PM CST
Contributed by: Linegod

HowtoDNS is a distributed database that is capable of storing different types of data, not only IP addresses, in which the domain owner can publish various domain specific data. Yet, plain DNS does not offer any type of security measures. This means that DNS data in the response can be spoofed by anybody at any time.

Read the full thing at http://developerblog.redhat.com/2015/04/14/writing-an-application-that-supports-dnssec-in-rhel-and-fedora/

read more (10 words) 0 comments
Post a comment  [ Views:: 8,991 ]  
pix
pix pix pix

pix pix pix
pix
Stop using tail -f (mostly)  View Printable Version 
Tuesday, March 31 2015 @ 05:37 AM CST
Contributed by: Linegod

HowtoI still see a lot of people using tail -f to monitor files that are changing, mostly log files. If you are one of them, let me show you a better alternative: less +F

Read the full thing at http://www.brianstorti.com/stop-using-tail/

read more (10 words) 0 comments
Post a comment  [ Views:: 5,951 ]  
pix
pix pix pix

pix pix pix
pix
Ten tips for wonderful bash productivity  View Printable Version 
Friday, February 06 2015 @ 12:32 AM CST
Contributed by: Linegod

HowtoI am always tweaking and tricking my bash environment. I hit the same issues again and again and I always have to look up the solution, time after time. This happens until I get annoyed enough to sit down - okay, generally I am already sitting down but you get the point - and create a custom function, put it in my .bashrc and deploy it to any machine I log on to.

Read the full thing at https://developer.atlassian.com/blog/2015/02/ten-tips-for-wonderful-bash-productivity/

read more (3 words) 0 comments
Post a comment  [ Views:: 7,516 ]  
pix
pix pix pix

pix pix pix
pix
Sysdig for ps, lsof, netstat + time travel  View Printable Version 
Sunday, August 24 2014 @ 09:27 AM CST
Contributed by: Linegod

HowtoCommand-line utilities like lsof, ps, and netstat may be basic, but they are surprisingly powerful. Many of us still love them and use them regularly.

Wouldn’t it be cool if these tools had Wireshark-like filtering capabilities and the ability to run on any given point in time, past or present – for example when an error happens or when a process exits?

Read the full thing at http://draios.com/ps-lsof-netstat-time-travel/

read more (8 words) 0 comments
Post a comment  [ Views:: 3,990 ]  
pix
pix pix pix

Poll
Select
A
B
C
Results
10 votes | 0 comments

Google

Topics
Home
General News (380/0)
The Gimp (9/0)
Mandrake Cooker (11/0)
Postfix (6/0)
Apache (10/0)
AMD64 (36/0)
Mandriva Linux (196/0)
Mandriva Cooker (53/0)
Asterisk (31/0)
Cacti (33/0)
Open Source (94/0)
Linux (194/0)
GeekLog (0/0)
Mandrake Linux (89/0)
Warped Systems (5/0)
Games (81/0)
Gnome (2/0)
Howto (189/0)
KDE (306/0)
Hardware (65/0)
Humour (4/0)
Mageia (54/0)

What's New

STORIES

No new stories

COMMENTS last 2 days

No new comments

TRACKBACKS last 2 days

No new trackback comments

LINKS last 2 weeks

No recent new links

Events
There are no upcoming events


Created this page in 0.12 seconds


 Copyright © 2023 Warped Systems
 All trademarks and copyrights on this page are owned by their respective owners.
Subscribe in a reader
J.P. Pasnak
Powered By