| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 7,723
» Latest member: Ricaerers
» Forum threads: 9,424
» Forum posts: 62,184
Full Statistics
|
| Online Users |
There are currently 2651 online users. » 0 Member(s) | 2647 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Sem som quando reinicia
Forum: Other
Last Post: di0lh0
1 hour ago
» Replies: 6
» Views: 109
|
after install Linux Lite ...
Forum: Installing Linux Lite
Last Post: stevef
4 hours ago
» Replies: 7
» Views: 124
|
Problem updating lite 7.6...
Forum: Updates
Last Post: FilippoMo
Yesterday, 03:57 PM
» Replies: 4
» Views: 334
|
ASUS x206HA black screen ...
Forum: Installing Linux Lite
Last Post: Doceal
11-10-2025, 09:25 AM
» Replies: 6
» Views: 835
|
time synchronization
Forum: Other
Last Post: LL-user
11-09-2025, 12:18 AM
» Replies: 1
» Views: 181
|
Series to Series Upgrade ...
Forum: Linux Lite Software Development
Last Post: berrywhitetiger
11-07-2025, 05:43 AM
» Replies: 4
» Views: 4,188
|
Regarding the minimum sys...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 11:41 PM
» Replies: 3
» Views: 420
|
Can't test LinuxLite 7.6 ...
Forum: Installing Linux Lite
Last Post: valtam
11-02-2025, 05:51 AM
» Replies: 23
» Views: 7,242
|
My worries
Forum: Installing Linux Lite
Last Post: stevef
11-01-2025, 03:44 PM
» Replies: 1
» Views: 229
|
nstall Updates - Could n...
Forum: Updates
Last Post: stevef
10-30-2025, 10:21 PM
» Replies: 5
» Views: 489
|
|
|
| Virtual Box security concerns |
|
Posted by: MS - 08-16-2019, 05:55 AM - Forum: Off Topic
- Replies (10)
|
 |
Virtual Box is popular for it allows to run various operating systems and related software in a manner isolated from the base system and hardware, supporting the simulation in process. Nonetheless, I have some other concerns regarding the security in Virtual Box. These concerns address the Internet and web browsers. Namely, the simulated system run within Virtual Box is usually far less tight and maintained, compared to the native in use. When accessing the Internet through simulated environment, one may accidentally reveal personal data or account logins and passwords, while for certain being more prone to various kinds of attacks altogether. Even though, in case of emergency, the Virtual Box may be safely shut down any moment given, without making trouble to the physical machine in operationg, the information leaked through the Internet access, remains leaked.
|
|
|
| Dual boot Win/Lin on separate HDs with a switch - bypass Grub? |
|
Posted by: lintek - 08-16-2019, 05:07 AM - Forum: Installing Linux Lite
- Replies (9)
|
 |
I installed a dual boot system with Windows 7 on one HD and Linux Lite on another. Grub allowed me to choose which OS I wanted at bootup. Since then I installed a Hard Drive switch so I can turn off the drives I am not currently using.
And now I can't boot up to windows if I have the Linux drive off because the boot order points to Grub first (I assume).
How can I deal with this? (Sorry - newb)
Thanks
|
|
|
| Почему не работает команда ll? |
|
Posted by: Webenot - 08-15-2019, 07:43 PM - Forum: Russian [Russian]
- No Replies
|
 |
