photo: WN / Yolanda
Linux - Operating System

How to build a speed-loving DIY Linux router from scratch

Edit Ars Technica 18 Apr 2016
The Homebrew Special—looking a bit blurry, because I wanted to take a low-light shot to try to capture the disco glow. 2 more images in gallery. After finally reaching the tipping point with off-the-shelf solutions that can't match increasing speeds available, we recently took the plunge ... What is a router, anyway? ... #!/bin/bash mkdir -p ~/tests mkdir -p ~/tests/$1 ulimit -n 100000 ab -rt180 -c10 -s 240 http.//192.168.99.100/10K.jpg 2>&1 ....

How to set up a Raspberry Pi-powered cloud service

Edit TechRadar 01 Mar 2016
Page 1. Do you want the convenience of an omnipresent Dropbox-like storage service without doling out wads of cash and your data to a third party? OwnCloud is one of the best pieces of opensource software to help you create your own private and protected cloud-sharing service. Using OwnCloud, you can sync and share your private data, and access it from any device connected to the internet ... 1 ... Mount the drive ... $ sudo mkdir /media/owncloud....

Warning: Adobe Creative Cloud Deletes Data In Your Mac Root Directory

Edit PetaPixel 13 Feb 2016
Here’s a major warning to those of you who use Adobe Creative Cloud on a Mac. the latest version of Creative Cloud has a bug that deletes unrelated data from your root directory without warning. The bug in Adobe Creative Cloud version 3.5.0.206 was discovered by the cloud backup service Backblaze, whose customers were having their data deleted by Adobe’s app ... sudo mkdir /.aaaaaaadobedontdeleteme....

How to stream files from Raspberry Pi to a smartphone

Edit TechRadar 11 Dec 2015
Introduction and getting started. Note. Our Raspberry Pi streaming tutorial has been fully updated. This feature was first published in May 2013. The best thing about the Raspberry Pi (RPi) is its versatility – originally launched as an educational device, it's transcended these limitations to become the go-to computer for just about anything you can think of ... Gather the ingredients ... $ sudo mkdir /mnt/usb ... $ sudo mkdir /mnt/usb/public ... " ... 1 ... ....

How To Host Your Website On Linux

Edit Minds 04 Nov 2015
WebHosting – Alright here is the method, on how to host your website on Linux server (vps). Since now days you can see that hosting a website is not cheap so for this you can host your website on Linux server at low cost and with better brand width where it can hold a lot of traffic than shared hosting ... https.//www.youtube.com/watch?v=xlKLL-8V_LM ... apt-get update ... mkdir 8bits.tv(replace 8bits.tv with your website name) ... cd....

Windows Vista Command Prompt Commands (Part 2)

Edit About.com 09 Oct 2015
This is the second part of a 3-part, alphabetical list of commands available from the Windows Vista Command Prompt. See Windows Vista Command Prompt Commands Part 1 for the first set of commands. append - lpr . makecab - tscon ... The md command is the shorthand version of the mkdir command ... Mkdir. The mkdir command is used to create a new folder ... ....

Windows 7 Command Prompt Commands (Part 2)

Edit About.com 09 Oct 2015
This is the second part of a 3-part, alphabetical list of commands available from the Command Prompt in Windows 7. See Windows 7 Command Prompt Commands Part 1 to start at the beginning. append - ktmutil . label - tasklist . tcmsetup - xwizard. • Label. The label command is used to manage the volume label of a disk ... The md command is the shorthand version of the mkdir command. ....

Private TOR node

Edit Minds 22 Jun 2015
[home ~ root]# mkdir -p /srv/luks/gentoo-guest [home luks root]# cd /srv/luks/ [home luks root]# # 5.2Gb size [home luks root]# dd if=/dev/zero of=./gentoo-img bs=32M count=155 155+0 аЗаАаПаИбаЕаЙ аПаОаЛбƒб‡аЕаНаО 155+0 аЗаАаПаИбаЕаЙ аОб‚аПб€аАаВаЛаЕаНаО баКаОаПаИб€аОаВаАаНаО 5200936960 аБаАаЙб‚ (5,2 GB), 88,0945 c, 59,0 MB/c Initilaize it with LUKS....

Bazele programării bash

Edit Minds 18 Jun 2015
 . Bazele programării bash. 1.Crearea de scripturi. Un script este un fișier text executabil. a)Pentru crearea unui fișier de tip text poate fi folosit un editor de text . vi,nano, mcedit, gedit. exemplu gedit script10.sh ... b)pentru a fi interpretat ca un script bash prima linie trebuie să conțină #!/bin/bash ... Conținutul fișierului va avea următoarea formă.. #!/bin/bash ... Notă ... Crearea directoarelor se face cu comanda mkdir urmată de numele....

Try ms Dos Operating system without installing

Edit The Verge 18 Nov 2013
Try ms Dos Operating system without installing. Posted by Fahdito on November 18, 2013 03.31 pm 0. You can now simulate the first operating system to Microsoft's MS-DOS that and live the nineties of the last century ... The PCE.js project allows you to simulate the operating system MS-DOS on your browser is enough to open the link and wait to be loaded system and start to try it. To test this system click Here ... MKDIR - Create a new folder ... X....
×