View allAll Photos Tagged linux
How to compile and install Nginx web server from source on Linux
If you would like to use this photo, be sure to place a proper attribution linking to xmodulo.com
How to set password policy on Linux
If you would like to use this photo, be sure to place a proper attribution linking to xmodulo.com
How to configure a Linux bridge with Network Manager on Ubuntu
If you would like to use this photo, be sure to place a proper attribution linking to Ask Xmodulo
Fresh Ubuntu Feisty install with kubuntu-desktop installed, mist theme, wallpaper from gnome-look.org
Also shown: terminal command for taking a screen shot with 8 second delay (very useful!) and pop up when I plug in my digital camera to import pictures.
How to configure a Linux bridge with Network Manager on Ubuntu
If you would like to use this photo, be sure to place a proper attribution linking to Ask Xmodulo
Wow cool. After a system reset, all the screens are showing linux to be booted. Bad luck for me - the snapshot is blurry. Quatar Airways - Airbus.
What are games to play from a Linux terminal?
If you would like to use this photo, be sure to place a proper attribution linking to xmodulo.com
How to create and show a presentation from the command line on Linux
If you would like to use this photo, be sure to place a proper attribution linking to xmodulo.com
What is a good terminal emulator on Linux?
If you would like to use this photo, be sure to place a proper attribution linking to xmodulo.com
How to resume a large SCP file transfer on Linux
If you would like to use this photo, be sure to place a proper attribution linking to Ask Xmodulo
* I post this desgin for a specail person to have a look, his/her e-mail is full =p *
what do u think?
This is the current desktop on my Eee 701SD netbook, running Arch Linux. Latest developments: I've finally managed to get the system tray working properly in Fluxbox (see the tiny icons in the toolbar at the bottom!). This means I don't need the dockapp "wmsystemtray" in the "slit" (the dock on the right) any more, so for the moment I've replaced it with wmacpi (battery stats).
The "theme" is in its early stages, but I'll be working on the colours shortly. The wallpaper is a photo of Seoul at dusk, taken from the Han river (not my photo; I picked it up from the Web somewhere).
For more on my Eee, please visit my blog dedicated to it (Eee 701 Planetoid).
Last year I registered as Linux user #420761 at counter.li.org/, so I'm a bit confused by the fact that the website claims that at Oct 19 2007 there are only 136621 users registered! Perhaps the user # isn't a sequence number?
How to set up server monitoring system with Monit
If you would like to use this photo, be sure to place a proper attribution linking to xmodulo.com
Super fast emulation speed!
I was amazed that iBoy, a Gameboy emulator for iPodLinux, ran much faster than it run ob iPod photo.
What are games to play from a Linux terminal?
If you would like to use this photo, be sure to place a proper attribution linking to xmodulo.com
Still working on the Linux photography thing. I haven't give up yet, updates inbound. Fuji X100s edited in Darktable.
Sa presupunem ca o comanda pe care vrem sa o lansam dureaza mult timp - de exemplu un download realizat prin comanda wget.
Tastati
wget --help | more
pentru a afla mai multe despre aceasta comanda, foarte utilizata.
Daca vrem ca pe parcursul executiei sa putem rula alte comenzi, vom executa comanda in background.
Cum facem acest lucru?
Terminam linia de comanda cu operatorul &; comanda se va executa in background; dupa introducerea acestei comenzi, promptul va fi afisat, putandu-se lansa o noua comanda.
wget -q www.iosn.net/training/end-user-manual/print/linux-usergui... &
Cu comanda de mai sus, este descarcata o documentatie Linux, salvandu-se in directorul curent, in fisierul cu acelasi nume ca si fisierul sursa.
Optiunea -q ( quiet ) inseamna ca nu se scriu la terminal mesaje referitoare la evolutia descarcarii.
Putem rula mai multe comenzi in background:
( comanda;comanda ) &
Tastand comanda ps se vor putea obtine informatii despre comenzile ce ruleaza in background; afiseaza si PID, care este necesar a fi specificat pentru distrugerea procesului cu kill.
In imaginea de mai sus se poate urmari lansarea in background a comenzii wget si apoi oprirea cu kill.