[i]Всем привет![/i]
Сегодня понадобилась команда ll, ввожу в терминал а он мне ответ:
![[Image: tzkMiCWl.png]](http://imgur.com/tzkMiCWl.png)
На самом деле команда ll - это та же программа ls, только настроенная и добавленная в файл ~/.bashrc
ВНИМАНИЕ: для копирования из терминала используйте Ctrl + Shift + C, для вставки Ctrl + Shift + V
Что бы добавить команду LL в систему - вводим в терминал команду и жмем Enter:
Code: sudo leafpad ~/.bashrc
После чего Вам необходимо ввести пароль администратора!
![[Image: 4bTucWhl.png]](http://imgur.com/4bTucWhl.png)
У нас открылось окно Leafpad, выглядит это так:
![[Image: VGt271Rl.png]](http://imgur.com/VGt271Rl.png)
Нам остается только вписать строку как у меня выделена на 10 строке и нажать сочетание клавиш Ctrl + S что бы сохранить изменения:
Code: alias ll='ls --color=auto --group-directories-first -l'
После сохранения редактор можно закрыть. Перезапускаем терминал или открываем другую вкладку(Ctrl + Shift + T) и вводим нашу команду:
![[Image: P6zn5UGl.png]](http://imgur.com/P6zn5UGl.png)
Все успешно заработало!
К сведению:
Alias -короткое, удобное для запоминания имя, использующееся вместо более длинного и сложного имени или команды. Добавляя алиасы в файл ~/.bashrc можно добавить более короткую команду, что бы не вводить каждый раз длинную.
Вот пример:
alias name='commands'
Что за слова:
alias - определение типа строки
name - сам алиас(любое имя которое вам просто будет запомнить или приятно использовать)
commands - здесь вы пишите что именно будет исполнять команда.
Если у вас по каким-либо причинам отсутствует редактор текста LeafPad его можно установить командой:
Code: sudo apt update
sudo apt install leafpad
Либо открыть файл с помощью имеющихся редакторов текста:
Code: Редактор Gedit:
sudo gedit ~/.bashrc
Редактор Nano:
sudo nano ~/.bashrc
Редактор Vim:
sudo vim ~/.bashrc
|
|
|
| Логин и пароль для входа в LiveCD Linux Lite |
|
Posted by: Webenot - 08-15-2019, 01:07 PM - Forum: Russian [Russian]
- No Replies
|
 |
Привет всем пользователям Linux Lite!
Сегодня возникла проблема с ноутбуком, воткнул флешку с LiveCD, запустил и ушел. Спустя пару часов возвращаюсь а ноутбук уже заблокировался. Долго я искал ответ, нашел и решил поделиться, вдруг кому пригодится:
Логин: Linux (указан в левом верхнем углу экрана блокировки)
Пароль: оставить пустым!
|
|
|
| updating problem |
|
Posted by: Ali2019 - 08-15-2019, 12:17 AM - Forum: Installing Linux Lite
- Replies (1)
|
 |
===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.
============ Log ===========
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
|
|
|
| How to easilly lose a lot of data |
|
Posted by: minesheep - 08-14-2019, 09:58 PM - Forum: Off Topic
- Replies (3)
|
 |
I didn't lost anything just making fun list of ways to lose data and get rid of un necessary files (and any files of cource).
You can use this list to protect your data when you don't do these mistakes.
1. Simply press delete without knowing what are you are doing. "I just deleted ..."
2. Running destructive commands in terminal DO NOT try
Code: sudo rm -rf / (deletes everything)
sudo dd if=/dev/zero of=/dev/sda (wipes hard disk)
DO NOT try these two commands second even destructive with live session
3. Use fake capasity usb storage https://www.instructables.com/id/Dont-fa...ive-Scam!/
4. playing with liquids when using computer
|
|
|
| Better wireless support in Linux Lite 4.x? |
|
Posted by: TheDead - 08-14-2019, 06:26 PM - Forum: Installing Linux Lite
- No Replies
|
 |
Hi all,
Just to check around and inform people also.I had some wireless problems on Linux Lite 3.8 on one of my PCs for some time.Nothing I couln't manage of work around since the main problem was when streaming videos over the local network.The playback, distorted every few seconds (big gray compression blocks) and cut sometimes. For network streaming, default Mediaplayer was worse, VLC better and Parole Media Player was best "speed wise" but had weird 1-2 colors borders around video, so, uninstalled.
When the files were copied and played locally, everything was fine.
The PC is has an i5 CPU/GPU and the culprit is Wireless PCIe card called the Ralink RT3090
Installing the Windows 7 x64 drivers with ndiswrapper made the "cutting" stopped and distortion happened less frequently but was still a pain.
Note : I originally used the ndis-gtk GUI but finally had to do driver install in terminal otherwise PC could not connect to WiFi network, i.e. tried and timed out after 20/30 seconds.
But then... I decided to install 4.4, for other reasons.
With the default installation, to my surprise, the network playback never cut and distortion happens very rarely now, to the point of saying it could be my network lagging.
In the final scenario, I ended up using VLC because Default MediaPlayer had some 3-4 seconds delay when start a video in network playback.
So 4.4 it is. It could just be because of the different Kernel version but... has anyone else had a better wireless experience in 4.x?
|
|
|
| Disappearing Libre Office docs. |
|
Posted by: pelouk - 08-14-2019, 03:55 PM - Forum: Other
- Replies (8)
|
 |
I'm using LL 2.4 on this old computer and I've just spent a couple of hours typing some word documents in Libre Office, saving each doc to a folder I created on my desktop. I continued typing on a fresh page and suddenly all the text of my previous pages disappeared. I did not delete anything and did not consciously hit any "weird" keys. I seem to have lost one saved doc and all but one line of the doc I'm currently working on.
I don't have a trash icon on my desktop and can't even find the folder to check it. Does anyone have an idea what I might have done wrong?
Thanks
|
|
|
|